- b5274b1 kvm: x86: Disable interception for IA32_XFD on demand by Kevin Tian · 3 years ago
- 5429cea x86/fpu: Provide fpu_sync_guest_vmexit_xfd_state() by Thomas Gleixner · 3 years ago
- be50b20 kvm: x86: Add support for getting/setting expanded xstate buffer by Guang Zeng · 3 years ago
- c60427d x86/fpu: Add uabi_size to guest_fpu by Thomas Gleixner · 3 years ago
- 690a757 kvm: x86: Add CPUID support for Intel AMX by Jing Liu · 3 years ago
- 86aff7a4 kvm: x86: Add XCR0 support for Intel AMX by Jing Liu · 3 years ago
- 61f2081 kvm: x86: Disable RDMSR interception of IA32_XFD_ERR by Jing Liu · 3 years ago
- 548e836 kvm: x86: Emulate IA32_XFD_ERR for guest by Jing Liu · 3 years ago
- ec5be88 kvm: x86: Intercept #NM for saving IA32_XFD_ERR by Jing Liu · 3 years ago
- 1df4fd8 x86/fpu: Prepare xfd_err in struct fpu_guest by Jing Liu · 3 years ago
- 820a6ee kvm: x86: Add emulation for IA32_XFD by Jing Liu · 3 years ago
- 8eb9a48 x86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD emulation by Kevin Tian · 3 years ago
- 5ab2f45 kvm: x86: Enable dynamic xfeatures at KVM_SET_CPUID2 by Jing Liu · 3 years ago
- 0781d60 x86/fpu: Provide fpu_enable_guest_xfd_features() for KVM by Sean Christopherson · 3 years ago
- c270ce3 x86/fpu: Add guest support to xfd_enable_feature() by Thomas Gleixner · 3 years ago
- b0237da x86/fpu: Make XFD initialization in __fpstate_reset() a function argument by Jing Liu · 3 years ago
- 445ecdf kvm: x86: Exclude unpermitted xfeatures at KVM_GET_SUPPORTED_CPUID by Jing Liu · 3 years ago
- cc04b6a kvm: x86: Fix xstate_required_size() to follow XSTATE alignment rule by Jing Liu · 3 years ago
- 36487e6 x86/fpu: Prepare guest FPU for dynamically enabled FPU features by Thomas Gleixner · 3 years ago
- 980fe2f x86/fpu: Extend fpu_xstate_prctl() with guest permissions by Thomas Gleixner · 3 years ago
- 405329f KVM: SVM: include CR3 in initial VMSA state for SEV-ES guests by Michael Roth · 3 years, 1 month ago
- 907d139 KVM: VMX: Provide vmread version using asm-goto-with-outputs by Peter Zijlstra · 3 years, 1 month ago
- 5574976 KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirty by David Woodhouse · 3 years, 1 month ago
- 14243b3 KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel delivery by David Woodhouse · 3 years, 1 month ago
- 1cfc9c4 KVM: x86/xen: Maintain valid mapping of Xen shared_info page by David Woodhouse · 3 years, 1 month ago
- 982ed0d KVM: Reinstate gfn_to_pfn_cache with invalidation support by David Woodhouse · 3 years, 1 month ago
- f3f26da x86/kvm: Silence per-cpu pr_info noise about KVM clocks and steal time by David Woodhouse · 3 years, 1 month ago
- 018d70f KVM: x86: Update vPMCs when retiring branch instructions by Eric Hankland · 3 years, 2 months ago
- 9cd803d KVM: x86: Update vPMCs when retiring instructions by Eric Hankland · 3 years, 2 months ago
- 40ccb96 KVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overflow{_intr}() by Like Xu · 3 years, 2 months ago
- 6ed1298 KVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixed_event() by Like Xu · 3 years, 2 months ago
- 7c174f3 KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id() by Like Xu · 3 years, 2 months ago
- 7618756 KVM: x86/pmu: Setup pmc->eventsel for fixed PMCs by Like Xu · 3 years, 2 months ago
- 006a0f0 KVM: x86: avoid out of bounds indices for fixed performance counters by Paolo Bonzini · 3 years, 1 month ago
- 5b61178 KVM: VMX: Mark VCPU_EXREG_CR3 dirty when !CR0_PG -> CR0_PG if EPT + !URG by Lai Jiangshan · 3 years, 1 month ago
- 6b123c3 KVM: x86/mmu: Reconstruct shadow page root if the guest PDPTEs is changed by Lai Jiangshan · 3 years, 1 month ago
- a9f2705 KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs() by Lai Jiangshan · 3 years, 1 month ago
- 46cbc04 Revert "KVM: X86: Update mmu->pdptrs only when it is changed" by Paolo Bonzini · 3 years, 1 month ago
- 1b0c9d0 Merge tag 'kvm-riscv-5.17-1' of https://github.com/kvm-riscv/linux into HEAD by Paolo Bonzini · 3 years ago
- 7fd55a0 Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years ago
- 33e5b57 KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSR by Vincent Chen · 3 years, 1 month ago
- a457fd5 RISC-V: KVM: Add VM capability to allow userspace get GPA bits by Anup Patel · 3 years, 2 months ago
- ef8949a RISC-V: KVM: Forward SBI experimental and vendor extensions by Anup Patel · 3 years, 2 months ago
- 637ad65 RISC-V: KVM: make kvm_riscv_vcpu_fp_clean() static by Jisheng Zhang · 3 years, 2 months ago
- 3e1d865 RISC-V: KVM: Add SBI HSM extension in KVM by Atish Patra · 3 years, 2 months ago
- 5f862df RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v0.2 by Atish Patra · 3 years, 2 months ago
- c62a768 RISC-V: KVM: Add SBI v0.2 base extension by Atish Patra · 3 years, 2 months ago
- a046c2d RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own file by Atish Patra · 3 years, 2 months ago
- cf70be9 RISC-V: KVM: Mark the existing SBI implementation as v0.1 by Atish Patra · 3 years, 2 months ago
- cc4f602 KVM: RISC-V: Use common KVM implementation of MMU memory caches by Sean Christopherson · 3 years, 2 months ago
- 1c53a1a Merge branch kvm-arm64/misc-5.17 into kvmarm-master/next by Marc Zyngier · 3 years ago
- e938edd KVM: arm64: Fix comment typo in kvm_vcpu_finalize_sve() by Zenghui Yu · 3 years, 1 month ago
- 5e4e84f Merge tag 'kvm-s390-next-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 3 years, 1 month ago
- 855fb03 Merge remote-tracking branch 'kvm/master' into HEAD by Paolo Bonzini · 3 years, 1 month ago
- fdba608 KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU by Sean Christopherson · 3 years, 1 month ago
- dda0190 KVM: arm64: Fix comment on barrier in kvm_psci_vcpu_on() by Fuad Tabba · 3 years, 1 month ago
- a080e32 KVM: arm64: Fix comment for kvm_reset_vcpu() by Fuad Tabba · 3 years, 1 month ago
- 500ca52 KVM: arm64: Use defined value for SCTLR_ELx_EE by Fuad Tabba · 3 years, 1 month ago
- cd0e615 KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required by Sean Christopherson · 3 years, 1 month ago
- a80dfc0 KVM: VMX: Always clear vmx->fail on emulation_required by Sean Christopherson · 3 years, 1 month ago
- c506355 KVM: x86: Always set kvm_run->if_flag by Marc Orr · 3 years, 1 month ago
- 3a0f64d KVM: x86/mmu: Don't advance iterator after restart due to yielding by Sean Christopherson · 3 years, 1 month ago
- 9fb12fe KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all by Wei Wang · 3 years, 1 month ago
- 18c841e KVM: x86: Retry page fault if MMU reload is pending and root has no sp by Sean Christopherson · 3 years, 1 month ago
- 1aa2abb KVM: x86: Drop guest CPUID check for host initiated writes to MSR_IA32_PERF_CAPABILITIES by Vitaly Kuznetsov · 3 years, 1 month ago
- 5a213b9 Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux into HEAD by Paolo Bonzini · 3 years, 1 month ago
- 812de046 KVM: s390: Clarify SIGP orders versus STOP/RESTART by Eric Farman · 3 years, 1 month ago
- 3c724f1 s390: uv: Add offset comments to UV query struct and fix naming by Janosch Frank · 3 years, 7 months ago
- bad1379 KVM: s390: gaccess: Cleanup access to guest pages by Janis Schoetterl-Glausch · 3 years, 2 months ago
- 7faa543 KVM: s390: gaccess: Refactor access address range check by Janis Schoetterl-Glausch · 3 years, 2 months ago
- 416e7f0 KVM: s390: gaccess: Refactor gpa and length calculation by Janis Schoetterl-Glausch · 3 years, 2 months ago
- 9d8604b KVM: arm64: Rework kvm_pgtable initialisation by Marc Zyngier · 3 years, 2 months ago
- 43d8ac2 Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/next by Marc Zyngier · 3 years, 1 month ago
- 52b2865 KVM: arm64: pkvm: Unshare guest structs during teardown by Quentin Perret · 3 years, 1 month ago
- b8cc6eb KVM: arm64: Expose unshare hypercall to the host by Will Deacon · 3 years, 1 month ago
- 376a240 KVM: arm64: Implement do_unshare() helper for unsharing memory by Will Deacon · 3 years, 1 month ago
- 1ee3210 KVM: arm64: Implement __pkvm_host_share_hyp() using do_share() by Will Deacon · 3 years, 1 month ago
- e82edcc KVM: arm64: Implement do_share() helper for sharing memory by Will Deacon · 3 years, 1 month ago
- 61d99e3 KVM: arm64: Introduce wrappers for host and hyp spin lock accessors by Will Deacon · 3 years, 1 month ago
- 3d467f7 KVM: arm64: Extend pkvm_page_state enumeration to handle absent pages by Will Deacon · 3 years, 1 month ago
- a83e219 KVM: arm64: pkvm: Refcount the pages shared with EL2 by Quentin Perret · 3 years, 1 month ago
- 3f868e1 KVM: arm64: Introduce kvm_share_hyp() by Quentin Perret · 3 years, 1 month ago
- 82bb024 KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2 by Will Deacon · 3 years, 1 month ago
- 34ec7cb KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-table by Will Deacon · 3 years, 1 month ago
- d6b4bd3 KVM: arm64: Fixup hyp stage-1 refcount by Quentin Perret · 3 years, 1 month ago
- 2ea2ff9 KVM: arm64: Refcount hyp stage-1 pgtable pages by Quentin Perret · 3 years, 1 month ago
- 1fac3cf KVM: arm64: Provide {get,put}_page() stubs for early hyp allocator by Quentin Perret · 3 years, 1 month ago
- ce5b5b0 Merge branch kvm-arm64/vgic-fixes-5.17 into kvmarm-master/next by Marc Zyngier · 3 years, 1 month ago
- 440523b KVM: arm64: vgic: Demote userspace-triggered console prints to kvm_debug() by Marc Zyngier · 3 years, 1 month ago
- c95b1d7 KVM: arm64: vgic-v3: Fix vcpu index comparison by Marc Zyngier · 3 years, 1 month ago
- 7b6871f Merge branch kvm-arm64/pkvm-cleanups-5.17 into kvmarm-master/next by Marc Zyngier · 3 years, 1 month ago
- 64a1fbd KVM: arm64: pkvm: Make kvm_host_owns_hyp_mappings() robust to VHE by Quentin Perret · 3 years, 1 month ago
- bff01cb KVM: arm64: pkvm: Stub io map functions by Quentin Perret · 3 years, 1 month ago
- 473a3ef KVM: arm64: Make __io_map_base static by Quentin Perret · 3 years, 1 month ago
- 53a563b KVM: arm64: Make the hyp memory pool static by Quentin Perret · 3 years, 1 month ago
- a770ee8 KVM: arm64: pkvm: Disable GICv2 support by Quentin Perret · 3 years, 1 month ago
- 34b43a8 KVM: arm64: pkvm: Fix hyp_pool max order by Quentin Perret · 3 years, 1 month ago
- 63fa47b KVM: PPC: Book3S HV P9: Use kvm_arch_vcpu_get_wait() to get rcuwait object by Sean Christopherson · 3 years, 1 month ago
- d07898e KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exit by Sean Christopherson · 3 years, 3 months ago
- 777ab82 KVM: X86: Raise #GP when clearing CR0_PG in 64 bit mode by Lai Jiangshan · 3 years, 1 month ago