Kernel KVM virtualization development
 help / color / mirror / Atom feed
 messages from 2026-07-31 14:50:14 to 2026-07-31 19:36:04 UTC [more...]

[PATCH v11 0/6] Add RMPOPT support
 2026-07-31 19:35 UTC  (3+ messages)
` [PATCH v11 2/6] x86/sev: Disable CPU hotplug while SNP is active

[PATCH v4 00/29] KVM: arm64: Add support for FEAT_NV2p1 and FEAT_NV3
 2026-07-31 18:51 UTC  (2+ messages)

[PATCH v3 0/4] KVM: arm64: Expose PMMIR_EL1.SLOTS to guests
 2026-07-31 18:51 UTC  (2+ messages)

[PATCH] kvm: apply VM_READ/VM_WRITE checks to all VMA types
 2026-07-31 18:46 UTC  (2+ messages)

[PATCH 0/6] firmware: arm_rmm: Add RMM v2.0 support
 2026-07-31 18:25 UTC  (3+ messages)
` [PATCH 5/6] firmware: arm_rmm: Add support for SRO

[PATCH v9 0/5] vfio: selftests: Add driver for Intel Ethernet Gigabit Controller (IGB)
 2026-07-31 18:15 UTC  (3+ messages)
` [PATCH v9 1/5] vfio: selftests: igb: Add driver for Intel 82576 device

[PATCH v5 0/6] KVM: nVMX: Synthesize SHUTDOWN on RSM with bad state
 2026-07-31 17:49 UTC  (8+ messages)
` [PATCH v5 1/6] KVM: x86: Extract VMX's unhandleable emulation check to common x86
` [PATCH v5 2/6] KVM: nVMX: Synthesize SHUTDOWN on RSM if L2 requires emulation
` [PATCH v5 3/6] KVM: x86: Rework kvm_x86_ops.vcpu_pre_run() into .vcpu_needs_initialization()
` [PATCH v5 4/6] KVM: selftests: Use port 0x80 in invalid nVMX guest state test
` [PATCH v5 5/6] KVM: selftests: Refactor invalid nVMX state test to prepare for RSM testcase
` [PATCH v5 6/6] KVM: selftests: Extend the invalid nVMX guest state test to cover RSM

[PATCH v2 0/5] MAINTAINERS: KVM tweaks and additions
 2026-07-31 17:43 UTC  (7+ messages)
` [PATCH v2 1/5] MAINTAINERS: Add kvm-x86 tree to KVM x86 entries
` [PATCH v2 2/5] KVM: guest_memfd: Move gmem function declarations to dedicated guest_memfd.h
` [PATCH v2 3/5] MAINTAINERS: Add an entry for KVM's guest_memfd
` [PATCH v2 4/5] MAINTAINERS: Add David H. as a KVM guest_memfd reviewer
` [PATCH v2 5/5] MAINTAINERS: Add myself (Sean) as a reviewer in the main KVM entry

[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-07-31 17:43 UTC  (4+ messages)
` [PATCH v5 3/9] vfio/pci: Add a helper to look up PFNs "

[PATCH v2 00/12] KVM: selftests: Add more syscall wrappers, fix hardware_disable_test
 2026-07-31 17:27 UTC  (18+ messages)
` [PATCH v2 01/12] KVM: selftests: Add a KVM syscall wrapper for sched_setaffinity()
` [PATCH v2 02/12] KVM: selftests: Set threads CPU affinity before doing work in hardware disable test
` [PATCH v2 03/12] KVM: selftests: Pre-set threads affinity in hardware disable test when possible
` [PATCH v2 04/12] KVM: selftests: Return the target CPU from pin_task_to_random_cpu()
` [PATCH v2 05/12] KVM: selftests: Extract picking of random CPU from cpu_set_t to separate API
` [PATCH v2 06/12] KVM: selftests: Affine threads to random CPUs in hardware disable test
` [PATCH v2 07/12] KVM: selftests: Drop unreachable, dead code from "
` [PATCH v2 08/12] KVM: selftests: Add KVM syscall wrapper for pthread_create()
` [PATCH v2 09/12] KVM: selftests: Add KVM syscall wrappers for pthread_{cancel,join}()
` [PATCH v2 10/12] KVM: selftests: Add helper APIs to cancel+join pthreads
` [PATCH v2 11/12] KVM: selftests: Add KVM syscall wrappers for pthread_{g,s}etaffinity_np()
` [PATCH v2 12/12] KVM: selftests: Clean up global constants in hardware disable test

[RFC] KVM: Proposed uAPI for querying GSI and irqbypass status
 2026-07-31 17:26 UTC  (3+ messages)

[PATCH v7 0/2] KVM: VMX: Workaround VMX preemption timer erratum
 2026-07-31 17:19 UTC  (3+ messages)
` [PATCH v7 1/2] KVM: VMX: Bury all of the VMX preemption timer code under CONFIG_X86_64=y
` [PATCH v7 2/2] KVM: VMX: Cap VMX preemption timer to work around Intel erratum

[PATCH kvmtool] virtio: 9p: Order used ring updates before notifications
 2026-07-31 17:08 UTC  (2+ messages)

[PATCH RFT 0/3] mm, drm: ensure .fault() does not have to be followed by .pfn_mkwrite() for write faults
 2026-07-31 17:06 UTC  (6+ messages)
` [PATCH RFT 1/3] mm: export variants of vmf_insert_pfn* for use with pfn_mkwrite()
` [PATCH RFT 2/3] drm/shmem_helper: use vmf_insert_pfn_mkwrite()
` [PATCH RFT 3/3] drm/ttm, drm/vmwgfx: directly create writable PTEs when mkwrite is in use

[PATCH kvmtool] arm64: Fix resource leaks in find_pmu_cpumask()
 2026-07-31 17:04 UTC  (2+ messages)

[PATCH v8 00/11] KVM: arm64: PMU: Use multiple host PMUs
 2026-07-31 16:50 UTC  (3+ messages)
` [PATCH v8 04/11] arm64: errata: Require Apple IMPDEF PMUv3 traps on all CPUs

[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
 2026-07-31 16:43 UTC  (11+ messages)
  ` [PATCH v4 47/48] KVM: selftests: Add VGICv5 LPI delivery tests
  ` [PATCH v4 46/48] KVM: selftests: Add VGICv5 SPI injection tests
  ` [PATCH v4 42/48] KVM: selftests: Add VGICv5 IRS_REGS attribute tests
  ` [PATCH v4 41/48] KVM: selftests: Add VGICv5 NR_IRQS "
  ` [PATCH v4 35/48] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs

[PATCH] mm: pull writability check to follow_pfnmap_start()
 2026-07-31 16:41 UTC  (3+ messages)

[PATCH] RISC-V: KVM: Synchronize hrtimer callback during teardown
 2026-07-31 16:35 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v9 00/41] guest_memfd: In-place conversion support
 2026-07-31 16:26 UTC  (12+ messages)
` [PATCH v9 01/41] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v9 07/41] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v9 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION

[PATCH v5 00/31] KVM: s390: Introduce arm64 KVM
 2026-07-31 16:15 UTC  (7+ messages)
` [PATCH v5 01/31] vfio: Use file-based reference counting for KVM
` [PATCH v5 06/31] arm64/sysreg: Convert SPSR_ELx to automatic register generation

[PATCH 0/9] KVM: selftests: Add more syscall wrappers, fix hardware_disable_test
 2026-07-31 16:03 UTC  (5+ messages)
` [PATCH 3/9] KVM: selftests: Affine child tasks to other pCPUs in hardware disable test

[PATCH v2 0/4] KVM: x86: Fix off-by-one in max_vcpu_ids bounds checks
 2026-07-31 15:44 UTC  (7+ messages)
` [PATCH v2 1/4] KVM: selftests: Fix treating KVM_CAP_MAX_VCPU_ID as inclusive
` [PATCH v2 2/4] KVM: x86: Fix off-by-one in max_vcpu_ids bounds checks
` [PATCH v2 3/4] KVM: selftests: Improve bsp_vcpu_id and max_vcpu_ids out-of-bound tests
` [PATCH v2 4/4] Documentation: KVM: Clarify that KVM_CAP_MAX_VCPU_ID is exclusive

[PATCH v3] KVM: have hva_to_pfn_remapped write-upgrade PTEs
 2026-07-31 15:25 UTC  (6+ messages)

[PATCH 0/2] vfio/iommufd: Prevent scheduler warnings when unmapping large regions
 2026-07-31 15:06 UTC  (5+ messages)


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