Linux Arch
[Prev Page][Next Page]
- Re: [PATCH v6 0/2] PCI: hv: Hyper-V vPCI for arm64, (continued)
- [PATCH v2 00/23] kcsan: Support detecting a subset of missing memory barriers,
Marco Elver
- [PATCH v2 01/23] kcsan: Refactor reading of instrumented memory, Marco Elver
- [PATCH v2 02/23] kcsan: Remove redundant zero-initialization of globals, Marco Elver
- [PATCH v2 03/23] kcsan: Avoid checking scoped accesses from nested contexts, Marco Elver
- [PATCH v2 04/23] kcsan: Add core support for a subset of weak memory modeling, Marco Elver
- [PATCH v2 05/23] kcsan: Add core memory barrier instrumentation functions, Marco Elver
- [PATCH v2 06/23] kcsan, kbuild: Add option for barrier instrumentation only, Marco Elver
- [PATCH v2 07/23] kcsan: Call scoped accesses reordered in reports, Marco Elver
- [PATCH v2 09/23] kcsan: Document modeling of weak memory, Marco Elver
- [PATCH v2 08/23] kcsan: Show location access was reordered to, Marco Elver
- [PATCH v2 10/23] kcsan: test: Match reordered or normal accesses, Marco Elver
- [PATCH v2 11/23] kcsan: test: Add test cases for memory barrier instrumentation, Marco Elver
- [PATCH v2 12/23] kcsan: Ignore GCC 11+ warnings about TSan runtime support, Marco Elver
- [PATCH v2 13/23] kcsan: selftest: Add test case to check memory barrier instrumentation, Marco Elver
- [PATCH v2 14/23] locking/barriers, kcsan: Add instrumentation for barriers, Marco Elver
- [PATCH v2 15/23] locking/barriers, kcsan: Support generic instrumentation, Marco Elver
- [PATCH v2 16/23] locking/atomics, kcsan: Add instrumentation for barriers, Marco Elver
- [PATCH v2 17/23] asm-generic/bitops, kcsan: Add instrumentation for barriers, Marco Elver
- [PATCH v2 19/23] x86/qspinlock, kcsan: Instrument barrier of pv_queued_spin_unlock(), Marco Elver
- [PATCH v2 18/23] x86/barriers, kcsan: Use generic instrumentation for non-smp barriers, Marco Elver
- [PATCH v2 20/23] mm, kcsan: Enable barrier instrumentation, Marco Elver
- [PATCH v2 21/23] sched, kcsan: Enable memory barrier instrumentation, Marco Elver
- [PATCH v2 22/23] objtool, kcsan: Add memory barrier instrumentation to whitelist, Marco Elver
- [PATCH v2 23/23] objtool, kcsan: Remove memory barrier instrumentation from noinstr, Marco Elver
- [PATCH v7 0/4] arm64: Enable BTI for the executable as well as the interpreter,
Mark Brown
- [PATCH] sched: Remove a useless #include, Christophe JAILLET
- [PATCH v5 0/2] PCI: hv: Hyper-V vPCI for arm64,
Sunil Muthuswamy
- [GIT PULL] exit cleanups for v5.16,
Eric W. Biederman
- [GIT PULL] asm-generic: asm/syscall.h cleanup,
Arnd Bergmann
- [PATCH v4 0/2] PCI: hv: Hyper-V vPCI for arm64,
Sunil Muthuswamy
- [PATCH v5 0/4] shoot lazy tlbs,
Nicholas Piggin
- flush_dcache_page vs kunmap_local,
Matthew Wilcox
- [PATCH stable 4.9 0/2] zsmalloc MAX_POSSIBLE_PHYSMEM_BITS,
Florian Fainelli
- [PATCH stable 4.14 0/2] zsmalloc MAX_POSSIBLE_PHYSMEM_BITS,
Florian Fainelli
- [PATCH stable 4.19 1/1] arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed,
Florian Fainelli
- [PATCH v2 0/8] KVM: x86: Hyper-V hypercall fix and cleanups,
Sean Christopherson
- [PATCH v2 0/2] Introduce the pkill_on_warn parameter,
Alexander Popov
- [PATCH v5] aio: Add support for the POLLFREE,
Ramji Jiyani
- [PATCH 1/2] futex: ensure futex_atomic_cmpxchg_inatomic() is present,
Arnd Bergmann
- [RFC v2 0/3] memory model: Make unlock(A)+lock(B) on the same CPU RCtso,
Boqun Feng
- [PATCH V9 0/9] x86/Hyper-V: Add Hyper-V Isolation VM support(First part),
Tianyu Lan
- [PATCH V9 1/9] x86/hyperv: Initialize GHCB page in Isolation VM, Tianyu Lan
- [PATCH V9 2/9] x86/hyperv: Initialize shared memory boundary in the Isolation VM., Tianyu Lan
- [PATCH V9 3/9] x86/hyperv: Add new hvcall guest address host visibility support, Tianyu Lan
- [PATCH V9 4/9] Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM, Tianyu Lan
- [PATCH V9 5/9] x86/sev-es: Expose sev_es_ghcb_hv_call() to call ghcb hv call out of sev code, Tianyu Lan
- [PATCH V9 6/9] x86/hyperv: Add Write/Read MSR registers via ghcb page, Tianyu Lan
- [PATCH V9 8/9] Drivers: hv: vmbus: Add SNP support for VMbus channel initiate message, Tianyu Lan
- [PATCH V9 9/9] Drivers: hv : vmbus: Initialize VMbus ring buffer for Isolation VM, Tianyu Lan
- [PATCH V9 7/9] x86/hyperv: Add ghcb hvcall support for SNP VM, Tianyu Lan
- Re: [PATCH V9 0/9] x86/Hyper-V: Add Hyper-V Isolation VM support(First part), Wei Liu
- [PATCH 0/7] arch: More wchan fixes,
Peter Zijlstra
- [PATCH 5/7] powerpc, arm64: Mark __switch_to() as __sched, Peter Zijlstra
- [PATCH 4/7] arch: Make ARCH_STACKWALK independent of STACKTRACE, Peter Zijlstra
- [PATCH 3/7] ARM: implement ARCH_STACKWALK, Peter Zijlstra
- [PATCH 6/7] arch: __get_wchan() || ARCH_STACKWALK, Peter Zijlstra
- [PATCH 1/7] x86: Fix __get_wchan() for !STACKTRACE, Peter Zijlstra
- Re: [PATCH 0/7] arch: More wchan fixes, Peter Zijlstra
- [PATCH 7/7] selftests: proc: Make sure wchan works when it exists, Peter Zijlstra
- [PATCH 2/7] stacktrace,sched: Make stack_trace_save_tsk() more robust, Peter Zijlstra
- [PATCH 0/2] Nuke PAGE_KERNEL_IO,
Lucas De Marchi
- [PATCH V8 0/9] x86/Hyper-V: Add Hyper-V Isolation VM support(First part),
Tianyu Lan
- [PATCH V8 1/9] x86/hyperv: Initialize GHCB page in Isolation VM, Tianyu Lan
- [PATCH V8 2/9] x86/hyperv: Initialize shared memory boundary in the Isolation VM., Tianyu Lan
- [PATCH V8 3/9] x86/hyperv: Add new hvcall guest address host visibility support, Tianyu Lan
- [PATCH V8 4/9] Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VM, Tianyu Lan
- [PATCH V8 5/9] x86/sev-es: Expose sev_es_ghcb_hv_call() to call ghcb hv call out of sev code, Tianyu Lan
- [PATCH V8 6/9] x86/hyperv: Add Write/Read MSR registers via ghcb page, Tianyu Lan
- [PATCH V8 7/9] x86/hyperv: Add ghcb hvcall support for SNP VM, Tianyu Lan
- [PATCH V8 8/9] Drivers: hv: vmbus: Add SNP support for VMbus channel initiate message, Tianyu Lan
- [PATCH V8 9/9] Drivers: hv : vmbus: Initialize VMbus ring buffer for Isolation VM, Tianyu Lan
- [PATCH V8.1 6/9] x86/hyperv: Add Write/Read MSR registers via ghcb page, Tianyu Lan
- RE: [PATCH V8 0/9] x86/Hyper-V: Add Hyper-V Isolation VM support(First part), Michael Kelley
- [PATCH] locking: Generic ticket lock,
Peter Zijlstra
- [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
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]