messages from 2024-10-21 20:25:08 to 2024-10-26 04:10:00 UTC [more...]
[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
2024-10-26 4:09 UTC (27+ messages)
` [PATCH v2 01/18] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v2 02/18] lib/crc32: improve support for arch-specific overrides
` [PATCH v2 03/18] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v2 05/18] arm/crc32: expose CRC32 functions through lib
` [PATCH v2 06/18] loongarch/crc32: "
` [PATCH v2 07/18] mips/crc32: "
` [PATCH v2 08/18] powerpc/crc32: "
` [PATCH v2 09/18] s390/crc32: "
` [PATCH v2 10/18] sparc/crc32: "
` [PATCH v2 11/18] x86/crc32: update prototype for crc_pcl()
` [PATCH v2 12/18] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v2 13/18] x86/crc32: expose CRC32 functions through lib
` [PATCH v2 14/18] lib/crc32: make crc32c() go directly to lib
` [PATCH v2 15/18] ext4: switch to using the crc32c library
` [PATCH v2 16/18] jbd2: "
` [PATCH v2 17/18] f2fs: switch to using the crc32 library
` [PATCH v2 18/18] scsi: target: iscsi: switch to using the crc32c library
[PATCH v4 0/4] simplify do_div() with constant divisor
2024-10-26 0:36 UTC (3+ messages)
[PATCH v3 0/5] implement lightweight guard pages
2024-10-26 0:11 UTC (21+ 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 v5 0/7] Add AutoFDO and Propeller support for Clang build
2024-10-25 23:03 UTC (9+ messages)
` [PATCH v5 1/7] Add AutoFDO "
` [PATCH v5 2/7] objtool: Fix unreachable instruction warnings for weak functions
` [PATCH v5 3/7] Change the symbols order when --ffunction-sections is enabled
` [PATCH v5 4/7] Add markers for text_unlikely and text_hot sections
` [PATCH v5 5/7] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH v5 6/7] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH v5 7/7] Add Propeller configuration for kernel build
[PATCH v6 00/33] riscv control-flow integrity for usermode
2024-10-25 21:58 UTC (3+ messages)
` [PATCH v6 07/33] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
[PATCH 0/6] futex: The remaining futex2 bits
2024-10-25 21:23 UTC (12+ messages)
` [PATCH 1/6] mm: Add vmalloc_huge_node()
` [PATCH 2/6] futex: Implement FUTEX2_NUMA
` [PATCH 3/6] futex: Propagate flags into futex_get_value_locked()
` [PATCH 4/6] futex: Enable FUTEX2_{8,16}
` [PATCH 5/6] futex,selftests: Extend the futex selftests
` [PATCH 6/6] futex,selftests: Extend the futex selftests for NUMA
[PATCH v3] Avoid memory barrier in read_seqcount() through load acquire
2024-10-25 19:30 UTC (10+ messages)
[PATCH v1 00/14] futex: More futex2 bits
2024-10-25 19:36 UTC (5+ messages)
` [PATCH v1 11/14] futex: Implement FUTEX2_NUMA
[PATCH v9 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n
2024-10-25 15:11 UTC (9+ messages)
` [PATCH v9 1/5] hexagon: Don't select GENERIC_IOMAP without HAS_IOPORT support
` [PATCH v9 2/5] Bluetooth: add HAS_IOPORT dependencies
` [PATCH v9 3/5] drm: handle "
` [PATCH v9 4/5] tty: serial: "
` [PATCH v9 5/5] asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n
[PATCH] mm/pkey: Add PKEY_UNRESTRICTED macro
2024-10-25 14:48 UTC (7+ messages)
[PATCH v10 0/4] Replace fallback for IO memcpy and IO memset
2024-10-25 14:20 UTC (3+ messages)
provide generic page_to_phys and phys_to_page implementations v3
2024-10-25 13:37 UTC (4+ 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 00/15] Wire up CRC32 library functions to arch-optimized code
2024-10-25 7:40 UTC (2+ messages)
[GIT PULL] LoongArch fixes for v6.12-rc5
2024-10-24 21:29 UTC (2+ messages)
[PATCH v3] selftests: add new kallsyms selftests
2024-10-24 20:21 UTC (3+ messages)
[PATCH v4 0/6] page allocation tag compression
2024-10-24 16:25 UTC (17+ messages)
` [PATCH v4 1/6] maple_tree: add mas_for_each_rev() helper
` [PATCH v4 2/6] alloc_tag: introduce shutdown_mem_profiling helper function
` [PATCH v4 3/6] alloc_tag: load module tags into separate contiguous memory
` [PATCH v4 4/6] alloc_tag: populate memory for module tags as needed
` [PATCH v4 5/6] alloc_tag: introduce pgtag_ref_handle to abstract page tag references
` [PATCH v4 6/6] alloc_tag: support for page allocation tag compression
[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
2024-10-24 10:52 UTC (9+ messages)
[PATCH v8 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n
2024-10-24 9:30 UTC (7+ messages)
` [PATCH v8 3/5] drm: handle HAS_IOPORT dependencies
[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
2024-10-24 8:13 UTC (4+ messages)
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
[PATCH 0/5] Add new headers for Hyper-V Dom0
2024-10-23 18:39 UTC (7+ messages)
` [EXTERNAL] "
[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 v4 0/6] Add AutoFDO and Propeller support for Clang build
2024-10-23 16:24 UTC (28+ 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
[PATCH v2 0/5] implement lightweight guard pages
2024-10-23 11:40 UTC (13+ 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)
[PATCH v2 0/3] modules: few of alignment fixes
2024-10-23 4:55 UTC (8+ messages)
[PATCH v2 0/5] implement lightweight guard pages
2024-10-22 20:45 UTC (39+ messages)
` [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v2 5/5] selftests/mm: add self tests for guard page feature
[PATCH] hexagon: Move kernel prototypes out of uapi/asm/setup.h header
2024-10-22 19:19 UTC (3+ 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 RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
2024-10-21 21:38 UTC (3+ messages)
` (subset) "
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).