aboutsummaryrefslogtreecommitdiff
path: root/drivers/kvm
AgeCommit message (Expand)Author
2007-10-15sched: guest CPU accounting: maintain guest state in KVMLaurent Vivier
2007-10-13KVM: Skip pio instruction when it is emulated, not executedAvi Kivity
2007-10-13KVM: x86 emulator: popfNitin A Kamble
2007-10-13KVM: x86 emulator: fix src, dst value initializationNitin A Kamble
2007-10-13KVM: x86 emulator: jmp absNitin A Kamble
2007-10-13KVM: x86 emulator: leaNitin A Kamble
2007-10-13KVM: X86 emulator: jump conditional shortNitin A Kamble
2007-10-13KVM: x86 emulator: imlpement jump conditional relativeNitin A Kamble
2007-10-13KVM: x86 emulator: sort opcodes into ascending orderNitin A Kamble
2007-10-13KVM: Improve emulation failure reportingAvi Kivity
2007-10-13KVM: x86 emulator: pushfNitin A Kamble
2007-10-13KVM: x86 emulator: call nearNitin A Kamble
2007-10-13KVM: x86 emulator: push imm8Nitin A Kamble
2007-10-13KVM: VMX: Fix exit qualification width on i386He, Qing
2007-10-13KVM: Move main vcpu loop into subarch independent codeAvi Kivity
2007-10-13KVM: VMX: Move vm entry failure handling to the exit handlerAvi Kivity
2007-10-13KVM: MMU: Don't do GFP_NOWAIT allocationsAvi Kivity
2007-10-13KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt
2007-10-13KVM: Simplify memory allocationLaurent Vivier
2007-10-13KVM: Hoist SVM's get_cs_db_l_bits into core code.Rusty Russell
2007-10-13KVM: Keep control regs in syncRusty Russell
2007-10-13KVM: Clean up unloved invlpg emulationRusty Russell
2007-10-13KVM: Remove the unused invlpg member of struct kvm_arch_ops.Rusty Russell
2007-10-13KVM: Set the ET flag in CR0 after initializing FXAmit Shah
2007-10-13KVM: enable in-kernel APIC INIT/SIPI handlingHe, Qing
2007-10-13KVM: round robin for APIC lowest priority delivery modeHe, Qing
2007-10-13KVM: deliver PIC interrupt only to vcpu0Qing He
2007-10-13KVM: disable tpr/cr8 sync when in-kernel APIC is usedHe, Qing
2007-10-13KVM: Migrate lapic hrtimer when vcpu moves to another cpuEddie Dong
2007-10-13KVM: Keep track of missed timer irq injectionsEddie Dong
2007-10-13KVM: VMX: Use shadow TPR/cr8 for 64-bits guestsYang, Sheng
2007-10-13KVM: pending irq save/restoreEddie Dong
2007-10-13KVM: in-kernel LAPIC save and restore supportEddie Dong
2007-10-13KVM: in-kernel IOAPIC save and restore supportHe, Qing
2007-10-13KVM: Bypass irq_pending get/set when using in kernel irqchipHe, Qing
2007-10-13KVM: Add get/set irqchip ioctls for in-kernel PIC live migration supportHe, Qing
2007-10-13KVM: Protect in-kernel pio using kvm->lockEddie Dong
2007-10-13KVM: Emulate hlt in the kernelEddie Dong
2007-10-13KVM: In-kernel I/O APIC modelEddie Dong
2007-10-13KVM: Emulate local APIC in kernelEddie Dong
2007-10-13KVM: Define and use cr8 access functionsEddie Dong
2007-10-13KVM: Add support for in-kernel PIC emulationEddie Dong
2007-10-13KVM: VMX: Split segments reload in vmx_load_host_state()Laurent Vivier
2007-10-13KVM: X86 emulator: fix 'push reg' writebackAvi Kivity
2007-10-13KVM: Support more memory slotsIzik Eidus
2007-10-13KVM: VMX: allow rmode_tss_base() to work with >2G of guest memoryIzik Eidus
2007-10-13KVM: x86 emulator: implement 'push reg' (opcodes 0x50-0x57)Nitin A Kamble
2007-10-13KVM: x86 emulator: Implement 'jmp rel short' instruction (opcode 0xeb)Nitin A Kamble
2007-10-13KVM: x86 emulator: implement 'jmp rel' instruction (opcode 0xe9)Nitin A Kamble
2007-10-13KVM: x86 emulator: implement 'and $imm, %{al|ax|eax}'Nitin A Kamble