messages from 2026-05-12 16:27:03 to 2026-05-21 13:33:28 UTC [more...]
[PATCH 00/11] Convert moduleparams to seq_buf
2026-05-21 13:33 UTC (11+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer
` [PATCH 02/11] panic: Replace panic_print_get() with generic helper
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 05/11] moduleparam: Rename .get field to .get_str
` [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
` [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
` [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
[PATCH v1 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
2026-05-21 12:27 UTC (32+ messages)
` [PATCH v1 1/4] iommu: Move Hyper-V IOMMU driver to its own subdirectory
` [PATCH v1 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
` [PATCH v1 4/4] iommu/hyperv: Add page-selective IOTLB flush support
[PATCH v2 00/25] Introduce meminspect
2026-05-21 12:20 UTC (5+ messages)
[PATCH v11 14/14] kunit: add tests for smp_cond_load_relaxed_timeout()
2026-05-21 8:30 UTC (3+ messages)
` [PATCH v11 1/2] kunit: add tests for smp_cond_load_*_timeout()
` [PATCH v11 2/2] kunit: add clock tests for smp_cond_load_relaxed_timeout()
[PATCH] arm64: tlb: Flush walk cache when unsharing PMD tables
2026-05-21 7:30 UTC
[PATCH v2 0/7] mm: speed up ZONE_DEVICE memmap initialization
2026-05-21 4:01 UTC (8+ messages)
` [PATCH v2 1/7] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v2 2/7] mm: add a set_page_section_from_pfn() helper
` [PATCH v2 3/7] mm: add a template-based fast path for zone-device page init
` [PATCH v2 4/7] mm: extend the template fast path to zone-device compound tails
` [PATCH v2 5/7] string: introduce memcpy_streaming() helpers
` [PATCH v2 6/7] x86/string: extend memcpy_flushcache() fixed-size fastpaths
` [PATCH v2 7/7] mm: use memcpy_streaming() in zone-device template copies
[PATCH 0/4] mm: speed up ZONE_DEVICE memmap initialization
2026-05-21 3:00 UTC (20+ messages)
` [PATCH 1/4] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH 2/4] mm: add a template-based fast path for zone-device page init
` [PATCH 3/4] mm: extend the template fast path to zone-device compound tails
` [PATCH 4/4] mm: use arch store helpers in zone-device template copies
cleanup the RAID6 P/Q library v2
2026-05-20 8:41 UTC (15+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6
[PATCH] nios2: remove the architecture
2026-05-20 7:06 UTC (17+ messages)
(no subject)
2026-05-19 22:20 UTC (4+ messages)
` [PATCH v2 1/5] arch: select HAVE_ARCH_BITREVERSE conditionally on BITREVERSE
[PATCH v5 00/14] module: Introduce hash-based integrity checking
2026-05-19 18:19 UTC (3+ messages)
[PATCH V3 00/11] PCI passthru on Hyper-V (Part I)
2026-05-19 12:52 UTC (14+ messages)
` [PATCH V3 01/11] iommu/hyperv: Rename hyperv-iommu.c to hyperv-irq.c
` [PATCH V3 08/11] PCI: hv: VMBus and PCI device IDs for PCI passthru
` [PATCH V3 09/11] x86/hyperv: Implement Hyper-V virtual IOMMU
cleanup the RAID6 P/Q library v3
2026-05-19 8:24 UTC (21+ messages)
` [PATCH 01/18] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/18] raid6: remove __KERNEL__ ifdefs
` [PATCH 03/18] raid6: move to lib/raid/
` [PATCH 04/18] raid6: remove unused defines in pq.h
` [PATCH 05/18] raid6: remove raid6_get_zero_page
` [PATCH 06/18] raid6: use named initializers for struct raid6_calls
` [PATCH 07/18] raid6: improve the public interface
` [PATCH 08/18] raid6: warn when using less than four devices
` [PATCH 09/18] raid6: hide internals
` [PATCH 10/18] raid6: rework registration of optimized algorithms
` [PATCH 11/18] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 12/18] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 13/18] raid6: update top of file comments
` [PATCH 14/18] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 15/18] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 16/18] raid6_kunit: cleanup dataptr handling
` [PATCH 17/18] raid6_kunit: randomize parameters and increase limits
` [PATCH 18/18] raid6_kunit: randomize buffer alignment
[PATCH v4 0/8] futex: Use runtime constants for futex_hash computation
2026-05-19 7:33 UTC (3+ messages)
` [PATCH v4 5/8] riscv/runtime-const: Introduce runtime_const_mask_32()
[PATCH] Generate <asm/asm-offsets.h> and remove identical copies in all architectures
2026-05-19 1:18 UTC
cleanup the RAID6 P/Q library v3
2026-05-18 5:12 UTC (3+ messages)
` [PATCH 01/18] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/18] raid6: remove __KERNEL__ ifdefs
[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
2026-05-15 14:40 UTC (15+ messages)
` [PATCH v6 4/7] locking: Factor out queued_spin_release()
` [PATCH v6 5/7] locking: Add contended_release tracepoint to qspinlock
` [PATCH v6 6/7] locking: Factor out __queued_read_unlock()/__queued_write_unlock()
` [PATCH v6 7/7] locking: Add contended_release tracepoint to qrwlock
[PATCH v13 0/4] kunit: Add support for suppressing warning backtraces
2026-05-15 14:25 UTC (9+ messages)
` [PATCH v13 1/4] bug/kunit: Core "
` [PATCH v13 2/4] kunit: Add backtrace suppression self-tests
` [PATCH v13 3/4] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v13 4/4] kunit: Add documentation for warning backtrace suppression API
[RFC PATCH v2 0/2] vfs: syscalls: add mkdirat2() that returns an O_DIRECTORY fd
2026-05-15 13:49 UTC (9+ messages)
` [RFC PATCH v2 1/2] "
[PATCH v12 0/4] kunit: Add support for suppressing warning backtraces
2026-05-15 11:46 UTC (6+ messages)
` [PATCH v12 1/4] bug/kunit: Core "
` [PATCH v12 2/4] kunit: Add backtrace suppression self-tests
` [PATCH v12 3/4] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v12 4/4] kunit: Add documentation for warning backtrace suppression API
[PATCH v3 0/5] dyndbg: fix i386 alignment and KEEP module sections
2026-05-15 8:58 UTC (6+ messages)
` [PATCH v3 1/5] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v3 2/5] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v3 3/5] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v3 4/5] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v3 5/5] dyndbg.lds.S: fix lost dyndbg sections in modules
[PATCH v11 0/4] kunit: Add support for suppressing warning backtraces
2026-05-15 8:30 UTC (7+ messages)
` [PATCH v11 1/4] bug/kunit: Core "
` [PATCH v11 2/4] kunit: Add backtrace suppression self-tests
` [PATCH v11 3/4] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v11 4/4] kunit: Add documentation for warning backtrace suppression API
[PATCH v10 0/4] kunit: Add support for suppressing warning backtraces
2026-05-14 8:38 UTC (6+ messages)
` [PATCH v10 1/4] bug/kunit: Core "
` [PATCH v10 2/4] kunit: Add backtrace suppression self-tests
` [PATCH v10 3/4] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v10 4/4] kunit: Add documentation for warning backtrace suppression API
[PATCH v2 0/5] dyndbg: fix i386 alignment and KEEP module sections
2026-05-14 6:46 UTC (3+ messages)
` [PATCH v2 5/5] dyndbg.lds.S: fix lost dyndbg sections in modules
[PATCH] mm: make zeropage read-only
2026-05-14 2:16 UTC (7+ messages)
[PATCH V1 0/3] PCI passthru on Hyper-V (Part II)
2026-05-13 15:15 UTC (3+ messages)
` [PATCH V1 3/3] mshv: Implement guest irq migration for passthru devices
[PATCH v8 4/4] kunit: Add documentation for warning backtrace suppression API
2026-05-13 6:12 UTC (2+ messages)
[PATCH 00/11] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
2026-05-12 23:33 UTC (8+ messages)
` [PATCH 01/11] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH 02/11] preempt: Track NMI nesting to separate per-CPU counter
[RFC PATCH v3 3/7] hq-spinlock: add contention detection
2026-05-12 16:25 UTC (3+ messages)
` [PATCH v3] locking/hqlock_core: restore missing call in contention detection logic
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