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
/
include
/
asm
/
kvm_host.h
Age
Commit message (
Expand
)
Author
2021-09-06
kvm: x86: Increase KVM_SOFT_MAX_VCPUS to 710
Eduardo Habkost
2021-09-06
kvm: x86: Increase MAX_VCPUS to 1024
Eduardo Habkost
2021-09-06
kvm: x86: Set KVM_MAX_VCPU_ID to 4*KVM_MAX_VCPUS
Eduardo Habkost
2021-08-20
KVM: x86/mmu: Support shadowing NPT when 5-level paging is enabled in host
Wei Huang
2021-08-20
KVM: x86: Allow CPU to force vendor-specific TDP level
Wei Huang
2021-08-20
KVM: x86: implement KVM_GUESTDBG_BLOCKIRQ
Maxim Levitsky
2021-08-20
KVM: x86/mmu: Add detailed page size stats
Mingwei Zhang
2021-08-20
KVM: x86: hyper-v: Deactivate APICv only when AutoEOI feature is in use
Vitaly Kuznetsov
2021-08-20
KVM: x86: APICv: fix race in kvm_request_apicv_update on SVM
Maxim Levitsky
2021-08-20
KVM: x86: don't disable APICv memslot when inhibited
Maxim Levitsky
2021-08-20
KVM: X86: Introduce kvm_mmu_slot_lpages() helpers
Peter Xu
2021-08-13
KVM: x86: Move declaration of kvm_spurious_fault() to x86.h
Uros Bizjak
2021-08-13
KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot()
Sean Christopherson
2021-08-13
KVM: X86: Remove unneeded KVM_DEBUGREG_RELOAD
Lai Jiangshan
2021-08-13
Merge branch 'kvm-tdpmmu-fixes' into HEAD
Paolo Bonzini
2021-08-13
KVM: x86/mmu: Protect marking SPs unsync when using TDP MMU with spinlock
Sean Christopherson
2021-08-05
KVM: xen: do not use struct gfn_to_hva_cache
Paolo Bonzini
2021-08-04
KVM: x86/pmu: Introduce pmc->is_paused to reduce the call time of perf interf...
Like Xu
2021-08-03
KVM: const-ify all relevant uses of struct kvm_memory_slot
Hamza Mahfooz
2021-08-02
KVM: x86: Move EDX initialization at vCPU RESET to common code
Sean Christopherson
2021-08-02
KVM: X86: Add per-vm stat for max rmap list size
Peter Xu
2021-06-24
KVM: x86: rename apic_access_page_done to apic_access_memslot_enabled
Maxim Levitsky
2021-06-24
kvm: x86: Allow userspace to handle emulation errors
Aaron Lewis
2021-06-24
KVM: x86/mmu: Optimize and clean up so called "last nonleaf level" logic
Sean Christopherson
2021-06-24
KVM: x86: Enhance comments for MMU roles and nested transition trickiness
Sean Christopherson
2021-06-24
KVM: x86/mmu: Drop "nx" from MMU context now that there are no readers
Sean Christopherson
2021-06-24
KVM: x86/mmu: Rename "nxe" role bit to "efer_nx" for macro shenanigans
Sean Christopherson
2021-06-24
Revert "KVM: MMU: record maximum physical address width in kvm_mmu_extended_r...
Sean Christopherson
2021-06-24
KVM: x86: Alert userspace that KVM_SET_CPUID{,2} after KVM_RUN is broken
Sean Christopherson
2021-06-24
KVM: x86: Force all MMUs to reinitialize if guest CPUID is modified
Sean Christopherson
2021-06-24
Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"
Sean Christopherson
2021-06-24
KVM: stats: Separate generic stats from architecture specific ones
Jing Zhang
2021-06-17
KVM: X86: Introduce KVM_HC_MAP_GPA_RANGE hypercall
Ashish Kalra
2021-06-17
KVM: switch per-VM stats to u64
Paolo Bonzini
2021-06-17
KVM: nVMX: Free only guest_mode (L2) roots on INVVPID w/o EPT
Sean Christopherson
2021-06-17
KVM: x86: Drop skip MMU sync and TLB flush params from "new PGD" helpers
Sean Christopherson
2021-06-17
KVM: nVMX: Sync all PGDs on nested transition with shadow paging
Sean Christopherson
2021-06-17
KVM: x86: avoid loading PDPTRs after migration when possible
Maxim Levitsky
2021-06-17
KVM: x86: Always load PDPTRs on CR3 load for SVM w/o NPT and a PAE guest
Sean Christopherson
2021-06-17
KVM: x86: hyper-v: Cache guest CPUID leaves determining features availability
Vitaly Kuznetsov
2021-06-17
KVM: x86: hyper-v: Introduce KVM_CAP_HYPERV_ENFORCE_CPUID
Vitaly Kuznetsov
2021-06-17
KVM: x86: hyper-v: Move the remote TLB flush logic out of vmx
Vineeth Pillai
2021-06-17
KVM: nVMX: nSVM: Add a new VCPU statistic to show if VCPU is in guest mode
Krish Sadhukhan
2021-06-17
KVM: x86: Drop "pre_" from enter/leave_smm() helpers
Sean Christopherson
2021-06-17
KVM: x86: Drop vendor specific functions for APICv/AVIC enablement
Vitaly Kuznetsov
2021-06-17
KVM: x86: Use common 'enable_apicv' variable for both APICv and AVIC
Vitaly Kuznetsov
2021-06-17
KVM: X86: Add vendor callbacks for writing the TSC multiplier
Ilias Stamatis
2021-06-17
KVM: X86: Move write_l1_tsc_offset() logic to common code and rename it
Ilias Stamatis
2021-06-17
KVM: X86: Add functions that calculate the nested TSC fields
Ilias Stamatis
2021-06-17
KVM: X86: Add functions for retrieving L2 TSC fields from common code
Ilias Stamatis
[next]