summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| * | KVM: lapic: reorganize start_hv_timerPaolo Bonzini2017-06-291-13/+27
| * | kvm: nVMX: Check memory operand to INVVPIDJim Mattson2017-06-281-4/+18
| * | KVM: SVM: suppress unnecessary NMI singlestep on GIF=0 and nested exitLadi Prosek2017-06-271-0/+6
| * | KVM: SVM: don't NMI singlestep over event injectionLadi Prosek2017-06-271-0/+16
| * | KVM: SVM: hide TF/RF flags used by NMI singlestepLadi Prosek2017-06-271-1/+14
| * | KVM: nSVM: do not forward NMI window singlestep VM exits to L1Ladi Prosek2017-06-271-5/+40
| * | KVM: SVM: introduce disable_nmi_singlestep helperLadi Prosek2017-06-271-4/+9
| * | KVM: nVMX: Update vmcs12->guest_linear_address on nested VM-exitJim Mattson2017-06-071-2/+1Star
| * | KVM: nVMX: Don't update vmcs12->xss_exit_bitmap on nested VM-exitJim Mattson2017-06-071-2/+0Star
| * | kvm: vmx: Check value written to IA32_BNDCFGSJim Mattson2017-06-071-0/+3
| * | kvm: x86: Guest BNDCFGS requires guest MPX supportJim Mattson2017-06-072-2/+10
| * | kvm: vmx: Do not disable intercepts for BNDCFGSJim Mattson2017-06-071-1/+0Star
| * | KVM: x86: avoid large stack allocations in em_fxrstorNick Desaulniers2017-06-011-45/+37Star
| * | KVM: white space cleanup in nested_vmx_setup_ctls_msrs()Dan Carpenter2017-06-011-1/+1
| * | KVM: Tidy the whitespace in nested_svm_check_permissions()Dan Carpenter2017-06-011-3/+3
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-031-3/+18
|\ \ \
| * \ \ Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar2017-06-225-14/+19
| |\ \ \
| * | | | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-131-1/+1
| * | | | x86/mm, KVM: Teach KVM's VMX code that CR3 isn't a constantAndy Lutomirski2017-06-051-3/+18
| | |/ / | |/| |
* | | | objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf2017-06-302-0/+5
* | | | KVM: x86: fix singlestepping over syscallPaolo Bonzini2017-06-222-30/+33
| |/ / |/| |
* | | KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li2017-06-113-4/+7
* | | KVM: cpuid: Fix read/write out-of-bounds vulnerability in cpuid emulationWanpeng Li2017-06-081-9/+11
* | | KVM: nVMX: Fix exception injectionWanpeng Li2017-06-061-1/+1
|/ /
* | KVM: x86: Fix nmi injection failure when vcpu got blockedZhuangYanying2017-06-011-2/+5
* | KVM: SVM: do not zero out segment attributes if segment is unusable or not pr...Roman Pen2017-06-011-13/+11Star
* | KVM: SVM: ignore type when setting segment registersGioh Kim2017-05-301-1/+1
* | KVM: nVMX: fix nested_vmx_check_vmptr failure paths under debuggingRadim Krčmář2017-05-301-83/+57Star
* | KVM: x86: Fix virtual wire modeJan H. Schönherr2017-05-261-1/+2
* | KVM: nVMX: Fix handling of lmsw instructionJan H. Schönherr2017-05-261-2/+5
* | KVM: X86: Fix preempt the preemption timer cancelWanpeng Li2017-05-261-0/+2
* | KVM: x86: prevent uninitialized variable warning in check_svme()Radim Krčmář2017-05-191-1/+1
* | KVM: x86/vPMU: fix undefined shift in intel_pmu_refresh()Radim Krčmář2017-05-191-1/+1
* | 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: Silence underflow warning in avic_get_physical_id_entry()Dan Carpenter2017-05-181-1/+2
* | KVM: nVMX: fix EPT permissions as reported in exit qualificationPaolo Bonzini2017-05-151-14/+21
* | KVM: VMX: Don't enable EPT A/D feature if EPT feature is disabledWanpeng Li2017-05-151-1/+1
* | KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li2017-05-151-2/+7
* | kvm: nVMX: off by one in vmx_write_pml_buffer()Dan Carpenter2017-05-151-1/+1
|/
* nVMX: Advertise PML to L1 hypervisorBandan Das2017-05-091-5/+11
* nVMX: Implement emulated Page Modification LoggingBandan Das2017-05-091-2/+79
* kvm: x86: Add a hook for arch specific dirty logging emulationBandan Das2017-05-093-0/+20
* kvm: nVMX: Validate CR3 target count on nested VM-entryJim Mattson2017-05-091-0/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-093-6/+6
|\
| * mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-093-6/+6
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-0822-1972/+446Star
|\ \ | |/ |/|
| * kvm: nVMX: Don't validate disabled secondary controlsJim Mattson2017-05-051-3/+4
| * Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini2017-05-032-30/+33