public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-31 15:22:36 to 2026-04-07 17:41:15 UTC [more...]

[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  (13+ messages)
` [RFC PATCH 1/2] vfs: syscalls: add mkdirat_fd()
` [RFC PATCH 2/2] selftest: add tests for 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 v2 0/6] Hyper-V: kexec fixes for L1VH (mshv)
 2026-04-06 17:28 UTC  (10+ 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 0/6] Hyper-V: kexec fixes for L1VH (mshv)
 2026-04-03 19:19 UTC  (14+ 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  (27+ 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 09/11] Drivers: hv: mshv_vtl: Let userspace do VSM configuration
` [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 v14 0/4] arm64: Use generic TIF bits for common thread flags
 2026-04-02  1:41 UTC  (4+ messages)
` [PATCH v14 3/4] "

[PATCH v5 0/7] scalable symbol flags with __kflagstab
 2026-04-01  1:30 UTC  (2+ messages)

[PATCH RESEND v2 0/4] Add new system call for non-destructive peek and inspection to posix ipc mqueue
 2026-03-31 16:17 UTC  (3+ messages)
` [PATCH RESEND v2 1/4]IPC: Added New system call do_mq_timedreceive2() for non-destructive peek on posix mqueue

[patch V3 00/14] futex: Address the robust futex unlock race for real
 2026-03-31 15:22 UTC 


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