aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAge
* KVM: x86 emulator: emulate LAHFAvi Kivity2012-07-09
* KVM: VMX: Continue emulating after batch exhaustedAvi Kivity2012-07-09
* KVM: VMX: Fix interrupt exit condition during emulationAvi Kivity2012-07-09
* KVM: x86 emulator: emulate SGDT/SIDTAvi Kivity2012-07-09
* KVM: Fix SS default ESP/EBP based addressingAvi Kivity2012-07-09
* KVM: x86 emulator: emulate LEAVEAvi Kivity2012-07-09
* KVM: VMX: Limit iterations with emulator_invalid_guest_stateAvi Kivity2012-07-09
* KVM: VMX: Relax check on unusable segmentAvi Kivity2012-07-09
* KVM: x86 emulator: fix LIDT/LGDT in long modeAvi Kivity2012-07-09
* KVM: x86 emulator: allow loading null SS in long modeAvi Kivity2012-07-09
* KVM: x86 emulator: emulate cpuidAvi Kivity2012-07-09
* KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semanticsAvi Kivity2012-07-09
* KVM: Split cpuid register access from computationAvi Kivity2012-07-09
* KVM: VMX: Return correct CPL during transition to protected modeAvi Kivity2012-07-09
* KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulationAvi Kivity2012-07-09
* KVM: VMX: code clean for vmx_init()Guo Chao2012-07-03
* KVM: host side for eoi optimizationMichael S. Tsirkin2012-06-25
* KVM: rearrange injection cancelling codeMichael S. Tsirkin2012-06-25
* KVM: only sync when attention bits setMichael S. Tsirkin2012-06-25
* KVM: optimize ISR lookupsMichael S. Tsirkin2012-06-25
* KVM: document lapic regs fieldMichael S. Tsirkin2012-06-25
* KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc()Takuya Yoshikawa2012-06-19
* KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bitXudong Hao2012-06-13
* KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()Takuya Yoshikawa2012-06-11
* KVM: disable uninitialized var warningMichael S. Tsirkin2012-06-06
* KVM: Cleanup the kvm_print functions and introduce pr_XX wrappersChristoffer Dall2012-06-06
* KVM: VMX: Fix KVM_SET_SREGS with big real mode segmentsOrit Wasserman2012-06-05
* KVM: MMU: do not iterate over all VMs in mmu_shrink()Gleb Natapov2012-06-05
* KVM: VMX: Use EPT Access bit in response to memory notifiersXudong Hao2012-06-05
* KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit in EPTPXudong Hao2012-06-05
* KVM: VMX: Add parameter to control A/D bits support, default is onXudong Hao2012-06-05
* KVM: Avoid wasting pages for small lpage_info arraysTakuya Yoshikawa2012-06-05
* KVM: MMU: fix huge page adapted on non-PAE hostXiao Guangrong2012-05-28
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-24
|\
| * KVM: Fix mmu_reload() clash with nested vmx event injectionAvi Kivity2012-05-16
| * KVM: MMU: Don't use RCU for lockless shadow walkingAvi Kivity2012-05-16
| * KVM: VMX: Optimize %ds, %es reloadAvi Kivity2012-05-16
| * KVM: VMX: Fix %ds/%es clobberAvi Kivity2012-05-16
| * KVM: x86 emulator: convert bsf/bsr instructions to emulate_2op_SrcV_nobyte()Joerg Roedel2012-05-14
| * KVM: VMX: unlike vmcs on fail pathXiao Guangrong2012-05-14
| * KVM: x86 emulator: Avoid pushing back ModRM byte fetched for group decodingTakuya Yoshikawa2012-05-06
| * KVM: x86 emulator: Move ModRM flags for groups to top level opcode tablesTakuya Yoshikawa2012-05-06
| * KVM: fix cpuid eax for KVM leafMichael S. Tsirkin2012-05-06
| * KVM: x86: Run PIT work in own kthreadJan Kiszka2012-04-27
| * KVM: x86 emulator: fix asm constraint in flush_pending_x87_faultsAvi Kivity2012-04-24
| * KVM: Introduce bitmask for apic attention reasonsGleb Natapov2012-04-24
| * KVM: Introduce direct MSI message injection for in-kernel irqchipsJan Kiszka2012-04-24
| * KVM: Fix page-crossing MMIOAvi Kivity2012-04-19
| * Merge branch 'linus' into queueMarcelo Tosatti2012-04-19
| |\
| * | KVM: MMU: use page table level macroDavidlohr Bueso2012-04-18