summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-071-1/+1
|\
| * Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini2014-08-051-1/+1
| |\
| | * KVM: Rename and add argument to check_extensionAlexander Graf2014-07-281-1/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-061-41/+21Star
|\ \ \ | |/ / |/| |
| * | timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner2014-07-241-7/+7
| * | clocksource: Get rid of cycle_lastThomas Gleixner2014-07-241-1/+1
| * | x86: kvm: Make kvm_get_time_and_clockread() nanoseconds basedThomas Gleixner2014-07-241-30/+14Star
| * | x86: kvm: Use ktime_get_boot_ns()Thomas Gleixner2014-07-241-5/+1Star
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-041-48/+123
|\ \ \
| * | | KVM: x86: Assertions to check no overrun in MSR listsNadav Amit2014-07-241-0/+1
| * | | KVM: x86: set rflags.rf during fault injectionNadav Amit2014-07-241-0/+30
| * | | KVM: x86: DR6/7.RTM cannot be writtenNadav Amit2014-07-211-6/+16
| * | | KVM: x86: emulator injects #DB when RFLAGS.RF is setNadav Amit2014-07-211-1/+2
| * | | KVM: x86: Clearing rflags.rf upon skipped emulated instructionNadav Amit2014-07-211-0/+2
| * | | KVM: x86: use kvm_read_guest_page for emulator accessesPaolo Bonzini2014-07-111-4/+19
| * | | KVM: emulate: move init_decode_cache to emulate.cBandan Das2014-07-111-13/+0Star
| * | | KVM: x86: avoid useless set of KVM_REQ_EVENT after emulationPaolo Bonzini2014-07-111-10/+26
| * | | KVM: x86: return all bits from get_interrupt_shadowPaolo Bonzini2014-07-111-5/+5
| * | | KVM: svm: writes to MSR_K7_HWCR generates GPE in guestMatthias Lange2014-07-111-0/+1
| * | | KVM: x86: Pending interrupt may be delivered after INITNadav Amit2014-07-111-0/+2
| * | | KVM: x86: fix TSC matchingTomasz Grabiec2014-07-091-4/+7
| | |/ | |/|
| * | arch: x86: kvm: x86.c: Cleaning up variable is set more than onceRickard Strandqvist2014-06-301-1/+0Star
| * | KVM: x86: Hypercall handling does not considers opsize correctlyNadav Amit2014-06-191-5/+6
| * | KVM: x86: rdpmc emulation checks the counter incorrectlyNadav Amit2014-06-181-0/+7
* | | KVM: x86: Check for nested events if there is an injectable interruptBandan Das2014-07-081-0/+12
| |/ |/|
* | kvm: fix wrong address when writing Hyper-V tsc pageXiaoming Gao2014-06-191-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-041-32/+29Star
|\
| * KVM: x86: drop set_rflags callbackPaolo Bonzini2014-05-221-6/+0Star
| * KVM: x86: Fix CR3 reserved bits check in long modeJan Kiszka2014-05-121-4/+5
| * kvm/x86: implement hv EOI assistMichael S. Tsirkin2014-05-071-0/+4
| * KVM: x86: improve the usability of the 'kvm_pio' tracepointUlrich Obergfell2014-05-051-2/+2
| * KVM: MMU: flush tlb out of mmu lock when write-protect the sptesXiao Guangrong2014-04-231-2/+10
| * KVM: MMU: lazily drop large spteXiao Guangrong2014-04-231-2/+6
| * KVM: x86: Processor mode may be determined incorrectlyNadav Amit2014-04-231-1/+1
| * KVM: x86: Fix CR3 reserved bitsNadav Amit2014-04-231-20/+5Star
| * KVM: support any-length wildcard ioeventfdMichael S. Tsirkin2014-04-171-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-05-281-1/+5
|\ \
| * | KVM: x86: disable master clock if TSC is reset during suspendMarcelo Tosatti2014-05-141-1/+5
| |/
* / asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2014-05-061-1/+1
|/
* Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-151-2/+8
|\
| * KVM: x86: remove WARN_ON from get_kernel_ns()Marcelo Tosatti2014-04-141-1/+0Star
| * KVM: Add SMAP support when setting CR4Feng Wu2014-04-141-1/+8
* | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-1/+6
|\ \ | |/ |/|
| * x86, kvm: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+6
* | KVM: vmx: fix MPX detectionPaolo Bonzini2014-03-271-1/+2
* | KVM: x86: handle missing MPX in nested virtualizationPaolo Bonzini2014-03-171-0/+17
* | KVM: x86: introduce kvm_supported_xcr0()Paolo Bonzini2014-03-171-3/+1Star
* | kvm: x86: ignore ioapic polarityGabriel L. Somlo2014-03-131-0/+1
* | KVM: x86: Allow the guest to run with dirty debug registersPaolo Bonzini2014-03-111-0/+16
* | KVM: x86: change vcpu->arch.switch_db_regs to a bit maskPaolo Bonzini2014-03-111-1/+3