summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-10kvm: x86: do not leak guest xcr0 into host interrupt handlersDavid Matlack1-6/+4
2016-04-01KVM: x86: Inject pending interrupt even if pending nmi existYuki Shibuya1-10/+10
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2016-03-22KVM/x86: update the comment of memory barrier in the vcpu_enter_guest()Lan Tianyu1-2/+6
2016-03-22KVM, pkeys: expose CPUID/CR4 to guestHuaitong Han1-3/+6
2016-03-22KVM, pkeys: add pkeys support for permission_faultHuaitong Han1-1/+6
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar1-1/+1
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-63/+95
2016-03-09KVM: x86: remove eager_fpu field of struct kvm_vcpu_archPaolo Bonzini1-1/+1
2016-03-04KVM: i8254: don't assume layout of kvm_kpit_stateRadim Krčmář1-4/+8
2016-03-04KVM: i8254: remove notifiers from PIT discard policyRadim Krčmář1-2/+10
2016-03-04KVM: i8254: remove unnecessary uses of PIT state lockRadim Krčmář1-2/+2
2016-03-04KVM: i8254: pass struct kvm_pit instead of kvm in PITRadim Krčmář1-11/+15
2016-03-03KVM: MMU: apply page track notifierXiao Guangrong1-2/+2
2016-03-03KVM: page track: add notifier supportXiao Guangrong1-0/+4
2016-03-03KVM: page track: add the framework of guest page trackingXiao Guangrong1-0/+5
2016-03-03KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowedXiao Guangrong1-6/+8
2016-02-26KVM: x86: fix root cause for missed hardware breakpointsPaolo Bonzini1-5/+4
2016-02-24KVM: x86: fix missed hardware breakpointsPaolo Bonzini1-0/+1
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder1-1/+1
2016-02-16KVM: x86: pass kvm_get_time_scale arguments in hertzPaolo Bonzini1-7/+7
2016-02-16KVM: x86: fix missed hardware breakpointsPaolo Bonzini1-0/+1
2016-02-16KVM: x86: rewrite handling of scaled TSC for kvmclockPaolo Bonzini1-7/+8
2016-02-16KVM: x86: rename argument to kvm_set_tsc_khzPaolo Bonzini1-7/+7
2016-02-09KVM: x86: consolidate different ways to test for in-kernel LAPICPaolo Bonzini1-8/+9
2016-02-09KVM: x86: Use vector-hashing to deliver lowest-priority interruptsFeng Wu1-0/+9
2016-02-09KVM: x86: introduce do_shl32_div32Paolo Bonzini1-8/+2
2016-01-15kvm: rename pfn_t to kvm_pfn_tDan Williams1-1/+1
2016-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-14/+96
2016-01-08kvm/x86: Update SynIC timers on guest entry onlyAndrey Smetanin1-0/+6
2016-01-08KVM: move architecture-dependent requests to arch/Paolo Bonzini1-0/+15
2016-01-07kvm: x86: Check kvm_write_guest return value in kvm_write_wall_clockNicholas Krause1-1/+2
2016-01-07kvm: x86: only channel 0 of the i8254 is linked to the HPETPaolo Bonzini1-1/+2
2015-12-22KVM: x86: Reload pit counters for all channels when restoring stateAndrew Honig1-2/+6
2015-12-16kvm/x86: Hyper-V SynIC timersAndrey Smetanin1-0/+9
2015-12-11kvm: x86: move tracepoints outside extended quiescent statePaolo Bonzini1-2/+2
2015-11-25KVM: x86: expose MSR_TSC_AUX to userspacePaolo Bonzini1-5/+6
2015-11-25kvm/x86: Hyper-V kvm exitAndrey Smetanin1-0/+6
2015-11-25kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin1-2/+32
2015-11-25kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin1-3/+16
2015-11-25kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin1-5/+6
2015-11-18KVM: x86: request interrupt window when IRQ chip is splitMatt Gingell1-2/+4
2015-11-18KVM: x86: set KVM_REQ_EVENT on local interrupt request from user spaceMatt Gingell1-0/+1
2015-11-18KVM: x86: split kvm_vcpu_ready_for_interrupt_injection out of dm_request_for_...Matt Gingell1-24/+19
2015-11-18KVM: x86: fix interrupt window handling in split IRQ chip caseMatt Gingell1-14/+19
2015-11-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-22/+137
2015-11-10KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini1-1/+1
2015-11-10KVM: x86: Use the correct vcpu's TSC rate to compute time scaleHaozhong Zhang1-2/+4
2015-11-10KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()Haozhong Zhang1-3/+8
2015-11-10KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()Haozhong Zhang1-0/+14