index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: VMX: optimize #PF injection when MAXPHYADDR does not match
Paolo Bonzini
2020-07-10
1
-0
/
+10
*
KVM: VMX: Add guest physical address check in EPT violation and misconfig
Mohammed Gamal
2020-07-10
2
-4
/
+23
*
KVM: VMX: introduce vmx_need_pf_intercept
Paolo Bonzini
2020-07-10
3
-12
/
+23
*
KVM: x86: update exception bitmap on CPUID changes
Paolo Bonzini
2020-07-10
1
-0
/
+1
*
KVM: x86: rename update_bp_intercept to update_exception_bitmap
Paolo Bonzini
2020-07-10
4
-7
/
+6
*
KVM: x86: mmu: Add guest physical address check in translate_gpa()
Mohammed Gamal
2020-07-10
1
-0
/
+6
*
KVM: x86: mmu: Move translate_gpa() to mmu.c
Mohammed Gamal
2020-07-10
2
-6
/
+6
*
KVM: x86: Add helper functions for illegal GPA checking and page fault injection
Mohammed Gamal
2020-07-10
3
-0
/
+28
*
KVM: x86: drop superfluous mmu_check_root() from fast_pgd_switch()
Vitaly Kuznetsov
2020-07-10
1
-2
/
+1
*
KVM: nSVM: use nested_svm_load_cr3() on guest->host switch
Vitaly Kuznetsov
2020-07-10
1
-10
/
+7
*
KVM: nSVM: implement nested_svm_load_cr3() and use it for host->guest switch
Vitaly Kuznetsov
2020-07-10
2
-9
/
+31
*
KVM: nSVM: move kvm_set_cr3() after nested_svm_uninit_mmu_context()
Vitaly Kuznetsov
2020-07-10
1
-6
/
+8
*
KVM: nSVM: introduce nested_svm_load_cr3()/nested_npt_enabled()
Vitaly Kuznetsov
2020-07-10
1
-2
/
+19
*
KVM: nSVM: prepare to handle errors from enter_svm_guest_mode()
Vitaly Kuznetsov
2020-07-10
3
-14
/
+22
*
KVM: nSVM: reset nested_run_pending upon nested_svm_vmrun_msrpm() failure
Vitaly Kuznetsov
2020-07-10
1
-0
/
+2
*
KVM: MMU: stop dereferencing vcpu->arch.mmu to get the context for MMU init
Paolo Bonzini
2020-07-10
1
-11
/
+10
*
KVM: nSVM: split kvm_init_shadow_npt_mmu() from kvm_init_shadow_mmu()
Vitaly Kuznetsov
2020-07-10
3
-9
/
+28
*
KVM: x86: move MSR_IA32_PERF_CAPABILITIES emulation to common x86 code
Vitaly Kuznetsov
2020-07-10
3
-17
/
+22
*
KVM: Move x86's MMU memory cache helpers to common KVM code
Sean Christopherson
2020-07-09
1
-53
/
+0
*
KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
Sean Christopherson
2020-07-09
2
-13
/
+7
*
KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global
Sean Christopherson
2020-07-09
1
-21
/
+21
*
KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups
Sean Christopherson
2020-07-09
2
-10
/
+12
*
KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)
Sean Christopherson
2020-07-09
1
-1
/
+2
*
KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
Sean Christopherson
2020-07-09
2
-1
/
+7
*
KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
Sean Christopherson
2020-07-09
2
-6
/
+12
*
KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()
Sean Christopherson
2020-07-09
1
-3
/
+6
*
KVM: x86/mmu: Topup memory caches after walking GVA->GPA
Sean Christopherson
2020-07-09
1
-4
/
+4
*
KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()
Sean Christopherson
2020-07-09
1
-3
/
+3
*
KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
Sean Christopherson
2020-07-09
1
-6
/
+15
*
KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()
Sean Christopherson
2020-07-09
1
-5
/
+3
*
KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
Sean Christopherson
2020-07-09
1
-12
/
+12
*
KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
Sean Christopherson
2020-07-09
1
-26
/
+11
*
KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
Sean Christopherson
2020-07-09
2
-13
/
+12
*
x86/kvm/vmx: Use native read/write_cr2()
Thomas Gleixner
2020-07-09
1
-3
/
+3
*
x86/kvm/svm: Use uninstrumented wrmsrl() to restore GS
Thomas Gleixner
2020-07-09
1
-1
/
+1
*
x86/kvm/svm: Move guest enter/exit into .noinstr.text
Thomas Gleixner
2020-07-09
2
-44
/
+56
*
x86/kvm/vmx: Move guest enter/exit into .noinstr.text
Thomas Gleixner
2020-07-09
6
-53
/
+81
*
x86/kvm/svm: Add hardirq tracing on guest enter/exit
Thomas Gleixner
2020-07-09
1
-5
/
+22
*
x86/kvm/vmx: Add hardirq tracing to guest enter/exit
Thomas Gleixner
2020-07-09
1
-2
/
+25
*
x86/kvm: Move context tracking where it belongs
Thomas Gleixner
2020-07-09
3
-2
/
+26
*
kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the host
Maxim Levitsky
2020-07-09
4
-20
/
+24
*
KVM/x86: pmu: Fix #GP condition check for RDPMC emulation
Like Xu
2020-07-09
1
-0
/
+5
*
KVM: x86: take as_id into account when checking PGD
Vitaly Kuznetsov
2020-07-09
1
-1
/
+1
*
KVM: x86: Move kvm_x86_ops.vcpu_after_set_cpuid() into kvm_vcpu_after_set_cpu...
Xiaoyao Li
2020-07-09
1
-2
/
+2
*
KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()
Xiaoyao Li
2020-07-09
5
-8
/
+9
*
KVM: x86: Rename kvm_update_cpuid() to kvm_vcpu_after_set_cpuid()
Xiaoyao Li
2020-07-09
1
-3
/
+3
*
KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_update_cpuid()
Xiaoyao Li
2020-07-09
4
-24
/
+34
*
KVM: x86: Introduce kvm_check_cpuid()
Xiaoyao Li
2020-07-09
2
-21
/
+36
*
KVM: X86: Move kvm_apic_set_version() to kvm_update_cpuid()
Xiaoyao Li
2020-07-09
1
-2
/
+2
*
KVM: lapic: Use guest_cpuid_has() in kvm_apic_set_version()
Xiaoyao Li
2020-07-08
1
-3
/
+1
[next]