summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * KVM: Introduce bitmask for apic attention reasonsGleb Natapov2012-04-241-0/+4
| * KVM: Avoid checking huge page mappings in get_dirty_log()Takuya Yoshikawa2012-04-081-2/+3
* | x86, extable: Remove open-coded exception table entries in arch/x86/include/a...H. Peter Anvin2012-04-201-3/+2Star
|/
* KVM: x86 emulator: Fix task switch privilege checksKevin Wolf2012-03-081-2/+2
* KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa2012-03-081-0/+9
* KVM: Track TSC synchronization in generationsZachary Amsden2012-03-081-3/+7
* KVM: Dont mark TSC unstable due to S4 suspendZachary Amsden2012-03-081-0/+1
* KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti2012-03-081-1/+12
* KVM: Add last_host_tsc tracking back to KVMZachary Amsden2012-03-081-0/+1
* KVM: Improve TSC offset matchingZachary Amsden2012-03-081-0/+1
* KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden2012-03-081-4/+5
* KVM: x86: increase recommended max vcpus to 160Marcelo Tosatti2012-03-051-1/+1
* KVM: MMU: Remove unused kvm_pte_chainTakuya Yoshikawa2012-03-051-7/+0Star
* KVM: SVM: Add support for AMD's OSVW feature in guestsBoris Ostrovsky2012-03-051-0/+6
* KVM: Add generic RDPMC supportAvi Kivity2011-12-271-0/+1
* KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov2011-12-271-0/+48
* KVM: MMU: move the relevant mmu code to mmu.cXiao Guangrong2011-12-271-0/+6
* KVM: introduce KVM_MEM_SLOTS_NUM macroXiao Guangrong2011-12-271-1/+3
* KVM: Optimize dirty logging by rmap_write_protect()Takuya Yoshikawa2011-12-271-0/+2
* KVM: MMU: remove KVM host pv mmu supportChris Wright2011-12-271-13/+0Star
* KVM: MMU: improve write flooding detectedXiao Guangrong2011-12-271-4/+2Star
* KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong2011-12-271-3/+1Star
* KVM: MMU: do not mark accessed bit on pte write pathXiao Guangrong2011-12-271-1/+0Star
* KVM: x86: retry non-page-table writing instructionsXiao Guangrong2011-12-271-0/+5
* KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong2011-10-051-0/+2
* KVM: Fix simultaneous NMIsAvi Kivity2011-09-251-2/+3
* KVM: L1 TSC handlingNadav Har'El2011-09-251-0/+1
* KVM: MMU: Do not unconditionally read PDPTE from guest memoryAvi Kivity2011-09-251-0/+1
* KVM: Use __print_symbolic() for vmexit tracepointsStefan Hajnoczi2011-09-251-2/+0Star
* KVM: x86: Raise the hard VCPU count limitSasha Levin2011-09-251-1/+2
* KVM: MMU: lockless walking shadow page tableXiao Guangrong2011-07-241-0/+8