summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2012-07-11KVM: MMU: cleanup spte_write_protectXiao Guangrong
2012-07-11KVM: MMU: abstract spte write-protectXiao Guangrong
2012-07-11KVM: MMU: return bool in __rmap_write_protectXiao Guangrong
2012-07-09KVM: VMX: Emulate invalid guest state by defaultAvi Kivity
2012-07-09KVM: x86 emulator: implement LTRAvi Kivity
2012-07-09KVM: x86 emulator: make loading TR set the busy bitAvi Kivity
2012-07-09KVM: x86 emulator: make read_segment_descriptor() return the addressAvi Kivity
2012-07-09KVM: x86 emulator: emulate LLDTAvi Kivity
2012-07-09KVM: x86 emulator: emulate BSWAPAvi Kivity
2012-07-09KVM: VMX: Improve error reporting during invalid guest state emulationAvi Kivity
2012-07-09KVM: VMX: Stop invalid guest state emulation on pending eventAvi Kivity
2012-07-09KVM: x86 emulator: implement ENTERAvi Kivity
2012-07-09KVM: x86 emulator: split push logic from push opcode emulationAvi Kivity
2012-07-09KVM: x86 emulator: fix byte-sized MOVZX/MOVSXAvi Kivity
2012-07-09KVM: x86 emulator: emulate LAHFAvi Kivity
2012-07-09KVM: VMX: Continue emulating after batch exhaustedAvi Kivity
2012-07-09KVM: VMX: Fix interrupt exit condition during emulationAvi Kivity
2012-07-09KVM: x86 emulator: emulate SGDT/SIDTAvi Kivity
2012-07-09KVM: Fix SS default ESP/EBP based addressingAvi Kivity
2012-07-09KVM: x86 emulator: initialize memopAvi Kivity
2012-07-09KVM: x86 emulator: emulate LEAVEAvi Kivity
2012-07-09KVM: VMX: Limit iterations with emulator_invalid_guest_stateAvi Kivity
2012-07-09KVM: VMX: Relax check on unusable segmentAvi Kivity
2012-07-09KVM: x86 emulator: fix LIDT/LGDT in long modeAvi Kivity
2012-07-09KVM: x86 emulator: allow loading null SS in long modeAvi Kivity
2012-07-09KVM: x86 emulator: emulate cpuidAvi Kivity
2012-07-09KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semanticsAvi Kivity
2012-07-09KVM: Split cpuid register access from computationAvi Kivity
2012-07-09KVM: VMX: Return correct CPL during transition to protected modeAvi Kivity
2012-07-09KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulationAvi Kivity
2012-07-03KVM: VMX: code clean for vmx_init()Guo Chao
2012-07-03apic: fix kvm build on UP without IOAPICMichael S. Tsirkin
2012-06-25KVM: host side for eoi optimizationMichael S. Tsirkin
2012-06-25KVM: rearrange injection cancelling codeMichael S. Tsirkin
2012-06-25KVM: only sync when attention bits setMichael S. Tsirkin
2012-06-25x86, bitops: note on __test_and_clear_bit atomicityMichael S. Tsirkin
2012-06-25KVM guest: guest side for eoi avoidanceMichael S. Tsirkin
2012-06-25KVM: optimize ISR lookupsMichael S. Tsirkin
2012-06-25KVM: document lapic regs fieldMichael S. Tsirkin
2012-06-19KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc()Takuya Yoshikawa
2012-06-18KVM: Introduce __KVM_HAVE_IRQ_LINEChristoffer Dall
2012-06-13KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bitXudong Hao
2012-06-12KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()Takuya Yoshikawa
2012-06-06KVM: disable uninitialized var warningMichael S. Tsirkin
2012-06-06KVM: Cleanup the kvm_print functions and introduce pr_XX wrappersChristoffer Dall
2012-06-05KVM: VMX: Fix KVM_SET_SREGS with big real mode segmentsOrit Wasserman
2012-06-05KVM: MMU: do not iterate over all VMs in mmu_shrink()Gleb Natapov
2012-06-05KVM: VMX: Use EPT Access bit in response to memory notifiersXudong Hao
2012-06-05KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit in EPTPXudong Hao
2012-06-05KVM: VMX: Add parameter to control A/D bits support, default is onXudong Hao