summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář2017-01-174-14/+66
| |\ \
| * | | kvm: nVMX: Reorder error checks for emulated VMXONJim Mattson2017-01-091-3/+3
| * | | KVM: lapic: do not scan IRR when delivering an interruptPaolo Bonzini2017-01-091-4/+15
| * | | KVM: lapic: do not set KVM_REQ_EVENT unnecessarily on PPR updatePaolo Bonzini2017-01-091-1/+2
| * | | KVM: lapic: remove unnecessary KVM_REQ_EVENT on PPR updatePaolo Bonzini2017-01-091-12/+24
| * | | KVM: vmx: speed up TPR below threshold vmexitsPaolo Bonzini2017-01-093-1/+8
| * | | 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-093-14/+53
| * | | KVM: x86: allow hotplug of VCPU with APIC ID over 0xffRadim Krčmář2017-01-091-5/+25
| * | | KVM: x86: make interrupt delivery fast and slow path behave the sameRadim Krčmář2017-01-091-12/+8
| * | | KVM: x86: replace kvm_apic_id with kvm_{x,x2}apic_idRadim Krčmář2017-01-092-20/+22
| * | | KVM: x86: use delivery to self in hyperv synicRadim Krčmář2017-01-091-2/+2
| * | | kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits.Junaid Shahid2017-01-093-76/+231
| * | | kvm: x86: mmu: Do not use bit 63 for tracking special SPTEsJunaid Shahid2017-01-091-3/+3
| * | | kvm: x86: mmu: Introduce a no-tracking version of mmu_spte_updateJunaid Shahid2017-01-091-13/+27
| * | | kvm: x86: mmu: Refactor accessed/dirty checks in mmu_spte_update/clearJunaid Shahid2017-01-091-35/+31
| * | | kvm: x86: mmu: Fast Page Fault path retriesJunaid Shahid2017-01-091-51/+73
| * | | kvm: x86: mmu: Rename spte_is_locklessly_modifiable()Junaid Shahid2017-01-091-5/+5
| * | | kvm: x86: mmu: Use symbolic constants for EPT Violation Exit QualificationsJunaid Shahid2017-01-091-8/+14
| * | | kvm: x86: reduce collisions in mmu_page_hashDavid Matlack2017-01-091-1/+2
| * | | kvm: x86: export maximum number of mmu_page_hash collisionsDavid Matlack2017-01-092-8/+19
| * | | KVM: x86: simplify conditions with split/kernel irqchipRadim Krčmář2017-01-092-3/+3
| * | | KVM: x86: prevent setup of invalid routesRadim Krčmář2017-01-091-13/+6
| * | | KVM: x86: refactor pic setup in kvm_set_routing_entryRadim Krčmář2017-01-091-5/+3
| * | | KVM: x86: make pic setup code look like ioapic setupRadim Krčmář2017-01-093-22/+28
| * | | KVM: x86: decouple irqchip_in_kernel() and pic_irqchip()Radim Krčmář2017-01-092-9/+11
| * | | KVM: x86: don't allow kernel irqchip with split irqchipRadim Krčmář2017-01-091-1/+1
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-201-2/+3
|\ \ \ \
| * | | | sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker2017-02-011-2/+3
| | |_|/ | |/| |
* | | | 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 emulation of "MOV SS, null selector"Paolo Bonzini2017-01-121-10/+38
* | KVM: x86: fix NULL deref in vcpu_scan_ioapicWanpeng Li2017-01-121-0/+2
* | KVM: x86: Introduce segmented_write_stdSteve Rutherford2017-01-121-4/+18
* | KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack2017-01-123-0/+8
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-01-062-12/+11
|\
| * KVM: VMX: remove duplicated declarationJan Dakinevich2017-01-051-6/+0
| * KVM: x86: reset MMU on KVM_SET_VCPU_EVENTSXiao Guangrong2016-12-241-2/+7
| * KVM: nVMX: fix instruction skipping during emulated vm-entryDavid Matlack2016-12-211-4/+4
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-252-9/+9
|\ \
| * | ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-2/+2
| * | 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: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)Jim Mattson2016-12-191-6/+5
* 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-162-9/+16
* KVM: x86: Expose Intel AVX512IFMA/AVX512VBMI/SHA features to guest.Yi Sun2016-12-151-4/+5
* kvm: nVMX: Correct a VMX instruction error code for VMPTRLDGanShun2016-12-151-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-1311-560/+1137
|\
OpenPOWER on IntegriCloud