summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Rename fpu__activate_curr() to fpu__initialize()Ingo Molnar2017-09-261-1/+1
* KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce...Wanpeng Li2017-09-141-9/+28
* KVM: X86: Don't block vCPU if there is pending exceptionWanpeng Li2017-09-141-0/+3
* KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()Suravee Suthikulpanit2017-09-131-1/+1
* KVM: x86: Fix immediate_exit handling for uninitialized APJan H. Schönherr2017-09-131-0/+4
* KVM: x86: Fix handling of pending signal on uninitialized APJan H. Schönherr2017-09-131-0/+5
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-091-86/+127
|\
| * Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-09-081-3/+14
| |\
| * | KVM: X86: Fix loss of exception which has not yet been injectedWanpeng Li2017-08-241-26/+64
| * | KVM: MMU: Expose the LA57 feature to VM.Yu Zhang2017-08-241-2/+5
| * | KVM: MMU: check guest CR3 reserved bits based on its physical address width.Yu Zhang2017-08-241-4/+4
| * | KVM: x86: Add return value to kvm_cpuid().Yu Zhang2017-08-241-3/+3
| * | KVM: x86: Avoid guest page table walk when gpa_available is setBrijesh Singh2017-08-181-15/+9
| * | kvm: x86: Disallow illegal IA32_APIC_BASE MSR valuesJim Mattson2017-08-111-6/+8
| * | KVM: X86: Fix residual mmio emulation request to userspaceWanpeng Li2017-08-101-0/+1
| * | KVM: X86: implement the logic for spinlock optimizationLongpeng(Mike)2017-08-081-1/+6
| * | KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-081-0/+5
| * | KVM: x86: use general helpers for some cpuid manipulationRadim Krčmář2017-08-071-12/+2
| * | KVM: x86: generalize guest_cpuid_has_ helpersRadim Krčmář2017-08-071-18/+20
| * | KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCYLadi Prosek2017-08-071-0/+1
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-1/+2
|\ \ \
| * | | Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-10/+14
| |\| |
| * | | kvm/x86/svm: Support Secure Memory Encryption within KVMTom Lendacky2017-07-181-1/+2
* | | | KVM: update to new mmu_notifier semantic v2Jérôme Glisse2017-09-011-11/+0
| |_|/ |/| |
* | | KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.statePaolo Bonzini2017-08-251-3/+14
| |/ |/|
* | KVM: X86: init irq->level in kvm_pv_kick_cpu_opLongpeng(Mike)2017-08-021-0/+1
* | KVM: X86: Fix loss of pending INIT due to raceWanpeng Li2017-08-021-8/+11
* | KVM: x86: do mask out upper bits of PAE CR3Paolo Bonzini2017-07-261-2/+2
* | KVM: x86: masking out upper bitsDan Carpenter2017-07-191-2/+2
|/
* kvm: x86: hyperv: make VP_INDEX managed by userspaceRoman Kagan2017-07-141-0/+3
* KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li2017-07-141-2/+3
* KVM: async_pf: Force a nested vmexit if the injected #PF is async_pfWanpeng Li2017-07-141-1/+8
* KVM: x86: Simplify kvm_x86_ops->queue_exception parameter listWanpeng Li2017-07-141-4/+1
* kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2Roman Kagan2017-07-131-1/+6
* KVM: x86: make backwards_tsc_observed a per-VM variableLadi Prosek2017-07-131-4/+2
* KVM: x86: update master clock before computing kvmclock_offsetRadim Krčmář2017-07-121-1/+7
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-071-7/+7
|\
| * x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner2017-07-031-1/+1
| * Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-06-301-2/+2
| |\
| | * KVM: add kvm_request_pendingRadim Krčmář2017-06-041-2/+2
| * | KVM: lapic: reorganize restart_apic_timerPaolo Bonzini2017-06-291-4/+4
* | | KVM: x86: fix singlestepping over syscallPaolo Bonzini2017-06-221-30/+32
* | | KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li2017-06-111-2/+1
|/ /
* | KVM: x86: Fix nmi injection failure when vcpu got blockedZhuangYanying2017-06-011-2/+5
* | KVM: x86: zero base3 of unusable segmentsRadim Krčmář2017-05-191-0/+2
* | KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulationWanpeng Li2017-05-191-9/+15
* | KVM: x86: Fix potential preemption when get the current kvmclock timestampWanpeng Li2017-05-191-1/+9
* | KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li2017-05-151-2/+7
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-091-2/+2
|\
| * mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-091-2/+2