Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-08-12 16:41:41 to 2026-08-12 22:13:37 UTC [more...]

[PATCH v4 00/10] mlx5 support for VFIO self test
 2026-08-12 22:13 UTC  (6+ messages)
` [PATCH v4 06/10] vfio: selftests: Allow drivers to specify required region size
` [PATCH v4 08/10] vfio: selftests: Add mlx5 driver - HW init and command interface

[RFC PATCH v3 0/6] Add support for AMD IOMMU GAPPI
 2026-08-12 21:59 UTC  (7+ messages)
` [RFC PATCH v3 5/6] KVM: SVM: Add support for AMD IOMMU Guest APIC Physical Processor Interrupt (GAPPI)

[PATCH v3 0/4] KVM: TDX: Enable VM-DoS Prevention Features for TDX
 2026-08-12 21:58 UTC  (3+ messages)
` [PATCH v3 2/4] KVM: TDX: Set bits 31:16 to 0 for the synthesized Exit Reason

[RFC PATCH 0/5] PCI/vfio-pci: Guard resets against active SR-IOV VFs
 2026-08-12 21:45 UTC  (2+ messages)

[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
 2026-08-12 21:38 UTC  (20+ messages)

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-12 21:34 UTC  (6+ messages)
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion

[GIT PULL] KVM: x86 pull requests for 7.3
 2026-08-12 21:32 UTC  (11+ messages)
` [GIT PULL] KVM: x86: Xen clock/timekeeping changes "
` [GIT PULL] KVM: guest_memfd and x86 CoCo "
` [GIT PULL] KVM: Generic and documentation updates "
` [GIT PULL] KVM: MAINTAINERS "
` [GIT PULL] KVM: x86: Misc changes "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: Selftests change for 7.3, part 1
` [GIT PULL] KVM: x86: KVM: Selftests change for 7.3, part 2
` [GIT PULL] KVM: x86: SVM changes for 7.3
` [GIT PULL] KVM: x86: VMX "

[PATCH v5 0/9] s390/vfio-ap: Fix bugs in vfio_ap device driver callback functions
 2026-08-12 21:12 UTC  (21+ messages)
` [PATCH v5 1/9] s390/vfio-ap: Fix stale do_remove flag across iterations in vfio_ap_mdev_cfg_remove
` [PATCH v5 2/9] s390/vfio-ap: Fix dereference matrix_mdev->kvm without checking for NULL
` [PATCH v5 3/9] s390/vfio-ap: Fix missing lock required to access list of ap_matrix_mdev objects
` [PATCH v5 4/9] s390/vfio-ap: Fix required lock not held during update of ap_matrix_mdev object
` [PATCH v5 5/9] s390/vfio-ap: Fix control domain removal in vfio_ap_mdev_cfg_remove
` [PATCH v5 6/9] s390/vfio-ap: fix potential use of uninitialized apm_filtered bitmap
` [PATCH v5 7/9] s390/vfio-ap: Fix hot-unplug skipped when last AP adapter or domain removed
` [PATCH v5 8/9] s390/vfio-ap: Fix NULL deref in status_show() during queue probe
` [PATCH v5 9/9] s390/vfio-ap: Fix memory leak when queue removed from host AP config

[PATCH v3 0/4] tdx-guest: Make Quote buffer size dynamic
 2026-08-12 21:02 UTC  (8+ messages)

[PATCH v9 00/21] KVM: x86: Cleaning up the KVM clock mess, part 1
 2026-08-12 20:45 UTC  (5+ messages)
` [PATCH v9 02/21] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH v9 06/21] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host

[PATCH v2 0/3] KVM: TDX: Enable VM-DoS Prevention Features for TDX
 2026-08-12 20:21 UTC  (6+ messages)
` [PATCH v2 2/3] KVM: TDX: Fix the exit reason handling

[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-08-12 20:06 UTC  (7+ messages)
` [PATCH v5 7/9] vfio/pci: Clean up BAR zap and revocation

[PATCH] vfio: Use file-based reference counting for KVM
 2026-08-12 19:39 UTC  (3+ messages)

[PATCH v6 00/33] KVM: s390: Introduce arm64 KVM
 2026-08-12 19:10 UTC  (28+ messages)
` [PATCH v6 12/33] KVM: s390: Extract gmap tracing to a separate header
` [PATCH v6 13/33] KVM: s390: Prepare include guards for a new location
` [PATCH v6 14/33] KVM: s390: Rename kvm-s390.{c,h} to s390.{c,h}
` [PATCH v6 15/33] KVM: s390: Move kvm_host definitions to kvm_host_s390
` [PATCH v6 16/33] KVM: s390: Move s390 kvm code into a subdirectory
` [PATCH v6 17/33] KVM: s390: Move PGM code definitions to asm/kvm_host.h
` [PATCH v6 18/33] KVM: s390: Prepare gmap for a second KVM implementation
` [PATCH v6 19/33] KVM: s390: gmap: Make storage keys optional
` [PATCH v6 20/33] KVM: s390: gmap: Make CMMA optional
` [PATCH v6 21/33] KVM: s390: gmap: Make prefix handling optional
` [PATCH v6 31/33] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v6 33/33] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild

[PATCH v4 0/9] s390/vfio-ap: Fix bugs in vfio_ap device driver callback functions
 2026-08-12 18:56 UTC  (23+ messages)
` [PATCH v4 1/9] s390/vfio-ap: Fix stale do_remove flag across iterations in vfio_ap_mdev_cfg_remove
` [PATCH v4 2/9] s390/vfio-ap: Fix dereference matrix_mdev->kvm without checking for NULL
` [PATCH v4 3/9] s390/vfio-ap: Fix missing lock required to access list of ap_matrix_mdev objects
` [PATCH v4 4/9] s390/vfio-ap: Fix required lock not held during update of ap_matrix_mdev object
` [PATCH v4 5/9] s390/vfio-ap: Fix control domain removal in vfio_ap_mdev_cfg_remove
` [PATCH v4 6/9] s390/vfio-ap: fix potential use of uninitialized apm_filtered bitmap
` [PATCH v4 7/9] s390/vfio-ap: Fix hot-unplug skipped when last AP adapter or domain removed
` [PATCH v4 8/9] s390/vfio-ap: Fix NULL deref in status_show() during queue probe
` [PATCH v4 9/9] s390/vfio-ap: Fix memory leak when queue removed from host AP config

[PATCH v2] vhost-scsi: serialize completion notification with callfd updates
 2026-08-12 18:48 UTC  (2+ messages)

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-12 18:08 UTC  (15+ messages)
` [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 v4 19/20] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon

[PATCH v4 00/20] KVM: s390: vsie: Add VSIE SIGP ECALL and SRSI Interpretation
 2026-08-12 17:45 UTC  (9+ messages)
` [PATCH v4 17/20] KVM: s390: vsie: Add VSIE max shadow configuration
` [PATCH v4 18/20] KVM: s390: vsie: Add VSIE shadow stat counters
` [PATCH v4 19/20] KVM: s390: vsie: Create minimal scb shadows for not running g3 blocks
` [PATCH v4 20/20] KVM: s390: vsie: Enable use of VSIE SSCA

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-08-12 17:27 UTC  (3+ messages)
` [PATCH 14/21] KVM: arm64: Apply dynamic guest counter reservations

[PATCH v9] KVM: selftests: riscv: Add lazy V extension enablement for guests
 2026-08-12 17:26 UTC  (2+ messages)

[RFC PATCH 0/1] vfio/pci: Disable sriov on PF device close
 2026-08-12 17:19 UTC  (7+ messages)
` [RFC PATCH 1/1] "

[PATCH v6 0/3] ppc/kvm: Handle CPU compatibility mode correctly for nested guests
 2026-08-12 17:08 UTC  (4+ messages)
` [PATCH v6 1/3] [DO_NOT_MERGE] linux-headers: Add uapi header changes
` [PATCH v6 2/3] target/ppc/kvm: Add support for querying host compatibility mode
` [PATCH v6 3/3] target/ppc/kvm: Use host compatibility mode for nested guests

[PATCH v5] KVM: RISC-V: Add CPU PM notifier for non-retention idle states
 2026-08-12 16:52 UTC  (2+ messages)


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