public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-05 21:37:53 to 2025-09-09 18:31:16 UTC [more...]

[RFC PATCH v1 0/5] x86/boot, KVM: Move VMXON/VMXOFF handling from KVM to CPU lifecycle
 2025-09-09 18:28 UTC  (6+ 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 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  (31+ messages)
` [PATCH v18 05/33] x86/cpufeatures: Add support for "
` [PATCH v18 18/33] fs/resctrl: Add the functionality to unassign MBM events
` [PATCH v18 19/33] fs/resctrl: Pass struct rdtgroup instead of individual members
` [PATCH v18 20/33] fs/resctrl: Introduce counter ID read, reset calls in mbm_event mode
` [PATCH v18 21/33] x86/resctrl: Refactor resctrl_arch_rmid_read()
` [PATCH v18 22/33] x86/resctrl: Implement resctrl_arch_reset_cntr() and resctrl_arch_cntr_read()
` [PATCH v18 23/33] fs/resctrl: Support counter read/reset with mbm_event assignment mode
` [PATCH v18 24/33] fs/resctrl: Add event configuration directory under info/L3_MON/
` [PATCH v18 25/33] fs/resctrl: Provide interface to update the event configurations
` [PATCH v18 26/33] fs/resctrl: Introduce mbm_assign_on_mkdir to enable assignments on mkdir
` [PATCH v18 27/33] fs/resctrl: Auto assign counters on mkdir and clean up on group removal
` [PATCH v18 28/33] fs/resctrl: Introduce mbm_L3_assignments to list assignments in a group
` [PATCH v18 29/33] fs/resctrl: Introduce the interface to modify "
` [PATCH v18 30/33] fs/resctrl: Disable BMEC event configuration when mbm_event mode is enabled
` [PATCH v18 31/33] fs/resctrl: Introduce the interface to switch between monitor modes
` [PATCH v18 32/33] x86/resctrl: Configure mbm_event mode if supported
` [PATCH v18 33/33] MAINTAINERS: resctrl: add myself as reviewer

[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
 2025-09-09 17:20 UTC  (4+ messages)

[PATCH v2 0/2] KVM: SVM: Fix missing LAPIC TPR sync into VMCB::V_TPR with AVIC on
 2025-09-09 16:50 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is active

[kvm-unit-tests PATCH v2] scripts/arch-run.bash: Drop the dependency on "jq"
 2025-09-09 16:05 UTC  (3+ messages)

[PATCH v3 07/11] iommu: Validate that pci_for_each_dma_alias() matches the groups
 2025-09-09 15:35 UTC  (3+ messages)

[RFC PATCH 0/3] KVM: SVM: Fix IRQ window inhibit handling
 2025-09-09 15:34 UTC  (3+ messages)

[PATCHv2 00/12] TDX: Enable Dynamic PAMT
 2025-09-09 15:23 UTC  (4+ messages)

[PATCH v2 0/3] KVM: Fix deadlock for invalid memslots
 2025-09-09 14:18 UTC  (8+ 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 1/1] KVM: TDX: Fix uninitialized error code for __tdx_bringup()
 2025-09-09 13:45 UTC  (4+ messages)

[PATCH v3 06/11] iommu: Compute iommu_groups properly for PCIe MFDs
 2025-09-09 13:31 UTC  (3+ 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

[PATCH v3 03/11] iommu: Compute iommu_groups properly for PCIe switches
 2025-09-09 12:18 UTC  (3+ messages)

[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] [KVM/VMX] Level triggered interrupts mishandled on Windows w/ nested virt(Credential Guard) when using split irqchip
 2025-09-09 10:34 UTC  (5+ messages)

[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  (21+ messages)
` [PATCH v2 05/37] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 22/37] mm/cma: refuse handing out non-contiguous page ranges

[PATCH v14 00/22] Enable CET Virtualization
 2025-09-09  9:52 UTC  (24+ 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

[PATCH v13 00/21] Enable CET Virtualization
 2025-09-09  8:18 UTC  (5+ messages)
` [PATCH v13 05/21] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs

[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 10/11] PCI: Check ACS DSP/USP redirect bits in pci_enable_pasid()
 2025-09-09  5:02 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 02/11] PCI: Add pci_bus_isolated()
 2025-09-09  4:09 UTC  (2+ messages)

[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  (5+ messages)
` [PATCH 2/2] shellcheck: suppress SC2327,2328 false positives

[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 v2 0/2] Support for SEV-ES guest shadow stack
 2025-09-08 20:20 UTC  (3+ 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 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()

[kvm-unit-tests PATCH] scripts/checkpatch.pl: Adjust the top_of_kernel_tree check for kvm-unit-tests
 2025-09-08 18:39 UTC  (3+ messages)

[kvm-unit-tests PATCH] Better backtraces for leaf functions
 2025-09-08 18:35 UTC  (2+ messages)

[PATCH 5/9] KVM: selftests: Prevent PAGE_SIZE redefinition on x86
 2025-09-08 18:22 UTC  (3+ messages)

[PATCH RFC 00/35] mm: remove nth_page()
 2025-09-08 16:47 UTC  (3+ messages)
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config

[PATCH] vfio: return -ENOTTY for unsupported device feature
 2025-09-08 15:58 UTC 

[PATCH v2 00/12] Implement support for IBS virtualization
 2025-09-08 13:41 UTC  (5+ messages)
` [PATCH v2 04/12] x86/cpufeatures: Add CPUID feature bit for Extended LVT
` [PATCH v2 05/12] KVM: x86: Add emulation support for Extented LVT registers

[PATCH kvmtool v3 0/6] arm64: Nested virtualization support
 2025-09-08 13:25 UTC  (2+ messages)

[Bug 220549] New: [KVM/VMX] Level triggered interrupts mishandled on Windows w/ nested virt(Credential Guard) when using split irqchip
 2025-09-08 13:12 UTC  (3+ messages)
` [Bug 220549] "

[PATCH] KVM: Avoid debugfs warning caused by repeated vm fd number
 2025-09-08 13:02 UTC  (5+ messages)

[PATCH v10 00/21] TDX KVM selftests
 2025-09-08  9:22 UTC  (11+ messages)
` [PATCH v10 07/21] KVM: selftests: Define structs to pass parameters to TDX boot code
` [PATCH v10 08/21] KVM: selftests: Add "
` [PATCH v10 09/21] KVM: selftests: Set up TDX boot code region
` [PATCH v10 10/21] KVM: selftests: Set up TDX boot parameters region
` [PATCH v10 12/21] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration

[kvm-unit-tests PATCH v4 0/5] x86: add HPET counter tests
 2025-09-08  8:19 UTC  (2+ messages)

[PATCH v3 0/6] ONE_REG interface for SBI FWFT extension
 2025-09-08  3:51 UTC  (2+ messages)

[RFC v2 00/14] Introduce NVIDIA GPU Virtualization (vGPU) Support
 2025-09-06 10:34 UTC  (6+ messages)
` [RFC v2 03/14] vfio/nvidia-vgpu: introduce vGPU type uploading


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