aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-30KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld1-0/+2
2012-11-30KVM: x86: Add code to track call origin for msr assignmentWill Auld1-3/+9
2012-11-27KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti1-0/+1
2012-11-27KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti1-0/+7
2012-11-27KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti1-1/+1
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+33
2012-09-23KVM: x86: Fix guest debug across vcpu INIT resetJan Kiszka1-2/+2
2012-09-21KVM: x86: Export svm/vmx exit code and vector code to userspaceXiao Guangrong1-16/+0
2012-09-20KVM: optimize apic interrupt deliveryGleb Natapov1-0/+12
2012-09-20KVM: MMU: Optimize is_last_gpte()Avi Kivity1-0/+7
2012-09-20KVM: MMU: Optimize pte permission checksAvi Kivity1-0/+7
2012-09-06KVM: Provide userspace IO exit completion callbackGleb Natapov1-0/+1
2012-08-13KVM: x86: fix pvclock guest stopped flag reportingMarcelo Tosatti1-0/+2
2012-08-06KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa1-1/+1
2012-07-26Merge branch 'queue' into nextAvi Kivity1-1/+2
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+29
2012-07-20KVM: fix race with level interruptsMichael S. Tsirkin1-1/+14
2012-07-18KVM: Separate rmap_pde from kvm_lpage_info->write_countTakuya Yoshikawa1-1/+1
2012-07-18KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start()Takuya Yoshikawa1-0/+1
2012-07-12KVM: VMX: Implement PCID/INVPCID for guests with EPTMao, Junjie1-1/+3
2012-07-05perf/x86: Rename Intel specific macrosRobert Richter1-2/+2
2012-06-25KVM: host side for eoi optimizationMichael S. Tsirkin1-0/+12
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+7
2012-05-16KVM: MMU: Don't use RCU for lockless shadow walkingAvi Kivity1-4/+0
2012-04-24KVM: Introduce bitmask for apic attention reasonsGleb Natapov1-0/+4
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/include/asm/kvm_host.hH. Peter Anvin1-3/+2
2012-04-08KVM: Avoid checking huge page mappings in get_dirty_log()Takuya Yoshikawa1-2/+3
2012-03-08KVM: x86 emulator: Fix task switch privilege checksKevin Wolf1-2/+2
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa1-0/+9
2012-03-08KVM: Track TSC synchronization in generationsZachary Amsden1-3/+7
2012-03-08KVM: Dont mark TSC unstable due to S4 suspendZachary Amsden1-0/+1
2012-03-08KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti1-1/+12
2012-03-08KVM: Add last_host_tsc tracking back to KVMZachary Amsden1-0/+1
2012-03-08KVM: Improve TSC offset matchingZachary Amsden1-0/+1
2012-03-08KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden1-4/+5
2012-03-05KVM: x86: increase recommended max vcpus to 160Marcelo Tosatti1-1/+1
2012-03-05KVM: MMU: Remove unused kvm_pte_chainTakuya Yoshikawa1-7/+0
2012-03-05KVM: SVM: Add support for AMD's OSVW feature in guestsBoris Ostrovsky1-0/+6
2011-12-27KVM: Add generic RDPMC supportAvi Kivity1-0/+1
2011-12-27KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov1-0/+48
2011-12-27KVM: MMU: move the relevant mmu code to mmu.cXiao Guangrong1-0/+6
2011-12-27KVM: introduce KVM_MEM_SLOTS_NUM macroXiao Guangrong1-1/+3
2011-12-27KVM: Optimize dirty logging by rmap_write_protect()Takuya Yoshikawa1-0/+2
2011-12-27KVM: MMU: remove KVM host pv mmu supportChris Wright1-13/+0
2011-12-27KVM: MMU: improve write flooding detectedXiao Guangrong1-4/+2
2011-12-27KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong1-3/+1
2011-12-27KVM: MMU: do not mark accessed bit on pte write pathXiao Guangrong1-1/+0
2011-12-27KVM: x86: retry non-page-table writing instructionsXiao Guangrong1-0/+5
2011-10-05KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong1-0/+2
2011-09-25KVM: Fix simultaneous NMIsAvi Kivity1-2/+3