messages from 2026-04-06 17:28:42 to 2026-04-22 12:56:31 UTC [more...]
[PATCH RFC 0/2] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
2026-04-22 12:56 UTC (6+ messages)
` [PATCH RFC 1/2] arm64: vdso: Prepare for robust futex unlock support
` [PATCH RFC 2/2] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
[PATCH v4 1/2] vfs: add O_EMPTYPATH to openat(2)/openat2(2)
2026-04-22 12:53 UTC (2+ messages)
[PATCH v7 0/5] kunit: Add support for suppressing warning backtraces
2026-04-22 12:20 UTC (20+ messages)
` [PATCH v7 1/5] bug/kunit: Core "
` [PATCH v7 2/5] bug/kunit: Reduce runtime impact of warning backtrace suppression
` [PATCH v7 3/5] kunit: Add backtrace suppression self-tests
` [PATCH v7 4/5] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v7 5/5] kunit: Add documentation for warning backtrace suppression API
[PATCH V1 00/13] PCI passthru on Hyper-V (Part I)
2026-04-22 2:32 UTC (14+ messages)
` [PATCH V1 01/13] iommu/hyperv: rename hyperv-iommu.c to hyperv-irq.c
` [PATCH V1 02/13] x86/hyperv: cosmetic changes in irqdomain.c for readability
` [PATCH V1 03/13] x86/hyperv: add insufficient memory support in irqdomain.c
` [PATCH V1 04/13] mshv: Provide a way to get partition id if running in a VMM process
` [PATCH V1 05/13] mshv: Declarations and definitions for VFIO-MSHV bridge device
` [PATCH V1 06/13] mshv: Implement mshv bridge device for VFIO
` [PATCH V1 07/13] mshv: Add ioctl support for MSHV-VFIO bridge device
` [PATCH V1 08/13] PCI: hv: rename hv_compose_msi_msg to hv_vmbus_compose_msi_msg
` [PATCH V1 09/13] mshv: Import data structs around device passthru from hyperv headers
` [PATCH V1 10/13] PCI: hv: Build device id for a VMBus device, export PCI devid function
` [PATCH V1 11/13] x86/hyperv: Implement hyperv virtual iommu
` [PATCH V1 12/13] mshv: Populate mmio mappings for PCI passthru
` [PATCH V1 13/13] mshv: pin all ram mem regions if partition has device passthru
[PATCH V5] riscv: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
2026-04-21 14:31 UTC
[PATCH v5 0/3] arch/riscv: Add bitrev.h file to support rev8 and brev8
2026-04-21 13:07 UTC (4+ messages)
` [PATCH v5 1/3] lib/bitrev: Introduce GENERIC_BITREVERSE and cleanup Kconfig
` [PATCH v5 2/3] bitops: Define generic __bitrev8/16/32 for reuse
` [PATCH v5 3/3] arch/riscv: Add bitrev.h file to support rev8 and brev8
[PATCH v11 00/14] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
2026-04-21 7:15 UTC (19+ messages)
` [PATCH v11 01/14] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v11 02/14] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v11 03/14] arm64/delay: move some constants out to a separate header
` [PATCH v11 04/14] arm64: support WFET in smp_cond_load_relaxed_timeout()
` [PATCH v11 05/14] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait()
` [PATCH v11 06/14] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [PATCH v11 07/14] atomic: Add atomic_cond_read_*_timeout()
` [PATCH v11 08/14] locking/atomic: scripts: build atomic_long_cond_read_*_timeout()
` [PATCH v11 09/14] bpf/rqspinlock: switch check_timeout() to a clock interface
` [PATCH v11 10/14] bpf/rqspinlock: Use smp_cond_load_acquire_timeout()
` [PATCH v11 11/14] sched: add need-resched timed wait interface
` [PATCH v11 12/14] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()
` [PATCH v11 13/14] kunit: enable testing smp_cond_load_relaxed_timeout()
` [PATCH v11 14/14] kunit: add tests for smp_cond_load_relaxed_timeout()
[PATCH v2 0/6] Hyper-V: kexec fixes for L1VH (mshv)
2026-04-21 4:46 UTC (12+ messages)
` [PATCH v2 4/6] mshv: limit SynIC management to MSHV-owned resources
` [PATCH v2 5/6] mshv: clean up SynIC state on kexec for L1VH
` [PATCH v2 6/6] mshv: unmap debugfs stats pages on kexec
[PATCH v4 0/2] arch/riscv: Add bitrev.h file to support rev8 and brev8
2026-04-21 3:17 UTC (5+ messages)
` [PATCH v4 1/2] bitops: Define generic __bitrev8/16/32 for reuse
` [PATCH v4 2/2] arch/riscv: Add bitrev.h file to support rev8 and brev8
[PATCH 00/11] Drivers: hv: Add ARM64 support in mshv_vtl
2026-04-20 15:24 UTC (35+ messages)
` [PATCH 01/11] arch: arm64: Export arch_smp_send_reschedule for mshv_vtl module
` [PATCH 02/11] Drivers: hv: Move hv_vp_assist_page to common files
` [PATCH 03/11] Drivers: hv: Add support to setup percpu vmbus handler
` [PATCH 04/11] Drivers: hv: Refactor mshv_vtl for ARM64 support to be added
` [PATCH 05/11] drivers: hv: Export vmbus_interrupt for mshv_vtl module
` [PATCH 06/11] Drivers: hv: Make sint vector architecture neutral in MSHV_VTL
` [PATCH 07/11] arch: arm64: Add support for mshv_vtl_return_call
` [PATCH 08/11] Drivers: hv: mshv_vtl: Move register page config to arch-specific files
` [PATCH 10/11] Drivers: hv: Add support for arm64 in MSHV_VTL
` [PATCH 11/11] Drivers: hv: Kconfig: Add ARM64 support for MSHV_VTL
[PATCH v3 0/2] arch/riscv: Add bitrev.h file to support rev8 and brev8
2026-04-20 12:31 UTC (7+ messages)
` [PATCH v3 1/2] bitops: Define generic __bitrev8/16/32 for reuse
` [PATCH v3 2/2] arch/riscv: Add bitrev.h file to support rev8 and brev8
[PATCH 7.2 v9 0/2] skip redundant sync IPIs when TLB flush sent them
2026-04-20 3:08 UTC (3+ messages)
` [PATCH 7.2 v9 1/2] mm/mmu_gather: prepare to skip redundant sync IPIs
` [PATCH 7.2 v9 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush
[PATCH v4 2/2] selftest: add tests for O_EMPTYPATH
2026-04-19 13:21 UTC
[PATCH v0 00/15] PCI passthru on Hyper-V (Part I)
2026-04-18 0:20 UTC (8+ messages)
` [PATCH v0 06/15] mshv: Implement mshv bridge device for VFIO
` [PATCH v0 07/15] mshv: Add ioctl support for MSHV-VFIO bridge device
[PATCH v2 0/2] arch/riscv: Add bitrev.h file to support rev8 and brev8
2026-04-17 19:27 UTC (9+ messages)
` [PATCH v2 1/2] bitops: Define generic __bitrev8/16/32 for reuse
` [PATCH v2 2/2] arch/riscv: Add bitrev.h file to support rev8 and brev8
[PATCH v2 0/3] KASAN: HW_TAGS: Disable tagging for stack and page-tables
2026-04-17 8:31 UTC (12+ messages)
` [PATCH v2 1/3] vmalloc: add __GFP_SKIP_KASAN support
` [PATCH v2 2/3] kasan: skip HW tagging for all kernel thread stacks
` [PATCH v2 3/3] mm: skip KASAN tagging for page-allocated page tables
[PATCH v5 0/7] locking: contended_release tracepoint instrumentation
2026-04-16 23:55 UTC (10+ messages)
` [PATCH v5 1/7] tracing/lock: Remove unnecessary linux/sched.h include
` [PATCH v5 2/7] locking/percpu-rwsem: Extract __percpu_up_read()
` [PATCH v5 3/7] locking: Add contended_release tracepoint to sleepable locks
` [PATCH v5 4/7] locking: Factor out queued_spin_release()
` [PATCH v5 5/7] locking: Add contended_release tracepoint to qspinlock
` [PATCH v5 6/7] locking: Factor out __queued_read_unlock()/__queued_write_unlock()
` [PATCH v5 7/7] locking: Add contended_release tracepoint to qrwlock
[RFC v1 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
2026-04-16 3:30 UTC (14+ messages)
` [RFC v1 1/5] PCI: hv: Create and export hv_build_logical_dev_id()
` [RFC v1 3/5] hyperv: Introduce new hypercall interfaces used by Hyper-V guest IOMMU
[PATCH v4 0/5] locking: contended_release tracepoint instrumentation
2026-04-15 17:43 UTC (9+ messages)
` [PATCH v4 3/5] locking: Add contended_release tracepoint to sleepable locks
` [PATCH v4 4/5] locking: Factor out queued_spin_release()
` [PATCH v4 5/5] locking: Add contended_release tracepoint to spinning locks
[RFC PATCH v3 0/7]
2026-04-15 16:44 UTC (8+ messages)
` [RFC PATCH v3 1/7] kernel: add hq-spinlock types
` [RFC PATCH v3 2/7] hq-spinlock: implement inner logic
` [RFC PATCH v3 3/7] hq-spinlock: add contention detection
` [RFC PATCH v3 4/7] hq-spinlock: add hq-spinlock tunables and debug statistics
` [RFC PATCH v3 5/7] kernel: introduce general hq-spinlock support
` [RFC PATCH v3 6/7] lockref: use hq-spinlock
` [RFC PATCH v3 7/7] futex: use hq-spinlock for hash buckets
[PATCH 0/3] rust: more memory barriers bindings
2026-04-13 11:13 UTC (15+ messages)
` [PATCH 1/3] rust: sync: add helpers for mb, dma_mb and friends
` [PATCH 2/3] rust: sync: generic memory barriers
` [PATCH 3/3] gpu: nova-core: fix wrong use of barriers in GSP code
[PATCH v3 0/7] futex: Use runtime constants for futex_hash computation
2026-04-13 11:01 UTC (5+ messages)
` [PATCH v3 2/7] arm64/runtime-const: Use aarch64_insn_patch_text_nosync() for patching
[PATCH V4] riscv: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
2026-04-13 8:16 UTC (4+ messages)
[RFC PATCH v2 0/2] vfs: syscalls: add mkdirat2() that returns an O_DIRECTORY fd
2026-04-12 13:54 UTC (3+ messages)
` [RFC PATCH v2 1/2] "
` [RFC PATCH v2 2/2] selftest: add tests for mkdirat2()
Avoid reading /sys/kernel/mm/transparent_hugepage/?
2026-04-11 0:12 UTC (4+ messages)
[PATCH v14 0/4] arm64: Use generic TIF bits for common thread flags
2026-04-10 3:39 UTC (4+ messages)
` [PATCH v14 2/4] asm-generic: Move TIF_SINGLESTEP to generic TIF bits
cleanup the RAID5 XOR library v4
2026-04-10 3:19 UTC (5+ messages)
` [PATCH 22/28] xor: add a better public API
` [PATCH 24/28] async_xor: use xor_gen
[PATCH bpf-next 0/3] bpf: Refactor how the verifier matches kfunc checks
2026-04-10 2:22 UTC (2+ messages)
[PATCH v5 0/8] Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
2026-04-09 9:47 UTC (9+ messages)
` [PATCH v5 1/8] arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH v5 2/8] arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH v5 3/8] hexagon: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH v5 4/8] hexagon: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH v5 5/8] kselftest/riscv: Replace __ASSEMBLY__ with __ASSEMBLER__
` [PATCH v5 6/8] uapi: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH v5 7/8] include: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH v5 8/8] treewide: Stop defining __ASSEMBLY__ for assembler files
[RFC PATCH 0/2] vfs: mkdirat_fd() syscall
2026-04-09 7:58 UTC (12+ messages)
` [RFC PATCH 1/2] vfs: syscalls: add mkdirat_fd()
[PATCH v3 0/6] Hyper-V: kexec fixes for L1VH (mshv)
2026-04-08 1:36 UTC (7+ messages)
` [PATCH v3 1/6] Drivers: hv: vmbus: fix hyperv_cpuhp_online variable shadowing
` [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 v3 4/6] mshv: limit SynIC management to MSHV-owned resources
` [PATCH v3 5/6] mshv: clean up SynIC state on kexec for L1VH
` [PATCH v3 6/6] mshv: unmap debugfs stats pages on kexec
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