Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-08-12 15:52:20 to 2026-08-13 09:18:42 UTC [more...]

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-13  9:18 UTC  (16+ 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 v6 00/33] KVM: s390: Introduce arm64 KVM
 2026-08-13  9:17 UTC  (74+ messages)
` [PATCH v6 01/33] vfio: Use file-based reference counting for KVM
` [PATCH v6 02/33] KVM: Make device name configurable
` [PATCH v6 04/33] arm64: Use proper include variant
` [PATCH v6 05/33] arm64: ptrace: Use constants for compat register numbers
` [PATCH v6 09/33] arm64: Prepare sharing arm64 headers with s390
` [PATCH v6 10/33] arm64: Share "
` [PATCH v6 11/33] KVM: arm64: Share arm64 code "
` [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 22/33] KVM: s390: Prepare KVM/s390 for a second KVM module
` [PATCH v6 23/33] s390: Use arm64 headers
` [PATCH v6 24/33] KVM: s390: Use arm64 code
` [PATCH v6 25/33] s390: Introduce Start Arm Execution instruction
` [PATCH v6 26/33] KVM: s390: arm64: Introduce host definitions
` [PATCH v6 27/33] s390/hwcaps: Report SAE support as hwcap
` [PATCH v6 28/33] KVM: s390: Add basic arm64 kvm module
` [PATCH v6 29/33] KVM: s390: arm64: Implement required functions
` [PATCH v6 30/33] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v6 31/33] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v6 32/33] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v6 33/33] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild

[PATCH v3 0/9] KVM: nSVM: Enable DecodeAssists for nested guests
 2026-08-13  9:14 UTC  (16+ messages)
` [PATCH v3 1/9] KVM: x86: Add helper to provide intercept linear addresses
` [PATCH v3 2/9] KVM: nSVM: Synthesize DecodeAssists EXITINFO for emulated intercepts
` [PATCH v3 3/9] KVM: nSVM: Track hardware-provided instruction bytes
` [PATCH v3 7/9] KVM: nSVM: Fetch missing DecodeAssist bytes for synthesized #NPF/#PF
` [PATCH v3 8/9] KVM: nSVM: Advertise DecodeAssists to L1

[PATCH v9] KVM: selftests: riscv: Add lazy V extension enablement for guests
 2026-08-13  9:13 UTC  (4+ messages)
  ` [PATCH v10] "

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-08-13  8:55 UTC  (4+ messages)

[PATCH v6 0/3] ppc/kvm: Handle CPU compatibility mode correctly for nested guests
 2026-08-13  8:47 UTC  (6+ 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 v7 17/36] KVM: x86: Allow KVM master clock mode when TSCs are offset from each other
 2026-08-13  8:44 UTC  (12+ messages)

[PATCH v3 0/4] KVM: TDX: Enable VM-DoS Prevention Features for TDX
 2026-08-13  8:42 UTC  (14+ messages)
` [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 v2 0/3] KVM: TDX: Enable VM-DoS Prevention Features for TDX
 2026-08-13  8:34 UTC  (14+ messages)
` [PATCH v2 2/3] KVM: TDX: Fix the exit reason handling

[PATCH v7 7/7] KVM: SVM: Add Page modification logging support
 2026-08-13  8:24 UTC  (5+ messages)
` [PATCH v7.1] "

[PATCH 0/7] KVM: SVM: Enable FRED support
 2026-08-13  8:19 UTC  (6+ messages)
` [PATCH 7/7] KVM: SVM: Enable save/restore of FRED MSRs

[PATCH] KVM: nVMX: Re-arm the vmcs12 pages request if mapping the pages fails
 2026-08-13  8:10 UTC  (3+ messages)

[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
 2026-08-13  7:54 UTC  (22+ messages)

[PATCH v5 3/6] KVM: x86: ioapic: Preserve irr_delivered for duplicate edge interrupts
 2026-08-13  7:52 UTC  (3+ messages)

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-13  6:56 UTC  (8+ messages)
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion

[RFC PATCH 0/2] KVM: arm64: fix VGICv3 redistributor rollback
 2026-08-13  5:57 UTC  (6+ messages)
` [RFC PATCH 1/2] KVM: arm64: vgic-v3: Roll back failed redistributor region setup

[PATCH v4 00/10] mlx5 support for VFIO self test
 2026-08-12 23:44 UTC  (8+ 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

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

[PATCH v4 00/18] iommu: Add live update state preservation
 2026-08-12 23:23 UTC  (4+ messages)
` [PATCH v4 09/18] iommu: Add APIs to get iommu and device preserved state

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

[PATCH v5 5/6] KVM: x86: ioapic: Clear irr_delivered on level-triggered RTE
 2026-08-12 22:41 UTC  (2+ messages)

[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-08-12 22:39 UTC  (9+ messages)
` [PATCH v5 4/9] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA
` [PATCH v5 7/9] vfio/pci: Clean up BAR zap and revocation

[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)

[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 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] vfio: Use file-based reference counting for KVM
 2026-08-12 19:39 UTC  (3+ messages)

[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] KVM: s390: vsie: Add VSIE SIGP ECALL and SRSI Interpretation
 2026-08-12 17:45 UTC  (15+ messages)
` [PATCH v4 14/20] KVM: s390: vsie: Shadow VSIE SCA in guest-1
` [PATCH v4 15/20] KVM: s390: vsie: Guard against invalid CPU address
` [PATCH v4 16/20] KVM: s390: vsie: Allow guest-3 cpu add and remove with ssca
` [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

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

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

6.1.y status: 2abd5287f083 ("KVM: x86: Check for invalid/obsolete root *after* making MMU pages available") / CVE-2026-64561
 2026-08-12 16:26 UTC  (2+ messages)

[PATCH v3 0/9] s390/vfio-ap: Fix bugs in vfio_ap device driver callback functions
 2026-08-12 16:24 UTC  (9+ messages)
` [PATCH v3 2/9] s390/vfio-ap: Fix dereference matrix_mdev->kvm without checking for NULL
` [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 v3 0/2] s390/uv: Various fixes for UV secrets
 2026-08-12 16:15 UTC  (5+ messages)
` [PATCH v3 1/2] s390/uv: Fix loop condition in uv_find_secrets
` [PATCH v3 2/2] s390/uv: Prevent potential out-of-bounds read

[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
 2026-08-12 16:07 UTC  (11+ messages)


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