Linux Arch
[Prev Page][Next Page]
- Re: [PATCH] locking: Generic ticket lock, (continued)
- [PATCH 00/20] exit cleanups,
Eric W. Biederman
- [PATCH 01/20] exit/doublefault: Remove apparently bogus comment about rewind_stack_do_exit, Eric W. Biederman
- [PATCH 03/20] reboot: Remove the unreachable panic after do_exit in reboot(2), Eric W. Biederman
- [PATCH 02/20] exit: Remove calls of do_exit after noreturn versions of die, Eric W. Biederman
- [PATCH 04/20] signal/sparc32: Remove unreachable do_exit in do_sparc_fault, Eric W. Biederman
- [PATCH 05/20] signal/mips: Update (_save|_restore)_fp_context to fail with -EFAULT, Eric W. Biederman
- [PATCH 06/20] signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL), Eric W. Biederman
- [PATCH 07/20] signal/powerpc: On swapcontext failure force SIGSEGV, Eric W. Biederman
- [PATCH 08/20] signal/sparc: In setup_tsb_params convert open coded BUG into BUG, Eric W. Biederman
- [PATCH 09/20] signal/vm86_32: Replace open coded BUG_ON with an actual BUG_ON, Eric W. Biederman
- [PATCH 10/20] signal/vm86_32: Properly send SIGSEGV when the vm86 state cannot be saved., Eric W. Biederman
- Message not available
[PATCH 11/20] signal/s390: Use force_sigsegv in default_trap_handler, Eric W. Biederman
[PATCH 12/20] exit/kthread: Have kernel threads return instead of calling do_exit, Eric W. Biederman
[PATCH 14/20] exit/syscall_user_dispatch: Send ordinary signals on failure, Eric W. Biederman
[PATCH 13/20] signal: Implement force_fatal_sig, Eric W. Biederman
[PATCH 15/20] signal/sparc32: Exit with a fatal signal when try_to_clear_window_buffer fails, Eric W. Biederman
[PATCH 16/20] signal/sparc32: In setup_rt_frame and setup_fram use force_fatal_sig, Eric W. Biederman
[PATCH 17/20] signal/x86: In emulate_vsyscall force a signal instead of calling do_exit, Eric W. Biederman
[PATCH 18/20] exit/rtl8723bs: Replace the macro thread_exit with a simple return 0, Eric W. Biederman
[PATCH 19/20] exit/rtl8712: Replace the macro thread_exit with a simple return 0, Eric W. Biederman
[PATCH 20/20] exit/r8188eu: Replace the macro thread_exit with a simple return 0, Eric W. Biederman
[PATCH 21/20] signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV), Eric W. Biederman
[PATCH] asm-generic: bug.h: add unreachable() in BUG() for CONFIG_BUG not set,
Randy Dunlap
[RFC PATCH] lkdtm: Replace lkdtm_rodata_do_nothing() by do_nothing(),
Christophe Leroy
[PATCH v3 00/12] Fix LKDTM for PPC64/IA64/PARISC,
Christophe Leroy
- [PATCH v3 01/12] powerpc: Move and rename func_descr_t, Christophe Leroy
- [PATCH v3 10/12] lkdtm: Really write into kernel text in WRITE_KERN, Christophe Leroy
- [PATCH v3 09/12] lkdtm: Force do_nothing() out of line, Christophe Leroy
- [PATCH v3 03/12] powerpc: Remove 'struct ppc64_opd_entry', Christophe Leroy
- [PATCH v3 02/12] powerpc: Use 'struct func_desc' instead of 'struct ppc64_opd_entry', Christophe Leroy
- [PATCH v3 05/12] ia64: Rename 'ip' to 'addr' in 'struct fdesc', Christophe Leroy
- [PATCH v3 08/12] asm-generic: Refactor dereference_[kernel]_function_descriptor(), Christophe Leroy
- [PATCH v3 12/12] lkdtm: Add a test for function descriptors protection, Christophe Leroy
- [PATCH v3 04/12] powerpc: Prepare func_desc_t for refactorisation, Christophe Leroy
- [PATCH v3 06/12] asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORS, Christophe Leroy
- [PATCH v3 07/12] asm-generic: Define 'func_desc_t' to commonly describe function descriptors, Christophe Leroy
- [PATCH v3 11/12] lkdtm: Fix execute_[user]_location(), Christophe Leroy
[GIT PULL] csky fixes for v5.15-rc6,
guoren
[PATCH v3 0/2] PCI: hv: Hyper-V vPCI for ARM64,
Sunil Muthuswamy
[PATCH v3 0/2] MIPS: convert to generic entry,
Feiyang Chen
[PATCH v2 00/13] Fix LKDTM for PPC64/IA64/PARISC,
Christophe Leroy
- [PATCH v2 09/13] lkdtm: Force do_nothing() out of line, Christophe Leroy
- [PATCH v2 11/13] lkdtm: Fix lkdtm_EXEC_RODATA(), Christophe Leroy
- [PATCH v2 10/13] lkdtm: Really write into kernel text in WRITE_KERN, Christophe Leroy
- [PATCH v2 01/13] powerpc: Move 'struct ppc64_opd_entry' back into asm/elf.h, Christophe Leroy
- [PATCH v2 04/13] powerpc: Prepare func_desc_t for refactorisation, Christophe Leroy
- [PATCH v2 05/13] ia64: Rename 'ip' to 'addr' in 'struct fdesc', Christophe Leroy
- [PATCH v2 03/13] powerpc: Remove func_descr_t, Christophe Leroy
- [PATCH v2 02/13] powerpc: Rename 'funcaddr' to 'addr' in 'struct ppc64_opd_entry', Christophe Leroy
- [PATCH v2 13/13] lkdtm: Add a test for function descriptors protection, Christophe Leroy
- [PATCH v2 07/13] asm-generic: Define 'func_desc_t' to commonly describe function descriptors, Christophe Leroy
- [PATCH v2 12/13] lkdtm: Fix execute_[user]_location(), Christophe Leroy
- [PATCH v2 06/13] asm-generic: Use HAVE_FUNCTION_DESCRIPTORS to define associated stubs, Christophe Leroy
- [PATCH v2 08/13] asm-generic: Refactor dereference_[kernel]_function_descriptor(), Christophe Leroy
- Re: [PATCH v2 00/13] Fix LKDTM for PPC64/IA64/PARISC, Daniel Axtens
[PATCH 0/4] x86: Various clean-ups in support of FGKASLR,
Kees Cook
[PATCH V5 00/22] arch: Add basic LoongArch support,
Huacai Chen
- [PATCH V5 01/22] Documentation: LoongArch: Add basic documentations, Huacai Chen
- [PATCH V5 02/22] Documentation/zh_CN: Add basic LoongArch documentations, Huacai Chen
- [PATCH V5 03/22] LoongArch: Add elf-related definitions, Huacai Chen
- [PATCH V5 04/22] LoongArch: Add writecombine support for drm, Huacai Chen
- [PATCH V5 05/22] LoongArch: Add build infrastructure, Huacai Chen
- [PATCH V5 06/22] LoongArch: Add CPU definition headers, Huacai Chen
- [PATCH V5 07/22] LoongArch: Add atomic/locking headers, Huacai Chen
- [PATCH V5 08/22] LoongArch: Add other common headers, Huacai Chen
- [PATCH V5 09/22] LoongArch: Add boot and setup routines, Huacai Chen
- [PATCH V5 10/22] LoongArch: Add exception/interrupt handling, Huacai Chen
- [PATCH V5 11/22] LoongArch: Add process management, Huacai Chen
- [PATCH V5 12/22] LoongArch: Add memory management, Huacai Chen
- [PATCH V5 13/22] LoongArch: Add system call support, Huacai Chen
- [PATCH V5 14/22] LoongArch: Add signal handling support, Huacai Chen
- Message not available
[PATCH v1 00/10] Fix LKDTM for PPC64/IA64/PARISC,
Christophe Leroy
- [PATCH v1 09/10] lkdtm: Fix lkdtm_EXEC_RODATA(), Christophe Leroy
- [PATCH v1 10/10] lkdtm: Fix execute_[user]_location(), Christophe Leroy
- [PATCH v1 02/10] powerpc: Rename 'funcaddr' to 'addr' in 'struct ppc64_opd_entry', Christophe Leroy
- [PATCH v1 03/10] ia64: Rename 'ip' to 'addr' in 'struct fdesc', Christophe Leroy
- [PATCH v1 06/10] asm-generic: Refactor dereference_[kernel]_function_descriptor(), Christophe Leroy
- [PATCH v1 07/10] lkdtm: Force do_nothing() out of line, Christophe Leroy
- [PATCH v1 08/10] lkdtm: Really write into kernel text in WRITE_KERN, Christophe Leroy
- [PATCH v1 05/10] asm-generic: Define 'funct_descr_t' to commonly describe function descriptors, Christophe Leroy
- [PATCH v1 01/10] powerpc: Move 'struct ppc64_opd_entry' back into asm/elf.h, Christophe Leroy
- [PATCH v1 04/10] asm-generic: Use HAVE_DEREFERENCE_FUNCTION_DESCRIPTOR to define associated stubs, Christophe Leroy
[arnd-asm-generic:asm-generic] BUILD SUCCESS 7efbbe6e141466dbe022b39fafbc81d17a8ed8be, kernel test robot
[PATCH v5 00/16] Add TDX Guest Support (shared-mm support),
Kuppuswamy Sathyanarayanan
- [PATCH v5 01/16] x86/mm: Move force_dma_unencrypted() to common code, Kuppuswamy Sathyanarayanan
- [PATCH v5 02/16] x86/tdx: Get TD execution environment information via TDINFO, Kuppuswamy Sathyanarayanan
- [PATCH v5 03/16] x86/tdx: Exclude Shared bit from physical_mask, Kuppuswamy Sathyanarayanan
- [PATCH v5 04/16] x86/tdx: Make pages shared in ioremap(), Kuppuswamy Sathyanarayanan
- [PATCH v5 05/16] x86/tdx: Add helper to do MapGPA hypercall, Kuppuswamy Sathyanarayanan
- [PATCH v5 06/16] x86/tdx: Make DMA pages shared, Kuppuswamy Sathyanarayanan
- [PATCH v5 08/16] x86/tdx: ioapic: Add shared bit for IOAPIC base address, Kuppuswamy Sathyanarayanan
- [PATCH v5 09/16] x86/tdx: Enable shared memory confidential guest flags for TDX guest, Kuppuswamy Sathyanarayanan
- [PATCH v5 07/16] x86/kvm: Use bounce buffers for TD guest, Kuppuswamy Sathyanarayanan
- [PATCH v5 10/16] PCI: Consolidate pci_iomap_range(), pci_iomap_wc_range(), Kuppuswamy Sathyanarayanan
- [PATCH v5 11/16] asm/io.h: Add ioremap_host_shared fallback, Kuppuswamy Sathyanarayanan
- [PATCH v5 12/16] PCI: Add pci_iomap_host_shared(), pci_iomap_host_shared_range(), Kuppuswamy Sathyanarayanan
- [PATCH v5 13/16] PCI: Mark MSI data shared, Kuppuswamy Sathyanarayanan
- [PATCH v5 14/16] virtio: Use shared mappings for virtio PCI devices, Kuppuswamy Sathyanarayanan
- [PATCH v5 15/16] x86/tdx: Implement ioremap_host_shared for x86, Kuppuswamy Sathyanarayanan
- [PATCH v5 16/16] x86/tdx: Add cmdline option to force use of ioremap_host_shared, Kuppuswamy Sathyanarayanan
[PATCH] selftests: proc: Make sure wchan works when it exists,
Kees Cook
[GIT PULL] asm-generic: build fixes for v5.15,
Arnd Bergmann
[PATCH 0/7] wchan: Fix wchan support,
Peter Zijlstra
Another possible use for LKMM, or a subset (strengthening) thereof,
Paul E. McKenney
[PATCH v4] aio: Add support for the POLLFREE,
Ramji Jiyani
[PATCH v3] aio: Add support for the POLLFREE,
Ramji Jiyani
[PATCH v2] aio: Add support for the POLLFREE,
Ramji Jiyani
[PATCH RESEND] include/asm-generic/error-injection.h: fix a spelling mistake, and a coding style issue,
Wasin Thonkaew
[PATCH] asm-generic: correct reference to GENERIC_LIB_DEVMEM_IS_ALLOWED,
Lukas Bulwahn
[PATCH V7 0/9] x86/Hyper-V: Add Hyper-V Isolation VM support(First part),
Tianyu Lan
[PATCH -rcu/kcsan 00/23] kcsan: Support detecting a subset of missing memory barriers,
Marco Elver
- [PATCH -rcu/kcsan 01/23] kcsan: Refactor reading of instrumented memory, Marco Elver
- [PATCH -rcu/kcsan 02/23] kcsan: Remove redundant zero-initialization of globals, Marco Elver
- [PATCH -rcu/kcsan 03/23] kcsan: Avoid checking scoped accesses from nested contexts, Marco Elver
- [PATCH -rcu/kcsan 04/23] kcsan: Add core support for a subset of weak memory modeling, Marco Elver
- [PATCH -rcu/kcsan 05/23] kcsan: Add core memory barrier instrumentation functions, Marco Elver
- [PATCH -rcu/kcsan 06/23] kcsan, kbuild: Add option for barrier instrumentation only, Marco Elver
- [PATCH -rcu/kcsan 07/23] kcsan: Call scoped accesses reordered in reports, Marco Elver
- [PATCH -rcu/kcsan 08/23] kcsan: Show location access was reordered to, Marco Elver
- [PATCH -rcu/kcsan 09/23] kcsan: Document modeling of weak memory, Marco Elver
- [PATCH -rcu/kcsan 10/23] kcsan: test: Match reordered or normal accesses, Marco Elver
- [PATCH -rcu/kcsan 11/23] kcsan: test: Add test cases for memory barrier instrumentation, Marco Elver
- [PATCH -rcu/kcsan 12/23] kcsan: Ignore GCC 11+ warnings about TSan runtime support, Marco Elver
- [PATCH -rcu/kcsan 13/23] kcsan: selftest: Add test case to check memory barrier instrumentation, Marco Elver
- [PATCH -rcu/kcsan 14/23] locking/barriers, kcsan: Add instrumentation for barriers, Marco Elver
- [PATCH -rcu/kcsan 15/23] locking/barriers, kcsan: Support generic instrumentation, Marco Elver
- [PATCH -rcu/kcsan 16/23] locking/atomics, kcsan: Add instrumentation for barriers, Marco Elver
- [PATCH -rcu/kcsan 17/23] asm-generic/bitops, kcsan: Add instrumentation for barriers, Marco Elver
- [PATCH -rcu/kcsan 18/23] x86/barriers, kcsan: Use generic instrumentation for non-smp barriers, Marco Elver
- [PATCH -rcu/kcsan 19/23] x86/qspinlock, kcsan: Instrument barrier of pv_queued_spin_unlock(), Marco Elver
- [PATCH -rcu/kcsan 20/23] mm, kcsan: Enable barrier instrumentation, Marco Elver
- [PATCH -rcu/kcsan 21/23] sched, kcsan: Enable memory barrier instrumentation, Marco Elver
- [PATCH -rcu/kcsan 22/23] objtool, kcsan: Add memory barrier instrumentation to whitelist, Marco Elver
- [PATCH -rcu/kcsan 23/23] objtool, kcsan: Remove memory barrier instrumentation from noinstr, Marco Elver
[PATCH RESEND 3 00/16] Bitmap patches for 5.15,
Yury Norov
- [PATCH 01/16] bitops: protect find_first_{,zero}_bit properly, Yury Norov
- [PATCH 02/16] bitops: move find_bit_*_le functions from le.h to find.h, Yury Norov
- [PATCH 03/16] include: move find.h from asm_generic to linux, Yury Norov
- [PATCH 04/16] arch: remove GENERIC_FIND_FIRST_BIT entirely, Yury Norov
- [PATCH 05/16] lib: add find_first_and_bit(), Yury Norov
- [PATCH 06/16] cpumask: use find_first_and_bit(), Yury Norov
- [PATCH 07/16] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate, Yury Norov
- [PATCH 08/16] tools: sync tools/bitmap with mother linux, Yury Norov
- [PATCH 09/16] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate, Yury Norov
- [PATCH 10/16] include/linux: move for_each_bit() macros from bitops.h to find.h, Yury Norov
- [PATCH 11/16] find: micro-optimize for_each_{set,clear}_bit(), Yury Norov
- [PATCH 12/16] Replace for_each_*_bit_from() with for_each_*_bit() where appropriate, Yury Norov
- [PATCH 13/16] mm/percpu: micro-optimize pcpu_is_populated(), Yury Norov
- [PATCH 14/16] bitmap: unify find_bit operations, Yury Norov
- [PATCH 15/16] lib: bitmap: add performance test for bitmap_print_to_pagebuf, Yury Norov
- [PATCH 16/16] vsprintf: rework bitmap_list_string, Yury Norov
- Re: [PATCH RESEND 3 00/16] Bitmap patches for 5.15, Stephen Rothwell
[PATCH RESEND 2 00/16] Resend bitmap patches,
Yury Norov
- [PATCH 01/16] bitops: protect find_first_{,zero}_bit properly, Yury Norov
- [PATCH 02/16] bitops: move find_bit_*_le functions from le.h to find.h, Yury Norov
- Re: [PATCH RESEND 2 00/16] Resend bitmap patches, Andy Shevchenko
- <Possible follow-ups>
- [PATCH RESEND 2 00/16] Resend bitmap patches, Yury Norov
- [PATCH 02/16] bitops: move find_bit_*_le functions from le.h to find.h, Yury Norov
- [PATCH 03/16] include: move find.h from asm_generic to linux, Yury Norov
- [PATCH 01/16] bitops: protect find_first_{,zero}_bit properly, Yury Norov
- [PATCH 06/16] cpumask: use find_first_and_bit(), Yury Norov
- [PATCH 05/16] lib: add find_first_and_bit(), Yury Norov
- [PATCH 07/16] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate, Yury Norov
- [PATCH 04/16] arch: remove GENERIC_FIND_FIRST_BIT entirely, Yury Norov
- [PATCH 08/16] tools: sync tools/bitmap with mother linux, Yury Norov
- [PATCH 09/16] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate, Yury Norov
- [PATCH 10/16] include/linux: move for_each_bit() macros from bitops.h to find.h, Yury Norov
- [PATCH 11/16] find: micro-optimize for_each_{set,clear}_bit(), Yury Norov
- [PATCH 12/16] Replace for_each_*_bit_from() with for_each_*_bit() where appropriate, Yury Norov
- [PATCH 13/16] mm/percpu: micro-optimize pcpu_is_populated(), Yury Norov
- [PATCH 14/16] bitmap: unify find_bit operations, Yury Norov
- [PATCH 15/16] lib: bitmap: add performance test for bitmap_print_to_pagebuf, Yury Norov
- [PATCH 16/16] vsprintf: rework bitmap_list_string, Yury Norov
- Re: [PATCH RESEND 2 00/16] Resend bitmap patches, Stephen Rothwell
Re: [PATCH] tools/memory-model: Provide extra ordering for unlock+lock pair on the same CPU,
Boqun Feng
[PATCH V6 0/8] x86/Hyper-V: Add Hyper-V Isolation VM support(First part),
Tianyu Lan
[PATCH v3 1/4] mm: Create a new system state and fix core_kernel_text(),
Christophe Leroy
[PATCH v4 00/11] sections: Unify kernel sections range check and use,
Kefeng Wang
- [PATCH v4 02/11] kallsyms: Fix address-checks for kernel related range, Kefeng Wang
- [PATCH v4 03/11] sections: Move and rename core_kernel_data() to is_kernel_core_data(), Kefeng Wang
- [PATCH v4 08/11] extable: Use is_kernel_text() helper, Kefeng Wang
- [PATCH v4 11/11] alpha: Use is_kernel_text() helper, Kefeng Wang
- [PATCH v4 04/11] sections: Move is_kernel_inittext() into sections.h, Kefeng Wang
- [PATCH v4 07/11] mm: kasan: Use is_kernel() helper, Kefeng Wang
- [PATCH v4 10/11] microblaze: Use is_kernel_text() helper, Kefeng Wang
- [PATCH v4 01/11] kallsyms: Remove arch specific text and data check, Kefeng Wang
- [PATCH v4 09/11] powerpc/mm: Use core_kernel_text() helper, Kefeng Wang
- [PATCH v4 06/11] sections: Provide internal __is_kernel() and __is_kernel_text() helper, Kefeng Wang
- [PATCH v4 05/11] x86: mm: Rename __is_kernel_text() to is_x86_32_kernel_text(), Kefeng Wang
[PATCH v5 0/3] riscv: optimized mem* functions,
Matteo Croce
[PATCH v2 00/10] Introduce sv48 support without relocatable kernel,
Alexandre Ghiti
- [PATCH v2 01/10] riscv: Allow to dynamically define VA_BITS, Alexandre Ghiti
- [PATCH v2 02/10] riscv: Get rid of MAXPHYSMEM configs, Alexandre Ghiti
- [PATCH v2 03/10] asm-generic: Prepare for riscv use of pud_alloc_one and pud_free, Alexandre Ghiti
- [PATCH v2 04/10] riscv: Implement sv48 support, Alexandre Ghiti
- [PATCH v2 05/10] riscv: Use pgtable_l4_enabled to output mmu_type in cpuinfo, Alexandre Ghiti
- [PATCH v2 06/10] riscv: Explicit comment about user virtual address space size, Alexandre Ghiti
- [PATCH v2 07/10] riscv: Improve virtual kernel memory layout dump, Alexandre Ghiti
- [PATCH v2 08/10] Documentation: riscv: Add sv48 description to VM layout, Alexandre Ghiti
- [PATCH v2 09/10] riscv: Initialize thread pointer before calling C functions, Alexandre Ghiti
- [PATCH v2 10/10] riscv: Allow user to downgrade to sv39 when hw supports sv48, Alexandre Ghiti
- Re: [PATCH v2 00/10] Introduce sv48 support without relocatable kernel, Heiko Stübner
[RFC PATCH] LKMM: Add ctrl_dep() macro for control dependency,
Mathieu Desnoyers
[RESEND PATCH] aio: Add support for the POLLFREE,
Ramji Jiyani
[PATCH v2 1/4] mm: Create a new system state and fix core_kernel_text(),
Christophe Leroy
[PATCH V4 00/22] arch: Add basic LoongArch support,
Huacai Chen
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]