summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2016-05-18svm: Add VMEXIT handlers for AVICSuravee Suthikulpanit
2016-05-18KVM: x86: Introducing kvm_x86_ops VM init/destroy hooksSuravee Suthikulpanit
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger
2016-05-11kvm: Conditionally register IRQ bypass consumerAlex Williamson
2016-05-03kvm: robustify steal time recordWanpeng Li
2016-04-20KVM: x86: optimize steal time calculationLiang Chen
2016-04-10kvm: x86: do not leak guest xcr0 into host interrupt handlersDavid Matlack
2016-04-01KVM: x86: Inject pending interrupt even if pending nmi existYuki Shibuya
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-22KVM/x86: update the comment of memory barrier in the vcpu_enter_guest()Lan Tianyu
2016-03-22KVM, pkeys: expose CPUID/CR4 to guestHuaitong Han
2016-03-22KVM, pkeys: add pkeys support for permission_faultHuaitong Han
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar
2016-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-03-09KVM: x86: remove eager_fpu field of struct kvm_vcpu_archPaolo Bonzini
2016-03-04KVM: i8254: don't assume layout of kvm_kpit_stateRadim Krčmář
2016-03-04KVM: i8254: remove notifiers from PIT discard policyRadim Krčmář
2016-03-04KVM: i8254: remove unnecessary uses of PIT state lockRadim Krčmář
2016-03-04KVM: i8254: pass struct kvm_pit instead of kvm in PITRadim Krčmář
2016-03-03KVM: MMU: apply page track notifierXiao Guangrong
2016-03-03KVM: page track: add notifier supportXiao Guangrong
2016-03-03KVM: page track: add the framework of guest page trackingXiao Guangrong
2016-03-03KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowedXiao Guangrong
2016-02-26KVM: x86: fix root cause for missed hardware breakpointsPaolo Bonzini
2016-02-24KVM: x86: fix missed hardware breakpointsPaolo Bonzini
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder
2016-02-16KVM: x86: pass kvm_get_time_scale arguments in hertzPaolo Bonzini
2016-02-16KVM: x86: fix missed hardware breakpointsPaolo Bonzini
2016-02-16KVM: x86: rewrite handling of scaled TSC for kvmclockPaolo Bonzini
2016-02-16KVM: x86: rename argument to kvm_set_tsc_khzPaolo Bonzini
2016-02-09KVM: x86: consolidate different ways to test for in-kernel LAPICPaolo Bonzini
2016-02-09KVM: x86: Use vector-hashing to deliver lowest-priority interruptsFeng Wu
2016-02-09KVM: x86: introduce do_shl32_div32Paolo Bonzini
2016-01-16kvm: rename pfn_t to kvm_pfn_tDan Williams
2016-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-01-08kvm/x86: Update SynIC timers on guest entry onlyAndrey Smetanin
2016-01-08KVM: move architecture-dependent requests to arch/Paolo Bonzini
2016-01-07kvm: x86: Check kvm_write_guest return value in kvm_write_wall_clockNicholas Krause
2016-01-07kvm: x86: only channel 0 of the i8254 is linked to the HPETPaolo Bonzini
2015-12-22KVM: x86: Reload pit counters for all channels when restoring stateAndrew Honig
2015-12-16kvm/x86: Hyper-V SynIC timersAndrey Smetanin
2015-12-11kvm: x86: move tracepoints outside extended quiescent statePaolo Bonzini
2015-11-25KVM: x86: expose MSR_TSC_AUX to userspacePaolo Bonzini
2015-11-25kvm/x86: Hyper-V kvm exitAndrey Smetanin
2015-11-25kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin
2015-11-25kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin
2015-11-25kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin
2015-11-18KVM: x86: request interrupt window when IRQ chip is splitMatt Gingell
2015-11-18KVM: x86: set KVM_REQ_EVENT on local interrupt request from user spaceMatt Gingell
2015-11-18KVM: x86: split kvm_vcpu_ready_for_interrupt_injection out of dm_request_for_...Matt Gingell