summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-061-66/+105
|\
| * KVM: x86: Hyper-V tsc page setupPaolo Bonzini2016-09-201-4/+4
| * KVM: x86: introduce get_kvmclock_nsPaolo Bonzini2016-09-201-12/+36
| * KVM: x86: initialize kvmclock_offsetPaolo Bonzini2016-09-201-0/+1
| * KVM: x86: always fill in vcpu->arch.hv_clockPaolo Bonzini2016-09-201-50/+59
| * kvm: x86: drop read_tsc_offset()Luiz Capitulino2016-09-161-1/+1
| * kvm: x86: add tsc_offset field to struct kvm_vcpu_archLuiz Capitulino2016-09-161-2/+8
| * KVM: x86: remove stale commentsPaolo Bonzini2016-09-071-1/+0
* | KVM: lapic: adjust preemption timer correctly when goes TSC backwardWanpeng Li2016-09-051-4/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-72/+103
|\
| * KVM: x86: bump KVM_MAX_VCPU_ID to 1023Radim Krčmář2016-07-141-1/+1
| * KVM: x86: add a flag to disable KVM x2apic broadcast quirkRadim Krčmář2016-07-141-1/+4
| * KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář2016-07-141-0/+15
| * KVM: x86: use hardware-compatible format for APIC ID registerRadim Krčmář2016-07-141-4/+6
| * kvm: mmu: don't set the present bit unconditionallyBandan Das2016-07-141-2/+2
| * kvm: mmu: remove is_present_gpte()Bandan Das2016-07-141-1/+1
| * KVM: x86: use guest_exit_irqoffPaolo Bonzini2016-07-011-9/+2
| * KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini2016-07-011-2/+2
| * kvm: x86: use getboottime64Arnd Bergmann2016-06-231-5/+5
| * KVM: VMX: enable guest access to LMCE related MSRsAshok Raj2016-06-231-6/+9
| * kvm: vmx: hook preemption timer supportYunhong Jiang2016-06-161-1/+2
| * KVM: x86: support using the vmx preemption timer for tsc deadline timerYunhong Jiang2016-06-161-0/+5
| * KVM: remove kvm_vcpu_compatiblePaolo Bonzini2016-06-161-8/+3
| * KVM: x86: Fix typosAndrea Gelmini2016-06-141-1/+1
| * KVM: x86: protect KVM_CREATE_PIT/KVM_CREATE_PIT2 with kvm->lockPaolo Bonzini2016-06-031-2/+2
| * KVM: x86: rename process_smi to enter_smm, process_smi_request to process_smiPaolo Bonzini2016-06-031-20/+21
| * KVM: x86: avoid simultaneous queueing of both IRQ and SMIPaolo Bonzini2016-06-031-16/+29
* | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-011-1/+2
|\ \
| * | x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+2
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-27/+8
|\ \ \
| * | | x86/kvm/kvmclock: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-151-25/+8
| * | | KVM/x86: Remove superfluous SMP function callAnna-Maria Gleixner2016-07-151-4/+2
| |/ /
* | | Merge branch 'linus' into x86/fpu, to pick up fixes before applying new changesIngo Molnar2016-07-101-6/+0
|\ \ \ | |/ /
| * | KVM: x86: move nsec_to_cycles from x86.c to x86.hMarcelo Tosatti2016-06-271-6/+0
| |/
* | x86/fpu: Add tracepoints to dump FPU state at key pointsDave Hansen2016-06-081-3/+3
|/
* 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
OpenPOWER on IntegriCloud