summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
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-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/a...H. 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
2011-09-25KVM: L1 TSC handlingNadav Har'El1-0/+1
2011-09-25KVM: MMU: Do not unconditionally read PDPTE from guest memoryAvi Kivity1-0/+1
2011-09-25KVM: Use __print_symbolic() for vmexit tracepointsStefan Hajnoczi1-2/+0
2011-09-25KVM: x86: Raise the hard VCPU count limitSasha Levin1-1/+2
2011-07-24KVM: MMU: lockless walking shadow page tableXiao Guangrong1-0/+8
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong1-3/+0
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong1-0/+5
2011-07-14KVM: Steal time implementationGlauber Costa1-0/+9
2011-07-12KVM: MMU: Adjust shadow paging to work when SMEP=1 and CR0.WP=0Avi Kivity1-0/+1
2011-07-12KVM: Remove RDWRGSFS bit from CR4_RESERVED_BITSYang, Wei1-1/+1
2011-07-12KVM: Remove SMEP bit from CR4_RESERVED_BITSYang, Wei Y1-1/+1
2011-07-12KVM: nVMX: Allow setting the VMXE bit in CR4Nadav Har'El1-1/+1
2011-07-12KVM: MMU: remove the arithmetic of parent pte rmapXiao Guangrong1-6/+1
2011-07-12KVM: MMU: abstract the operation of rmapXiao Guangrong1-1/+1
2011-07-12KVM: MMU: optimize pte write path if don't have protected spXiao Guangrong1-0/+1
2011-07-12KVM: VMX: Move VMREAD cleanup to exception handlerAvi Kivity1-1/+5
2011-05-22KVM: VMX: Cache vmcs segment fieldsAvi Kivity1-0/+1