index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
2023-10-15
Merge tag 'kvm-x86-pmu-6.6-fixes' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-10-12
KVM: SVM: Fix build error when using -Werror=unused-but-set-variable
Tom Lendacky
2023-10-12
x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested()
Maxim Levitsky
2023-10-12
x86: KVM: SVM: add support for Invalid IPI Vector interception
Maxim Levitsky
2023-10-12
x86: KVM: SVM: always update the x2avic msr interception
Maxim Levitsky
2023-10-12
KVM: x86: Constrain guest-supported xfeatures only at KVM_GET_XSAVE{2}
Sean Christopherson
2023-10-12
x86/fpu: Allow caller to constrain xfeatures when copying to uabi buffer
Sean Christopherson
2023-09-25
KVM: x86/pmu: Synthesize at most one PMI per VM-exit
Jim Mattson
2023-09-25
KVM: x86: Mask LVTPC when handling a PMI
Jim Mattson
2023-09-25
KVM: x86/pmu: Truncate counter value to allowed width on write
Roman Kagan
2023-09-23
KVM: SVM: Do not use user return MSR support for virtualized TSC_AUX
Tom Lendacky
2023-09-23
KVM: SVM: Fix TSC_AUX virtualization setup
Tom Lendacky
2023-09-23
KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway
Paolo Bonzini
2023-09-23
KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronously
Sean Christopherson
2023-09-23
KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()
Paolo Bonzini
2023-09-21
KVM: x86/mmu: Open code leaf invalidation from mmu_notifier
Sean Christopherson
2023-09-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-08-31
KVM: x86/mmu: Include mmu.h in spte.h
Sean Christopherson
2023-08-31
KVM: x86/mmu: Use dummy root, backed by zero page, for !visible guest roots
Sean Christopherson
2023-08-31
KVM: x86/mmu: Disallow guest from using !visible slots for page tables
Sean Christopherson
2023-08-31
KVM: x86/mmu: Harden TDP MMU iteration against root w/o shadow page
Sean Christopherson
2023-08-31
KVM: x86/mmu: Harden new PGD against roots without shadow pages
Sean Christopherson
2023-08-31
KVM: x86/mmu: Add helper to convert root hpa to shadow page
Sean Christopherson
2023-08-31
KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callers
Sean Christopherson
2023-08-31
KVM: x86/mmu: Drop @slot param from exported/external page-track APIs
Sean Christopherson
2023-08-31
KVM: x86/mmu: Bug the VM if write-tracking is used but not enabled
Sean Christopherson
2023-08-31
KVM: x86/mmu: Assert that correct locks are held for page write-tracking
Sean Christopherson
2023-08-31
KVM: x86/mmu: Rename page-track APIs to reflect the new reality
Sean Christopherson
2023-08-31
KVM: x86/mmu: Drop infrastructure for multiple page-track modes
Sean Christopherson
2023-08-31
KVM: x86/mmu: Use page-track notifiers iff there are external users
Sean Christopherson
2023-08-31
KVM: x86/mmu: Move KVM-only page-track declarations to internal header
Sean Christopherson
2023-08-31
KVM: x86: Remove the unused page-track hook track_flush_slot()
Yan Zhao
2023-08-31
KVM: x86: Add a new page-track hook to handle memslot deletion
Yan Zhao
2023-08-31
KVM: x86: Reject memslot MOVE operations if KVMGT is attached
Sean Christopherson
2023-08-31
KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook
Sean Christopherson
2023-08-31
KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEs
Sean Christopherson
2023-08-31
KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot change
Sean Christopherson
2023-08-31
KVM: x86/mmu: Move kvm_arch_flush_shadow_{all,memslot}() to mmu.c
Sean Christopherson
2023-08-31
KVM: x86/mmu: BUG() in rmap helpers iff CONFIG_BUG_ON_DATA_CORRUPTION=y
Sean Christopherson
2023-08-31
KVM: x86/mmu: Plumb "struct kvm" all the way to pte_list_remove()
Mingwei Zhang
2023-08-31
KVM: x86/mmu: Use BUILD_BUG_ON_INVALID() for KVM_MMU_WARN_ON() stub
Sean Christopherson
2023-08-31
KVM: x86/mmu: Replace MMU_DEBUG with proper KVM_PROVE_MMU Kconfig
Sean Christopherson
2023-08-31
KVM: x86/mmu: Bug the VM if a vCPU ends up in long mode without PAE enabled
Sean Christopherson
2023-08-31
KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to WARN_ON_ONCE()
Sean Christopherson
2023-08-31
KVM: x86/mmu: Rename MMU_WARN_ON() to KVM_MMU_WARN_ON()
Sean Christopherson
2023-08-31
KVM: x86/mmu: Cleanup sanity check of SPTEs at SP free
Sean Christopherson
2023-08-31
KVM: x86/mmu: Avoid pointer arithmetic when iterating over SPTEs
Sean Christopherson
2023-08-31
KVM: x86/mmu: Delete the "dbg" module param
Sean Christopherson
2023-08-31
KVM: x86/mmu: Delete rmap_printk() and all its usage
Sean Christopherson
2023-08-31
KVM: x86/mmu: Delete pgprintk() and all its usage
Sean Christopherson
[next]