public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-01 17:47:16 to 2026-04-08 12:32:23 UTC [more...]

[PATCH v11 00/14] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-04-08 12:25 UTC  (15+ 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 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

[PATCH v2 0/6] Hyper-V: kexec fixes for L1VH (mshv)
 2026-04-08  1:25 UTC  (12+ messages)
` [PATCH v2 1/6] Drivers: hv: vmbus: fix hyperv_cpuhp_online variable shadowing
` [PATCH v2 2/6] x86/hyperv: move stimer cleanup to hv_machine_shutdown()
` [PATCH v2 3/6] x86/hyperv: Skip LP/VP creation on kexec
` [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 v0 00/15] PCI passthru on Hyper-V (Part I)
 2026-04-07 17:41 UTC  (4+ messages)
` [PATCH v0 06/15] mshv: Implement mshv bridge device for VFIO

[PATCH v4 0/5] locking: contended_release tracepoint instrumentation
 2026-04-07 13:10 UTC  (2+ messages)

[RFC PATCH 0/2] vfs: mkdirat_fd() syscall
 2026-04-07  9:00 UTC  (7+ messages)
` [RFC PATCH 1/2] vfs: syscalls: add mkdirat_fd()

[PATCH 0/3] rust: more memory barriers bindings
 2026-04-06 18:18 UTC  (13+ 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 0/6] Hyper-V: kexec fixes for L1VH (mshv)
 2026-04-03 19:19 UTC  (12+ messages)
` [PATCH 1/6] Drivers: hv: vmbus: fix hyperv_cpuhp_online variable shadowing
` [PATCH 4/6] mshv: limit SynIC management to MSHV-owned resources
` [PATCH 6/6] mshv: unmap debugfs stats pages on kexec

[PATCH bpf-next 0/3] bpf: Refactor how the verifier matches kfunc checks
 2026-04-03 17:08 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: Teach resolve_btfids about the setsc type
` [PATCH bpf-next 2/3] bpf: Introduce BTF_SET/ID_SUB and BPF_VERIF_KFUNC_DEF
` [PATCH bpf-next 3/3] bpf: classify rbtree kfuncs with BPF_VERIF_KFUNC_DEF sets

[PATCH v10 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-04-03 16:12 UTC  (6+ messages)
` [PATCH v10 04/12] arm64: support WFET in smp_cond_load_relaxed_timeout()
` [PATCH v10 00/12] barrier: Add smp_cond_load_{relaxed, acquire}_timeout()

[PATCH v3 0/7] futex: Use runtime constants for futex_hash computation
 2026-04-03 10:35 UTC  (10+ messages)
` [PATCH v3 1/7] x86/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v3 2/7] arm64/runtime-const: Use aarch64_insn_patch_text_nosync() for patching
` [PATCH v3 3/7] arm64/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v3 4/7] riscv/runtime-const: "
` [PATCH v3 5/7] s390/runtime-const: "
` [PATCH v3 6/7] asm-generic/runtime-const: Add dummy runtime_const_mask_32()
` [PATCH v3 7/7] futex: Use runtime constants for __futex_hash() hot path

[PATCH v1 1/4] IPC: Added New system call do_mq_timedreceive2() for non-destructive peek on posix mqueue
 2026-04-03  8:44 UTC  (4+ messages)

[PATCH v3 0/3] checksyscalls: only run when necessary
 2026-04-02 20:20 UTC  (5+ messages)
` [PATCH v3 1/3] checksyscalls: move path to reference table to a variable
` [PATCH v3 2/3] checksyscalls: only run when necessary
` [PATCH v3 3/3] checksyscalls: move instance functionality into generic code

[PATCH v2 0/3] checksyscalls: only run when necessary
 2026-04-02 14:18 UTC  (5+ messages)
` [PATCH v2 3/3] checksyscalls: move instance functionality into generic code

[PATCH 00/11] Drivers: hv: Add ARM64 support in mshv_vtl
 2026-04-02  4:01 UTC  (5+ messages)

[PATCH v14 0/4] arm64: Use generic TIF bits for common thread flags
 2026-04-02  1:41 UTC  (4+ messages)
` [PATCH v14 3/4] "


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