summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: move nsec_to_cycles from x86.c to x86.hMarcelo Tosatti2016-06-271-6/+0
* KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGSPaolo Bonzini2016-06-021-0/+5
* KVM: fail KVM_SET_VCPU_EVENTS with invalid exception numberPaolo Bonzini2016-06-021-0/+4
* kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDRPaolo Bonzini2016-06-021-1/+1
* KVM: Handle MSR_IA32_PERF_CTLDmitry Bilunov2016-06-021-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-191-28/+36
|\
| * svm: Add VMEXIT handlers for AVICSuravee Suthikulpanit2016-05-181-0/+2
| * KVM: x86: Introducing kvm_x86_ops VM init/destroy hooksSuravee Suthikulpanit2016-05-181-0/+5
| * KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger2016-05-131-0/+1
| * kvm: Conditionally register IRQ bypass consumerAlex Williamson2016-05-111-11/+8
| * kvm: robustify steal time recordWanpeng Li2016-05-031-1/+17
| * KVM: x86: optimize steal time calculationLiang Chen2016-04-201-16/+3
* | Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar2016-04-191-16/+14
|\|
| * 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
* | x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usageBorislav Petkov2016-04-131-2/+2
* | x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov2016-04-131-6/+6
|/
* 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