messages from 2024-10-14 16:31:55 to 2024-10-19 22:51:47 UTC [more...]
[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
2024-10-19 22:51 UTC (25+ messages)
` [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v6 3/8] asm-generic: introduce text-patching.h
` [PATCH v6 4/8] module: prepare to handle ROX allocations for text
` [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v6 7/8] execmem: add support for cache of large ROX pages
` [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit
[PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
2024-10-19 8:46 UTC (5+ messages)
[PATCH v4 0/6] Add AutoFDO and Propeller support for Clang build
2024-10-19 6:20 UTC (8+ messages)
` [PATCH v4 1/6] Add AutoFDO "
` [PATCH v4 2/6] objtool: Fix unreachable instruction warnings for weak funcitons
` [PATCH v4 3/6] Change the symbols order when --ffuntion-sections is enabled
` [PATCH v4 4/6] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH v4 5/6] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH v4 6/6] Add Propeller configuration for kernel build
[PATCH RFC/RFT v2 0/2] Converge common flows for cpu assisted shadow stack
2024-10-19 1:24 UTC (5+ messages)
` [PATCH RFC/RFT v2 1/2] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH RFC/RFT v2 2/2] kernel: converge common shadow stack flow agnostic to arch
[PATCH v3 0/5] page allocation tag compression
2024-10-18 21:57 UTC (35+ messages)
` [PATCH v3 1/5] maple_tree: add mas_for_each_rev() helper
` [PATCH v3 2/5] alloc_tag: load module tags into separate contiguous memory
` [PATCH v3 3/5] alloc_tag: populate memory for module tags as needed
` [PATCH v3 4/5] alloc_tag: introduce pgalloc_tag_ref to abstract page tag references
` [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
[PATCH 0/4] implement lightweight guard pages
2024-10-18 21:30 UTC (16+ messages)
` [PATCH 1/4] mm: pagewalk: add the ability to install PTEs
` [PATCH 2/4] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
` [PATCH 4/4] selftests/mm: add self tests for guard page feature
(subset) [PATCH v3 00/16] timers: Cleanup delay/sleep related mess
2024-10-18 18:58 UTC (4+ messages)
[PATCH v17 00/16] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-10-18 12:49 UTC (27+ messages)
` [PATCH v17 01/16] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v17 02/16] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v17 03/16] function_graph: Pass ftrace_regs to retfunc
` [PATCH v17 04/16] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v17 05/16] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v17 06/16] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v17 07/16] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v17 08/16] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v17 09/16] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v17 10/16] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v17 12/16] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v17 13/16] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v17 14/16] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v17 15/16] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v17 16/16] bpf: Add get_entry_ip() for arm64
[PATCH v5 0/3] vdso: Use only headers from the vdso/ namespace
2024-10-18 6:46 UTC (3+ messages)
` [PATCH v5 3/3] s390: Remove remaining _PAGE_* macros
[PATCH v11 0/5] Tracepoints and static branch in Rust
2024-10-17 19:32 UTC (7+ messages)
` [PATCH v11 1/5] rust: add static_branch_unlikely for static_key_false
` [PATCH v11 2/5] rust: add tracepoint support
` [PATCH v11 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v11 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v11 5/5] rust: add arch_static_branch
[PATCH 00/15] timers: Cleanup delay/sleep related mess
2024-10-17 14:19 UTC (2+ messages)
` (subset) "
[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
2024-10-16 23:58 UTC (17+ messages)
` [PATCH v5 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages
[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
2024-10-16 14:36 UTC (9+ messages)
` [RFC PATCH v1 02/57] vmlinux: Align to PAGE_SIZE_MAX
ARC: Use __force to suppress per-CPU cmpxchg complaints
2024-10-16 13:28 UTC (3+ messages)
[RFC PATCH v3 00/10] Add support for shared PTEs across processes
2024-10-16 13:25 UTC (7+ messages)
` [RFC PATCH v3 05/10] mm/mshare: Add ioctl support
[PATCH v16 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-10-16 8:33 UTC (28+ messages)
` [PATCH v16 01/18] tracing: Use arch_ftrace_regs() for ftrace_regs_*() macros
` [PATCH v16 02/18] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v16 03/18] function_graph: Pass ftrace_regs to entryfunc
` [PATCH v16 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v16 05/18] function_graph: Pass ftrace_regs to retfunc
` [PATCH v16 06/18] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v16 07/18] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v16 08/18] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v16 09/18] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v16 10/18] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v16 11/18] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v16 12/18] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v16 13/18] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v16 14/18] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v16 15/18] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v16 16/18] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v16 17/18] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v16 18/18] bpf: Add get_entry_ip() for arm64
[PATCH v10 0/5] Tracepoints and static branch in Rust
2024-10-15 15:31 UTC (10+ messages)
` [PATCH v10 5/5] rust: add arch_static_branch
[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
2024-10-15 13:05 UTC (8+ messages)
` [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
[PATCH 0/2] Use dot prefixes for section names
2024-10-15 12:08 UTC (8+ messages)
` [PATCH 1/2] codetag: Use dot prefix for section name
[RFC PATCH 0/4] implement lightweight guard pages
2024-10-15 7:27 UTC (11+ messages)
` [RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
` [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
provide generic page_to_phys and phys_to_page implementations v2
2024-10-15 5:44 UTC (3+ messages)
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to pfn_valid
[for-next][PATCH 4/4] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs
2024-10-14 23:54 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).