Linux Arch
Thread Index
[
Prev Page
][
Next Page
]
[PATCH v7 17/32] prctl: arch-agnostic prctl for indirect branch tracking
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v7 16/32] prctl: arch-agnostic prctl for shadow stack
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v7 15/32] riscv/shstk: If needed allocate a new shadow stack on clone
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v7 14/32] riscv/mm: Implement map_shadow_stack() syscall
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v7 13/32] riscv mmu: write protect and shadow stack
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v7 12/32] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v7 11/32] riscv mm: manufacture shadow stack pte
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v7 10/32] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v7 09/32] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v7 08/32] riscv: zicfiss / zicfilp extension csr and bit definitions
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v7 07/32] riscv: zicfiss / zicfilp enumeration
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v7 06/32] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v7 05/32] riscv: Call riscv_user_isa_enable() only on the boot hart
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v7 04/32] riscv: Add support for per-thread envcfg CSR values
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v7 03/32] riscv: Enable cbo.zero only when all harts support Zicboz
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v7 02/32] mm: helper `is_shadow_stack_vma` to check shadow stack vma
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v7 01/32] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH v7 00/32] riscv control-flow integrity for usermode
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
Re: [PATCH v6 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
Re: [PATCH v11 5/5] rust: add arch_static_branch
From
: Boqun Feng <boqun.feng@xxxxxxxxx>
Re: [PATCH v3] selftests: add new kallsyms selftests
From
: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
Re: [PATCH v4 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Vlastimil Babka <vbabka@xxxxxxx>
Re: [PATCH v6 2/7] objtool: Fix unreachable instruction warnings for weak functions
From
: Rong Xu <xur@xxxxxxxxxx>
[arnd-asm-generic:master 14/18] lib/iomem_copy.c:14: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [PATCH v6 2/7] objtool: Fix unreachable instruction warnings for weak functions
From
: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
Re: [PATCH v6 2/7] objtool: Fix unreachable instruction warnings for weak functions
From
: "H. Peter Anvin" <hpa@xxxxxxxxx>
Re: [PATCH v6 2/7] objtool: Fix unreachable instruction warnings for weak functions
From
: Kees Cook <kees@xxxxxxxxxx>
Re: [PATCH v6 7/7] Add Propeller configuration for kernel build
From
: Kees Cook <kees@xxxxxxxxxx>
Re: [PATCH v6 6/7] AutoFDO: Enable machine function split optimization for AutoFDO
From
: Kees Cook <kees@xxxxxxxxxx>
Re: [PATCH v6 5/7] AutoFDO: Enable -ffunction-sections for the AutoFDO build
From
: Kees Cook <kees@xxxxxxxxxx>
Re: [PATCH v6 1/7] Add AutoFDO support for Clang build
From
: Kees Cook <kees@xxxxxxxxxx>
Re: [PATCH v6 4/7] Add markers for text_unlikely and text_hot sections
From
: Kees Cook <kees@xxxxxxxxxx>
Re: [PATCH v6 3/7] Adjust symbol ordering in text output section
From
: Kees Cook <kees@xxxxxxxxxx>
Re: [PATCH v6 4/7] Add markers for text_unlikely and text_hot sections
From
: Kees Cook <kees@xxxxxxxxxx>
Re: [PATCH 2/6] futex: Implement FUTEX2_NUMA
From
: "Christoph Lameter (Ampere)" <cl@xxxxxxxxxx>
Re: [PATCH 2/6] futex: Implement FUTEX2_NUMA
From
: "Christoph Lameter (Ampere)" <cl@xxxxxxxxxx>
Re: [PATCH v1 11/14] futex: Implement FUTEX2_NUMA
From
: "Christoph Lameter (Ampere)" <cl@xxxxxxxxxx>
Re: [PATCH v4 0/5] implement lightweight guard pages
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [arnd-asm-generic:master 14/17] lib/iomem_copy.c:10:10: fatal error: 'linux/unaligned.h' file not found
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
From
: "Jarkko Sakkinen" <jarkko@xxxxxxxxxx>
Re: [PATCH v3 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: "Jarkko Sakkinen" <jarkko@xxxxxxxxxx>
Re: [PATCH v3 5/5] selftests/mm: add self tests for guard page feature
From
: "Jarkko Sakkinen" <jarkko@xxxxxxxxxx>
Re: [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
From
: "Jarkko Sakkinen" <jarkko@xxxxxxxxxx>
Re: [PATCH v4 0/5] implement lightweight guard pages
From
: SeongJae Park <sj@xxxxxxxxxx>
[arnd-asm-generic:master 14/17] lib/iomem_copy.c:10:10: fatal error: linux/unaligned.h: No such file or directory
From
: kernel test robot <lkp@xxxxxxxxx>
[arnd-asm-generic:master 14/17] lib/iomem_copy.c:10:10: fatal error: 'linux/unaligned.h' file not found
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [PATCH v18 06/17] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
From
: Will Deacon <will@xxxxxxxxxx>
Re: [PATCH v18 02/17] fgraph: Replace fgraph_ret_regs with ftrace_regs
From
: Will Deacon <will@xxxxxxxxxx>
Re: [PATCH v18 01/17] fgraph: Pass ftrace_regs to entryfunc
From
: Will Deacon <will@xxxxxxxxxx>
[PATCH v4 1/5] mm: pagewalk: add the ability to install PTEs
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH v4 0/5] implement lightweight guard pages
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH v4 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH v4 5/5] selftests/mm: add self tests for guard page feature
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH v4 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH v4 4/5] tools: testing: update tools UAPI header for mman-common.h
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
From
: Will Deacon <will@xxxxxxxxxx>
Re: [PATCH v11 0/4] Replace fallback for IO memcpy and IO memset
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
[PATCH v11 3/4] csky: Use new fallback IO memcpy/memset
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
[PATCH v11 2/4] arm64: Use new fallback IO memcpy/memset
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
[PATCH v11 1/4] New implementation for IO memcpy and IO memset
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
[PATCH v11 4/4] loongarch: Use new fallback IO memcpy/memset
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
[PATCH v11 0/4] Replace fallback for IO memcpy and IO memset
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
Re: [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH 2/6] futex: Implement FUTEX2_NUMA
From
: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Re: [PATCH 2/6] futex: Implement FUTEX2_NUMA
From
: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Re: [PATCH v3 3/3] selftests/powerpc: Use PKEY_UNRESTRICTED macro
From
: Kevin Brodsky <kevin.brodsky@xxxxxxx>
[PATCH v3 3/3] selftests/powerpc: Use PKEY_UNRESTRICTED macro
From
: Yury Khrustalev <yury.khrustalev@xxxxxxx>
[PATCH v3 1/3] mm/pkey: Add PKEY_UNRESTRICTED macro
From
: Yury Khrustalev <yury.khrustalev@xxxxxxx>
[PATCH v3 2/3] selftests/mm: Use PKEY_UNRESTRICTED macro
From
: Yury Khrustalev <yury.khrustalev@xxxxxxx>
[PATCH v3 0/3] mm/pkey: Add PKEY_UNRESTRICTED macro
From
: Yury Khrustalev <yury.khrustalev@xxxxxxx>
Re: [PATCH] mm/pkey: Add PKEY_UNRESTRICTED macro
From
: Yury Khrustalev <yury.khrustalev@xxxxxxx>
Re: [PATCH v2 3/3] selftests/powerpc/mm: Use PKEY_UNRESTRICTED macro
From
: Kevin Brodsky <kevin.brodsky@xxxxxxx>
Re: [PATCH v2 2/3] selftests/mm: Use PKEY_UNRESTRICTED macro
From
: Kevin Brodsky <kevin.brodsky@xxxxxxx>
Re: [PATCH 2/6] futex: Implement FUTEX2_NUMA
From
: Davidlohr Bueso <dave@xxxxxxxxxxxx>
Re: [PATCH v6 0/7] Add AutoFDO and Propeller support for Clang build
From
: Nathan Chancellor <nathan@xxxxxxxxxx>
[PATCH v2 0/3] mm/pkey: Add PKEY_UNRESTRICTED macro
From
: Yury Khrustalev <yury.khrustalev@xxxxxxx>
[PATCH v2 3/3] selftests/powerpc/mm: Use PKEY_UNRESTRICTED macro
From
: Yury Khrustalev <yury.khrustalev@xxxxxxx>
[PATCH v2 2/3] selftests/mm: Use PKEY_UNRESTRICTED macro
From
: Yury Khrustalev <yury.khrustalev@xxxxxxx>
[PATCH v2 1/3] mm/pkey: Add PKEY_UNRESTRICTED macro
From
: Yury Khrustalev <yury.khrustalev@xxxxxxx>
Re: [PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
From
: Ard Biesheuvel <ardb@xxxxxxxxxx>
[arnd-asm-generic:master 6/12] include/asm-generic/io.h:596:15: error: call to '_outb' declared with attribute error: outb() requires CONFIG_HAS_IOPORT
From
: kernel test robot <lkp@xxxxxxxxx>
[arnd-asm-generic:asm-generic] BUILD SUCCESS a6653736cdcedcb7c2c22ee0af0288a326a0e036
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [PATCH v4 0/4] simplify do_div() with constant divisor
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v1 11/14] futex: Implement FUTEX2_NUMA
From
: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
[arnd-asm-generic:asm-generic] BUILD SUCCESS e1cac6a143e257c1bf9166e30083fbd66acfe8b6
From
: kernel test robot <lkp@xxxxxxxxx>
[PATCH v6 7/7] Add Propeller configuration for kernel build
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v6 6/7] AutoFDO: Enable machine function split optimization for AutoFDO
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v6 5/7] AutoFDO: Enable -ffunction-sections for the AutoFDO build
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v6 4/7] Add markers for text_unlikely and text_hot sections
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v6 3/7] Adjust symbol ordering in text output section
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v6 2/7] objtool: Fix unreachable instruction warnings for weak functions
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v6 1/7] Add AutoFDO support for Clang build
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v6 0/7] Add AutoFDO and Propeller support for Clang build
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v18 17/17] bpf: Add get_entry_ip() for arm64
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v18 16/17] Documentation: probes: Update fprobe on function-graph tracer
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v18 15/17] selftests/ftrace: Add a test case for repeating register/unregister fprobe
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v18 14/17] selftests: ftrace: Remove obsolate maxactive syntax check
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v18 13/17] tracing/fprobe: Remove nr_maxactive from fprobe
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v18 12/17] fprobe: Add fprobe_header encoding feature
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v18 11/17] fprobe: Rewrite fprobe on function-graph tracer
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v18 10/17] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v18 09/17] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v18 08/17] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v18 07/17] tracing: Add ftrace_fill_perf_regs() for perf event
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v18 06/17] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v18 05/17] fprobe: Use ftrace_regs in fprobe exit handler
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v18 04/17] fprobe: Use ftrace_regs in fprobe entry handler
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v18 03/17] fgraph: Pass ftrace_regs to retfunc
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v18 02/17] fgraph: Replace fgraph_ret_regs with ftrace_regs
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v18 01/17] fgraph: Pass ftrace_regs to entryfunc
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v18 00/17] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
Re: [PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH v4 0/4] simplify do_div() with constant divisor
From
: Nicolas Pitre <nico@xxxxxxxxxxx>
Re: [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH v5 0/7] Add AutoFDO and Propeller support for Clang build
From
: Yabin Cui <yabinc@xxxxxxxxxx>
Re: [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v2 03/18] lib/crc32: expose whether the lib is really optimized at runtime
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH v2 18/18] scsi: target: iscsi: switch to using the crc32c library
From
: Ard Biesheuvel <ardb@xxxxxxxxxx>
Re: [PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v6 07/33] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
From
: "Rob Herring (Arm)" <robh@xxxxxxxxxx>
Re: [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Vlastimil Babka <vbabka@xxxxxxx>
Re: [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Vlastimil Babka <vbabka@xxxxxxx>
Re: [PATCH v2 03/18] lib/crc32: expose whether the lib is really optimized at runtime
From
: Ard Biesheuvel <ardb@xxxxxxxxxx>
Re: [PATCH v2 03/18] lib/crc32: expose whether the lib is really optimized at runtime
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH 2/6] futex: Implement FUTEX2_NUMA
From
: André Almeida <andrealmeid@xxxxxxxxxx>
Re: [PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
From
: Ard Biesheuvel <ardb@xxxxxxxxxx>
Re: [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
From
: "Christoph Lameter (Ampere)" <cl@xxxxxxxxxx>
Re: [PATCH v2 03/18] lib/crc32: expose whether the lib is really optimized at runtime
From
: Ard Biesheuvel <ardb@xxxxxxxxxx>
Re: [PATCH 2/6] futex: Implement FUTEX2_NUMA
From
: "Christoph Lameter (Ampere)" <cl@xxxxxxxxxx>
Re: [PATCH v1 11/14] futex: Implement FUTEX2_NUMA
From
: "Christoph Lameter (Ampere)" <cl@xxxxxxxxxx>
[PATCH v2 18/18] scsi: target: iscsi: switch to using the crc32c library
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH v2 17/18] f2fs: switch to using the crc32 library
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH v2 16/18] jbd2: switch to using the crc32c library
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH v2 15/18] ext4: switch to using the crc32c library
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH v2 14/18] lib/crc32: make crc32c() go directly to lib
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH v2 13/18] x86/crc32: expose CRC32 functions through lib
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH v2 12/18] x86/crc32: update prototype for crc32_pclmul_le_16()
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH v2 11/18] x86/crc32: update prototype for crc_pcl()
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH v2 10/18] sparc/crc32: expose CRC32 functions through lib
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH v2 09/18] s390/crc32: expose CRC32 functions through lib
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH v2 08/18] powerpc/crc32: expose CRC32 functions through lib
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH v2 07/18] mips/crc32: expose CRC32 functions through lib
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH v2 06/18] loongarch/crc32: expose CRC32 functions through lib
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH v2 05/18] arm/crc32: expose CRC32 functions through lib
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH v2 03/18] lib/crc32: expose whether the lib is really optimized at runtime
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH v2 02/18] lib/crc32: improve support for arch-specific overrides
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH v2 01/18] lib/crc32: drop leading underscores from __crc32c_le_base
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH 2/6] futex: Implement FUTEX2_NUMA
From
: Davidlohr Bueso <dave@xxxxxxxxxxxx>
Re: [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
From
: Vlastimil Babka <vbabka@xxxxxxx>
Re: [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH] mm: yield on fatal signal/cond_sched() in vector_madvise()
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH 1/6] mm: Add vmalloc_huge_node()
From
: Davidlohr Bueso <dave@xxxxxxxxxxxx>
Re: [PATCH v9 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n
From
: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
Re: [PATCH] mm/pkey: Add PKEY_UNRESTRICTED macro
From
: Dave Hansen <dave.hansen@xxxxxxxxx>
Re: [PATCH v10 0/4] Replace fallback for IO memcpy and IO memset
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH v9 3/5] drm: handle HAS_IOPORT dependencies
From
: Thomas Zimmermann <tzimmermann@xxxxxxx>
Re: [PATCH v9 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: provide generic page_to_phys and phys_to_page implementations v3
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH 1/6] mm: Add vmalloc_huge_node()
From
: Uladzislau Rezki <urezki@xxxxxxxxx>
[PATCH 3/6] futex: Propagate flags into futex_get_value_locked()
From
: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
[PATCH 6/6] futex,selftests: Extend the futex selftests for NUMA
From
: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
[PATCH 4/6] futex: Enable FUTEX2_{8,16}
From
: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
[PATCH 0/6] futex: The remaining futex2 bits
From
: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
[PATCH 5/6] futex,selftests: Extend the futex selftests
From
: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
[PATCH 2/6] futex: Implement FUTEX2_NUMA
From
: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
[PATCH 1/6] mm: Add vmalloc_huge_node()
From
: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Re: [PATCH v1 11/14] futex: Implement FUTEX2_NUMA
From
: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Re: [PATCH] mm/pkey: Add PKEY_UNRESTRICTED macro
From
: Kevin Brodsky <kevin.brodsky@xxxxxxx>
Re: [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
From
: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Re: [PATCH 00/15] Wire up CRC32 library functions to arch-optimized code
From
: Ard Biesheuvel <ardb@xxxxxxxxxx>
Re: [GIT PULL] LoongArch fixes for v6.12-rc5
From
: pr-tracker-bot@xxxxxxxxxx
Re: [PATCH v3] selftests: add new kallsyms selftests
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
[PATCH v9 5/5] asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n
From
: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
[PATCH v9 4/5] tty: serial: handle HAS_IOPORT dependencies
From
: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
[PATCH v9 3/5] drm: handle HAS_IOPORT dependencies
From
: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
[PATCH v9 1/5] hexagon: Don't select GENERIC_IOMAP without HAS_IOPORT support
From
: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
[PATCH v9 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n
From
: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
[PATCH v9 2/5] Bluetooth: add HAS_IOPORT dependencies
From
: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
Re: [PATCH v4 5/6] alloc_tag: introduce pgtag_ref_handle to abstract page tag references
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
From
: Steven Price <steven.price@xxxxxxx>
Re: [PATCH v8 3/5] drm: handle HAS_IOPORT dependencies
From
: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
Re: [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
From
: Mike Rapoport <rppt@xxxxxxxxxx>
Re: [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v4 6/6] alloc_tag: support for page allocation tag compression
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
From
: "Christoph Lameter (Ampere)" <cl@xxxxxxxxxx>
Re: [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
From
: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
[PATCH v5 7/7] Add Propeller configuration for kernel build
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v5 6/7] AutoFDO: Enable machine function split optimization for AutoFDO
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v5 5/7] AutoFDO: Enable -ffunction-sections for the AutoFDO build
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v5 4/7] Add markers for text_unlikely and text_hot sections
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v5 3/7] Change the symbols order when --ffunction-sections is enabled
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v5 1/7] Add AutoFDO support for Clang build
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v5 2/7] objtool: Fix unreachable instruction warnings for weak functions
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v5 0/7] Add AutoFDO and Propeller support for Clang build
From
: Rong Xu <xur@xxxxxxxxxx>
Re: [PATCH v4 5/6] alloc_tag: introduce pgtag_ref_handle to abstract page tag references
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v4 5/6] alloc_tag: introduce pgtag_ref_handle to abstract page tag references
From
: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
From
: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
RE: [EXTERNAL] RE: [PATCH 0/5] Add new headers for Hyper-V Dom0
From
: Michael Kelley <mhklinux@xxxxxxxxxxx>
RE: [PATCH 0/5] Add new headers for Hyper-V Dom0
From
: Michael Kelley <mhklinux@xxxxxxxxxxx>
Re: [PATCH v4 6/6] alloc_tag: support for page allocation tag compression
From
: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>
Re: [PATCH v4 4/6] alloc_tag: populate memory for module tags as needed
From
: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>
Re: [PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
From
: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
Re: [PATCH v4 3/6] alloc_tag: load module tags into separate contiguous memory
From
: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>
Re: [PATCH v4 5/6] alloc_tag: introduce pgtag_ref_handle to abstract page tag references
From
: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>
Re: [PATCH v3] selftests: add new kallsyms selftests
From
: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>
Re: [PATCH v4 2/6] alloc_tag: introduce shutdown_mem_profiling helper function
From
: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>
Re: [PATCH v4 1/6] maple_tree: add mas_for_each_rev() helper
From
: Pasha Tatashin <pasha.tatashin@xxxxxxxxxx>
[PATCH v4 6/6] alloc_tag: support for page allocation tag compression
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
[PATCH v4 5/6] alloc_tag: introduce pgtag_ref_handle to abstract page tag references
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
[PATCH v4 4/6] alloc_tag: populate memory for module tags as needed
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
[PATCH v4 3/6] alloc_tag: load module tags into separate contiguous memory
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
[PATCH v4 2/6] alloc_tag: introduce shutdown_mem_profiling helper function
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
[PATCH v4 1/6] maple_tree: add mas_for_each_rev() helper
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
[PATCH v4 0/6] page allocation tag compression
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
[PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v7 7/8] execmem: add support for cache of large ROX pages
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v7 5/8] arch: introduce set_direct_map_valid_noflush()
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v7 4/8] module: prepare to handle ROX allocations for text
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v7 3/8] asm-generic: introduce text-patching.h
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v7 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v7 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v3 5/5] selftests/mm: add self tests for guard page feature
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH v3 4/5] tools: testing: update tools UAPI header for mman-common.h
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH v3 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH v3 0/5] implement lightweight guard pages
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v4 5/6] AutoFDO: Enable machine function split optimization for AutoFDO
From
: Rong Xu <xur@xxxxxxxxxx>
Re: [PATCH v4 6/6] Add Propeller configuration for kernel build.
From
: Rong Xu <xur@xxxxxxxxxx>
[GIT PULL] LoongArch fixes for v6.12-rc5
From
: Huacai Chen <chenhuacai@xxxxxxxxxxx>
Re: [PATCH v2 0/5] implement lightweight guard pages
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v2 0/5] implement lightweight guard pages
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v2 0/5] implement lightweight guard pages
From
: Marco Elver <elver@xxxxxxxxxx>
Re: [PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
From
: Steven Price <steven.price@xxxxxxx>
Re: [PATCH v2 0/5] implement lightweight guard pages
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v2 0/5] implement lightweight guard pages
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v2 0/5] implement lightweight guard pages
From
: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
Re: [PATCH v2 0/5] implement lightweight guard pages
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v2 0/5] implement lightweight guard pages
From
: Vlastimil Babka <vbabka@xxxxxxx>
Re: [PATCH v17 02/16] function_graph: Replace fgraph_ret_regs with ftrace_regs
From
: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
Re: [PATCH v17 07/16] tracing: Add ftrace_fill_perf_regs() for perf event
From
: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
Re: [PATCH v17 06/16] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
From
: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
Re: [PATCH v2 0/5] implement lightweight guard pages
From
: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
Re: [PATCH v2 0/5] implement lightweight guard pages
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v4 6/6] Add Propeller configuration for kernel build.
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH v4 6/6] Add Propeller configuration for kernel build.
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH v2 0/5] implement lightweight guard pages
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v4 6/6] Add Propeller configuration for kernel build.
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH v4 5/6] AutoFDO: Enable machine function split optimization for AutoFDO
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH v4 4/6] AutoFDO: Enable -ffunction-sections for the AutoFDO build
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH v4 3/6] Change the symbols order when --ffuntion-sections is enabled
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH v4 1/6] Add AutoFDO support for Clang build
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH v2 0/5] implement lightweight guard pages
From
: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
Re: [PATCH] microblaze: Remove empty #ifndef __ASSEMBLY__ statement
From
: Michal Simek <monstr@xxxxxxxxx>
[PATCH 2/2] asm-generic: add an optional pfn_valid check to page_to_phys
From
: Christoph Hellwig <hch@xxxxxx>
[PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
From
: Christoph Hellwig <hch@xxxxxx>
provide generic page_to_phys and phys_to_page implementations v3
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH v2 0/3] modules: few of alignment fixes
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH 0/5] Add new headers for Hyper-V Dom0
From
: Nuno Das Neves <nunodasneves@xxxxxxxxxxxxxxxxxxx>
Re: [EXTERNAL] RE: [PATCH 0/5] Add new headers for Hyper-V Dom0
From
: Nuno Das Neves <nunodasneves@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH v17 01/16] function_graph: Pass ftrace_regs to entryfunc
From
: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Jann Horn <jannh@xxxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
RE: [PATCH] hexagon: Move kernel prototypes out of uapi/asm/setup.h header
From
: Brian Cain <bcain@xxxxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Jann Horn <jannh@xxxxxxxxxx>
Re: [PATCH] hexagon: Move kernel prototypes out of uapi/asm/setup.h header
From
: Thomas Huth <thuth@xxxxxxxxxx>
Re: [PATCH] microblaze: Remove empty #ifndef __ASSEMBLY__ statement
From
: Thomas Huth <thuth@xxxxxxxxxx>
Re: [PATCH] mm/pkey: Add PKEY_UNRESTRICTED macro
From
: Dave Hansen <dave.hansen@xxxxxxxxx>
Re: [PATCH] mm/pkey: Add PKEY_UNRESTRICTED macro
From
: Kevin Brodsky <kevin.brodsky@xxxxxxx>
Re: [PATCH] mm/pkey: Add PKEY_UNRESTRICTED macro
From
: Dave Hansen <dave.hansen@xxxxxxxxx>
Re: [PATCH] mm/pkey: Add PKEY_UNRESTRICTED macro
From
: Kevin Brodsky <kevin.brodsky@xxxxxxx>
[PATCH] mm/pkey: Add PKEY_UNRESTRICTED macro
From
: Yury Khrustalev <yury.khrustalev@xxxxxxx>
Re: [PATCH v5 3/3] s390: Remove remaining _PAGE_* macros
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
Re: [PATCH v2 5/5] selftests/mm: add self tests for guard page feature
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer
From
: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
Re: [PATCH v4 6/6] Add Propeller configuration for kernel build.
From
: Rong Xu <xur@xxxxxxxxxx>
Re: [PATCH v4 3/6] Change the symbols order when --ffuntion-sections is enabled
From
: Rong Xu <xur@xxxxxxxxxx>
Re: [PATCH v4 4/6] AutoFDO: Enable -ffunction-sections for the AutoFDO build
From
: Rong Xu <xur@xxxxxxxxxx>
Re: [PATCH v4 5/6] AutoFDO: Enable machine function split optimization for AutoFDO
From
: Rong Xu <xur@xxxxxxxxxx>
Re: [PATCH v4 1/6] Add AutoFDO support for Clang build
From
: Rong Xu <xur@xxxxxxxxxx>
Re: [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
From
: Nathan Chancellor <nathan@xxxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: (subset) [PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
From
: Aleksa Sarai <cyphar@xxxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Vlastimil Babka <vbabka@xxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v2 5/5] selftests/mm: add self tests for guard page feature
From
: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: Dave Hansen <dave.hansen@xxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v4 0/6] Add AutoFDO and Propeller support for Clang build
From
: Rong Xu <xur@xxxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Vlastimil Babka <vbabka@xxxxxxx>
Re: [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Vlastimil Babka <vbabka@xxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Vlastimil Babka <vbabka@xxxxxxx>
Re: [PATCH v2 0/3] modules: few of alignment fixes
From
: Helge Deller <deller@xxxxxx>
Re: [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
From
: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH v3] selftests: add new kallsyms selftests
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: John Hubbard <jhubbard@xxxxxxxxxx>
Re: [PATCH v2 0/3] modules: few of alignment fixes
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: John Hubbard <jhubbard@xxxxxxxxxx>
Re: [PATCH 07/15] s390/crc32: expose CRC32 functions through lib
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: Vlastimil Babka <vbabka@xxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v17 01/16] function_graph: Pass ftrace_regs to entryfunc
From
: Will Deacon <will@xxxxxxxxxx>
Re: [PATCH v17 07/16] tracing: Add ftrace_fill_perf_regs() for perf event
From
: Will Deacon <will@xxxxxxxxxx>
Re: [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v17 02/16] function_graph: Replace fgraph_ret_regs with ftrace_regs
From
: Will Deacon <will@xxxxxxxxxx>
Re: [PATCH v17 06/16] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
From
: Will Deacon <will@xxxxxxxxxx>
Re: [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer
From
: Heiko Carstens <hca@xxxxxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Michal Hocko <mhocko@xxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Michal Hocko <mhocko@xxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Michal Hocko <mhocko@xxxxxxxx>
Re: [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer
From
: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
[no subject]
From
: Unknown
Re: [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: Vlastimil Babka <vbabka@xxxxxxx>
Re: (subset) [PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
From
: Christian Brauner <brauner@xxxxxxxxxx>
Re: [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
RE: [PATCH v10 0/4] Replace fallback for IO memcpy and IO memset
From
: David Laight <David.Laight@xxxxxxxxxx>
Re: [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: Vlastimil Babka <vbabka@xxxxxxx>
Re: [PATCH v2 1/5] mm: pagewalk: add the ability to install PTEs
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: Vlastimil Babka <vbabka@xxxxxxx>
[PATCH v10 1/4] Replace fallback for IO memcpy and IO memset
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
[PATCH v10 0/4] Replace fallback for IO memcpy and IO memset
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
[PATCH v10 4/4] loongarch: Use new fallback IO memcpy/memset
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
[PATCH v10 2/4] arm64: Use new fallback IO memcpy/memset
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
[PATCH v10 3/4] csky: Use new fallback IO memcpy/memset
From
: Julian Vetter <jvetter@xxxxxxxxxxxxx>
Re: [PATCH v2 1/5] mm: pagewalk: add the ability to install PTEs
From
: Vlastimil Babka <vbabka@xxxxxxx>
Re: [PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
From
: Steven Price <steven.price@xxxxxxx>
Re: [PATCH v8 3/5] drm: handle HAS_IOPORT dependencies
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH v8 3/5] drm: handle HAS_IOPORT dependencies
From
: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
Re: [PATCH v8 3/5] drm: handle HAS_IOPORT dependencies
From
: Thomas Zimmermann <tzimmermann@xxxxxxx>
Re: [PATCH v8 3/5] drm: handle HAS_IOPORT dependencies
From
: Thomas Zimmermann <tzimmermann@xxxxxxx>
Re: [PATCH 07/15] s390/crc32: expose CRC32 functions through lib
From
: Heiko Carstens <hca@xxxxxxxxxxxxx>
Re: [PATCH v8 3/5] drm: handle HAS_IOPORT dependencies
From
: "Arnd Bergmann" <arnd@xxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v8 3/5] drm: handle HAS_IOPORT dependencies
From
: Thomas Zimmermann <tzimmermann@xxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Michal Hocko <mhocko@xxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Michal Hocko <mhocko@xxxxxxxx>
Re: [PATCH v16 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs
From
: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
Re: [PATCH v4 5/6] AutoFDO: Enable machine function split optimization for AutoFDO
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH v4 4/6] AutoFDO: Enable -ffunction-sections for the AutoFDO build
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH v4 3/6] Change the symbols order when --ffuntion-sections is enabled
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH 15/15] f2fs: switch to using the crc32 library
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH 14/15] jbd2: switch to using the crc32c library
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH 13/15] ext4: switch to using the crc32c library
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH 12/15] lib/crc32: make crc32c() go directly to lib
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH 11/15] x86/crc32: expose CRC32 functions through lib
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH 10/15] x86/crc32: update prototype for crc32_pclmul_le_16()
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH 09/15] x86/crc32: update prototype for crc_pcl()
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH 08/15] sparc/crc32: expose CRC32 functions through lib
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH 07/15] s390/crc32: expose CRC32 functions through lib
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH 06/15] powerpc/crc32: expose CRC32 functions through lib
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH 05/15] mips/crc32: expose CRC32 functions through lib
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH 04/15] loongarch/crc32: expose CRC32 functions through lib
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH 03/15] arm/crc32: expose CRC32 functions through lib
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH 02/15] lib/crc32: improve support for arch-specific overrides
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH 01/15] lib/crc32: drop leading underscores from __crc32c_le_base
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
[PATCH 00/15] Wire up CRC32 library functions to arch-optimized code
From
: Eric Biggers <ebiggers@xxxxxxxxxx>
Re: [PATCH v2 0/5] implement lightweight guard pages
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v4 6/6] Add Propeller configuration for kernel build.
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH v2 0/5] implement lightweight guard pages
From
: Florian Weimer <fw@xxxxxxxxxxxxx>
Re: [PATCH v4 1/6] Add AutoFDO support for Clang build
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
[PATCH v2 4/5] tools: testing: update tools UAPI header for mman-common.h
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH v2 1/5] mm: pagewalk: add the ability to install PTEs
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH v2 5/5] selftests/mm: add self tests for guard page feature
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH v2 0/5] implement lightweight guard pages
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v4 0/6] Add AutoFDO and Propeller support for Clang build
From
: Masahiro Yamada <masahiroy@xxxxxxxxxx>
Re: [PATCH v4 0/6] Add AutoFDO and Propeller support for Clang build
From
: Nathan Chancellor <nathan@xxxxxxxxxx>
Re: [PATCH v4 0/6] Add AutoFDO and Propeller support for Clang build
From
: Nathan Chancellor <nathan@xxxxxxxxxx>
Re: [PATCH v4 0/6] Add AutoFDO and Propeller support for Clang build
From
: Yonghong Song <yonghong.song@xxxxxxxxx>
Re: [PATCH v6 0/8] x86/module: use large ROX pages for text allocations
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH v6 7/8] execmem: add support for cache of large ROX pages
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH v6 4/8] module: prepare to handle ROX allocations for text
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH v6 3/8] asm-generic: introduce text-patching.h
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
From
: Mike Rapoport <rppt@xxxxxxxxxx>
Re: [PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
From
: Andrea della Porta <andrea.porta@xxxxxxxx>
Re: [PATCH v4 0/6] Add AutoFDO and Propeller support for Clang build
From
: Rong Xu <xur@xxxxxxxxxx>
Re: [PATCH RFC/RFT v2 1/2] mm: helper `is_shadow_stack_vma` to check shadow stack vma
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
From
: Bjorn Helgaas <helgaas@xxxxxxxxxx>
Re: [PATCH 0/4] implement lightweight guard pages
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: (subset) [PATCH v3 00/16] timers: Cleanup delay/sleep related mess
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: (subset) [PATCH v3 00/16] timers: Cleanup delay/sleep related mess
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Michal Hocko <mhocko@xxxxxxxx>
Re: [PATCH 4/4] selftests/mm: add self tests for guard page feature
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH 4/4] selftests/mm: add self tests for guard page feature
From
: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 4/4] selftests/mm: add self tests for guard page feature
From
: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 4/4] selftests/mm: add self tests for guard page feature
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH 0/4] implement lightweight guard pages
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH 0/4] implement lightweight guard pages
From
: Vlastimil Babka <vbabka@xxxxxxx>
Re: [PATCH 4/4] selftests/mm: add self tests for guard page feature
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH 4/4] selftests/mm: add self tests for guard page feature
From
: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Michal Hocko <mhocko@xxxxxxxx>
Re: [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer
From
: Heiko Carstens <hca@xxxxxxxxxxxxx>
Re: [PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
From
: Andrea della Porta <andrea.porta@xxxxxxxx>
Re: (subset) [PATCH v3 00/16] timers: Cleanup delay/sleep related mess
From
: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>
Re: [PATCH 4/4] selftests/mm: add self tests for guard page feature
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v5 3/3] s390: Remove remaining _PAGE_* macros
From
: Alexander Gordeev <agordeev@xxxxxxxxxxxxx>
Re: [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer
From
: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
Re: [PATCH 4/4] selftests/mm: add self tests for guard page feature
From
: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer
From
: Steven Rostedt <rostedt@xxxxxxxxxxx>
[PATCH 2/4] mm: add PTE_MARKER_GUARD PTE marker
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH 4/4] selftests/mm: add self tests for guard page feature
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH 0/4] implement lightweight guard pages
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[PATCH 1/4] mm: pagewalk: add the ability to install PTEs
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v11 4/5] jump_label: adjust inline asm to be consistent
From
: Palmer Dabbelt <palmer@xxxxxxxxxxx>
Re: [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
From
: Steven Rostedt <rostedt@xxxxxxxxxxx>
Re: (subset) [PATCH 00/15] timers: Cleanup delay/sleep related mess
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
From
: Steven Rostedt <rostedt@xxxxxxxxxxx>
Re: [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
From
: Mike Rapoport <rppt@xxxxxxxxxx>
Re: [PATCH RFC/RFT v2 1/2] mm: helper `is_shadow_stack_vma` to check shadow stack vma
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
From
: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Re: [PATCH v5 7/8] execmem: add support for cache of large ROX pages
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH v17 01/16] function_graph: Pass ftrace_regs to entryfunc
From
: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
[PATCH RFC/RFT v2 2/2] kernel: converge common shadow stack flow agnostic to arch
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH RFC/RFT v2 1/2] mm: helper `is_shadow_stack_vma` to check shadow stack vma
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
[PATCH RFC/RFT v2 0/2] Converge common flows for cpu assisted shadow stack
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
Re: [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
From
: Steven Rostedt <rostedt@xxxxxxxxxxx>
Re: [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer
From
: Sven Schnelle <svens@xxxxxxxxxxxxx>
Re: [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer
From
: Sven Schnelle <svens@xxxxxxxxxxxxx>
Re: [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
From
: Uladzislau Rezki <urezki@xxxxxxxxx>
Re: [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer
From
: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
Re: [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
From
: Uladzislau Rezki <urezki@xxxxxxxxx>
Re: [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
From
: Ryan Roberts <ryan.roberts@xxxxxxx>
Re: [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer
From
: Steven Rostedt <rostedt@xxxxxxxxxxx>
Re: [PATCH v17 01/16] function_graph: Pass ftrace_regs to entryfunc
From
: Steven Rostedt <rostedt@xxxxxxxxxxx>
Re: ARC: Use __force to suppress per-CPU cmpxchg complaints
From
: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
Re: [RFC PATCH v3 00/10] Add support for shared PTEs across processes
From
: Jann Horn <jannh@xxxxxxxxxx>
[PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v6 7/8] execmem: add support for cache of large ROX pages
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v6 4/8] module: prepare to handle ROX allocations for text
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v6 3/8] asm-generic: introduce text-patching.h
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
From
: Mike Rapoport <rppt@xxxxxxxxxx>
Re: [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer
From
: Sven Schnelle <svens@xxxxxxxxxxxxx>
Re: [PATCH v5 7/8] execmem: add support for cache of large ROX pages
From
: Mike Rapoport <rppt@xxxxxxxxxx>
Re: [PATCH v16 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs
From
: Heiko Carstens <hca@xxxxxxxxxxxxx>
Re: [PATCH v3 1/5] maple_tree: add mas_for_each_rev() helper
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: ARC: Use __force to suppress per-CPU cmpxchg complaints
From
: Vineet Gupta <vgupta@xxxxxxxxxx>
Re: [PATCH v3 1/5] maple_tree: add mas_for_each_rev() helper
From
: "Liam R. Howlett" <Liam.Howlett@xxxxxxxxxx>
[PATCH v17 16/16] bpf: Add get_entry_ip() for arm64
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v17 15/16] Documentation: probes: Update fprobe on function-graph tracer
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v17 14/16] selftests/ftrace: Add a test case for repeating register/unregister fprobe
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v17 13/16] selftests: ftrace: Remove obsolate maxactive syntax check
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
Re: [RFC PATCH v3 00/10] Add support for shared PTEs across processes
From
: Anthony Yznaga <anthony.yznaga@xxxxxxxxxx>
[PATCH v17 12/16] tracing/fprobe: Remove nr_maxactive from fprobe
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v17 10/16] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v17 09/16] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v17 08/16] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v17 07/16] tracing: Add ftrace_fill_perf_regs() for perf event
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v17 06/16] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v17 05/16] fprobe: Use ftrace_regs in fprobe exit handler
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v17 04/16] fprobe: Use ftrace_regs in fprobe entry handler
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v17 03/16] function_graph: Pass ftrace_regs to retfunc
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v17 02/16] function_graph: Replace fgraph_ret_regs with ftrace_regs
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v17 01/16] function_graph: Pass ftrace_regs to entryfunc
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v17 00/16] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
Re: [RFC PATCH v3 05/10] mm/mshare: Add ioctl support
From
: Anthony Yznaga <anthony.yznaga@xxxxxxxxxx>
Re: [PATCH v16 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs
From
: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
Re: [PATCH v16 09/18] tracing: Add ftrace_fill_perf_regs() for perf event
From
: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
Re: [PATCH v16 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs
From
: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
Re: [PATCH v16 01/18] tracing: Use arch_ftrace_regs() for ftrace_regs_*() macros
From
: Steven Rostedt <rostedt@xxxxxxxxxxx>
Re: [PATCH v16 01/18] tracing: Use arch_ftrace_regs() for ftrace_regs_*() macros
From
: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
Re: [PATCH v3 2/5] alloc_tag: load module tags into separate contiguous memory
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v16 01/18] tracing: Use arch_ftrace_regs() for ftrace_regs_*() macros
From
: Steven Rostedt <rostedt@xxxxxxxxxxx>
Re: [PATCH v3 2/5] alloc_tag: load module tags into separate contiguous memory
From
: Shakeel Butt <shakeel.butt@xxxxxxxxx>
Re: [PATCH v5 7/8] execmem: add support for cache of large ROX pages
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH v16 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs
From
: Heiko Carstens <hca@xxxxxxxxxxxxx>
Re: [PATCH v16 09/18] tracing: Add ftrace_fill_perf_regs() for perf event
From
: Heiko Carstens <hca@xxxxxxxxxxxxx>
Re: [PATCH v3 0/5] page allocation tag compression
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [PATCH v10 5/5] rust: add arch_static_branch
From
: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v3 3/5] alloc_tag: populate memory for module tags as needed
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v10 5/5] rust: add arch_static_branch
From
: Alice Ryhl <aliceryhl@xxxxxxxxxx>
Re: [PATCH v10 5/5] rust: add arch_static_branch
From
: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
[PATCH v11 5/5] rust: add arch_static_branch
From
: Alice Ryhl <aliceryhl@xxxxxxxxxx>
[PATCH v11 4/5] jump_label: adjust inline asm to be consistent
From
: Alice Ryhl <aliceryhl@xxxxxxxxxx>
[PATCH v11 3/5] rust: samples: add tracepoint to Rust sample
From
: Alice Ryhl <aliceryhl@xxxxxxxxxx>
[PATCH v11 2/5] rust: add tracepoint support
From
: Alice Ryhl <aliceryhl@xxxxxxxxxx>
[PATCH v11 1/5] rust: add static_branch_unlikely for static_key_false
From
: Alice Ryhl <aliceryhl@xxxxxxxxxx>
[PATCH v11 0/5] Tracepoints and static branch in Rust
From
: Alice Ryhl <aliceryhl@xxxxxxxxxx>
Re: [PATCH v10 5/5] rust: add arch_static_branch
From
: Alice Ryhl <aliceryhl@xxxxxxxxxx>
Re: [PATCH v10 5/5] rust: add arch_static_branch
From
: Alice Ryhl <aliceryhl@xxxxxxxxxx>
Re: [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
From
: Catalin Marinas <catalin.marinas@xxxxxxx>
Re: [PATCH v3 3/5] alloc_tag: populate memory for module tags as needed
From
: Mike Rapoport <rppt@xxxxxxxxxx>
Re: [PATCH v10 5/5] rust: add arch_static_branch
From
: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
Re: [PATCH 0/2] Use dot prefixes for section names
From
: Petr Mladek <pmladek@xxxxxxxx>
Re: [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
From
: Ryan Roberts <ryan.roberts@xxxxxxx>
Re: [PATCH v10 5/5] rust: add arch_static_branch
From
: kernel test robot <lkp@xxxxxxxxx>
Re: [RFC PATCH v1 02/57] vmlinux: Align to PAGE_SIZE_MAX
From
: Ryan Roberts <ryan.roberts@xxxxxxx>
Re: [PATCH v5 6/8] x86/module: perpare module loading for ROX allocations of text
From
: Nathan Chancellor <nathan@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: David Hildenbrand <david@xxxxxxxxxx>
Re: [RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH v5 7/8] execmem: add support for cache of large ROX pages
From
: Mike Rapoport <rppt@xxxxxxxxxx>
Re: [PATCH 2/2] asm-generic: add an optional pfn_valid check to pfn_valid
From
: Thomas Huth <thuth@xxxxxxxxxx>
Re: [PATCH v5 7/8] execmem: add support for cache of large ROX pages
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
From
: Pingfan Liu <piliu@xxxxxxxxxx>
Re: [PATCH v3 2/5] alloc_tag: load module tags into separate contiguous memory
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v3 0/5] page allocation tag compression
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
[PATCH v16 18/18] bpf: Add get_entry_ip() for arm64
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v16 17/18] Documentation: probes: Update fprobe on function-graph tracer
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v16 16/18] selftests/ftrace: Add a test case for repeating register/unregister fprobe
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v16 15/18] selftests: ftrace: Remove obsolate maxactive syntax check
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v16 14/18] tracing/fprobe: Remove nr_maxactive from fprobe
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v16 13/18] fprobe: Rewrite fprobe on function-graph tracer
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v16 12/18] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v16 11/18] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v16 10/18] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v16 09/18] tracing: Add ftrace_fill_perf_regs() for perf event
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v16 08/18] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v16 07/18] fprobe: Use ftrace_regs in fprobe exit handler
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v16 06/18] fprobe: Use ftrace_regs in fprobe entry handler
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v16 05/18] function_graph: Pass ftrace_regs to retfunc
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v16 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v16 03/18] function_graph: Pass ftrace_regs to entryfunc
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v16 02/18] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v16 01/18] tracing: Use arch_ftrace_regs() for ftrace_regs_*() macros
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
[PATCH v16 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
From
: "Masami Hiramatsu (Google)" <mhiramat@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: John Hubbard <jhubbard@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
Re: [for-next][PATCH 4/4] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs
From
: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: John Hubbard <jhubbard@xxxxxxxxxx>
Re: [PATCH v3 2/5] alloc_tag: load module tags into separate contiguous memory
From
: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Yosry Ahmed <yosryahmed@xxxxxxxxxx>
Re: [PATCH v3 0/5] page allocation tag compression
From
: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
[PATCH v4 6/6] Add Propeller configuration for kernel build.
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v4 5/6] AutoFDO: Enable machine function split optimization for AutoFDO
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v4 4/6] AutoFDO: Enable -ffunction-sections for the AutoFDO build
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v4 3/6] Change the symbols order when --ffuntion-sections is enabled
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v4 2/6] objtool: Fix unreachable instruction warnings for weak funcitons
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v4 1/6] Add AutoFDO support for Clang build
From
: Rong Xu <xur@xxxxxxxxxx>
[PATCH v4 0/6] Add AutoFDO and Propeller support for Clang build
From
: Rong Xu <xur@xxxxxxxxxx>
Re: [PATCH 1/2] codetag: Use dot prefix for section name
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
[PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
[PATCH v3 4/5] alloc_tag: introduce pgalloc_tag_ref to abstract page tag references
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
[PATCH v3 3/5] alloc_tag: populate memory for module tags as needed
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
[PATCH v3 2/5] alloc_tag: load module tags into separate contiguous memory
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
[PATCH v3 1/5] maple_tree: add mas_for_each_rev() helper
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
[PATCH v3 0/5] page allocation tag compression
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [RFC PATCH v3 05/10] mm/mshare: Add ioctl support
From
: Jann Horn <jannh@xxxxxxxxxx>
Re: [RFC PATCH v3 00/10] Add support for shared PTEs across processes
From
: Jann Horn <jannh@xxxxxxxxxx>
Re: [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v5 7/8] execmem: add support for cache of large ROX pages
From
: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Re: [PATCH 0/2] Use dot prefixes for section names
From
: Ard Biesheuvel <ardb@xxxxxxxxxx>
Re: [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
From
: Jann Horn <jannh@xxxxxxxxxx>
Re: [PATCH 0/2] Use dot prefixes for section names
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH 0/2] Use dot prefixes for section names
From
: Ard Biesheuvel <ardb@xxxxxxxxxx>
Re: [PATCH 0/2] Use dot prefixes for section names
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Re: [RFC PATCH v1 02/57] vmlinux: Align to PAGE_SIZE_MAX
From
: "Christoph Lameter (Ampere)" <cl@xxxxxxxxxx>
Re: [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
From
: Catalin Marinas <catalin.marinas@xxxxxxx>
Re: (subset) [PATCH v3 00/16] timers: Cleanup delay/sleep related mess
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
From
: Jann Horn <jannh@xxxxxxxxxx>
[PATCH v5 3/3] s390: Remove remaining _PAGE_* macros
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH v5 2/3] vdso: Introduce vdso/page.h
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH v5 1/3] drm: i915: Change fault type to unsigned long
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH v5 0/3] vdso: Use only headers from the vdso/ namespace
From
: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
[PATCH 2/2] asm-generic: add an optional pfn_valid check to pfn_valid
From
: Christoph Hellwig <hch@xxxxxx>
[PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
From
: Christoph Hellwig <hch@xxxxxx>
provide generic page_to_phys and phys_to_page implementations v2
From
: Christoph Hellwig <hch@xxxxxx>
Re: [PATCH v6 33/33] kselftest/riscv: kselftest for user mode cfi
From
: Zong Li <zong.li@xxxxxxxxxx>
Re: [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
From
: Ryan Roberts <ryan.roberts@xxxxxxx>
Re: [PATCH 3/9] arm64: vdso: Remove timekeeper include
From
: Will Deacon <will@xxxxxxxxxx>
Re: [PATCH 1/9] vdso: Remove timekeeper argument of __arch_update_vsyscall()
From
: Will Deacon <will@xxxxxxxxxx>
Re: [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
From
: Pingfan Liu <piliu@xxxxxxxxxx>
Re: [PATCH v5 7/8] execmem: add support for cache of large ROX pages
From
: Mike Rapoport <rppt@xxxxxxxxxx>
[PATCH 2/2] runtime-const: Use dot prefix for section names
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[PATCH 1/2] codetag: Use dot prefix for section name
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
[PATCH 0/2] Use dot prefixes for section names
From
: Ard Biesheuvel <ardb+git@xxxxxxxxxx>
Re: [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
[RFC PATCH v1 53/57] arm64: Runtime-fold pmd level
From
: Ryan Roberts <ryan.roberts@xxxxxxx>
[RFC PATCH v1 11/57] fork: Permit boot-time THREAD_SIZE determination
From
: Ryan Roberts <ryan.roberts@xxxxxxx>
[RFC PATCH v1 02/57] vmlinux: Align to PAGE_SIZE_MAX
From
: Ryan Roberts <ryan.roberts@xxxxxxx>
[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
From
: Ryan Roberts <ryan.roberts@xxxxxxx>
Re: [RFC PATCH 2/4] mm: add PTE_MARKER_GUARD PTE marker
From
: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
Re: [for-next][PATCH 4/4] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs
From
: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
[PATCH v3 05/16] timers: Update function descriptions of sleep/delay related functions
From
: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>
[PATCH v3 00/16] timers: Cleanup delay/sleep related mess
From
: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>
Re: [for-next][PATCH 3/4] ftrace: Make ftrace_regs abstract from direct use
From
: Madhavan Srinivasan <maddy@xxxxxxxxxxxxx>
Re: [PATCH v5 7/8] execmem: add support for cache of large ROX pages
From
: Christoph Hellwig <hch@xxxxxxxxxxxxx>
Re: [PATCH v5 7/8] execmem: add support for cache of large ROX pages
From
: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH v8 4/5] tty: serial: handle HAS_IOPORT dependencies
From
: "Maciej W. Rozycki" <macro@xxxxxxxxxxx>
Re: [PATCH v6 4/5] tty: serial: handle HAS_IOPORT dependencies
From
: "Maciej W. Rozycki" <macro@xxxxxxxxxxx>
Re: [PATCH v5 7/8] execmem: add support for cache of large ROX pages
From
: Mike Rapoport <rppt@xxxxxxxxxx>
Re: [PATCH RFC/RFT 3/3] kernel: converge common shadow stack flow agnostic to arch
From
: Mark Brown <broonie@xxxxxxxxxx>
Re: [PATCH v10 1/5] rust: add static_branch_unlikely for static_key_false
From
: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
Re: [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
From
: Suren Baghdasaryan <surenb@xxxxxxxxxx>
Re: [PATCH v10 1/5] rust: add static_branch_unlikely for static_key_false
From
: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
Re: [PATCH v6 33/33] kselftest/riscv: kselftest for user mode cfi
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
Re: [PATCH net-next v25 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
From
: Mina Almasry <almasrymina@xxxxxxxxxx>
Re: [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
From
: Jann Horn <jannh@xxxxxxxxxx>
Re: [RFC PATCH 2/4] mm: add PTE_MARKER_GUARD PTE marker
From
: Jann Horn <jannh@xxxxxxxxxx>
Re: [RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
From
: Jann Horn <jannh@xxxxxxxxxx>
Re: [PATCH v10 1/5] rust: add static_branch_unlikely for static_key_false
From
: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
Re: [PATCH RFC/RFT 1/3] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
Re: [PATCH RFC/RFT 2/3] mm: helper `is_shadow_stack_vma` to check shadow stack vma
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
Re: [PATCH RFC/RFT 3/3] kernel: converge common shadow stack flow agnostic to arch
From
: Deepak Gupta <debug@xxxxxxxxxxxx>
Re: [PATCH v10 1/5] rust: add static_branch_unlikely for static_key_false
From
: Gary Guo <gary@xxxxxxxxxxx>
Re: [PATCH net-next v25 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
From
: Jakub Kicinski <kuba@xxxxxxxxxx>
Re: [PATCH v10 5/5] rust: add arch_static_branch
From
: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
Re: [PATCH v10 1/5] rust: add static_branch_unlikely for static_key_false
From
: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
[for-next][PATCH 3/4] ftrace: Make ftrace_regs abstract from direct use
From
: Steven Rostedt <rostedt@xxxxxxxxxxx>
[Index of Archives]
[Kernel Announce]
[IETF Annouce]
[Netdev]
[Netfilter]
[Bugtraq]