summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2016-06-27KVM: x86: move nsec_to_cycles from x86.c to x86.hMarcelo Tosatti
2016-06-02KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini
2016-06-02KVM: fail KVM_SET_VCPU_EVENTS with invalid exception numberPaolo Bonzini
2016-06-02kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDRPaolo Bonzini
2016-06-02KVM: Handle MSR_IA32_PERF_CTLDmitry Bilunov
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
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-19Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar
2016-04-13x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov
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-15kvm: 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