summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: optimize steal time calculationLiang Chen2016-04-201-16/+3
* kvm: x86: do not leak guest xcr0 into host interrupt handlersDavid Matlack2016-04-101-6/+4
* KVM: x86: Inject pending interrupt even if pending nmi existYuki Shibuya2016-04-011-10/+10
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-241-1/+1
|\
| * Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-171-1/+1
| |\
| | * x86: Fix misspellings in commentsAdam Buchbinder2016-02-241-1/+1
* | | KVM/x86: update the comment of memory barrier in the vcpu_enter_guest()Lan Tianyu2016-03-221-2/+6
* | | KVM, pkeys: expose CPUID/CR4 to guestHuaitong Han2016-03-221-3/+6
* | | KVM, pkeys: add pkeys support for permission_faultHuaitong Han2016-03-221-1/+6
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-161-63/+95
|\ \ \ | |/ / |/| |
| * | KVM: x86: remove eager_fpu field of struct kvm_vcpu_archPaolo Bonzini2016-03-091-1/+1
| * | KVM: i8254: don't assume layout of kvm_kpit_stateRadim Krčmář2016-03-041-4/+8
| * | KVM: i8254: remove notifiers from PIT discard policyRadim Krčmář2016-03-041-2/+10
| * | KVM: i8254: remove unnecessary uses of PIT state lockRadim Krčmář2016-03-041-2/+2
| * | KVM: i8254: pass struct kvm_pit instead of kvm in PITRadim Krčmář2016-03-041-11/+15
| * | KVM: MMU: apply page track notifierXiao Guangrong2016-03-031-2/+2
| * | KVM: page track: add notifier supportXiao Guangrong2016-03-031-0/+4
| * | KVM: page track: add the framework of guest page trackingXiao Guangrong2016-03-031-0/+5
| * | KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowedXiao Guangrong2016-03-031-6/+8
| * | KVM: x86: pass kvm_get_time_scale arguments in hertzPaolo Bonzini2016-02-161-7/+7
| * | KVM: x86: fix missed hardware breakpointsPaolo Bonzini2016-02-161-0/+1
| * | KVM: x86: rewrite handling of scaled TSC for kvmclockPaolo Bonzini2016-02-161-7/+8
| * | KVM: x86: rename argument to kvm_set_tsc_khzPaolo Bonzini2016-02-161-7/+7
| * | KVM: x86: consolidate different ways to test for in-kernel LAPICPaolo Bonzini2016-02-091-8/+9
| * | KVM: x86: Use vector-hashing to deliver lowest-priority interruptsFeng Wu2016-02-091-0/+9
| * | KVM: x86: introduce do_shl32_div32Paolo Bonzini2016-02-091-8/+2
| |/
* | KVM: x86: fix root cause for missed hardware breakpointsPaolo Bonzini2016-02-261-5/+4
* | KVM: x86: fix missed hardware breakpointsPaolo Bonzini2016-02-241-0/+1
|/
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-161-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-121-14/+96
|\
| * kvm/x86: Update SynIC timers on guest entry onlyAndrey Smetanin2016-01-081-0/+6
| * KVM: move architecture-dependent requests to arch/Paolo Bonzini2016-01-081-0/+15
| * kvm: x86: Check kvm_write_guest return value in kvm_write_wall_clockNicholas Krause2016-01-071-1/+2
| * kvm/x86: Hyper-V SynIC timersAndrey Smetanin2015-12-161-0/+9
| * KVM: x86: expose MSR_TSC_AUX to userspacePaolo Bonzini2015-11-251-5/+6
| * kvm/x86: Hyper-V kvm exitAndrey Smetanin2015-11-251-0/+6
| * kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin2015-11-251-2/+32
| * kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin2015-11-251-3/+16
| * kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin2015-11-251-5/+6
* | kvm: x86: only channel 0 of the i8254 is linked to the HPETPaolo Bonzini2016-01-071-1/+2
* | KVM: x86: Reload pit counters for all channels when restoring stateAndrew Honig2015-12-221-2/+6
* | kvm: x86: move tracepoints outside extended quiescent statePaolo Bonzini2015-12-111-2/+2
|/
* KVM: x86: request interrupt window when IRQ chip is splitMatt Gingell2015-11-181-2/+4
* KVM: x86: set KVM_REQ_EVENT on local interrupt request from user spaceMatt Gingell2015-11-181-0/+1
* KVM: x86: split kvm_vcpu_ready_for_interrupt_injection out of dm_request_for_...Matt Gingell2015-11-181-24/+19
* KVM: x86: fix interrupt window handling in split IRQ chip caseMatt Gingell2015-11-181-14/+19
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-121-22/+137
|\
| * KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini2015-11-101-1/+1
| * KVM: x86: Use the correct vcpu's TSC rate to compute time scaleHaozhong Zhang2015-11-101-2/+4
| * KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()Haozhong Zhang2015-11-101-3/+8