messages from 2026-08-11 16:54:18 to 2026-08-12 12:05:14 UTC [more...]
[PATCH v3 0/9] s390/vfio-ap: Fix bugs in vfio_ap device driver callback functions
2026-08-12 12:05 UTC (13+ messages)
` [PATCH v3 1/9] s390/vfio-ap: Fix stale do_remove flag across iterations in vfio_ap_mdev_cfg_remove
` [PATCH v3 2/9] s390/vfio-ap: Fix dereference matrix_mdev->kvm without checking for NULL
` [PATCH v3 3/9] s390/vfio-ap: Fix missing lock required to access list of ap_matrix_mdev objects
` [PATCH v3 4/9] s390/vfio-ap: Fix required lock not held during update of ap_matrix_mdev object
` [PATCH v3 5/9] s390/vfio-ap: Fix control domain removal in vfio_ap_mdev_cfg_remove
` [PATCH v3 6/9] s390/vfio-ap: fix potential use of uninitialized apm_filtered bitmap
` [PATCH v3 7/9] s390/vfio-ap: Fix hot-unplug skipped when last AP adapter or domain removed
` [PATCH v3 8/9] s390/vfio-ap: Fix NULL deref in status_show() during queue probe
` [PATCH v3 9/9] s390/vfio-ap: Fix memory leak when queue removed from host AP config
[PATCH v5 00/36] Private Memory NUMA Nodes
2026-08-12 12:01 UTC (2+ messages)
[PATCH v2 0/9] KVM: s390: And then... even more fixes again
2026-08-12 11:47 UTC (24+ messages)
` [PATCH v2 1/9] KVM: s390: Properly handle NULL pointer in dat_cond_set_storage_key()
` [PATCH v2 2/9] KVM: s390: Use srcu in kvm_arch_vcpu_unlocked_ioctl()
` [PATCH v2 3/9] KVM: s390: Fix get_all_floating_irqs()
` [PATCH v2 4/9] KVM: s390: Fix dirty marking in adapter_indicators_set*()
` [PATCH v2 5/9] KVM: s390: Fix pgste_get_trylock_multiple()
` [PATCH v2 6/9] KVM: s390: Fix IRQ injection with SIGP Stop and Store Status
` [PATCH v2 7/9] KVM: s390: Fix kvm_s390_clear_pv_state()
` [PATCH v2 8/9] KVM: s390: Fix potential tiny kernel stack leak
` [PATCH v2 9/9] KVM: s390: Fix _gaccess_shadow_fault()
[PATCH 0/4] KVM: s390: Even more fixes. And then... even more fixes
2026-08-12 11:30 UTC (7+ messages)
` [PATCH 2/4] KVM: s390: vsie: zero stale crypto bits
` [PATCH 3/4] KVM: s390: pv: Fix rc/rrc offset for PVM_DUMP
` [PATCH 4/4] KVM: s390: Restore sigset on error path
[PATCH v10 00/41] guest_memfd: In-place conversion support
2026-08-12 10:53 UTC (36+ messages)
` [PATCH v10 01/41] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v10 02/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v10 04/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v10 05/41] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v10 06/41] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v10 16/41] KVM: guest_memfd: Zero page while getting pfn
[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
2026-08-12 10:35 UTC (11+ messages)
` [PATCH v16 29/45] KVM: arm64: CCA: Support runtime faulting of memory
[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
2026-08-12 10:25 UTC (12+ messages)
[PATCH v2 0/2] s390: uv: Various fixes for UV secrets
2026-08-12 10:21 UTC (3+ messages)
` [PATCH v2 1/2] s390: uv: Fix loop condition in uv_find_secrets
[PATCH v2] KVM: Ignore MMU notifiers for guest_memfd-only memslots
2026-08-12 9:42 UTC (3+ messages)
[PATCH v3 0/4] KVM: TDX: Enable VM-DoS Prevention Features for TDX
2026-08-12 9:11 UTC (9+ messages)
` [PATCH v3 1/4] KVM: TDX: Enable Notify VM exit
` [PATCH v3 2/4] KVM: TDX: Set bits 31:16 to 0 for the synthesized Exit Reason
` [PATCH v3 3/4] KVM: TDX: Don't assume exit_reason[31:16] as all-0 in tdx_to_vmx_exit_reason()
` [PATCH v3 4/4] KVM: TDX: Enable Bus Lock VM exit
[PATCH v1 00/11] KVM: s390: And then... even more fixes again
2026-08-12 9:12 UTC (19+ messages)
` [PATCH v1 01/11] KVM: s390: Properly handle NULL pointer in dat_cond_set_storage_key()
` [PATCH v1 02/11] KVM: s390: Use srcu in kvm_arch_vcpu_unlocked_ioctl()
` [PATCH v1 03/11] KVM: s390: Fix get_all_floating_irqs()
` [PATCH v1 05/11] KVM: s390: Fix pgste_get_trylock_multiple()
` [PATCH v1 07/11] KVM: s390: Move all code into kvm_arch_prepare_memory_region()
` [PATCH v1 09/11] KVM: s390: Fix kvm_s390_clear_pv_state()
` [PATCH v1 10/11] KVM: s390: Fix potential tiny kernel stack leak
[PATCH v5 0/6] KVM: x86: Fix IOAPIC remote_irr and irr_delivered handling
2026-08-12 8:52 UTC (8+ messages)
` [PATCH v5 1/6] KVM: x86: ioapic: Update remote_irr only after successful delivery
` [PATCH v5 2/6] KVM: selftests: Verify failed IOAPIC delivery preserves state
` [PATCH v5 3/6] KVM: x86: ioapic: Preserve irr_delivered for duplicate edge interrupts
` [PATCH v5 4/6] KVM: selftests: Verify duplicate edge preserves IOAPIC state
` [PATCH v5 5/6] KVM: x86: ioapic: Clear irr_delivered on level-triggered RTE
` [PATCH v5 6/6] KVM: selftests: Verify edge-to-level clears IOAPIC state
[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
2026-08-12 8:21 UTC (10+ messages)
[PATCH] s390: uv: Fix loop condition in uv_find_secrets
2026-08-12 7:30 UTC (2+ messages)
[PATCH v2 0/3] KVM: TDX: Enable VM-DoS Prevention Features for TDX
2026-08-12 7:29 UTC (13+ messages)
` [PATCH v2 2/3] KVM: TDX: Fix the exit reason handling
[PATCH v4 00/18] iommu: Add live update state preservation
2026-08-12 6:29 UTC (3+ messages)
` [PATCH v4 09/18] iommu: Add APIs to get iommu and device preserved state
[PATCH] LoongArch: KVM: Fix TOCTOU race on pv_features
2026-08-12 6:28 UTC (3+ messages)
[RFC PATCH v3 0/6] Add support for AMD IOMMU GAPPI
2026-08-12 5:48 UTC (14+ messages)
` [RFC PATCH v3 3/6] iommu/amd: KVM: SVM: Add explicit vCPU running state to IOMMU interface
` [RFC PATCH v3 5/6] KVM: SVM: Add support for AMD IOMMU Guest APIC Physical Processor Interrupt (GAPPI)
[PATCH 0/2] RISC-V: KVM: Validate AIA MMIO ranges against GPA width
2026-08-12 5:39 UTC (3+ messages)
` [PATCH 1/2] RISC-V: KVM: Validate AIA MMIO address ranges
` [PATCH 2/2] RISC-V: KVM: Disallow GPA-width changes after AIA init
6.1.y status: 2abd5287f083 ("KVM: x86: Check for invalid/obsolete root *after* making MMU pages available") / CVE-2026-64561
2026-08-12 5:07 UTC (6+ messages)
[PATCH] LoongArch: KVM: Remove unused function kvm_arch_flush_remote_tlbs_memslot()
2026-08-12 5:03 UTC (2+ messages)
[RFC PATCH 0/5] PCI/vfio-pci: Guard resets against active SR-IOV VFs
2026-08-12 5:02 UTC (11+ messages)
` [RFC PATCH 1/5] PCI: Refuse function reset of an SR-IOV PF with enabled VFs
` [RFC PATCH 2/5] PCI: Add pci_reset_bus_cond() for a caller-gated slot or bus reset
` [RFC PATCH 3/5] vfio/pci: Refuse to reset an SR-IOV PF with enabled VFs
` [RFC PATCH 4/5] PCI: Export pci_reset_supported()
` [RFC PATCH 5/5] vfio/pci: Use pci_reset_supported() in place of reset_works
[PATCH v2] KVM: PPC: Book3S HV: Don't drop pending doorbell across L2 entry
2026-08-12 3:57 UTC (2+ messages)
[kvm-x86:selftests2] [KVM] a262fc49e0: kselftests.kvm.make.fail
2026-08-12 1:33 UTC (7+ messages)
[PATCH v7 00/36] Cleaning up the KVM clock mess
2026-08-11 23:47 UTC (21+ messages)
` [PATCH v7 17/36] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
` [PATCH v7 31/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
[PATCH 0/8] hw/cpu: Slightly sanitize CPU API
2026-08-11 23:33 UTC (10+ messages)
` [PATCH 1/8] hw/cpu: Correct CPU_GET_CLASS() comment
` [PATCH 2/8] hw/cpu: Include missing 'qemu/accel.h' header
` [PATCH 3/8] hw/cpu: Move internal declarations to new 'cpu-internal.h' header
` [PATCH 4/8] hw/cpu: Rename cpu_common_realizefn() -> cpu_exec_realize()
` [PATCH 5/8] hw/cpu: Rename cpu_exec_realizefn() -> cpu_common_realize()
` [PATCH 6/8] hw/cpu: Rename cpu_exec_unrealizefn() -> cpu_common_unrealize()
` [PATCH 7/8] hw/cpu: Extract cpu_exec_realize() out of cpu_common_realizefn()
` [PATCH 8/8] hw/cpu: Move system-specific cpu_exec_realize() to cpu-system.c
[PATCH v4 1/4] KVM: x86: ioapic: Update remote_irr only after successful delivery
2026-08-11 23:32 UTC (3+ messages)
[PATCH v2 0/3] KVM: riscv: Add KVM_PRE_FAULT_MEMORY support
2026-08-11 23:23 UTC (5+ messages)
` [PATCH v2 1/3] KVM: riscv: Implement KVM_PRE_FAULT_MEMORY
` [PATCH v2 2/3] KVM: selftests: Add RISC-V Sv57 page table indexing
` [PATCH v2 3/3] KVM: selftests: Enable pre_fault_memory_test for RISC-V
[PATCH v3 0/4] tdx-guest: Make Quote buffer size dynamic
2026-08-11 22:40 UTC (3+ messages)
PUCK coco migration topic
2026-08-11 22:12 UTC (2+ messages)
[PATCH v3 00/11] mlx5 support for VFIO self test
2026-08-11 21:22 UTC (13+ messages)
` [PATCH v3 06/11] selftests: Fix arm64 IO barriers to match kernel
` [PATCH v3 07/11] vfio: selftests: Allow drivers to specify required region size
` [PATCH v3 09/11] vfio: selftests: Add mlx5 driver - HW init and command interface
` [PATCH v3 10/11] vfio: selftests: Add mlx5 driver - data path and memcpy ops
` [PATCH v3 11/11] vfio: selftests: mlx5 driver - add send_msi support
[PATCH v2 0/8] s390/vfio-ap: Fix bugs in vfio_ap device driver callback functions
2026-08-11 20:43 UTC (20+ messages)
` [PATCH v2 3/8] s390/vfio-ap: Fix use of wrong lock in mdev probe function
` [PATCH v2 5/8] s390/vfio-ap: Fix control domain removal in vfio_ap_mdev_cfg_remove
` [PATCH v2 6/8] s390/vfio-ap: fix potential use of uninitialized apm_filtered bitmap
` [PATCH v2 7/8] s390/vfio-ap: Fix required lock not held during display of sysfs status attribute
` [PATCH v2 8/8] s390/vfio-ap: Fix hot-unplug skipped when last AP adapter or domain removed
[RFC PATCH 0/1] vfio/pci: Disable sriov on PF device close
2026-08-11 20:31 UTC (6+ messages)
` [RFC PATCH 1/1] "
[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
2026-08-11 20:08 UTC (15+ messages)
` [PATCH v4 07/20] mm/vma: fix self-merge check in copy_vma()
` [PATCH v4 15/20] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
[PATCH rdma-next 09/15] vfio/mlx5: Enable relaxed ordering on the live migration data mkey
2026-08-11 19:31 UTC (2+ messages)
[PATCH v7 00/15] s390/vfio-ap: Add live guest migration support
2026-08-11 18:29 UTC (4+ messages)
` [PATCH v7 10/15] s390/vfio-ap: File ops called to resume the vfio device migration
[PATCH] KVM: pfncache: track all MMU notifier invalidations
2026-08-11 17:41 UTC (4+ messages)
[PATCH 0/3] KVM: riscv: Add KVM_PRE_FAULT_MEMORY support
2026-08-11 17:18 UTC (3+ messages)
` [PATCH 3/3] KVM: selftests: Enable pre_fault_memory_test for RISC-V
[PATCH 0/4] KVM: x86/mmu: Fix pre-fault and map private loops
2026-08-11 17:12 UTC (7+ messages)
` [PATCH 2/4] KVM: x86/mmu: Harden "map private PFN" against unexpected root invalidation
` [PATCH 4/4] KVM: x86/mmu: Add sanity check to detect stale page faults in "map private PFN"
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