messages from 2026-05-01 00:42:15 to 2026-05-12 05:25:07 UTC [more...]
cleanup the RAID6 P/Q library v2
2026-05-12 5:20 UTC (13+ 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 V1 0/3] PCI passthru on Hyper-V (Part II)
2026-05-12 4:59 UTC (5+ 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] mm: make zeropage read-only
2026-05-12 2:31 UTC (5+ messages)
(no subject)
2026-05-12 2:25 UTC (7+ messages)
` [PATCH v2 1/5] arch: select HAVE_ARCH_BITREVERSE conditionally on BITREVERSE
` [PATCH v2 2/5] lib/bitrev: Introduce GENERIC_BITREVERSE
` [PATCH v2 3/5] bitops: Define generic___bitrev8/16/32 for reuse
` [PATCH v2 4/5] arch/riscv: Add bitrev.h file to support rev8 and brev8
` [PATCH v2 5/5] MAINTAINERS: BITOPS: include bitrev.[ch]
[PATCH V3 00/11] PCI passthru on Hyper-V (Part I)
2026-05-12 2:02 UTC (12+ 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] 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 v1 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
2026-05-11 16:24 UTC (5+ 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
[RFC PATCH v2 0/2] vfs: syscalls: add mkdirat2() that returns an O_DIRECTORY fd
2026-05-11 12:00 UTC (5+ messages)
` [RFC PATCH v2 1/2] "
[PATCH 00/11] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
2026-05-09 18:21 UTC (17+ 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
[PATCH v9 0/4] kunit: Add support for suppressing warning backtraces
2026-05-08 23:52 UTC (6+ 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
[PATCH v8 0/4] kunit: Add support for suppressing warning backtraces
2026-05-08 10:10 UTC (15+ messages)
` [PATCH v8 1/4] bug/kunit: Core "
` [PATCH v8 2/4] kunit: Add backtrace suppression self-tests
` [PATCH v8 3/4] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v8 4/4] kunit: Add documentation for warning backtrace suppression API
[PATCH v2 00/15] Add arm64 support in MSHV_VTL
2026-05-08 9:56 UTC (19+ messages)
` [PATCH v2 07/15] arm64: hyperv: Add support for mshv_vtl_return_call
` [PATCH v2 09/15] Drivers: hv: mshv_vtl: Move hv_vtl_configure_reg_page() to x86
[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()
[PATCH V2 00/11] PCI passthru on Hyper-V (Part I)
2026-05-08 1:54 UTC (13+ messages)
` [PATCH V2 04/11] mshv: Declarations and definitions for VFIO-MSHV bridge device
` [PATCH V2 05/11] mshv: Implement mshv bridge device for VFIO
` [PATCH V2 06/11] mshv: Add ioctl support for MSHV-VFIO bridge device
` [PATCH V2 07/11] mshv: Import data structs around device passthru from hyperv headers
` [PATCH V2 08/11] PCI: hv: Build device id for a VMBus device, export PCI devid function
` [PATCH V2 09/11] x86/hyperv: Implement hyperv virtual IOMMU
` [PATCH V2 10/11] mshv: Populate mmio mappings for PCI passthru
` [PATCH V2 11/11] mshv: Mark mem regions as non-movable upfront if device passthru
[PATCH v2 0/5] dyndbg: fix i386 alignment and KEEP module sections
2026-05-07 20:40 UTC (6+ messages)
` [PATCH v2 1/5] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v2 2/5] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v2 3/5] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v2 4/5] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v2 5/5] dyndbg.lds.S: fix lost dyndbg sections in modules
[v2 PATCH] kprobes: skip non-symbol addresses in kprobe_add_ksym_blacklist()
2026-05-07 1:46 UTC (2+ messages)
[PATCH v4 0/8] futex: Use runtime constants for futex_hash computation
2026-05-06 15:37 UTC (5+ messages)
` [PATCH v4 2/8] arm64/runtime-const: Use aarch64_insn_patch_text_nosync() for patching
` [PATCH v4 3/8] arm64/runtime-const: Introduce runtime_const_mask_32()
[RFC PATCH 1/1] clocksource/drivers/timer-probe: Create a platform_device before the framework is initialized
2026-05-06 13:52 UTC
[PATCH v18 25/42] dept: add documents for dept
2026-05-06 6:27 UTC (3+ messages)
` [PATCH] dept: update documentation function names to match implementation
[PATCH 0/6] lib: rework bitreverse
2026-05-06 6:30 UTC (11+ messages)
` [PATCH 1/6] lib: include crc32.h conditionally on CONFIG_CRC32
[PATCH v4] bitops: use common function parameter names
2026-05-05 19:01 UTC (2+ messages)
[PATCH v6 0/7] locking: contended_release tracepoint instrumentation
2026-05-05 17:09 UTC (8+ messages)
` [PATCH v6 1/7] tracing/lock: Remove unnecessary linux/sched.h include
` [PATCH v6 2/7] locking/percpu-rwsem: Extract __percpu_up_read()
` [PATCH v6 3/7] locking: Add contended_release tracepoint to sleepable locks
` [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 v4 0/3] Hyper-V: kexec fixes for L1VH (mshv)
2026-05-05 11:35 UTC (4+ messages)
` [PATCH v4 1/3] mshv: limit SynIC management to MSHV-owned resources
[PATCH v5 00/14] module: Introduce hash-based integrity checking
2026-05-05 9:05 UTC (15+ messages)
` [PATCH v5 01/14] kbuild: generate module BTF based on vmlinux.unstripped
` [PATCH v5 02/14] lockdown: Make the relationship to MODULE_SIG a dependency
` [PATCH v5 03/14] kbuild: rename the strip_relocs command
` [PATCH v5 04/14] module: Drop pointless debugging message
` [PATCH v5 05/14] module: Make mod_verify_sig() static
` [PATCH v5 06/14] module: Switch load_info::len to size_t
` [PATCH v5 07/14] module: Make module authentication usable without MODULE_SIG
` [PATCH v5 08/14] module: Move authentication logic into dedicated new file
` [PATCH v5 09/14] module: Move signature type check out of mod_check_sig()
` [PATCH v5 10/14] module: Prepare for additional module authentication mechanisms
` [PATCH v5 11/14] module: update timestamp of modules.order after modules are built
` [PATCH v5 12/14] module: Introduce hash-based integrity checking
` [PATCH v5 13/14] kbuild: move handling of module stripping to Makefile.lib
` [PATCH v5 14/14] kbuild: make CONFIG_MODULE_HASHES compatible with module stripping
[PATCH 0/5] PATCH 0/6] dyndbg: fix i386 alignment and KEEP module sections
2026-05-05 7:26 UTC (7+ messages)
` [PATCH 1/5] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH 2/5] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH 3/5] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH 4/5] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH 5/5] dyndbg.lds.S: fix lost dyndbg sections in modules
[PATCH v4 0/3] riscv: improve percpu helpers and PIO mapping
2026-05-05 7:20 UTC (8+ messages)
` [PATCH v4 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
` [PATCH v4 2/3] riscv: introduce percpu.h into include/asm
` [PATCH v4 3/3] riscv: store percpu offset into thread_info
[PATCH v3 0/6] Hyper-V: kexec fixes for L1VH (mshv)
2026-05-04 15:09 UTC (5+ messages)
` [PATCH v3 2/6] x86/hyperv: move stimer cleanup to hv_machine_shutdown()
` [PATCH v3 3/6] x86/hyperv: Skip LP/VP creation on kexec
[PATCH 0/5] mm: Support selecting doing direct COW for anonymous pmd entry
2026-05-03 7:03 UTC (13+ messages)
` [PATCH 1/5] mm: add basic madvise helpers and branch for THP setup
` [PATCH 2/5] mm: add pmd level THP COW parameter in sysfs
` [PATCH 3/5] mm: add pmd level THP COW judgement helpers
` [PATCH 4/5] mm: enable map_anon_folio_pmd_nopf to handle unshare
` [PATCH 5/5] mm: support choosing to do THP COW for anonymous pmd entry
` [syzbot ci] Re: mm: Support selecting doing direct "
[PATCH v5 0/7] locking: contended_release tracepoint instrumentation
2026-05-01 13:32 UTC (2+ messages)
[PATCH v2] bitops: use correct parameter names in kernel-doc
2026-05-01 5:02 UTC (3+ messages)
[PATCH v3] bitops: use common function parameter names
2026-05-01 4:59 UTC
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