messages from 2024-10-18 21:57:40 to 2024-10-23 17:08:02 UTC [more...]
[PATCH v4 0/6] page allocation tag compression
2024-10-23 17:07 UTC
[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
2024-10-23 16:27 UTC (9+ messages)
` [PATCH v7 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v7 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v7 3/8] asm-generic: introduce text-patching.h
` [PATCH v7 4/8] module: prepare to handle ROX allocations for text
` [PATCH v7 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit
[PATCH v3 0/5] implement lightweight guard pages
2024-10-23 16:24 UTC (6+ messages)
` [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v3 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v3 4/5] tools: testing: update tools UAPI header for mman-common.h
` [PATCH v3 5/5] selftests/mm: add self tests for guard page feature
[PATCH v4 0/6] Add AutoFDO and Propeller support for Clang build
2024-10-23 16:24 UTC (31+ messages)
` [PATCH v4 1/6] Add AutoFDO "
` [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
[GIT PULL] LoongArch fixes for v6.12-rc5
2024-10-23 14:52 UTC
[PATCH v2 0/5] implement lightweight guard pages
2024-10-23 11:40 UTC (66+ messages)
` [PATCH v2 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v2 4/5] tools: testing: update tools UAPI header for mman-common.h
` [PATCH v2 5/5] selftests/mm: add self tests for guard page feature
[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
2024-10-23 9:31 UTC (7+ messages)
[PATCH v17 00/16] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-10-23 8:58 UTC (20+ 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 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 11/16] fprobe: Rewrite fprobe on function-graph tracer
[PATCH] microblaze: Remove empty #ifndef __ASSEMBLY__ statement
2024-10-23 6:14 UTC (3+ messages)
provide generic page_to_phys and phys_to_page implementations v3
2024-10-23 5:36 UTC (3+ messages)
` [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to page_to_phys
[PATCH v2 0/3] modules: few of alignment fixes
2024-10-23 4:55 UTC (8+ messages)
[PATCH 0/5] Add new headers for Hyper-V Dom0
2024-10-23 0:51 UTC (5+ messages)
` [EXTERNAL] "
[PATCH] hexagon: Move kernel prototypes out of uapi/asm/setup.h header
2024-10-22 19:19 UTC (3+ messages)
[PATCH] mm/pkey: Add PKEY_UNRESTRICTED macro
2024-10-22 17:15 UTC (5+ messages)
[PATCH v5 0/3] vdso: Use only headers from the vdso/ namespace
2024-10-22 11:26 UTC (4+ messages)
` [PATCH v5 3/3] s390: Remove remaining _PAGE_* macros
[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
2024-10-21 22:15 UTC (21+ 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 RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
2024-10-21 21:38 UTC (3+ messages)
` (subset) "
[PATCH v3] selftests: add new kallsyms selftests
2024-10-21 19:33 UTC
[PATCH v3 0/5] page allocation tag compression
2024-10-21 18:12 UTC (25+ messages)
` [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags
[PATCH 00/15] Wire up CRC32 library functions to arch-optimized code
2024-10-21 17:56 UTC (18+ messages)
` [PATCH 01/15] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH 02/15] lib/crc32: improve support for arch-specific overrides
` [PATCH 03/15] arm/crc32: expose CRC32 functions through lib
` [PATCH 04/15] loongarch/crc32: "
` [PATCH 05/15] mips/crc32: "
` [PATCH 06/15] powerpc/crc32: "
` [PATCH 07/15] s390/crc32: "
` [PATCH 08/15] sparc/crc32: "
` [PATCH 09/15] x86/crc32: update prototype for crc_pcl()
` [PATCH 10/15] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH 11/15] x86/crc32: expose CRC32 functions through lib
` [PATCH 12/15] lib/crc32: make crc32c() go directly to lib
` [PATCH 13/15] ext4: switch to using the crc32c library
` [PATCH 14/15] jbd2: "
` [PATCH 15/15] f2fs: switch to using the crc32 library
[PATCH v10 0/4] Replace fallback for IO memcpy and IO memset
2024-10-21 14:16 UTC (6+ messages)
` [PATCH v10 1/4] "
` [PATCH v10 2/4] arm64: Use new fallback IO memcpy/memset
` [PATCH v10 3/4] csky: "
` [PATCH v10 4/4] loongarch: "
[PATCH v8 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n
2024-10-21 11:21 UTC (8+ messages)
` [PATCH v8 3/5] drm: handle HAS_IOPORT dependencies
[PATCH v16 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-10-21 4:22 UTC (6+ messages)
` [PATCH v16 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs
[PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
2024-10-19 8:46 UTC (3+ messages)
[PATCH RFC/RFT v2 0/2] Converge common flows for cpu assisted shadow stack
2024-10-19 1:24 UTC (4+ messages)
` [PATCH RFC/RFT v2 1/2] mm: helper `is_shadow_stack_vma` to check shadow stack vma
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).