messages from 2025-09-08 19:18:08 to 2025-09-10 13:36:52 UTC [more...]
[PATCH v2 0/2] KVM: SVM: Fix missing LAPIC TPR sync into VMCB::V_TPR with AVIC on
2025-09-10 13:33 UTC (5+ messages)
` [PATCH v2 1/2] KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is active
` [PATCH v2 2/2] KVM: selftests: Test TPR / CR8 sync and interrupt masking
[RFC PATCH v1 0/5] x86/boot, KVM: Move VMXON/VMXOFF handling from KVM to CPU lifecycle
2025-09-10 13:13 UTC (12+ messages)
` [RFC PATCH v1 1/5] x86/boot: Shift VMXON from KVM init to CPU startup phase
` [RFC PATCH v1 2/5] x86/boot: Move VMXOFF from KVM teardown to CPU shutdown phase
` [RFC PATCH v1 3/5] x86/shutdown, KVM: VMX: Move VMCLEAR of VMCSs to cpu_disable_virtualization()
` [RFC PATCH v1 4/5] x86/reboot: Remove emergency_reboot_disable_virtualization()
` [RFC PATCH v1 5/5] KVM: Remove kvm_rebooting and its references
[PATCH v2 00/12] Implement support for IBS virtualization
2025-09-10 13:01 UTC (3+ messages)
` [PATCH v2 06/12] x86/cpufeatures: Add CPUID feature bit for VIBS in SVM/SEV guests
[RFC PATCH 0/3] KVM: SVM: Fix IRQ window inhibit handling
2025-09-10 12:30 UTC (4+ messages)
[PATCH] Documentation: kvm: Fix ordering
2025-09-10 12:29 UTC (2+ messages)
[kvm-unit-tests PATCH v2] scripts/arch-run.bash: Drop the dependency on "jq"
2025-09-10 11:36 UTC (7+ messages)
[PATCH v14 00/22] Enable CET Virtualization
2025-09-10 11:33 UTC (32+ messages)
` [PATCH v14 01/22] KVM: x86: Introduce KVM_{G,S}ET_ONE_REG uAPIs support
` [PATCH v14 02/22] KVM: x86: Report XSS as to-be-saved if there are supported features
` [PATCH v14 03/22] KVM: x86: Check XSS validity against guest CPUIDs
` [PATCH v14 04/22] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v14 05/22] KVM: x86: Initialize kvm_caps.supported_xss
` [PATCH v14 06/22] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
` [PATCH v14 07/22] KVM: x86: Add fault checks for guest CR4.CET setting
` [PATCH v14 08/22] KVM: x86: Report KVM supported CET MSRs as to-be-saved
` [PATCH v14 09/22] KVM: VMX: Introduce CET VMCS fields and control bits
` [PATCH v14 10/22] KVM: x86: Enable guest SSP read/write interface with new uAPIs
` [PATCH v14 11/22] KVM: VMX: Emulate read and write to CET MSRs
` [PATCH v14 12/22] KVM: x86: Save and reload SSP to/from SMRAM
` [PATCH v14 13/22] KVM: VMX: Set up interception for CET MSRs
` [PATCH v14 14/22] KVM: VMX: Set host constant supervisor states to VMCS fields
` [PATCH v14 15/22] KVM: x86: Don't emulate instructions guarded by CET
` [PATCH v14 16/22] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v14 17/22] KVM: nVMX: Virtualize NO_HW_ERROR_CODE_CC for L1 event injection to L2
` [PATCH v14 18/22] KVM: nVMX: Prepare for enabling CET support for nested guest
` [PATCH v14 19/22] KVM: nVMX: Add consistency checks for CR0.WP and CR4.CET
` [PATCH v14 20/22] KVM: nVMX: Add consistency checks for CET states
` [PATCH v14 21/22] KVM: nVMX: Advertise new VM-Entry/Exit control bits for CET state
` [PATCH v14 22/22] KVM: selftest: Add tests for KVM_{GET,SET}_ONE_REG
[BUG] [KVM/VMX] Level triggered interrupts mishandled on Windows w/ nested virt(Credential Guard) when using split irqchip
2025-09-10 9:39 UTC (7+ messages)
[PATCH] vhost: vringh: Modify the return value check
2025-09-10 9:17 UTC
[PATCH v2] KVM: nVMX: Mark APIC access page dirty when syncing vmcs12 pages
2025-09-10 8:51 UTC
[PATCH v10 00/21] TDX KVM selftests
2025-09-10 7:46 UTC (5+ messages)
` [PATCH v10 13/21] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v10 20/21] KVM: selftests: Add ucall support for TDX
[PATCH] LoongArch: KVM: Fix VM migration failure with PTW enabled
2025-09-10 7:14 UTC
[PATCH 0/7] KVM: x86: Improve the handling of debug exceptions during instruction emulation
2025-09-10 2:49 UTC (8+ messages)
` [PATCH 1/7] KVM: x86: Set guest DR6 by kvm_queue_exception_p() in "
` [PATCH 2/7] KVM: x86: Check guest debug in DR access "
` [PATCH 3/7] KVM: x86: Only check effective code breakpoint in emulation
` [PATCH 4/7] KVM: x86: Consolidate KVM_GUESTDBG_SINGLESTEP check into the kvm_inject_emulated_db()
` [PATCH 5/7] KVM: VMX: Set 'BS' bit in pending debug exceptions during instruction emulation
` [PATCH 6/7] KVM: selftests: Verify guest debug DR7.GD checking "
` [PATCH 7/7] KVM: selftests: Verify 'BS' bit checking in pending debug exception during VM entry
[PATCH v13 00/21] Enable CET Virtualization
2025-09-10 2:55 UTC (7+ messages)
` [PATCH v13 05/21] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
[PATCH v2 0/3] KVM: Fix deadlock for invalid memslots
2025-09-10 2:02 UTC (9+ messages)
` [PATCH v2 1/3] KVM: x86/mmu: Return -EAGAIN if userspace deletes/moves memslot during prefault
` [PATCH v2 2/3] KVM: TDX: Do not retry locally when the retry is caused by invalid memslot
` [PATCH v2 3/3] KVM: selftests: Test prefault memory during concurrent memslot removal
[PATCH] sched/fair: Only increment deadline once on yield
2025-09-10 1:43 UTC (2+ messages)
[PATCH v3 06/11] iommu: Compute iommu_groups properly for PCIe MFDs
2025-09-10 1:59 UTC (7+ messages)
[PATCH 1/1] KVM: TDX: Fix uninitialized error code for __tdx_bringup()
2025-09-09 22:19 UTC (5+ messages)
[syzbot] [kvmarm?] [kvm?] WARNING: locking bug in vgic_put_irq
2025-09-09 22:14 UTC (3+ messages)
[PATCH RFC net-next 0/7] ice: implement live migration driver for E800 series hardware
2025-09-09 21:57 UTC (8+ messages)
` [PATCH RFC net-next 1/7] ice: add basic skeleton and TLV framework for live migration support
` [PATCH RFC net-next 2/7] ice: implement device suspension for live migration
` [PATCH RFC net-next 3/7] ice: add migration TLV for basic VF information
` [PATCH RFC net-next 4/7] ice: add migration TLVs for queue and interrupt state
` [PATCH RFC net-next 5/7] ice: add remaining migration TLVs
` [PATCH RFC net-next 6/7] ice-vfio-pci: add ice VFIO PCI live migration driver
` [PATCH RFC net-next 7/7] ice-vfio-pci: implement PCI .reset_done handling
[PATCH v3 10/11] PCI: Check ACS DSP/USP redirect bits in pci_enable_pasid()
2025-09-09 21:43 UTC (3+ messages)
[PATCH v3 02/11] PCI: Add pci_bus_isolated()
2025-09-09 21:21 UTC (4+ messages)
[PATCH v3 03/11] iommu: Compute iommu_groups properly for PCIe switches
2025-09-09 21:21 UTC (6+ messages)
[PATCH v3 05/11] PCI: Add pci_reachable_set()
2025-09-09 21:03 UTC (2+ messages)
[PATCH] vfio/pci: Fix INTx handling on legacy DisINTx- PCI devices
2025-09-09 20:48 UTC
[PATCH 0/4] KVM: selftests: Fastops DIV testcases
2025-09-09 20:28 UTC (5+ messages)
` [PATCH 1/4] KVM: selftests: Add support for #DE exception fixup
` [PATCH 2/4] KVM: selftests: Add coverage for 'b' (byte) sized fastops emulation
` [PATCH 3/4] KVM: selftests: Dedup the gnarly constraints of the fastops tests (more macros!)
` [PATCH 4/4] KVM: selftests: Add support for DIV and IDIV in the fastops test
[PATCH v2 0/2] Support for SEV-ES guest shadow stack
2025-09-09 20:04 UTC (4+ messages)
` [PATCH v2 1/2] x86/boot: Move boot_*msr helpers to asm/shared/msr.h
` [PATCH v2 2/2] x86/sev-es: Include XSS value in GHCB CPUID request
[PATCH v3 07/11] iommu: Validate that pci_for_each_dma_alias() matches the groups
2025-09-09 19:58 UTC (4+ messages)
[PATCH] KVM: nVMX: Mark APIC access page dirty when syncing vmcs12 pages
2025-09-09 19:52 UTC
[PATCH v3] mfd: max77705: rework interrupts
2025-09-09 18:23 UTC
[PATCH v18 00/33] x86,fs/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-09-09 17:38 UTC (9+ messages)
` [PATCH v18 29/33] fs/resctrl: Introduce the interface to modify assignments in a group
[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
2025-09-09 17:20 UTC (4+ messages)
[PATCHv2 00/12] TDX: Enable Dynamic PAMT
2025-09-09 15:23 UTC (4+ messages)
[PATCH v6 0/8] Add SBI v3.0 PMU enhancements
2025-09-09 13:09 UTC (11+ messages)
` [PATCH v6 1/8] drivers/perf: riscv: Add SBI v3.0 flag
` [PATCH v6 2/8] drivers/perf: riscv: Add raw event v2 support
` [PATCH v6 3/8] RISC-V: KVM: Add support for Raw event v2
` [PATCH v6 4/8] drivers/perf: riscv: Implement PMU event info function
` [PATCH v6 5/8] drivers/perf: riscv: Export "
` [PATCH v6 6/8] RISC-V: KVM: No need of explicit writable slot check
` [PATCH v6 7/8] RISC-V: KVM: Implement get event info function
` [PATCH v6 8/8] RISC-V: KVM: Upgrade the supported SBI version to 3.0
[GIT PULL 0/3] KVM: s390: fixes for 6.17
2025-09-09 11:46 UTC (4+ messages)
` [GIT PULL 1/3] KVM: s390: Fix access to unavailable adapter indicator pages during postcopy
` [GIT PULL 2/3] KVM: s390: Fix incorrect usage of mmu_notifier_register()
` [GIT PULL 3/3] KVM: s390: Fix FOLL_*/FAULT_FLAG_* confusion
[bug report] KVM: TDX: Get system-wide info about TDX module on initialization
2025-09-09 10:20 UTC (2+ messages)
[PATCH v4 0/4] KVM: Speed up MMIO registrations
2025-09-09 10:00 UTC (5+ messages)
` [PATCH v4 1/4] KVM: arm64: vgic-init: Remove vgic_ready() macro
` [PATCH v4 2/4] KVM: arm64: vgic: Explicitly implement vgic_dist::ready ordering
` [PATCH v4 3/4] KVM: Implement barriers before accessing kvm->buses[] on SRCU read paths
` [PATCH v4 4/4] KVM: Avoid synchronize_srcu() in kvm_io_bus_register_dev()
[PATCH v2 00/37] mm: remove nth_page()
2025-09-09 9:55 UTC (8+ messages)
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 22/37] mm/cma: refuse handing out non-contiguous page ranges
[PATCH v3] riscv: skip csr restore if vcpu preempted reload
2025-09-09 6:49 UTC (2+ messages)
[PATCH] KVM: x86: Restrict writeback of SMI VCPU state
2025-09-09 6:42 UTC (2+ messages)
[kvm-unit-tests] riscv build failure
2025-09-09 5:08 UTC (3+ messages)
[PATCH v3 11/11] PCI: Check ACS Extended flags for pci_bus_isolated()
2025-09-09 5:04 UTC (2+ messages)
[PATCH v3 09/11] PCI: Enable ACS Enhanced bits for enable_acs and config_acs
2025-09-09 5:01 UTC (2+ messages)
[PATCH v3 08/11] PCI: Add the ACS Enhanced Capability definitions
2025-09-09 5:01 UTC (2+ messages)
[PATCH v3 04/11] iommu: Organize iommu_group by member size
2025-09-09 4:16 UTC (2+ messages)
[PATCH] KVM: x86: Latch INITs only in specific CPU states in KVM_SET_VCPU_EVENTS
2025-09-09 4:15 UTC (9+ messages)
` [External] "
[PATCH v3 01/11] PCI: Move REQ_ACS_FLAGS into pci_regs.h as PCI_ACS_ISOLATED
2025-09-09 4:08 UTC (2+ messages)
[PATCH] KVM: x86: Fix hypercalls docs section number order
2025-09-09 2:18 UTC (2+ messages)
[PATCH] KVM: SEV: Reject non-positive effective lengths during LAUNCH_UPDATE
2025-09-08 23:54 UTC (3+ messages)
[PATCH 1/2] build: work around secondary expansion limitation with some Make versions
2025-09-08 23:23 UTC (3+ messages)
[PATCH 0/5] KVM: Improve nested VMX performance
2025-09-08 21:32 UTC (6+ messages)
` [PATCH 1/5] KVM: nVMX: Implement cache for L1 MSR bitmap
` [PATCH 2/5] KVM: pfncache: Restore guest-uses-pfn support
` [PATCH 3/5] KVM: x86: Add nested state validation for pfncache support
` [PATCH 4/5] KVM: nVMX: Implement cache for L1 APIC pages
` [PATCH 5/5] KVM: selftests: Add nested VMX APIC cache invalidation test
[PATCH v3 0/3] crypto: ccp - Add AMD Seamless Firmware Servicing (SFS) driver
2025-09-08 21:32 UTC (6+ messages)
` [PATCH v3 2/3] crypto: ccp - Add new HV-Fixed page allocation/free API
` [PATCH v3 3/3] crypto: ccp - Add AMD Seamless Firmware Servicing (SFS) driver
[PATCH] selftests/kvm: remove stale TODO in xapic_state_test
2025-09-08 21:05 UTC
[PATCH] selftests/kvm: Use vcpus count instead of hardcoded 0xff in test_icr
2025-09-08 20:23 UTC (3+ messages)
[PATCH v4 0/5] Enable Shadow Stack Virtualization for SVM
2025-09-08 20:17 UTC (6+ messages)
` [PATCH v4 1/5] KVM: x86: SVM: Emulate reads and writes to shadow stack MSRs
` [PATCH v4 2/5] KVM: x86: SVM: Update dump_vmcb with shadow stack save area additions
` [PATCH v4 3/5] KVM: x86: SVM: Pass through shadow stack MSRs
` [PATCH v4 4/5] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel
` [PATCH v4 5/5] KVM: SVM: Enable shadow stack virtualization for SVM
[PATCH v7 0/7] Add SEV-SNP CipherTextHiding feature support
2025-09-08 20:16 UTC (3+ messages)
[PATCH v2] x86/kvm: Force legacy PCI hole to UC when overriding MTRRs for TDX/SNP
2025-09-08 20:09 UTC (3+ messages)
[PATCH v3 0/4] KVM: Speed up MMIO registrations
2025-09-08 19:52 UTC (6+ messages)
` [PATCH v3 3/4] KVM: Implement barriers before accessing kvm->buses[] on SRCU read paths
` [PATCH v3 4/4] KVM: Avoid synchronize_srcu() in kvm_io_bus_register_dev()
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