summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: export PFEC.P bit on eptXiao Guangrong2012-07-111-1/+8
* KVM: MMU: cleanup spte_write_protectXiao Guangrong2012-07-111-16/+29
* KVM: MMU: abstract spte write-protectXiao Guangrong2012-07-111-27/+31
* KVM: MMU: return bool in __rmap_write_protectXiao Guangrong2012-07-111-6/+7
* KVM: VMX: Emulate invalid guest state by defaultAvi Kivity2012-07-091-1/+1
* KVM: x86 emulator: implement LTRAvi Kivity2012-07-091-1/+10
* KVM: x86 emulator: make loading TR set the busy bitAvi Kivity2012-07-091-1/+7
* KVM: x86 emulator: make read_segment_descriptor() return the addressAvi Kivity2012-07-091-5/+8
* KVM: x86 emulator: emulate LLDTAvi Kivity2012-07-091-1/+10
* KVM: x86 emulator: emulate BSWAPAvi Kivity2012-07-091-2/+18
* KVM: VMX: Improve error reporting during invalid guest state emulationAvi Kivity2012-07-091-1/+5
* KVM: VMX: Stop invalid guest state emulation on pending eventAvi Kivity2012-07-091-0/+3
* KVM: x86 emulator: implement ENTERAvi Kivity2012-07-091-1/+27
* KVM: x86 emulator: split push logic from push opcode emulationAvi Kivity2012-07-091-3/+8
* KVM: x86 emulator: fix byte-sized MOVZX/MOVSXAvi Kivity2012-07-091-2/+2
* KVM: x86 emulator: emulate LAHFAvi Kivity2012-07-091-1/+8
* KVM: VMX: Continue emulating after batch exhaustedAvi Kivity2012-07-091-1/+1
* KVM: VMX: Fix interrupt exit condition during emulationAvi Kivity2012-07-091-2/+1
* KVM: x86 emulator: emulate SGDT/SIDTAvi Kivity2012-07-091-2/+31
* KVM: Fix SS default ESP/EBP based addressingAvi Kivity2012-07-091-3/+14
* KVM: x86 emulator: emulate LEAVEAvi Kivity2012-07-091-1/+24
* KVM: VMX: Limit iterations with emulator_invalid_guest_stateAvi Kivity2012-07-091-1/+2
* KVM: VMX: Relax check on unusable segmentAvi Kivity2012-07-091-3/+1
* KVM: x86 emulator: fix LIDT/LGDT in long modeAvi Kivity2012-07-091-0/+4
* KVM: x86 emulator: allow loading null SS in long modeAvi Kivity2012-07-091-4/+8
* KVM: x86 emulator: emulate cpuidAvi Kivity2012-07-091-1/+15
* KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semanticsAvi Kivity2012-07-092-45/+28
* KVM: Split cpuid register access from computationAvi Kivity2012-07-092-18/+23
* KVM: VMX: Return correct CPL during transition to protected modeAvi Kivity2012-07-091-2/+13
* KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulationAvi Kivity2012-07-091-0/+2
* KVM: VMX: code clean for vmx_init()Guo Chao2012-07-031-9/+7
* KVM: host side for eoi optimizationMichael S. Tsirkin2012-06-255-4/+181
* 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: optimize ISR lookupsMichael S. Tsirkin2012-06-252-2/+55
* KVM: document lapic regs fieldMichael S. Tsirkin2012-06-251-0/+5
* KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc()Takuya Yoshikawa2012-06-191-1/+1
* KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bitXudong Hao2012-06-131-1/+1
* KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()Takuya Yoshikawa2012-06-111-9/+5
* KVM: disable uninitialized var warningMichael S. Tsirkin2012-06-061-1/+1
* KVM: Cleanup the kvm_print functions and introduce pr_XX wrappersChristoffer Dall2012-06-063-31/+31
* KVM: VMX: Fix KVM_SET_SREGS with big real mode segmentsOrit Wasserman2012-06-051-12/+58
* KVM: MMU: do not iterate over all VMs in mmu_shrink()Gleb Natapov2012-06-051-10/+17
* KVM: VMX: Use EPT Access bit in response to memory notifiersXudong Hao2012-06-052-8/+12
* KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit in EPTPXudong Hao2012-06-051-0/+2
* KVM: VMX: Add parameter to control A/D bits support, default is onXudong Hao2012-06-051-0/+12
* KVM: Avoid wasting pages for small lpage_info arraysTakuya Yoshikawa2012-06-051-2/+2
* KVM: MMU: fix huge page adapted on non-PAE hostXiao Guangrong2012-05-281-2/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-2413-408/+649
|\
| * KVM: Fix mmu_reload() clash with nested vmx event injectionAvi Kivity2012-05-161-4/+6
OpenPOWER on IntegriCloud