Linux Arch
[Prev Page][Next Page]
- Re: [PATCH v3 2/9] vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to STABS_DEBUG, (continued)
- [PATCH v3 04/10] x86: Makefile: Add build and config option for CONFIG_FG_KASLR, Kristen Carlson Accardi
- [PATCH v3 05/10] x86: Make sure _etext includes function sections,
Kristen Carlson Accardi
- [PATCH] make asm-generic/cacheflush.h more standalone,
Stephen Rothwell
- [PATCH memory-model 0/14] LKMM updates for v5.9,
Paul E. McKenney
- [PATCH tip/core/rcu 03/14] Documentation: LKMM: Add litmus test for RCU GP guarantee where updater frees object, paulmck
- [PATCH tip/core/rcu 04/14] Documentation: LKMM: Add litmus test for RCU GP guarantee where reader stores, paulmck
- [PATCH tip/core/rcu 07/14] Documentation/litmus-tests: Introduce atomic directory, paulmck
- [PATCH tip/core/rcu 13/14] tools/memory-model/README: Expand dependency of klitmus7, paulmck
- [PATCH tip/core/rcu 11/14] Documentation/litmus-tests: Merge atomic's README into top-level one, paulmck
- [PATCH tip/core/rcu 14/14] docs: fix references for DMA*.txt files, paulmck
- [PATCH tip/core/rcu 10/14] tools/memory-model: Fix reference to litmus test in recipes.txt, paulmck
- [PATCH tip/core/rcu 12/14] Documentation/litmus-tests: Cite an RCU litmus test, paulmck
- [PATCH tip/core/rcu 02/14] tools/memory-model: Fix "conflict" definition, paulmck
- [PATCH tip/core/rcu 09/14] Documentation/litmus-tests/atomic: Add a test for smp_mb__after_atomic(), paulmck
- [PATCH tip/core/rcu 06/14] tools/memory-model: Add an exception for limitations on _unless() family, paulmck
- [PATCH tip/core/rcu 08/14] Documentation/litmus-tests/atomic: Add a test for atomic_set(), paulmck
- [PATCH tip/core/rcu 05/14] MAINTAINERS: Update maintainers for new Documentation/litmus-tests, paulmck
- [PATCH tip/core/rcu 01/14] tools/memory-model: Add recent references, paulmck
- [PATCH 0/2] Small fixes around cacheflush.h,
Nathan Chancellor
- [PATCH v2 0/3] x86: Warn on orphan section placement,
Kees Cook
- [PATCH v2 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage,
Sean Christopherson
- [PATCH v2 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays, Sean Christopherson
- [PATCH v2 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches, Sean Christopherson
- [PATCH v2 21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches, Sean Christopherson
- [PATCH v2 20/21] KVM: MIPS: Account pages used for GPA page tables, Sean Christopherson
- [PATCH v2 19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache(), Sean Christopherson
- [PATCH v2 18/21] KVM: arm64: Use common KVM implementation of MMU memory caches, Sean Christopherson
- [PATCH v2 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache(), Sean Christopherson
- [PATCH v2 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code, Sean Christopherson
- [PATCH v2 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code, Sean Christopherson
- [PATCH v2 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global, Sean Christopherson
- [PATCH v2 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups, Sean Christopherson
- [PATCH v2 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache, Sean Christopherson
- [PATCH v2 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock), Sean Christopherson
- [PATCH v2 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches(), Sean Christopherson
- [PATCH v2 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches(), Sean Christopherson
- [PATCH v2 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA, Sean Christopherson
- [PATCH v2 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty, Sean Christopherson
- [PATCH v2 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches, Sean Christopherson
- [PATCH v2 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches(), Sean Christopherson
- [PATCH v2 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals, Sean Christopherson
- [PATCH v2 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers, Sean Christopherson
- Re: [PATCH v2 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage, Sean Christopherson
- [PATCH v4 05/17] dyndbg: rename __verbose section to __dyndbg, Jim Cromie
- [PATCH] seccomp: Use -1 marker for end of mode 1 syscall list,
Kees Cook
- [PATCH] linux++, this: rename "struct notifier_block *this",
Alexey Dobriyan
- Re: rename probe_kernel_* and probe_user_*,
Linus Torvalds
- properly support exec and wait with kernel pointers v2,
Christoph Hellwig
- [PATCH] vmlinux.lds: consider .text.{hot|unlikely}.* part of .text too,
Nick Desaulniers
- [PATCH v3 05/21] dyndbg: rename __verbose section to __dyndbg, Jim Cromie
- [RFC Patch 0/2] fix up includes of linux/major.h,
Stephen Rothwell
- Re: [PATCH 00/25] mm: Page fault accounting cleanups,
Linus Torvalds
- [PATCH] mm/pgtable: Move extern zero_pfn outside __HAVE_COLOR_ZERO_PAGE,
Anshuman Khandual
- properly support exec and wait with kernel pointers,
Christoph Hellwig
- [PATCH v8 0/4] Introduce the for_each_set_clump macro,
Syed Nayyar Waris
- [PATCH 26/29] docs: fix references for DMA*.txt files,
Mauro Carvalho Chehab
- Re: [PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes,
Greg Ungerer
- [PATCH V3 0/4] mm/debug_vm_pgtable: Add some more tests,
Anshuman Khandual
- Good idea to rename files in include/uapi/ ?,
Alexander A. Klimov
- [PATCH v2 05/24] dyndbg: rename __verbose section to __dyndbg, Jim Cromie
- Possible duplicate page fault accounting on some archs after commit 4064b9827063,
Gerald Schaefer
- [PATCH] asm-generic: Remove dead shift assignment in ffs/fls, Tobias Klauser
- [PATCH] mm: Move p?d_alloc_track to separate header file,
Joerg Roedel
- [PATCH v2 1/2] MIPS: Set page access bit with pgprot on platforms with RIXI,
Bibo Mao
- [PATCH 1/2] MIPS: set page access bit with pgprot on some MIPS platform,
Bibo Mao
- [PATCH] mm: Fix pud_alloc_track(),
Joerg Roedel
- Re: [RFC][PATCH 05/14] ia64: csum_partial_copy_nocheck(): don't abuse csum_partial_copy_from_user(), Guenter Roeck
- [PATCH v5 2/3] arch: wire-up close_range(), Christian Brauner
- [PATCH v4 0/6] arm64: tlb: add support for TTL feature,
Zhenyu Ye
- Regression bisected to f2f84b05e02b (bug: consolidate warn_slowpath_fmt() usage),
Matt Turner
- [git pull] uaccess csum,
Al Viro
- [RFC PATCH -rcu lkmm] tools/memory-model/README: Expand dependency of klitmus7,
Akira Yokosawa
- Re: [PATCH linux-rcu] docs/litmus-tests: add BPF ringbuf MPSC litmus tests,
Joel Fernandes
- [GIT PULL] csky updates for v5.7-rc8,
guoren
- [PATCH] csky: Fixup CONFIG_DEBUG_RSEQ, guoren
- [PATCH v2 0/6] prctl.2 man page updates for Linux 5.6,
Dave Martin
- [PATCH] cpumask: guard cpumask_of_node() macro argument,
Arnd Bergmann
- [PATCH v18 00/12] Landlock LSM,
Mickaël Salaün
- [PATCH v18 01/12] landlock: Add object management, Mickaël Salaün
- [PATCH v18 02/12] landlock: Add ruleset and domain management, Mickaël Salaün
- [PATCH v18 04/12] landlock: Add ptrace restrictions, Mickaël Salaün
- [PATCH v18 08/12] landlock: Add syscall implementation, Mickaël Salaün
- [PATCH v18 10/12] selftests/landlock: Add initial tests, Mickaël Salaün
- [PATCH v18 12/12] landlock: Add user and kernel documentation, Mickaël Salaün
- [PATCH v18 03/12] landlock: Set up the security framework and manage credentials, Mickaël Salaün
- [PATCH v18 11/12] samples/landlock: Add a sandbox manager example, Mickaël Salaün
- [PATCH v18 09/12] arch: Wire up landlock() syscall, Mickaël Salaün
- [PATCH v18 07/12] landlock: Support filesystem access-control, Mickaël Salaün
- [PATCH v18 06/12] fs,security: Add sb_delete hook, Mickaël Salaün
- [PATCH v18 05/12] LSM: Infrastructure management of the superblock, Mickaël Salaün
- [PATCH] topology: Fix cpumask_of_node macro for CONFIG_NEED_MULTIPLE_NODES=n,
Guenter Roeck
- [PATCH v3 0/6] arm64: tlb: add support for TTL feature,
Zhenyu Ye
- [PATCH 1/3] csky: Fixup CONFIG_PREEMPT panic,
guoren
- [PATCH v7 0/4] Introduce the for_each_set_clump macro,
Syed Nayyar Waris
- Some -serious- BPF-related litmus tests,
Paul E. McKenney
- [RFC PATCH 0/5] Update selftests/x86 for CET,
Yu-cheng Yu
- [PATCH v2 5/9] x86: Make sure _etext includes function sections,
Kristen Carlson Accardi
- [PATCH] asm-generic/sembuf: Update architecture related information in comment,
Viresh Kumar
- [GIT PULL] csky updates for v5.7-rc6,
guoren
- [PATCH v4 00/26] arm64: Memory Tagging Extension user-space support,
Catalin Marinas
- [PATCH v4 01/26] arm64: mte: system register definitions, Catalin Marinas
- [PATCH v4 02/26] arm64: mte: CPU feature detection and initial sysreg configuration, Catalin Marinas
- [PATCH v4 03/26] arm64: mte: Use Normal Tagged attributes for the linear map, Catalin Marinas
- [PATCH v4 04/26] arm64: mte: Add specific SIGSEGV codes, Catalin Marinas
- [PATCH v4 05/26] arm64: mte: Handle synchronous and asynchronous tag check faults, Catalin Marinas
- [PATCH v4 06/26] mm: Add PG_ARCH_2 page flag, Catalin Marinas
- [PATCH v4 07/26] arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE, Catalin Marinas
- [PATCH v4 08/26] arm64: mte: Tags-aware copy_page() implementation, Catalin Marinas
- [PATCH v4 09/26] arm64: mte: Tags-aware aware memcmp_pages() implementation, Catalin Marinas
- [PATCH v4 10/26] mm: Introduce arch_calc_vm_flag_bits(), Catalin Marinas
- [PATCH v4 11/26] arm64: mte: Add PROT_MTE support to mmap() and mprotect(), Catalin Marinas
- [PATCH v4 12/26] mm: Introduce arch_validate_flags(), Catalin Marinas
- [PATCH v4 13/26] arm64: mte: Validate the PROT_MTE request via arch_validate_flags(), Catalin Marinas
- [PATCH v4 14/26] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files, Catalin Marinas
- [PATCH v4 15/26] arm64: mte: Allow user control of the tag check mode via prctl(), Catalin Marinas
- [PATCH v4 16/26] arm64: mte: Allow user control of the generated random tags via prctl(), Catalin Marinas
- [PATCH v4 17/26] arm64: mte: Restore the GCR_EL1 register after a suspend, Catalin Marinas
- [PATCH v4 18/26] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support, Catalin Marinas
- [PATCH v4 19/26] fs: Handle intra-page faults in copy_mount_options(), Catalin Marinas
- [PATCH v4 20/26] mm: Add arch hooks for saving/restoring tags, Catalin Marinas
- [PATCH v4 22/26] arm64: mte: Save tags when hibernating, Catalin Marinas
- [PATCH v4 21/26] arm64: mte: Enable swap of tagged pages, Catalin Marinas
- [PATCH v4 23/26] arm64: mte: Check the DT memory nodes for MTE support, Catalin Marinas
- [PATCH v4 24/26] arm64: mte: Introduce early param to disable MTE support, Catalin Marinas
- [PATCH v4 25/26] arm64: mte: Kconfig entry, Catalin Marinas
- [PATCH v4 26/26] arm64: mte: Add Memory Tagging Extension documentation, Catalin Marinas
[PATCH v2] Implement close-on-fork,
Nate Karstens
sort out the flush_icache_range mess v2,
Christoph Hellwig
- [PATCH 01/29] arm: fix the flush_icache_range arguments in set_fiq_handler, Christoph Hellwig
- [PATCH 04/29] unicore32: remove flush_cache_user_range, Christoph Hellwig
- [PATCH 08/29] alpha: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 14/29] m68knommu: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 17/29] riscv: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 20/29] asm-generic: add a flush_icache_user_range stub, Christoph Hellwig
- [PATCH 21/29] sh: implement flush_icache_user_range, Christoph Hellwig
- [PATCH 26/29] exec: use flush_icache_user_range in read_code, Christoph Hellwig
- [PATCH 29/29] module: move the set_fs hack for flush_icache_range to m68k, Christoph Hellwig
- [PATCH 27/29] binfmt_flat: use flush_icache_user_range, Christoph Hellwig
- [PATCH 28/29] nommu: use flush_icache_user_range in brk and mmap, Christoph Hellwig
- [PATCH 22/29] xtensa: implement flush_icache_user_range, Christoph Hellwig
- [PATCH 23/29] arm: rename flush_cache_user_range to flush_icache_user_range, Christoph Hellwig
- [PATCH 25/29] exec: only build read_code when needed, Christoph Hellwig
- [PATCH 24/29] m68k: implement flush_icache_user_range, Christoph Hellwig
- [PATCH 19/29] mm: rename flush_icache_user_range to flush_icache_user_page, Christoph Hellwig
- [PATCH 18/29] arm,sparc,unicore32: remove flush_icache_user_range, Christoph Hellwig
- [PATCH 16/29] powerpc: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 12/29] ia64: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 11/29] hexagon: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 13/29] microblaze: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 15/29] openrisc: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 09/29] arm64: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 07/29] asm-generic: improve the flush_dcache_page stub, Christoph Hellwig
- [PATCH 10/29] c6x: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 06/29] asm-generic: don't include <linux/mm.h> in cacheflush.h, Christoph Hellwig
- [PATCH 05/29] asm-generic: fix the inclusion guards for cacheflush.h, Christoph Hellwig
- [PATCH 03/29] powerpc: unexport flush_icache_user_range, Christoph Hellwig
- [PATCH 02/29] nds32: unexport flush_icache_page, Christoph Hellwig
[PATCH v3 0/7] mm: Get rid of vmalloc_sync_(un)mappings(),
Joerg Roedel
[PATCH v6 0/4] Introduce the for_each_set_clump macro,
Syed Nayyar Waris
Re: [PATCH bpf-next 1/6] bpf: implement BPF ring buffer and verifier support for it,
Jakub Kicinski
[PATCH] asm-generic: Update kernel documentation in io.h,
Miquel Raynal
[PATCH v2 0/7] mm: Get rid of vmalloc_sync_(un)mappings(),
Joerg Roedel
[PATCH 1/4] csky: Fixup perf callchain unwind,
guoren
[PATCH 00/14] prctl.2 man page updates for Linux 5.6,
Dave Martin
- [PATCH 01/14] prctl.2: tfix clarify that prctl can apply to threads, Dave Martin
- [PATCH 02/14] prctl.2: Add health warning, Dave Martin
- [PATCH 03/14] prctl.2: tfix mis-description of thread ID values in procfs, Dave Martin
- [PATCH 05/14] prctl.2: tfix listing order of prctls, Dave Martin
- [PATCH 07/14] prctl.2: Document removal of Intel MPX prctls, Dave Martin
- [PATCH 06/14] prctl.2: ffix quotation mark tweaks, Dave Martin
- [PATCH 08/14] prctl.2: Work around bogus constant "maxsig" in PR_SET_PDEATHSIG, Dave Martin
- [PATCH 04/14] prctl.2: srcfix add comments for navigation, Dave Martin
- [PATCH 09/14] prctl.2: tfix minor punctuation in SPECULATION_CTRL prctls, Dave Martin
- [PATCH 10/14] prctl.2: Add PR_SPEC_INDIRECT_BRANCH for SPECULATION_CTRL prctls, Dave Martin
- [PATCH 11/14] prctl.2: Add PR_SPEC_DISABLE_NOEXEC for SPECULATION_CTRL prctls, Dave Martin
- [PATCH 12/14] prctl.2: Clarify the unsupported hardware case of EINVAL, Dave Martin
- [PATCH 13/14] prctl.2: Add SVE prctls (arm64), Dave Martin
- [PATCH 14/14] prctl.2: Add PR_PAC_RESET_KEYS (arm64), Dave Martin
- Re: [PATCH 00/14] prctl.2 man page updates for Linux 5.6, Michael Kerrisk (man-pages)
[PATCH v17 00/10] Landlock LSM,
Mickaël Salaün
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]