summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | KVM: nSVM: introduce nested_svm_load_cr3()/nested_npt_enabled()Vitaly Kuznetsov2020-07-101-2/+19
| * | | | | KVM: nSVM: prepare to handle errors from enter_svm_guest_mode()Vitaly Kuznetsov2020-07-103-14/+22
| * | | | | KVM: nSVM: reset nested_run_pending upon nested_svm_vmrun_msrpm() failureVitaly Kuznetsov2020-07-101-0/+2
| * | | | | KVM: MMU: stop dereferencing vcpu->arch.mmu to get the context for MMU initPaolo Bonzini2020-07-101-11/+10
| * | | | | KVM: nSVM: split kvm_init_shadow_npt_mmu() from kvm_init_shadow_mmu()Vitaly Kuznetsov2020-07-103-9/+28
| * | | | | KVM: x86: move MSR_IA32_PERF_CAPABILITIES emulation to common x86 codeVitaly Kuznetsov2020-07-103-17/+22
| * | | | | KVM: MIPS: clean up redundant 'kvm_run' parametersTianjia Zhang2020-07-105-151/+87
| * | | | | KVM: arm64: clean up redundant 'kvm_run' parametersTianjia Zhang2020-07-108-50/+46
| * | | | | KVM: s390: clean up redundant 'kvm_run' parametersTianjia Zhang2020-07-101-8/+15
| * | | | | MIPS: KVM: Remove outdated READMEJiaxun Yang2020-07-101-31/+0
| * | | | | MIPS: KVM: Limit Trap-and-Emulate to MIPS32R2 onlyJiaxun Yang2020-07-102-1/+3
| * | | | | KVM: MIPS: Use common KVM implementation of MMU memory cachesSean Christopherson2020-07-094-47/+12
| * | | | | KVM: MIPS: Account pages used for GPA page tablesSean Christopherson2020-07-091-1/+1
| * | | | | KVM: MIPS: Drop @max param from mmu_topup_memory_cache()Sean Christopherson2020-07-091-8/+4
| * | | | | KVM: arm64: Use common KVM implementation of MMU memory cachesSean Christopherson2020-07-094-55/+19
| * | | | | KVM: arm64: Use common code's approach for __GFP_ZERO with memory cachesSean Christopherson2020-07-093-2/+6
| * | | | | KVM: arm64: Drop @max param from mmu_topup_memory_cache()Sean Christopherson2020-07-091-8/+4
| * | | | | KVM: Move x86's MMU memory cache helpers to common KVM codeSean Christopherson2020-07-091-53/+0
| * | | | | KVM: Move x86's version of struct kvm_mmu_memory_cache to common codeSean Christopherson2020-07-096-13/+11
| * | | | | KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be globalSean Christopherson2020-07-091-21/+21
| * | | | | KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topupsSean Christopherson2020-07-092-10/+12
| * | | | | KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)Sean Christopherson2020-07-091-1/+2
| * | | | | KVM: x86/mmu: Make __GFP_ZERO a property of the memory cacheSean Christopherson2020-07-092-1/+7
| * | | | | KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arraysSean Christopherson2020-07-092-6/+12
| * | | | | KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()Sean Christopherson2020-07-091-3/+6
| * | | | | KVM: x86/mmu: Topup memory caches after walking GVA->GPASean Christopherson2020-07-091-4/+4
| * | | | | KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()Sean Christopherson2020-07-091-3/+3
| * | | | | KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is emptySean Christopherson2020-07-091-6/+15
| * | | | | KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()Sean Christopherson2020-07-091-5/+3
| * | | | | KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache localsSean Christopherson2020-07-091-12/+12
| * | | | | KVM: x86/mmu: Consolidate "page" variant of memory cache helpersSean Christopherson2020-07-091-26/+11
| * | | | | KVM: x86/mmu: Track the associated kmem_cache in the MMU cachesSean Christopherson2020-07-092-13/+12
| * | | | | x86/kvm/vmx: Use native read/write_cr2()Thomas Gleixner2020-07-091-3/+3
| * | | | | x86/kvm/svm: Use uninstrumented wrmsrl() to restore GSThomas Gleixner2020-07-091-1/+1
| * | | | | x86/kvm/svm: Move guest enter/exit into .noinstr.textThomas Gleixner2020-07-092-44/+56
| * | | | | x86/kvm/vmx: Move guest enter/exit into .noinstr.textThomas Gleixner2020-07-096-53/+81
| * | | | | x86/kvm/svm: Add hardirq tracing on guest enter/exitThomas Gleixner2020-07-091-5/+22
| * | | | | x86/kvm/vmx: Add hardirq tracing to guest enter/exitThomas Gleixner2020-07-091-2/+25
| * | | | | x86/kvm: Move context tracking where it belongsThomas Gleixner2020-07-093-2/+26
| * | | | | kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the hostMaxim Levitsky2020-07-094-20/+24
| * | | | | KVM/x86: pmu: Fix #GP condition check for RDPMC emulationLike Xu2020-07-091-0/+5
| * | | | | KVM: x86: take as_id into account when checking PGDVitaly Kuznetsov2020-07-091-1/+1
| * | | | | KVM: x86: Move kvm_x86_ops.vcpu_after_set_cpuid() into kvm_vcpu_after_set_cpu...Xiaoyao Li2020-07-091-2/+2
| * | | | | KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()Xiaoyao Li2020-07-095-8/+9
| * | | | | KVM: x86: Rename kvm_update_cpuid() to kvm_vcpu_after_set_cpuid()Xiaoyao Li2020-07-091-3/+3
| * | | | | KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_update_cpuid()Xiaoyao Li2020-07-094-24/+34
| * | | | | KVM: x86: Introduce kvm_check_cpuid()Xiaoyao Li2020-07-092-21/+36
| * | | | | KVM: X86: Move kvm_apic_set_version() to kvm_update_cpuid()Xiaoyao Li2020-07-091-2/+2
| * | | | | KVM: lapic: Use guest_cpuid_has() in kvm_apic_set_version()Xiaoyao Li2020-07-081-3/+1
| * | | | | KVM: X86: Go on updating other CPUID leaves when leaf 1 is absentXiaoyao Li2020-07-081-8/+7