summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar1-0/+2
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-87/+187
2017-02-17KVM: x86: remove code for lazy FPU handlingPaolo Bonzini1-6/+1
2017-02-17KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini1-1/+5
2017-02-16KVM: Support vCPU-based gfn->hva cacheCao, Lei1-21/+20
2017-02-15kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injectionPaolo Bonzini1-19/+25
2017-02-15KVM: x86: do not scan IRR twice on APICv vmentryPaolo Bonzini1-6/+3
2017-02-15KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callersPaolo Bonzini1-1/+3
2017-02-15kvm: nVMX: move nested events check to kvm_vcpu_runningPaolo Bonzini1-3/+3
2017-02-09KVM: x86: hide KVM_HC_CLOCK_PAIRING on 32 bitArnd Bergmann1-0/+4
2017-02-09Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini1-1/+2
2017-02-08KVM: x86: fix compilationPaolo Bonzini1-1/+1
2017-02-07KVM: x86: add KVM_HC_CLOCK_PAIRING hypercallMarcelo Tosatti1-0/+66
2017-02-03KVM: x86: do not save guest-unsupported XSAVE stateRadim Krčmář1-0/+1
2017-01-27kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.cJunaid Shahid1-3/+0
2017-01-17Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář1-0/+3
2017-01-17KVM: x86: fix fixing of hypercallsDmitry Vyukov1-1/+2
2017-01-12KVM: x86: fix NULL deref in vcpu_scan_ioapicWanpeng Li1-0/+2
2017-01-12KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack1-0/+1
2017-01-09KVM: x86: add VCPU stat for KVM_REQ_EVENT processingPaolo Bonzini1-0/+2
2017-01-09kvm: svm: Use the hardware provided GPA instead of page walkTom Lendacky1-10/+35
2017-01-09kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits.Junaid Shahid1-1/+1
2017-01-09kvm: x86: export maximum number of mmu_page_hash collisionsDavid Matlack1-0/+2
2017-01-09KVM: x86: simplify conditions with split/kernel irqchipRadim Krčmář1-2/+2
2017-01-09KVM: x86: make pic setup code look like ioapic setupRadim Krčmář1-15/+15
2017-01-09KVM: x86: decouple irqchip_in_kernel() and pic_irqchip()Radim Krčmář1-2/+3
2017-01-09KVM: x86: don't allow kernel irqchip with split irqchipRadim Krčmář1-1/+1
2017-01-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+7
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+7
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-7/+7
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-12-24KVM: x86: reset MMU on KVM_SET_VCPU_EVENTSXiao Guangrong1-2/+7
2016-12-19kvm: take srcu lock around kvm_steal_time_set_preempted()Andrea Arcangeli1-0/+7
2016-12-19kvm: fix schedule in atomic in kvm_steal_time_set_preempted()Andrea Arcangeli1-0/+10
2016-12-16KVM: hyperv: fix locking of struct kvm_hv fieldsPaolo Bonzini1-0/+1
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-17/+75
2016-12-13Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2016-12-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-18/+1
2016-12-08KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentryLadi Prosek1-1/+2
2016-12-08KVM: x86: Do not clear RFLAGS.TF when a singlestep trap occurs.Kyle Huey1-1/+0
2016-12-08KVM: x86: Add kvm_skip_emulated_instruction and use it.Kyle Huey1-8/+25
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie1-13/+34
2016-11-24kvm: svm: Add kvm_fast_pio_in supportTom Lendacky1-0/+43
2016-11-23Merge branch 'linus' into x86/fpu, to resolve conflictsIngo Molnar1-20/+43
2016-11-22kvm: x86: don't print warning messages for unimplemented msrsBandan Das1-2/+3
2016-11-22x86/kvm: Support the vCPU preemption checkPan Xinhui1-0/+16
2016-11-19KVM: x86: fix missed SRCU usage in kvm_lapic_set_vapic_addrPaolo Bonzini1-0/+3
2016-11-19kvm: kvmclock: let KVM_GET_CLOCK return whether the master clock is in usePaolo Bonzini1-3/+7
2016-11-19KVM: Disable irq while unregistering user notifierIgnacio Alvarado1-2/+11
2016-11-19KVM: x86: do not go through vcpu in __get_kvmclock_nsPaolo Bonzini1-8/+13