summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-29KVM: x86: use guest maxphyaddr to check MTRR valuesPaolo Bonzini1-3/+2
2014-08-29KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář1-6/+6
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2014-08-21KVM: trace kvm_ple_window grow/shrinkRadim Krčmář1-0/+1
2014-08-21KVM: x86: introduce sched_in to kvm_x86_opsRadim Krčmář1-0/+1
2014-08-21KVM: add kvm_arch_sched_inRadim Krčmář1-0/+4
2014-08-20KVM: emulate: warn on invalid or uninitialized exception numbersPaolo Bonzini1-0/+1
2014-08-19KVM: x86: #GP when attempts to write reserved bits of Variable Range MTRRsWanpeng Li1-3/+15
2014-08-19KVM: x86: fix check legal type of Variable Range MTRRsWanpeng Li1-1/+7
2014-08-19KVM: SVM: add rdmsr support for AMD event registersWei Huang1-0/+6
2014-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-41/+21
2014-08-05Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini1-1/+1
2014-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-48/+123
2014-07-28KVM: Rename and add argument to check_extensionAlexander Graf1-1/+1
2014-07-24KVM: x86: Assertions to check no overrun in MSR listsNadav Amit1-0/+1
2014-07-24KVM: x86: set rflags.rf during fault injectionNadav Amit1-0/+30
2014-07-23timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner1-7/+7
2014-07-23clocksource: Get rid of cycle_lastThomas Gleixner1-1/+1
2014-07-23x86: kvm: Make kvm_get_time_and_clockread() nanoseconds basedThomas Gleixner1-30/+14
2014-07-23x86: kvm: Use ktime_get_boot_ns()Thomas Gleixner1-5/+1
2014-07-21KVM: x86: DR6/7.RTM cannot be writtenNadav Amit1-6/+16
2014-07-21KVM: x86: emulator injects #DB when RFLAGS.RF is setNadav Amit1-1/+2
2014-07-21KVM: x86: Clearing rflags.rf upon skipped emulated instructionNadav Amit1-0/+2
2014-07-11KVM: x86: use kvm_read_guest_page for emulator accessesPaolo Bonzini1-4/+19
2014-07-11KVM: emulate: move init_decode_cache to emulate.cBandan Das1-13/+0
2014-07-11KVM: x86: avoid useless set of KVM_REQ_EVENT after emulationPaolo Bonzini1-10/+26
2014-07-11KVM: x86: return all bits from get_interrupt_shadowPaolo Bonzini1-5/+5
2014-07-11KVM: svm: writes to MSR_K7_HWCR generates GPE in guestMatthias Lange1-0/+1
2014-07-11KVM: x86: Pending interrupt may be delivered after INITNadav Amit1-0/+2
2014-07-09KVM: x86: fix TSC matchingTomasz Grabiec1-4/+7
2014-07-08KVM: x86: Check for nested events if there is an injectable interruptBandan Das1-0/+12
2014-06-30arch: x86: kvm: x86.c: Cleaning up variable is set more than onceRickard Strandqvist1-1/+0
2014-06-19kvm: fix wrong address when writing Hyper-V tsc pageXiaoming Gao1-1/+1
2014-06-19KVM: x86: Hypercall handling does not considers opsize correctlyNadav Amit1-5/+6
2014-06-18KVM: x86: rdpmc emulation checks the counter incorrectlyNadav Amit1-0/+7
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds1-32/+29
2014-05-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+5
2014-05-22KVM: x86: drop set_rflags callbackPaolo Bonzini1-6/+0
2014-05-14KVM: x86: disable master clock if TSC is reset during suspendMarcelo Tosatti1-1/+5
2014-05-12KVM: x86: Fix CR3 reserved bits check in long modeJan Kiszka1-4/+5
2014-05-07kvm/x86: implement hv EOI assistMichael S. Tsirkin1-0/+4
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen1-1/+1
2014-05-05KVM: x86: improve the usability of the 'kvm_pio' tracepointUlrich Obergfell1-2/+2
2014-04-23KVM: MMU: flush tlb out of mmu lock when write-protect the sptesXiao Guangrong1-2/+10
2014-04-23KVM: MMU: lazily drop large spteXiao Guangrong1-2/+6
2014-04-23KVM: x86: Processor mode may be determined incorrectlyNadav Amit1-1/+1
2014-04-23KVM: x86: Fix CR3 reserved bitsNadav Amit1-20/+5
2014-04-17KVM: support any-length wildcard ioeventfdMichael S. Tsirkin1-0/+1
2014-04-14Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+8