index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
2022-05-23
Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-05-20
KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID
Paolo Bonzini
2022-05-20
KVM: x86: hyper-v: fix type of valid_bank_mask
Yury Norov
2022-05-20
kvm: x86/pmu: Fix the compare function used by the pmu event filter
Aaron Lewis
2022-05-12
KVM: x86/mmu: Update number of zapped pages even if page list is stable
Sean Christopherson
2022-05-06
KVM: VMX: Exit to userspace if vCPU has injected exception and invalid state
Sean Christopherson
2022-05-06
KVM: SEV: Mark nested locking of vcpu->lock
Peter Gonda
2022-05-03
Merge branch 'kvm-amd-pmu-fixes' into HEAD
Paolo Bonzini
2022-05-03
kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMU
Sandipan Das
2022-05-03
KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id
Kyle Huey
2022-05-03
Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEAD
Paolo Bonzini
2022-05-03
KVM: x86/mmu: Use atomic XCHG to write TDP MMU SPTEs with volatile bits
Sean Christopherson
2022-05-03
KVM: x86/mmu: Move shadow-present check out of spte_has_volatile_bits()
Sean Christopherson
2022-05-03
KVM: x86/mmu: Don't treat fully writable SPTEs as volatile (modulo A/D)
Sean Christopherson
2022-04-29
KVM: x86: work around QEMU issue with synthetic CPUID leaves
Paolo Bonzini
2022-04-29
Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD
Paolo Bonzini
2022-04-29
KVM: x86/mmu: fix potential races when walking host page table
Mingwei Zhang
2022-04-29
KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT
Paolo Bonzini
2022-04-29
KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDR
Sean Christopherson
2022-04-21
KVM: SEV: add cache flush to solve SEV cache incoherency issues
Mingwei Zhang
2022-04-21
KVM: SVM: Flush when freeing encrypted pages even on SME_COHERENT CPUs
Mingwei Zhang
2022-04-21
KVM: SVM: Simplify and harden helper to flush SEV guest page(s)
Sean Christopherson
2022-04-21
KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdog
Like Xu
2022-04-21
KVM: x86: Skip KVM_GUESTDBG_BLOCKIRQ APICv update if APICv is disabled
Sean Christopherson
2022-04-21
KVM: x86: Pend KVM_REQ_APICV_UPDATE during vCPU creation to fix a race
Sean Christopherson
2022-04-21
KVM: nVMX: Defer APICv updates while L2 is active until L1 is active
Sean Christopherson
2022-04-21
KVM: x86: Tag APICv DISABLE inhibit, not ABSENT, if APICv is disabled
Sean Christopherson
2022-04-21
KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abused
Sean Christopherson
2022-04-21
KVM: x86: Don't re-acquire SRCU lock in complete_emulated_io()
Sean Christopherson
2022-04-11
KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPU
Vitaly Kuznetsov
2022-04-11
KVM: SVM: Do not activate AVIC for SEV-enabled guest
Suravee Suthikulpanit
2022-04-07
KVM: x86: Move lookup of indexed CPUID leafs to helper
Michael Roth
2022-04-06
KVM: SVM: Create a separate mapping for the SEV-ES save area
Tom Lendacky
2022-04-05
KVM: SVM: Define sev_features and VMPL field in the VMSA
Brijesh Singh
2022-04-05
KVM: x86/mmu: remove unnecessary flush_workqueue()
Lv Ruyi
2022-04-05
KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded
Sean Christopherson
2022-04-05
KVM: SEV: Add cond_resched() to loop in sev_clflush_pages()
Peter Gonda
2022-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-04-02
KVM: x86/mmu: do compare-and-exchange of gPTE via the user address
Paolo Bonzini
2022-04-02
KVM: x86: Remove redundant vm_entry_controls_clearbit() call
Zhenzhong Duan
2022-04-02
KVM: x86: cleanup enter_rmode()
Zhenzhong Duan
2022-04-02
KVM: x86: SVM: fix tsc scaling when the host doesn't support it
Maxim Levitsky
2022-04-02
kvm: x86: SVM: remove unused defines
Maxim Levitsky
2022-04-02
KVM: x86: SVM: move tsc ratio definitions to svm.h
Maxim Levitsky
2022-04-02
KVM: x86: SVM: fix avic spec based definitions again
Maxim Levitsky
2022-04-02
KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsr
Hou Wenlong
2022-04-02
KVM: x86/emulator: Emulate RDPID only if it is enabled in guest
Hou Wenlong
2022-04-02
KVM: x86/pmu: Fix and isolate TSX-specific performance event logic
Like Xu
2022-04-02
KVM: x86: mmu: trace kvm_mmu_set_spte after the new SPTE was set
Maxim Levitsky
2022-04-02
KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRs
Jim Mattson
[next]