summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: cleanup the page tracking SRCU instancePaolo Bonzini2017-03-281-0/+1
* KVM: x86: correct async page present tracepointWanpeng Li2017-03-231-1/+1
* KVM: x86: use pic/ioapic destructor when destroy vmPeter Xu2017-03-231-2/+2
* sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar2017-03-021-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-221-87/+187
|\
| * KVM: x86: remove code for lazy FPU handlingPaolo Bonzini2017-02-171-6/+1
| * KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini2017-02-171-1/+5
| * KVM: Support vCPU-based gfn->hva cacheCao, Lei2017-02-161-21/+20
| * kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injectionPaolo Bonzini2017-02-151-19/+25
| * KVM: x86: do not scan IRR twice on APICv vmentryPaolo Bonzini2017-02-151-6/+3
| * KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callersPaolo Bonzini2017-02-151-1/+3
| * kvm: nVMX: move nested events check to kvm_vcpu_runningPaolo Bonzini2017-02-151-3/+3
| * KVM: x86: hide KVM_HC_CLOCK_PAIRING on 32 bitArnd Bergmann2017-02-091-0/+4
| * Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-091-1/+2
| |\
| * | KVM: x86: fix compilationPaolo Bonzini2017-02-081-1/+1
| * | KVM: x86: add KVM_HC_CLOCK_PAIRING hypercallMarcelo Tosatti2017-02-071-0/+66
| * | kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.cJunaid Shahid2017-01-271-3/+0
| * | Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář2017-01-171-0/+3
| |\ \
| * | | KVM: x86: add VCPU stat for KVM_REQ_EVENT processingPaolo Bonzini2017-01-091-0/+2
| * | | kvm: svm: Use the hardware provided GPA instead of page walkTom Lendacky2017-01-091-10/+35
| * | | kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits.Junaid Shahid2017-01-091-1/+1
| * | | kvm: x86: export maximum number of mmu_page_hash collisionsDavid Matlack2017-01-091-0/+2
| * | | KVM: x86: simplify conditions with split/kernel irqchipRadim Krčmář2017-01-091-2/+2
| * | | KVM: x86: make pic setup code look like ioapic setupRadim Krčmář2017-01-091-15/+15
| * | | KVM: x86: decouple irqchip_in_kernel() and pic_irqchip()Radim Krčmář2017-01-091-2/+3
| * | | KVM: x86: don't allow kernel irqchip with split irqchipRadim Krčmář2017-01-091-1/+1
* | | | KVM: x86: do not save guest-unsupported XSAVE stateRadim Krčmář2017-02-031-0/+1
| |_|/ |/| |
* | | KVM: x86: fix fixing of hypercallsDmitry Vyukov2017-01-171-1/+2
| |/ |/|
* | KVM: x86: fix NULL deref in vcpu_scan_ioapicWanpeng Li2017-01-121-0/+2
* | KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack2017-01-121-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-01-061-2/+7
|\
| * KVM: x86: reset MMU on KVM_SET_VCPU_EVENTSXiao Guangrong2016-12-241-2/+7
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-251-7/+7
|\ \
| * | clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-7/+7
| |/
* | cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
|/
* kvm: take srcu lock around kvm_steal_time_set_preempted()Andrea Arcangeli2016-12-191-0/+7
* kvm: fix schedule in atomic in kvm_steal_time_set_preempted()Andrea Arcangeli2016-12-191-0/+10
* KVM: hyperv: fix locking of struct kvm_hv fieldsPaolo Bonzini2016-12-161-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-131-17/+75
|\
| * KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentryLadi Prosek2016-12-081-1/+2
| * KVM: x86: Do not clear RFLAGS.TF when a singlestep trap occurs.Kyle Huey2016-12-081-1/+0
| * KVM: x86: Add kvm_skip_emulated_instruction and use it.Kyle Huey2016-12-081-8/+25
| * kvm: svm: Add kvm_fast_pio_in supportTom Lendacky2016-11-241-0/+43
| * kvm: x86: don't print warning messages for unimplemented msrsBandan Das2016-11-221-2/+3
| * kvm: x86: remove unused but set variableJiang Biao2016-11-161-3/+0
| * kvm: x86: make a function in x86.c static to avoid compiling warningJiang Biao2016-11-161-1/+1
| * KVM: LAPIC: introduce kvm_get_lapic_target_expiration_tsc()Wanpeng Li2016-11-021-1/+1
| * KVM: x86: add track_flush_slot page track notifierXiaoguang Chen2016-11-021-1/+1
* | Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-12-131-1/+1
|\ \
| * \ Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie2016-12-051-13/+34
| |\ \
OpenPOWER on IntegriCloud