summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-041-162/+222
|\
| * KVM: x86: Fix guest debug across vcpu INIT resetJan Kiszka2012-09-231-9/+17
| * KVM: Add resampling irqfds for level triggered interruptsAlex Williamson2012-09-231-0/+4
| * KVM: optimize apic interrupt deliveryGleb Natapov2012-09-201-0/+2
| * KVM: MMU: Optimize pte permission checksAvi Kivity2012-09-201-7/+4
| * KVM: make processes waiting on vcpu mutex killableMichael S. Tsirkin2012-09-171-3/+9
| * KVM: use symbolic constant for nr interruptsMichael S. Tsirkin2012-09-061-2/+2
| * KVM: Provide userspace IO exit completion callbackGleb Natapov2012-09-061-37/+56
| * KVM: move postcommit flush to x86, as mmio sptes are x86 specificMarcelo Tosatti2012-09-061-0/+8
| * KVM: split kvm_arch_flush_shadowMarcelo Tosatti2012-09-061-1/+7
| * KVM: x86: more constificationMathias Krause2012-09-051-1/+1
| * KVM: x86: constify read_write_emulator_opsMathias Krause2012-09-051-4/+4
| * KVM: x86 emulator: constify emulate_opsMathias Krause2012-09-051-1/+1
| * KVM: x86: remove unused variable from kvm_task_switch()Marcelo Tosatti2012-08-301-1/+0
| * KVM: x86 emulator: access GPRs on demandAvi Kivity2012-08-271-27/+18
| * KVM: introduce readonly memslotXiao Guangrong2012-08-221-0/+1
| * KVM: x86: fix possible infinite loop caused by reexecute_instructionXiao Guangrong2012-08-221-1/+11
| * KVM: x86: fix pvclock guest stopped flag reportingMarcelo Tosatti2012-08-131-3/+10
| * KVM: correctly detect APIC SW state in kvm_apic_post_state_restore()Gleb Natapov2012-08-091-2/+1
| * KVM: use jump label to optimize checking for in kernel local apic presenceGleb Natapov2012-08-061-1/+6
| * KVM: use jump label to optimize checking for HW enabled APIC in APIC_BASE MSRGleb Natapov2012-08-061-0/+1
| * KVM: clean up kvm_(set|get)_apic_baseGleb Natapov2012-08-061-8/+2
| * KVM: do not release the error pageXiao Guangrong2012-08-061-6/+3
| * KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa2012-08-061-23/+32
| * KVM: Stop checking rmap to see if slot is being createdTakuya Yoshikawa2012-08-061-2/+2
| * Merge remote-tracking branch 'upstream' into nextAvi Kivity2012-08-051-0/+4
| |\
| * | KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct valueGleb Natapov2012-08-031-1/+1
| * | KVM: fold kvm_pit_timer into kvm_kpit_stateAvi Kivity2012-08-011-1/+1
| * | KVM: Move KVM_IRQ_LINE to arch-generic codeChristoffer Dall2012-07-261-23/+10
| * | KVM: x86: Fix typos in x86.cGuo Chao2012-07-201-7/+7
| * | KVM: x86: remove unnecessary mark_page_dirtyXiao Guangrong2012-07-191-1/+0
| * | KVM: Separate rmap_pde from kvm_lpage_info->write_countTakuya Yoshikawa2012-07-181-0/+11
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-011-1/+2
|\ \ \
| * | | x86, kvm: fix kvm's usage of kernel_fpu_begin/end()Suresh Siddha2012-09-211-2/+2
| * | | x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu()Suresh Siddha2012-09-181-1/+2
* | | | KVM: fix error paths for failed gfn_to_page() callsXiao Guangrong2012-09-101-3/+10
|/ / /
* | | KVM: x86: fix KVM_GET_MSR for PV EOIMichael S. Tsirkin2012-08-271-0/+3
* | | KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct valueGleb Natapov2012-08-051-1/+1
| |/ |/|
* | KVM: x86: apply kvmclock offset to guest wall clock timeBruce Rogers2012-08-011-0/+4
|/
* KVM: VMX: Implement PCID/INVPCID for guests with EPTMao, Junjie2012-07-121-3/+20
* KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semanticsAvi Kivity2012-07-091-18/+2
* KVM: host side for eoi optimizationMichael S. Tsirkin2012-06-251-0/+7
* KVM: rearrange injection cancelling codeMichael S. Tsirkin2012-06-251-4/+6
* KVM: only sync when attention bits setMichael S. Tsirkin2012-06-251-1/+2
* KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc()Takuya Yoshikawa2012-06-191-1/+1
* KVM: Cleanup the kvm_print functions and introduce pr_XX wrappersChristoffer Dall2012-06-061-27/+27
* KVM: Avoid wasting pages for small lpage_info arraysTakuya Yoshikawa2012-06-051-2/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-126/+154
|\
| * KVM: Fix mmu_reload() clash with nested vmx event injectionAvi Kivity2012-05-161-4/+6
| * KVM: Fix page-crossing MMIOAvi Kivity2012-04-191-33/+81
OpenPOWER on IntegriCloud