messages from 2024-11-25 15:07:30 to 2024-11-28 01:34:39 UTC [more...]
[PATCH v3 00/57] KVM: x86: CPUID overhaul, fixes, and caching
2024-11-28 1:33 UTC (5+ messages)
` [PATCH v3 01/57] KVM: x86: Use feature_bit() to clear CONSTANT_TSC when emulating CPUID
` [PATCH v3 02/57] KVM: x86: Limit use of F() and SF() to kvm_cpu_cap_{mask,init_kvm_defined}()
` [PATCH v3 03/57] KVM: x86: Do all post-set CPUID processing during vCPU creation
` [PATCH v3 04/57] KVM: x86: Explicitly do runtime CPUID updates "after" initial setup
[PATCH v4 0/6] KVM: x86: Prep KVM hypercall handling for TDX
2024-11-28 1:06 UTC (8+ messages)
` [PATCH v4 1/6] KVM: x86: Play nice with protected guests in complete_hypercall_exit()
` [PATCH v4 2/6] KVM: x86: Add a helper to check for user interception of KVM hypercalls
` [PATCH v4 3/6] KVM: x86: Move "emulate hypercall" function declarations to x86.h
` [PATCH v4 4/6] KVM: x86: Bump hypercall stat prior to fully completing hypercall
` [PATCH v4 5/6] KVM: x86: Always complete hypercall via function callback
` [PATCH v4 6/6] KVM: x86: Refactor __kvm_emulate_hypercall() into a macro
[PATCH v4 00/16] KVM: selftests: "tree" wide overhauls
2024-11-28 0:55 UTC (17+ messages)
` [PATCH v4 01/16] KVM: Move KVM_REG_SIZE() definition to common uAPI header
` [PATCH v4 02/16] KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-param
` [PATCH v4 03/16] KVM: selftests: Assert that vcpu_{g,s}et_reg() won't truncate
` [PATCH v4 04/16] KVM: selftests: Check for a potential unhandled exception iff KVM_RUN succeeded
` [PATCH v4 05/16] KVM: selftests: Rename max_guest_memory_test to mmu_stress_test
` [PATCH v4 06/16] KVM: selftests: Only muck with SREGS on x86 in mmu_stress_test
` [PATCH v4 07/16] KVM: selftests: Compute number of extra pages needed "
` [PATCH v4 08/16] KVM: sefltests: Explicitly include ucall_common.h in mmu_stress_test.c
` [PATCH v4 09/16] KVM: selftests: Enable mmu_stress_test on arm64
` [PATCH v4 10/16] KVM: selftests: Use vcpu_arch_put_guest() in mmu_stress_test
` [PATCH v4 11/16] KVM: selftests: Precisely limit the number of guest loops "
` [PATCH v4 12/16] KVM: selftests: Add a read-only mprotect() phase to mmu_stress_test
` [PATCH v4 13/16] KVM: selftests: Verify KVM correctly handles mprotect(PROT_READ)
` [PATCH v4 14/16] KVM: selftests: Provide empty 'all' and 'clean' targets for unsupported ARCHs
` [PATCH v4 15/16] KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories
` [PATCH v4 16/16] KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIR
[PATCH v2 0/2] KVM: nVMX: Fix an SVI update bug with passthrough APIC
2024-11-28 0:00 UTC (3+ messages)
` [PATCH v2 1/2] KVM: x86: Plumb in the vCPU to kvm_x86_ops.hwapic_isr_update()
` [PATCH v2 2/2] KVM: nVMX: Defer SVI update to vmcs01 on EOI when L2 is active w/o VID
[PATCH] KVM: selftests: Use data load to trigger LLC references/misses in Intel PMU
2024-11-27 23:56 UTC
[PATCH] KVM: SVM: Remove redundant TLB flush on guest CR4.PGE change
2024-11-27 23:53 UTC
[PATCH] KVM: SVM: Macrofy SEV=n versions of sev_xxx_guest()
2024-11-27 23:46 UTC
[RFC PATCH 0/6] SEAMCALL Wrappers
2024-11-27 23:04 UTC (10+ messages)
` [RFC PATCH 1/6] x86/virt/tdx: Add SEAMCALL wrappers for TDX KeyID management
[PATCH v3 0/7] Add SEV-SNP restricted injection hypervisor support
2024-11-27 22:55 UTC (8+ messages)
` [PATCH v3 1/7] x86/sev: Define the #HV doorbell page structure
` [PATCH v3 2/7] KVM: SVM: Add support for the SEV-SNP #HV doorbell page NAE event
` [PATCH v3 3/7] KVM: SVM: Inject #HV when restricted injection is active
` [PATCH v3 4/7] KVM: SVM: Inject NMIs "
` [PATCH v3 5/7] KVM: SVM: Inject MCEs "
` [PATCH v3 6/7] KVM: SVM: Add support for the SEV-SNP #HV IPI NAE event
` [PATCH v3 7/7] KVM: SVM: Enable restricted injection for an SEV-SNP guest
[GIT PULL] Please pull IOMMUFD subsystem changes #2
2024-11-27 22:58 UTC (2+ messages)
[PATCH 00/15] Unify MSR intercepts in x86
2024-11-27 21:57 UTC (22+ messages)
` [PATCH 01/15] KVM: x86: Use non-atomic bit ops to manipulate "shadow" MSR intercepts
` [PATCH 02/15] KVM: SVM: Use non-atomic bit ops to manipulate MSR interception bitmaps
` [PATCH 03/15] KVM: SVM: Invert the polarity of the "shadow" "
` [PATCH 04/15] KVM: SVM: Track MSRPM as "unsigned long", not "u32"
` [PATCH 05/15] KVM: x86: SVM: Adopt VMX style MSR intercepts in SVM
` [PATCH 06/15] KVM: SVM: Disable intercepts for all direct access MSRs on MSR filter changes
` [PATCH 07/15] KVM: SVM: Delete old SVM MSR management code
` [PATCH 08/15] KVM: SVM: Pass through GHCB MSR if and only if VM is SEV-ES
` [PATCH 09/15] KVM: SVM: Drop "always" flag from list of possible passthrough MSRs
` [PATCH 10/15] KVM: SVM: Don't "NULL terminate" the "
` [PATCH 11/15] KVM: VMX: Make list of possible passthrough MSRs "const"
` [PATCH 12/15] KVM: x86: Track possible passthrough MSRs in kvm_x86_ops
` [PATCH 13/15] KVM: x86: Move ownership of passthrough MSR "shadow" to common x86
` [PATCH 14/15] KVM: x86: Hoist SVM MSR intercepts to common x86 code
` [PATCH 15/15] KVM: x86: Hoist VMX "
[GIT PULL] VFIO updates for v6.13-rc1
2024-11-27 21:41 UTC (2+ messages)
[GIT PULL] virtio: features, fixes, cleanups
2024-11-27 21:40 UTC (3+ messages)
[PATCH v3 0/3] KVM: VMX: Initialize TDX during KVM module load
2024-11-27 20:10 UTC (4+ messages)
` [PATCH 1/3] KVM: Export hardware virtualization enabling/disabling functions
` [PATCH 2/3] KVM: VMX: Refactor VMX module init/exit functions
` [PATCH 3/3] KVM: VMX: Initialize TDX during KVM module load
[PATCH v2 00/24] TDX MMU Part 2
2024-11-27 18:08 UTC (9+ messages)
` [PATCH v2 21/24] KVM: TDX: Add an ioctl to create initial guest memory
` [RFC PATCH 0/2] SEPT SEAMCALL retry proposal
` [RFC PATCH 2/2] KVM: TDX: Kick off vCPUs when SEAMCALL is busy during TD page removal
[PATCH 0/2] KVM_ASYNC_PF_SEND_ALWAYS
2024-11-27 17:26 UTC (3+ messages)
` [PATCH 1/2] KVM: x86: async_pf: remove support for KVM_ASYNC_PF_SEND_ALWAYS
` [PATCH 2/2] KVM: x86: async_pf: determine x86 user as cpl == 3
drivers/pci: (and/or KVM): Slow PCI initialization during VM boot with passthrough of large BAR Nvidia GPUs on DGX H100
2024-11-27 17:22 UTC (8+ messages)
[GIT PULL] KVM/riscv changes for 6.13, part #2
2024-11-27 16:59 UTC (6+ messages)
[Invitation] bi-weekly guest_memfd upstream call on 2024-11-14
2024-11-27 16:43 UTC (2+ messages)
` [Invitation] bi-weekly guest_memfd upstream call on 2024-12-05
[PATCH] tools/kvm_stat: fix termination behavior when not on a terminal
2024-11-27 16:30 UTC (3+ messages)
[PATCH v2 22/49] KVM: x86: Add a macro to precisely handle aliased 0x1.EDX CPUID features
2024-11-27 14:38 UTC (11+ messages)
[PATCH 0/7] KVM: TDX: TD vcpu enter/exit
2024-11-27 14:00 UTC (21+ messages)
` [PATCH 3/7] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH 4/7] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list
[PATCH v2 0/2] x86: KVM: Add missing AMD features
2024-11-27 11:26 UTC (5+ messages)
` [PATCH v2 1/2] x86: KVM: Advertise FSRS and FSRC on AMD to userspace
` [PATCH v2 2/2] x86: KVM: Advertise AMD's speculation control features
[PATCH] KVM: x86: async_pf: check earlier if can deliver async pf
2024-11-27 10:35 UTC (9+ messages)
[PATCH] KVM: make uevents configurable
2024-11-27 9:04 UTC (6+ messages)
[PATCH v3 00/27] Enable FRED with KVM VMX
2024-11-27 7:58 UTC (15+ messages)
` [PATCH v3 05/27] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v3 09/27] KVM: VMX: Do not use MAX_POSSIBLE_PASSTHROUGH_MSRS in array definition
[PATCH v2 0/2] Add Error Recovery support for Virtio PCI devices
2024-11-27 6:57 UTC (3+ messages)
` [PATCH 1/2] virtio_pci: Add support for PCIe Function Level Reset
` [PATCH 2/2] virtio_blk: Add support for transport error recovery
[PATCH v3 0/5] Introduce new headers for Hyper-V
2024-11-26 17:28 UTC (10+ messages)
` [PATCH v3 1/5] hyperv: Move hv_connection_id to hyperv-tlfs.h
` [PATCH v3 2/5] hyperv: Clean up unnecessary #includes
` [PATCH v3 3/5] hyperv: Add new Hyper-V headers in include/hyperv
` [PATCH v3 4/5] hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h
` [PATCH v3 5/5] hyperv: Remove the now unused hyperv-tlfs.h files
[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
2024-11-26 17:10 UTC (2+ messages)
[syzbot] [kvm?] WARNING: locking bug in kvm_xen_set_evtchn_fast
2024-11-26 16:26 UTC (5+ messages)
[RFC PATCH 0/4] KVM: ioctl for populating guest_memfd
2024-11-26 16:04 UTC (11+ messages)
[PATCH v2 0/3] KVM: s390: Couple of small cmpxchg() optimizations
2024-11-26 13:33 UTC (10+ messages)
` [PATCH v2 1/3] KVM: s390: Use try_cmpxchg() instead of cmpxchg() loops
` [PATCH v2 2/3] KVM: s390: Remove one byte cmpxchg() usage
` [PATCH v2 3/3] KVM: s390: Increase size of union sca_utility to four bytes
[PATCH v9 00/15] arm64: support poll_idle()
2024-11-26 10:36 UTC (4+ messages)
` [PATCH v9 01/15] asm-generic: add barrier smp_cond_load_relaxed_timeout()
[PATCH v2 0/6] Introduce CET supervisor state support
2024-11-26 10:28 UTC (8+ messages)
` [PATCH v2 1/6] x86/fpu/xstate: Always preserve non-user xfeatures/flags in __state_perm
` [PATCH v2 2/6] x86/fpu/xstate: Add CET supervisor mode state support
` [PATCH v2 3/6] x86/fpu/xstate: Introduce XFEATURE_MASK_KERNEL_DYNAMIC xfeature set
` [PATCH v2 4/6] x86/fpu/xstate: Introduce fpu_guest_cfg for guest FPU configuration
` [PATCH v2 5/6] x86/fpu/xstate: Create guest fpstate with guest specific config
` [PATCH v2 6/6] x86/fpu/xstate: Warn if CET supervisor state is detected in normal fpstate
[PATCH] kvm/debugfs: add file to get vcpu steal time statistics
2024-11-26 9:54 UTC (8+ messages)
[PATCH v6 00/60] QEMU TDX support
2024-11-26 9:46 UTC (5+ messages)
` [PATCH v6 07/60] kvm: Introduce kvm_arch_pre_create_vcpu()
[PATCH v2 0/4] Introduce a quirk to control memslot zap behavior
2024-11-26 9:15 UTC (5+ messages)
` [PATCH v2 1/4] KVM: x86/mmu: "
[PATCH] KVM: selftests: Remove unneeded semicolon
2024-11-26 7:37 UTC
[PATCH v3 0/4] Allow AVIC's IPI virtualization to be optional
2024-11-26 0:25 UTC (7+ messages)
[PATCH v3] vfio/pci: Properly hide first-in-list PCIe extended capability
2024-11-25 19:18 UTC (2+ messages)
[PATCH v5 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
2024-11-25 18:04 UTC (2+ messages)
Using the ldp instruction to access the I/O address space in KVM mode causes an exception
2024-11-25 17:16 UTC (2+ messages)
[kvm-unit-tests PATCH v4 0/5] riscv: add SBI SSE extension tests
2024-11-25 16:21 UTC (6+ messages)
` [kvm-unit-tests PATCH v4 1/5] kbuild: allow multiple asm-offsets file to be generated
` [kvm-unit-tests PATCH v4 2/5] riscv: use asm-offsets to generate SBI_EXT_HSM values
` [kvm-unit-tests PATCH v4 3/5] riscv: Add "-deps" handling for tests
` [kvm-unit-tests PATCH v4 4/5] riscv: lib: Add SBI SSE extension definitions
` [kvm-unit-tests PATCH v4 5/5] riscv: sbi: Add SSE extension tests
[PATCH 0/3] KVM: s390: Couple of small cmpxchg() optimizations
2024-11-25 16:20 UTC (9+ messages)
` [PATCH 2/3] KVM: s390: Remove one byte cmpxchg() usage
` [PATCH 3/3] KVM: s390: Increase size of union sca_utility to four bytes
[RFC PATCH 00/15] iommu/riscv: Add irqbypass support
2024-11-25 15:07 UTC (11+ messages)
` [RFC PATCH 08/15] iommu/riscv: Add IRQ domain for interrupt remapping
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