messages from 2026-05-09 18:14:52 to 2026-05-18 10:58:03 UTC [more...]
[PATCH] nios2: remove the architecture
2026-05-18 10:57 UTC (5+ messages)
[PATCH 0/4] mm: speed up ZONE_DEVICE memmap initialization
2026-05-18 9:54 UTC (13+ 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
[PATCH v1 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
2026-05-18 9:38 UTC (22+ messages)
` [PATCH v1 1/4] iommu: Move Hyper-V IOMMU driver to its own subdirectory
` [PATCH v1 2/4] hyperv: Introduce new hypercall interfaces used by Hyper-V guest IOMMU
` [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
cleanup the RAID6 P/Q library v3
2026-05-18 5:18 UTC (19+ 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
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
cleanup the RAID6 P/Q library v2
2026-05-18 5:12 UTC (33+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6
` [PATCH 02/19] raid6: turn the userspace test harness into a kunit test
` [PATCH 03/19] raid6: remove __KERNEL__ ifdefs
` [PATCH 04/19] raid6: move to lib/raid/
` [PATCH 05/19] raid6: remove unused defines in pq.h
` [PATCH 06/19] raid6: remove raid6_get_zero_page
` [PATCH 07/19] raid6: use named initializers for struct raid6_calls
` [PATCH 08/19] raid6: improve the public interface
` [PATCH 09/19] raid6: hide internals
` [PATCH 10/19] raid6: rework the init helpers
` [PATCH 11/19] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 12/19] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 13/19] raid6: update top of file comments
` [PATCH 14/19] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 15/19] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 16/19] raid6_kunit: cleanup dataptr handling
` [PATCH 17/19] raid6_kunit: randomize parameters and increase limits
` [PATCH 18/19] "
` [PATCH 19/19] raid6_kunit: randomize buffer alignment
[PATCH V3 00/11] PCI passthru on Hyper-V (Part I)
2026-05-15 18:23 UTC (23+ messages)
` [PATCH V3 01/11] iommu/hyperv: Rename hyperv-iommu.c to hyperv-irq.c
` [PATCH V3 02/11] x86/hyperv: Cosmetic changes in irqdomain.c for readability
` [PATCH V3 03/11] mshv: Provide a way to get partition ID if running in a VMM process
` [PATCH V3 04/11] mshv: Declarations and definitions for VFIO-MSHV bridge device
` [PATCH V3 05/11] mshv: Implement mshv bridge device for VFIO
` [PATCH V3 06/11] mshv: Add ioctl support for MSHV-VFIO bridge device
` [PATCH V3 07/11] mshv: Import data structs around device passthru from hyperv headers
` [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
` [PATCH V3 10/11] mshv: Populate mmio mappings for PCI passthru
` [PATCH V3 11/11] mshv: Mark mem regions as non-movable upfront if device passthru
[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 (7+ messages)
` [PATCH V1 1/3] mshv: Import declarations for irq remap and add irqbypass support
` [PATCH V1 2/3] hyperv: Implement irq remap for passthru devices
` [PATCH V1 3/3] mshv: Implement guest irq migration "
[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 (10+ 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 (4+ messages)
` [PATCH v3] locking/hqlock_core: restore missing call in contention detection logic
[PATCH v9 0/4] kunit: Add support for suppressing warning backtraces
2026-05-12 15:05 UTC (3+ messages)
(no subject)
2026-05-12 2:25 UTC (3+ messages)
` [PATCH v2 1/5] arch: select HAVE_ARCH_BITREVERSE conditionally on BITREVERSE
[PATCH] init/main: Expose built-in initcalls and blacklist status via debugfs
2026-05-11 20:34 UTC (2+ messages)
[PATCH v5 1/2] vfs: add O_EMPTYPATH to openat(2)/openat2(2)
2026-05-11 18:29 UTC (3+ messages)
[PATCH] mm: make zeropage read-only
2026-05-10 21:40 UTC (3+ 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