Linux Arch
[Prev Page][Next Page]
[PATCH v8 2/5] locking/qspinlock: Refactor the qspinlock slow path, Alex Kogan
[PATCH v8 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock, Alex Kogan
Re: [PATCH v8 0/5] Add NUMA-awareness to qspinlock, Waiman Long
Re: [PATCH v8 0/5] Add NUMA-awareness to qspinlock, Shijith Thotton
[PATCH 1/5] MAINTAINERS: csky: Add mailing list for csky,
guoren
[PATCH] mm/hugetlb: ensure signedness of large numbers,
isidentical
[PATCH 0/2] fix recent nds32 build breakage,
Mike Rapoport
[PATCH 4.4 077/162] sched/core, x86: Make struct thread_info arch specific again, Greg Kroah-Hartman
[RFC PATCH v3 00/12] Unify SMP stop generic logic to common code,
Cristian Marussi
- [RFC PATCH v3 01/12] smp: add generic SMP-stop support to common code, Cristian Marussi
- [RFC PATCH v3 02/12] smp: unify crash_ and smp_send_stop() logic, Cristian Marussi
- [RFC PATCH v3 07/12] arm64: smp: add arch specific cpu parking helper, Cristian Marussi
- [RFC PATCH v3 09/12] x86: smp: use SMP crash-stop common code, Cristian Marussi
- [RFC PATCH v3 11/12] arm: smp: use SMP crash-stop common code, Cristian Marussi
- [RFC PATCH v3 12/12] sparc64: smp: use generic SMP stop common code, Cristian Marussi
- [RFC PATCH v3 10/12] arm: smp: use generic SMP stop common code, Cristian Marussi
- [RFC PATCH v3 08/12] x86: smp: use generic SMP stop common code, Cristian Marussi
- [RFC PATCH v3 03/12] smp: coordinate concurrent crash/smp stop calls, Cristian Marussi
- [RFC PATCH v3 05/12] arm64: smp: use generic SMP stop common code, Cristian Marussi
- [RFC PATCH v3 06/12] arm64: smp: use SMP crash-stop common code, Cristian Marussi
- [RFC PATCH v3 04/12] smp: address races of starting CPUs while stopping, Cristian Marussi
- Re: [RFC PATCH v3 00/12] Unify SMP stop generic logic to common code, Will Deacon
[PATCH v15 00/24] selftests, powerpc, x86: Memory Protection Keys,
Sandipan Das
- [PATCH v15 01/23] selftests/x86/pkeys: Move selftests to arch-neutral directory, Sandipan Das
- [PATCH v15 02/23] selftests/vm/pkeys: Rename all references to pkru to a generic name, Sandipan Das
- [PATCH v15 04/23] selftests/vm/pkeys: Move some definitions to arch-specific header, Sandipan Das
- [PATCH v15 03/23] selftests/vm/pkeys: Move generic definitions to header file, Sandipan Das
- [PATCH v15 10/23] selftests/vm/pkeys: Fix alloc_random_pkey() to make it really random, Sandipan Das
- [PATCH v15 14/23] selftests/vm/pkeys: Fix assertion in test_pkey_alloc_exhaust(), Sandipan Das
- [PATCH v15 16/23] selftests/vm/pkeys: Associate key on a mapped page and detect access violation, Sandipan Das
- [PATCH v15 09/23] selftests/vm/pkeys: Fix assertion in pkey_disable_set/clear(), Sandipan Das
- [PATCH v15 07/23] selftests: vm: pkeys: Add helpers for pkey bits, Sandipan Das
- [PATCH v15 19/23] selftests/vm/pkeys: Introduce a sub-page allocator, Sandipan Das
- [PATCH v15 05/23] selftests/vm/pkeys: Make gcc check arguments of sigsafe_printf(), Sandipan Das
- [PATCH v15 17/23] selftests/vm/pkeys: Associate key on a mapped page and detect write violation, Sandipan Das
- [PATCH v15 15/23] selftests/vm/pkeys: Improve checks to determine pkey support, Sandipan Das
- [PATCH v15 08/23] selftests/vm/pkeys: Fix pkey_disable_clear(), Sandipan Das
- [PATCH v15 13/23] selftests/vm/pkeys: Introduce powerpc support, Sandipan Das
- [PATCH v15 06/23] selftests/vm/pkeys: Typecast the pkey register, Sandipan Das
- [PATCH v15 20/23] selftests/vm/pkeys: Test correct behaviour of pkey-0, Sandipan Das
- [PATCH v15 21/23] selftests/vm/pkeys: Fix number of reserved powerpc pkeys, Sandipan Das
- [PATCH v15 22/23] selftests/vm/pkeys: Override access right definitions on powerpc, Sandipan Das
- [PATCH v15 23/23] selftests: vm: pkeys: Use the correct page size on powerpc, Sandipan Das
- [PATCH v15 18/23] selftests/vm/pkeys: Detect write violation on a mapped access-denied-key page, Sandipan Das
- [PATCH v15 12/23] selftests/vm/pkeys: Introduce generic pkey abstractions, Sandipan Das
- [PATCH v15 11/23] selftests: vm: pkeys: Use the correct huge page size, Sandipan Das
- Re: [PATCH v15 00/24] selftests, powerpc, x86: Memory Protection Keys, Dave Hansen
- Re: [PATCH v15 00/24] selftests, powerpc, x86: Memory Protection Keys, Aneesh Kumar K.V
[PATCH v2 1/3] powerpc/mmu_gather: Enable RCU_TABLE_FREE even for !SMP case,
Aneesh Kumar K.V
[PATCH] RFC: platform driver registering via initcall tables,
Enrico Weigelt, metux IT consult
[RFC v1 0/6] kunit: create a centralized executor to dispatch all KUnit tests,
Brendan Higgins
[PATCH 00/22] arm64: Memory Tagging Extension user-space support,
Catalin Marinas
- [PATCH 01/22] mm: Reserve asm-generic prot flags 0x10 and 0x20 for arch use, Catalin Marinas
- [PATCH 02/22] kbuild: Add support for 'as-instr' to be used in Kconfig files, Catalin Marinas
- [PATCH 03/22] arm64: alternative: Allow alternative_insn to always issue the first instruction, Catalin Marinas
- [PATCH 04/22] arm64: Use macros instead of hard-coded constants for MAIR_EL1, Catalin Marinas
- [PATCH 05/22] arm64: mte: system register definitions, Catalin Marinas
- [PATCH 06/22] arm64: mte: CPU feature detection and initial sysreg configuration, Catalin Marinas
- [PATCH 07/22] arm64: mte: Use Normal Tagged attributes for the linear map, Catalin Marinas
- [PATCH 08/22] arm64: mte: Assembler macros and default architecture for .S files, Catalin Marinas
- [PATCH 09/22] arm64: mte: Tags-aware clear_page() implementation, Catalin Marinas
- [PATCH 10/22] arm64: mte: Tags-aware copy_page() implementation, Catalin Marinas
- [PATCH 11/22] arm64: Tags-aware memcmp_pages() implementation, Catalin Marinas
- [PATCH 12/22] arm64: mte: Add specific SIGSEGV codes, Catalin Marinas
- [PATCH 13/22] arm64: mte: Handle synchronous and asynchronous tag check faults, Catalin Marinas
- [PATCH 14/22] mm: Introduce arch_calc_vm_flag_bits(), Catalin Marinas
- [PATCH 15/22] arm64: mte: Add PROT_MTE support to mmap() and mprotect(), Catalin Marinas
- [PATCH 16/22] mm: Introduce arch_validate_flags(), Catalin Marinas
- [PATCH 17/22] arm64: mte: Validate the PROT_MTE request via arch_validate_flags(), Catalin Marinas
- [PATCH 18/22] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files, Catalin Marinas
- [PATCH 19/22] arm64: mte: Allow user control of the tag check mode via prctl(), Catalin Marinas
- [PATCH 20/22] arm64: mte: Allow user control of the excluded tags via prctl(), Catalin Marinas
- [PATCH 21/22] arm64: mte: Kconfig entry, Catalin Marinas
- [PATCH 22/22] arm64: mte: Add Memory Tagging Extension documentation, Catalin Marinas
- Re: [PATCH 00/22] arm64: Memory Tagging Extension user-space support, Peter Collingbourne
[PATCH v4 00/12] arm64: ARMv8.5-A: Branch Target Identification support,
Mark Brown
- [PATCH v4 02/12] ELF: Add ELF program property parsing support, Mark Brown
- [PATCH v4 07/12] arm64: BTI: Decode BYTPE bits when printing PSTATE, Mark Brown
- [PATCH v4 06/12] arm64: elf: Enable BTI at exec based on ELF program properties, Mark Brown
- [PATCH v4 11/12] KVM: arm64: BTI: Reset BTYPE when skipping emulated instructions, Mark Brown
- [PATCH v4 08/12] arm64: unify native/compat instruction skipping, Mark Brown
- [PATCH v4 09/12] arm64: traps: Shuffle code to eliminate forward declarations, Mark Brown
- [PATCH v4 10/12] arm64: BTI: Reset BTYPE when skipping emulated instructions, Mark Brown
- [PATCH v4 12/12] arm64: mm: Display guarded pages in ptdump, Mark Brown
- [PATCH v4 05/12] elf: Allow arch to tweak initial mmap prot flags, Mark Brown
- [PATCH v4 04/12] arm64: Basic Branch Target Identification support, Mark Brown
- [PATCH v4 03/12] mm: Reserve asm-generic prot flag 0x10 for arch use, Mark Brown
- [PATCH v4 01/12] ELF: UAPI and Kconfig additions for ELF program properties, Mark Brown
[PATCH 00/17] Fixup page directory freeing,
Peter Zijlstra
- [PATCH 12/17] m68k/tlb: Fix __p*_free_tlb(), Peter Zijlstra
- [PATCH 04/17] asm-generic/tlb: Rename HAVE_RCU_TABLE_FREE, Peter Zijlstra
- [PATCH 07/17] asm-generic/tlb: Rename HAVE_MMU_GATHER_NO_GATHER, Peter Zijlstra
- [PATCH 05/17] asm-generic/tlb: Rename HAVE_RCU_TABLE_NO_INVALIDATE, Peter Zijlstra
- [PATCH 17/17] riscv/tlb: Fix __p*_free_tlb(), Peter Zijlstra
- [PATCH 16/17] nds32/tlb: Fix __p*_free_tlb(), Peter Zijlstra
- [PATCH 13/17] mips/tlb: Fix __p*_free_tlb(), Peter Zijlstra
- [PATCH 10/17] sparc32/tlb: Fix __p*_free_tlb(), Peter Zijlstra
- [PATCH 11/17] parisc/tlb: Fix __p*_free_tlb(), Peter Zijlstra
- [PATCH 02/17] asm-gemeric/tlb: Remove stray function declarations, Peter Zijlstra
- [PATCH 01/17] sh/tlb: Fix PGTABLE_LEVELS > 2, Peter Zijlstra
- [PATCH 06/17] asm-generic/tlb: Rename HAVE_MMU_GATHER_PAGE_SIZE, Peter Zijlstra
- [PATCH 14/17] ia64/tlb: Fix __p*_free_tlb(), Peter Zijlstra
- [PATCH 09/17] sh/tlb: Fix __pmd_free_tlb(), Peter Zijlstra
- [PATCH 03/17] asm-generic/tlb: Add missing CONFIG symbol, Peter Zijlstra
- [PATCH 08/17] asm-generic/tlb: Provide MMU_GATHER_TABLE_FREE, Peter Zijlstra
- [PATCH 15/17] alpha/tlb: Fix __p*_free_tlb(), Peter Zijlstra
[PATCH AUTOSEL 5.4 065/350] tools/memory-model: Fix data race detection for unordered store and load, Sasha Levin
Re: [PATCH v7 5/5] locking/qspinlock: Introduce the shuffle reduction optimization into CNA,
Alex Kogan
[PATCH v2 0/4] KASAN for powerpc64 radix, plus generic mm change,
Daniel Axtens
[PATCH v4 04/16] dyndbg: rename __verbose section to __dyndbg, Jim Cromie
RFC: kill off ioremap_nocache,
Christoph Hellwig
Re: RFC: kill off ioremap_nocache, Linus Torvalds
[PATCH v2] execve: warn if process starts with executable stack,
Alexey Dobriyan
[PATCH v5 0/3] sysfs: add sysfs based cpuinfo,
Thomas Renninger
[PATCH v18 00/13] open: introduce openat2(2) syscall,
Aleksa Sarai
- [PATCH v18 01/13] namei: only return -ECHILD from follow_dotdot_rcu(), Aleksa Sarai
- [PATCH v18 02/13] nsfs: clean-up ns_get_path() signature to return int, Aleksa Sarai
- [PATCH v18 03/13] namei: allow nd_jump_link() to produce errors, Aleksa Sarai
- [PATCH v18 04/13] namei: allow set_root() to produce errors, Aleksa Sarai
- [PATCH v18 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution, Aleksa Sarai
- [PATCH v18 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution, Aleksa Sarai
- [PATCH v18 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing, Aleksa Sarai
- [PATCH v18 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution, Aleksa Sarai
- [PATCH v18 09/13] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution, Aleksa Sarai
- [PATCH v18 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution, Aleksa Sarai
- [PATCH v18 11/13] open: introduce openat2(2) syscall, Aleksa Sarai
[PATCH v18 12/13] selftests: add openat2(2) selftests, Aleksa Sarai
[PATCH v18 13/13] Documentation: path-lookup: include new LOOKUP flags, Aleksa Sarai
[GIT PULL] Please pull powerpc/linux.git powerpc-5.5-2 tag (topic/kasan-bitops),
Michael Ellerman
[PATCH 04/18] dyndbg: rename __verbose section to __dyndbg, Jim Cromie
[PATCH] powerpc: ensure that swiotlb buffer is allocated from low memory,
Mike Rapoport
[PATCH] lib: vdso: Fix sparse warning, Vincenzo Frascino
[GIT PULL] sysctl: Remove the sysctl system call,
Eric W. Biederman
[PATCH] fix __percpu annotation in asm-generic,
Luc Van Oostenryck
new uses of SYSCTL_SYSCALL,
Eric W. Biederman
[PATCH v3 1/3] asm-generic/atomic: Use __always_inline for pure wrappers,
Marco Elver
[PATCH v2 1/3] asm-generic/atomic: Use __always_inline for pure wrappers,
Marco Elver
[PATCH v7 0/5] Add NUMA-awareness to qspinlock,
Alex Kogan
[PATCH v7 4/5] locking/qspinlock: Introduce starvation avoidance into CNA, Alex Kogan
[PATCH 1/2] asm-generic/atomic: Prefer __always_inline for wrappers,
Marco Elver
[PATCH v2 0/2] Implement hv_is_hibernation_supported() and enhance hv_balloon for hibernation,
Dexuan Cui
[PATCH v6] clocksource/drivers: Suspend/resume Hyper-V clocksource for hibernation,
Dexuan Cui
[PATCH v6] x86/hyperv: Suspend/resume the hypercall page for hibernation, Dexuan Cui
[PATCH RESEND v17 00/13] open: introduce openat2(2) syscall,
Aleksa Sarai
- [PATCH RESEND v17 01/13] namei: only return -ECHILD from follow_dotdot_rcu(), Aleksa Sarai
- [PATCH RESEND v17 02/13] nsfs: clean-up ns_get_path() signature to return int, Aleksa Sarai
- [PATCH RESEND v17 03/13] namei: allow nd_jump_link() to produce errors, Aleksa Sarai
- [PATCH RESEND v17 04/13] namei: allow set_root() to produce errors, Aleksa Sarai
- [PATCH RESEND v17 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution, Aleksa Sarai
- [PATCH RESEND v17 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution, Aleksa Sarai
- [PATCH RESEND v17 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing, Aleksa Sarai
- [PATCH RESEND v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution, Aleksa Sarai
- [PATCH RESEND v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution, Aleksa Sarai
- [PATCH RESEND v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution, Aleksa Sarai
- [PATCH RESEND v17 11/13] open: introduce openat2(2) syscall, Aleksa Sarai
- [PATCH RESEND v17 12/13] selftests: add openat2(2) selftests, Aleksa Sarai
- [PATCH RESEND v17 13/13] Documentation: path-lookup: include new LOOKUP flags, Aleksa Sarai
[PATCH] ELF: warn if process starts with executable stack,
Alexey Dobriyan
[PATCH v17 00/13] open: introduce openat2(2) syscall,
Aleksa Sarai
- [PATCH v17 01/13] namei: only return -ECHILD from follow_dotdot_rcu(), Aleksa Sarai
- [PATCH v17 02/13] nsfs: clean-up ns_get_path() signature to return int, Aleksa Sarai
- [PATCH v17 03/13] namei: allow nd_jump_link() to produce errors, Aleksa Sarai
- [PATCH v17 04/13] namei: allow set_root() to produce errors, Aleksa Sarai
- [PATCH v17 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution, Aleksa Sarai
- [PATCH v17 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution, Aleksa Sarai
- [PATCH v17 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing, Aleksa Sarai
- [PATCH v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution, Aleksa Sarai
- [PATCH v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution, Aleksa Sarai
- [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution, Aleksa Sarai
- [PATCH v17 11/13] open: introduce openat2(2) syscall, Aleksa Sarai
- [PATCH v17 12/13] selftests: add openat2(2) selftests, Aleksa Sarai
- [PATCH v17 13/13] Documentation: path-lookup: include new LOOKUP flags, Aleksa Sarai
Bug 205201 - Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M,
Christian Zigotzky
[PATCH v16 00/12] open: introduce openat2(2) syscall,
Aleksa Sarai
- [PATCH v16 01/12] nsfs: clean-up ns_get_path() signature to return int, Aleksa Sarai
- [PATCH v16 02/12] namei: allow nd_jump_link() to produce errors, Aleksa Sarai
- [PATCH v16 03/12] namei: allow set_root() to produce errors, Aleksa Sarai
- [PATCH v16 04/12] namei: LOOKUP_NO_SYMLINKS: block symlink resolution, Aleksa Sarai
- [PATCH v16 05/12] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution, Aleksa Sarai
- [PATCH v16 06/12] namei: LOOKUP_NO_XDEV: block mountpoint crossing, Aleksa Sarai
- [PATCH v16 07/12] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution, Aleksa Sarai
- [PATCH v16 08/12] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution, Aleksa Sarai
- [PATCH v16 09/12] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution, Aleksa Sarai
- [PATCH v16 10/12] open: introduce openat2(2) syscall, Aleksa Sarai
- [PATCH v16 11/12] selftests: add openat2(2) selftests, Aleksa Sarai
- [PATCH v16 12/12] Documentation: path-lookup: include new LOOKUP flags, Aleksa Sarai
[PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN),
Marco Elver
- [PATCH v4 01/10] kcsan: Add Kernel Concurrency Sanitizer infrastructure, Marco Elver
- [PATCH v4 03/10] kcsan: Add Documentation entry in dev-tools, Marco Elver
- [PATCH v4 04/10] objtool, kcsan: Add KCSAN runtime functions to whitelist, Marco Elver
- [PATCH v4 07/10] seqlock: Require WRITE_ONCE surrounding raw_seqcount_barrier, Marco Elver
- [PATCH v4 08/10] asm-generic, kcsan: Add KCSAN instrumentation for bitops, Marco Elver
- [PATCH v4 10/10] x86, kcsan: Enable KCSAN for x86, Marco Elver
- [PATCH v4 09/10] locking/atomics, kcsan: Add KCSAN instrumentation, Marco Elver
- [PATCH v4 06/10] seqlock, kcsan: Add annotations for KCSAN, Marco Elver
- [PATCH v4 05/10] build, kcsan: Add KCSAN build exceptions, Marco Elver
- [PATCH v4 02/10] include/linux/compiler.h: Introduce data_race(expr) macro, Marco Elver
- Re: [PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN), Paul E. McKenney
- Re: [PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN), Qian Cai
- Re: [PATCH v4 00/10] Add Kernel Concurrency Sanitizer (KCSAN), Qian Cai
[PATCH] random: Make RANDOM_TRUST_CPU depend on ARCH_RANDOM, richard . henderson
[PATCH v2] fs: add new O_MNT flag for opening mount root from mountpoint fd,
Pavel Tikhomirov
Question about "asm/rwonce.h: No such file or directory",
Xiao Yang
[PATCH] fs: add new O_MNT flag for opening mount root from mountpoint fd,
Pavel Tikhomirov
[PATCH 00/23] y2038 cleanups,
Arnd Bergmann
[PATCH] mm: fixmap: convert __set_fixmap_offset() to an inline function,
Masahiro Yamada
[RFC v2 00/37] Unifying LKL into UML,
Hajime Tazaki
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]