summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASEH. Peter Anvin2013-06-261-1/+1
* KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka2013-05-031-1/+1
* KVM: x86: Increase the "hard" max VCPU limitChegu Vinod2013-04-281-1/+1
* Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGleb Natapov2013-04-281-0/+2
|\
| * KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINSAlexander Graf2013-04-261-0/+2
* | KVM: x86: Rework request for immediate exitJan Kiszka2013-04-281-1/+1
|/
* KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFERJan Kiszka2013-04-221-0/+1
* KVM: VMX: Add the deliver posted interrupt algorithmYang Zhang2013-04-161-0/+2
* KVM: VMX: Enable acknowledge interupt on vmexitYang Zhang2013-04-161-0/+1
* KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...Gleb Natapov2013-04-141-0/+1
* KVM: Move kvm_rebooting declaration out of x86Geoff Levand2013-04-081-1/+0Star
* KVM: Move vm_list kvm_lock declarations out of x86Geoff Levand2013-04-081-3/+0Star
* pmu: prepare for migration supportPaolo Bonzini2013-04-021-1/+1
* Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2013-03-211-2/+2
|\
| * KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig2013-03-191-2/+2
* | KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa2013-03-141-0/+1
* | KVM: MMU: Mark sp mmio cached when creating mmio spteTakuya Yoshikawa2013-03-141-0/+1
* | KVM: x86: Rework INIT and SIPI handlingJan Kiszka2013-03-131-1/+2
* | KVM: x86: Drop unused return code from VCPU reset callbackJan Kiszka2013-03-121-1/+1
|/
* x86, apicv: add virtual interrupt delivery supportYang Zhang2013-01-291-0/+5
* x86, apicv: add virtual x2apic supportYang Zhang2013-01-291-0/+1
* KVM: x86: improve reexecute_instructionXiao Guangrong2013-01-221-0/+7
* KVM: Remove unused slot_bitmap from kvm_mmu_pageTakuya Yoshikawa2013-01-141-5/+0Star
* KVM: Increase user memory slots on x86 to 125Alex Williamson2012-12-141-1/+1
* KVM: Make KVM_PRIVATE_MEM_SLOTS optionalAlex Williamson2012-12-141-2/+2
* KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson2012-12-141-2/+2
* KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld2012-11-301-0/+2
* KVM: x86: Add code to track call origin for msr assignmentWill Auld2012-11-301-3/+9
* KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti2012-11-281-0/+1
* KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti2012-11-281-0/+7
* KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti2012-11-281-1/+1
* Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-041-3/+33
|\
| * KVM: x86: Fix guest debug across vcpu INIT resetJan Kiszka2012-09-231-2/+2
| * KVM: optimize apic interrupt deliveryGleb Natapov2012-09-201-0/+12
| * KVM: MMU: Optimize is_last_gpte()Avi Kivity2012-09-201-0/+7
| * KVM: MMU: Optimize pte permission checksAvi Kivity2012-09-201-0/+7
| * KVM: Provide userspace IO exit completion callbackGleb Natapov2012-09-061-0/+1
| * KVM: x86: fix pvclock guest stopped flag reportingMarcelo Tosatti2012-08-131-0/+2
| * KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa2012-08-061-1/+1
| * Merge branch 'queue' into nextAvi Kivity2012-07-261-1/+2
| |\
| | * KVM: Separate rmap_pde from kvm_lpage_info->write_countTakuya Yoshikawa2012-07-181-1/+1
| | * KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st...Takuya Yoshikawa2012-07-181-0/+1
* | | KVM: x86: Export svm/vmx exit code and vector code to userspaceXiao Guangrong2012-09-211-16/+0Star
|/ /
* | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-241-2/+29
|\ \
| * | KVM: fix race with level interruptsMichael S. Tsirkin2012-07-201-1/+14
| |/
| * KVM: VMX: Implement PCID/INVPCID for guests with EPTMao, Junjie2012-07-121-1/+3
| * KVM: host side for eoi optimizationMichael S. Tsirkin2012-06-251-0/+12
* | perf/x86: Rename Intel specific macrosRobert Richter2012-07-051-2/+2
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-251-6/+7
|\
| * KVM: MMU: Don't use RCU for lockless shadow walkingAvi Kivity2012-05-161-4/+0Star