summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: x86: Extended struct kvm_lapic_irq with msi_redir_hint for MSI deliveryJames Sullivan2015-05-071-0/+1
* KVM: x86: INIT and reset sequences are differentNadav Amit2015-05-071-7/+10
* KVM: x86: Support for disabling quirksNadav Amit2015-05-071-0/+30
* KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}Christian Borntraeger2015-05-071-1/+1
* kvm: x86: fix kvmclock update protocolRadim Krčmář2015-04-271-5/+28
* KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_saveNadav Amit2015-04-141-2/+8
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-131-7/+7
|\
| * Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar2015-03-311-1/+0
| |\
| * | time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra2015-03-271-7/+7
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-131-47/+110
|\ \ \ | |_|/ |/| |
| * | kvm: mmu: lazy collapse small sptes into large sptesWanpeng Li2015-04-081-0/+17
| * | KVM: x86: Clear CR2 on VCPU resetNadav Amit2015-04-081-0/+2
| * | KVM: x86: DR0-DR3 are not clear on resetNadav Amit2015-04-081-0/+14
| * | KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit2015-04-081-1/+1
| * | KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpuEugene Korenevsky2015-04-081-0/+2
| * | KVM: x86: optimize delivery of TSC deadline timer interruptPaolo Bonzini2015-04-081-6/+7
| * | KVM: x86: extract blocking logic from __vcpu_runPaolo Bonzini2015-04-081-28/+34
| * | Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-04-071-6/+7
| |\ \
| | * | KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev2015-03-261-6/+7
| | |/
| * | KVM: x86: For the symbols used locally only should be static typeXiubo Li2015-03-171-4/+7
| * | KVM: x86: Avoid using plain integer as NULL pointer warningXiubo Li2015-03-171-1/+1
| * | kvm: x86: make kvm_emulate_* consistantJoel Schopp2015-03-101-3/+20
| * | KVM: Get rid of kvm_kvfree()Thomas Huth2015-03-101-4/+4
| |/
* | kvm: move advertising of KVM_CAP_IRQFD to common codePaolo Bonzini2015-03-101-1/+0
|/
* kvm: add halt_poll_ns module parameterPaolo Bonzini2015-02-061-0/+1
* KVM: VMX: Add PML support in VMXKai Huang2015-01-301-0/+1
* KVM: x86: Add new dirty logging kvm_x86_ops for PMLKai Huang2015-01-291-8/+63
* KVM: x86: Change parameter of kvm_mmu_slot_remove_write_accessKai Huang2015-01-291-3/+7
* KVM: x86: 32-bit wraparound read/write not emulated correctlyNadav Amit2015-01-261-0/+2
* KVM: x86: IRET emulation does not clear NMI maskingNadav Amit2015-01-261-0/+6
* Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2015-01-231-7/+3
|\
| * KVM: remove unneeded return value of vcpu_postcreateDominik Dingel2015-01-231-7/+3
* | Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2015-01-231-59/+13
|\ \
| * | KVM: x86: switch to kvm_get_dirty_log_protectPaolo Bonzini2015-01-161-59/+13
| |/
* | KVM: x86: workaround SuSE's 2.6.16 pvclock vs masterclock issueMarcelo Tosatti2015-01-201-1/+14
* | KVM: fix "Should it be static?" warnings from sparseFengguang Wu2015-01-201-4/+4
* | KVM: x86: allow TSC deadline timer on all hostsRadim Krčmář2015-01-091-3/+1
|/
* kvm: x86: Remove kvm_make_request from lapic.cNicholas Krause2015-01-081-0/+9
* KVM: x86: add option to advance tscdeadline hrtimer expirationMarcelo Tosatti2015-01-081-0/+5
* KVM: nVMX: Add nested msr load/restore algorithmWincy Van2015-01-081-0/+1
* KVM: x86: support XSAVES usage in the hostPaolo Bonzini2014-12-051-7/+83
* kvm: x86: avoid warning about potential shift wrapping bugPaolo Bonzini2014-11-241-1/+1
* KVM: x86: move device assignment out of kvm_host.hPaolo Bonzini2014-11-241-0/+1
* kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář2014-11-231-1/+1
* kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini2014-11-211-0/+1
* kvm: svm: move WARN_ON in svm_adjust_tsc_offsetChris J Arges2014-11-131-1/+1
* KVM: x86: fix warning on 32-bit compilationPaolo Bonzini2014-11-101-0/+2
* kvm: x86: add trace event for pvclock updatesDavid Matlack2014-11-081-0/+2
* kvm: x86: Fix kvm clock versioning.Owen Hofmann2014-11-081-5/+5
* KVM: x86: update masterclock values on TSC writesMarcelo Tosatti2014-11-081-9/+10
OpenPOWER on IntegriCloud