messages from 2026-07-28 00:32:19 to 2026-07-28 04:05:38 UTC [more...]
[PATCH v9 00/10] s390/vfio_ccw fixes
2026-07-28 4:05 UTC (21+ messages)
` [PATCH v9 01/10] s390/vfio_ccw: free all memory if cp_init() fails
` [PATCH v9 02/10] s390/vfio_ccw: limit the number of channel program segments
` [PATCH v9 03/10] s390/vfio_ccw: fix out of bounds check on CCW array
` [PATCH v9 04/10] s390/vfio_ccw: ensure first IDAW remains constant
` [PATCH v9 05/10] s390/vfio_ccw: calculate idal length based on idaw type
` [PATCH v9 06/10] s390/vfio_ccw: ensure index for read/write regions are within range
` [PATCH v9 07/10] s390/vfio_ccw: cancel existing workqueues
` [PATCH v9 08/10] s390/vfio_ccw: move cp cleanup out of not operational
` [PATCH v9 09/10] s390/vfio_ccw: selectively expand io_mutex
` [PATCH v9 10/10] s390/vfio_ccw: implement a crw lock
[PATCH] vsock/virtio: prevent workers from using deleted virtqueues
2026-07-28 3:58 UTC (2+ messages)
[PATCH v8 00/10] s390/vfio_ccw fixes
2026-07-28 3:23 UTC (25+ messages)
` [PATCH v8 01/10] s390/vfio_ccw: free all memory if cp_init() fails
` [PATCH v8 02/10] s390/vfio_ccw: limit the number of channel program segments
` [PATCH v8 03/10] s390/vfio_ccw: fix out of bounds check on CCW array
` [PATCH v8 04/10] s390/vfio_ccw: ensure first IDAW remains constant
` [PATCH v8 05/10] s390/vfio_ccw: calculate idal length based on idaw type
` [PATCH v8 06/10] s390/vfio_ccw: ensure index for read/write regions are within range
` [PATCH v8 07/10] s390/vfio_ccw: cancel existing workqueues
` [PATCH v8 08/10] s390/vfio_ccw: move cp cleanup out of not operational
` [PATCH v8 09/10] s390/vfio_ccw: selectively expand io_mutex
` [PATCH v8 10/10] s390/vfio_ccw: implement a crw lock
[PATCH v4 0/6] KVM: nVMX: Synthesize SHUTDOWN on RSM with bad state
2026-07-28 3:01 UTC (11+ messages)
` [PATCH v4 1/6] KVM: x86: Extract VMX's unhandleable emulation check to common x86
` [PATCH v4 2/6] KVM: nVMX: Synthesize SHUTDOWN on RSM if L2 requires emulation
` [PATCH v4 3/6] KVM: x86: Rework kvm_x86_ops.vcpu_pre_run() into .vcpu_needs_initialization()
` [PATCH v4 4/6] KVM: selftests: Use port 0x80 in invalid nVMX guest state test
` [PATCH v4 5/6] KVM: selftests: Refactor invalid nVMX state test to prepare for RSM testcase
` [PATCH v4 6/6] KVM: selftests: Extend the invalid nVMX guest state test to cover RSM
[PATCH v6 00/36] Cleaning up the KVM clock mess
2026-07-28 2:13 UTC (14+ messages)
` [PATCH v6 05/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
` [PATCH v6 12/36] KVM: x86: Restructure get_kvmclock()
` [PATCH v6 15/36] KVM: x86: Fix compute_guest_tsc() to handle negative time deltas
[PATCH] KVM: x86: Re-pend NMI in vNMI hardware when injection is blocked
2026-07-28 1:54 UTC
[PATCH v5 00/20] KVM: x86: Enable APX for guests
2026-07-28 1:43 UTC (2+ messages)
[PATCH v1 00/28] KVM: nSVM: Optimize nSVM TLB flushes
2026-07-28 1:18 UTC (31+ messages)
` [PATCH v1 01/28] KVM: nSVM: Flush the TLB after forcefully leaving nested
` [PATCH v1 02/28] KVM: SVM: Document number of ASIDs CPUID setting
` [PATCH v1 03/28] KVM: VMX: Generalize VPID allocation to be vendor-neutral
` [PATCH v1 04/28] KVM: x86/mmu: Support specifying reserved TLB tags
` [PATCH v1 05/28] KVM: SVM: Add helpers to set/clear ASID flush in VMCB
` [PATCH v1 06/28] KVM: SVM: Fallback to flush everything if FLUSHBYASID is not available
` [PATCH v1 07/28] KVM: SVM: Duplicate pre-run ASID check for SEV and non-SEV guests
` [PATCH v1 08/28] KVM: SEV: Do ASID initialization at VMCB initialization
` [PATCH v1 09/28] KVM: SEV: Expose sev_get_asid() outside of sev.c
` [PATCH v1 10/28] KVM: SVM: Use a static ASID per vCPU
` [PATCH v1 11/28] KVM: SVM: Only flush the fallback ASID when used by a different vCPU
` [PATCH v1 12/28] KVM: nSVM: Add a placeholder ASID for L2
` [PATCH v1 13/28] KVM: x86: hyper-v: Rename kvm_hv_vcpu_purge_flush_tlb()
` [PATCH v1 14/28] KVM: x86: hyper-v: Allow puring all TLB flush FIFOs
` [PATCH v1 15/28] KVM: nSVM: Drop svm->nested.initialized
` [PATCH v1 16/28] KVM: nSVM: Flush both L1 and L2 ASIDs on KVM_REQ_TLB_FLUSH
` [PATCH v1 17/28] KVM: nSVM: Always switch VMCB before leaving guest mode
` [PATCH v1 18/28] KVM: nSVM: Split nested_svm_transition_tlb_flush() into entry/exit fns
` [PATCH v1 19/28] KVM: nSVM: Service local TLB flushes before nested transitions
` [PATCH v1 20/28] KVM: nSVM: Handle nested TLB flush requests through TLB_CONTROL
` [PATCH v1 21/28] KVM: nSVM: Flush the TLB if L1 changes L2's ASID in vmcb12
` [PATCH v1 22/28] KVM: nSVM: Do not reset TLB_CONTROL in vmcb02 on nested VM-Enter
` [PATCH v1 23/28] KVM: x86/mmu: Rename __kvm_mmu_invalidate_addr() to kvm_mmu_sync_addr()
` [PATCH v1 24/28] KVM: x86/mmu: Refactor kvm_mmu_invlpg() to allow skipping the GVA flush
` [PATCH v1 25/28] KVM: nSVM: Flush L2's ASID when emulating INVLPGA
` [PATCH v1 26/28] KVM: nSVM: Flush the ASID on nested transitions if shared by L1 and L2
` [PATCH v1 27/28] KVM: nSVM: Use different ASIDs for "
` [PATCH v1 28/28] KVM: selftests: Add a test for nested TLB flushes
[PATCH v6 0/9] KVM: guest_memfd: RECLAIM+CONVERT cleanups
2026-07-28 1:00 UTC (5+ messages)
` [PATCH v6 7/9] KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERT
[PATCH v7 00/10] s390/vfio_ccw fixes
2026-07-28 0:54 UTC (4+ messages)
` [PATCH v7 08/10] s390/vfio_ccw: move cp cleanup out of not operational
[PATCH v2] KVM: nVMX: Service local TLB flushes on failed nested VM-Enter
2026-07-28 0:43 UTC (2+ messages)
[PATCH 0/2] KVM: x86/mmu: Use LOCK CMPXCHG to clear Accessed bits
2026-07-28 0:34 UTC (5+ messages)
` [PATCH 1/2] KVM: x86/mmu: Use CMPXCHG when clearing Accessed bit in TDP MMU
` [PATCH 2/2] KVM: x86/mmu: Use CMPXCHG when clearing Accessed bit in the shadow MMU
page: | 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