Generic Linux architectural discussions
 help / color / mirror / Atom feed
 messages from 2026-05-08 04:21:24 to 2026-05-16 00:11:27 UTC [more...]

[PATCH v1 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-05-16  0:11 UTC  (21+ 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 v2
 2026-05-15 19:59 UTC  (32+ 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 0/4] mm: speed up ZONE_DEVICE memmap initialization
 2026-05-15  8:20 UTC  (5+ 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 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  (10+ 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  (22+ messages)
` [PATCH 01/11] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH 02/11] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH 03/11] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH 04/11] openrisc: Include <linux/cpumask.h> in smp.h
` [PATCH 05/11] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH 06/11] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH 07/11] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH 08/11] sched: Remove the unused preempt_offset parameter of __cant_sleep()
` [PATCH 09/11] sched: Avoid signed comparison of preempt_count() in __cant_migrate()
` [PATCH 10/11] preempt: Introduce PREEMPT_COUNT_64BIT
` [PATCH 11/11] arm64: sched/preempt: Enable PREEMPT_COUNT_64BIT

[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  (7+ messages)
` [PATCH v9 1/4] bug/kunit: Core "
` [PATCH v9 2/4] kunit: Add backtrace suppression self-tests
` [PATCH v9 3/4] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v9 4/4] kunit: Add documentation for warning backtrace suppression API

(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 v8 0/4] kunit: Add support for suppressing warning backtraces
 2026-05-08 10:10 UTC  (6+ messages)
` [PATCH v8 1/4] bug/kunit: Core "

[PATCH v2 00/15] Add arm64 support in MSHV_VTL
 2026-05-08  9:56 UTC  (8+ messages)
` [PATCH v2 07/15] arm64: hyperv: Add support for mshv_vtl_return_call

[PATCH v11 00/14] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-05-08  8:32 UTC  (8+ messages)
` [PATCH v11 01/14] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox