summaryrefslogtreecommitdiffstats
path: root/drivers/kvm
Commit message (Expand)AuthorAgeFilesLines
* sched: guest CPU accounting: maintain guest state in KVMLaurent Vivier2007-10-152-0/+12
* KVM: Skip pio instruction when it is emulated, not executedAvi Kivity2007-10-131-2/+5
* KVM: x86 emulator: popfNitin A Kamble2007-10-131-1/+4
* KVM: x86 emulator: fix src, dst value initializationNitin A Kamble2007-10-131-0/+2
* KVM: x86 emulator: jmp absNitin A Kamble2007-10-131-0/+6
* KVM: x86 emulator: leaNitin A Kamble2007-10-131-1/+4
* KVM: X86 emulator: jump conditional shortNitin A Kamble2007-10-131-2/+13
* KVM: x86 emulator: imlpement jump conditional relativeNitin A Kamble2007-10-131-1/+60
* KVM: x86 emulator: sort opcodes into ascending orderNitin A Kamble2007-10-131-50/+49Star
* KVM: Improve emulation failure reportingAvi Kivity2007-10-134-10/+11
* KVM: x86 emulator: pushfNitin A Kamble2007-10-131-2/+9
* KVM: x86 emulator: call nearNitin A Kamble2007-10-131-1/+21
* KVM: x86 emulator: push imm8Nitin A Kamble2007-10-131-3/+14
* KVM: VMX: Fix exit qualification width on i386He, Qing2007-10-131-6/+6
* KVM: Move main vcpu loop into subarch independent codeAvi Kivity2007-10-134-217/+187Star
* KVM: VMX: Move vm entry failure handling to the exit handlerAvi Kivity2007-10-131-9/+10
* KVM: MMU: Don't do GFP_NOWAIT allocationsAvi Kivity2007-10-131-24/+10Star
* KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt2007-10-137-96/+96
* KVM: Simplify memory allocationLaurent Vivier2007-10-132-37/+3Star
* KVM: Hoist SVM's get_cs_db_l_bits into core code.Rusty Russell2007-10-133-9/+12
* KVM: Keep control regs in syncRusty Russell2007-10-131-4/+4
* KVM: Clean up unloved invlpg emulationRusty Russell2007-10-133-17/+3Star
* KVM: Remove the unused invlpg member of struct kvm_arch_ops.Rusty Russell2007-10-132-7/+0Star
* KVM: Set the ET flag in CR0 after initializing FXAmit Shah2007-10-131-0/+1
* KVM: enable in-kernel APIC INIT/SIPI handlingHe, Qing2007-10-135-16/+85
* KVM: round robin for APIC lowest priority delivery modeHe, Qing2007-10-132-5/+29
* KVM: deliver PIC interrupt only to vcpu0Qing He2007-10-133-5/+28
* KVM: disable tpr/cr8 sync when in-kernel APIC is usedHe, Qing2007-10-131-1/+2
* KVM: Migrate lapic hrtimer when vcpu moves to another cpuEddie Dong2007-10-134-1/+19
* KVM: Keep track of missed timer irq injectionsEddie Dong2007-10-136-25/+69
* KVM: VMX: Use shadow TPR/cr8 for 64-bits guestsYang, Sheng2007-10-134-4/+81
* KVM: pending irq save/restoreEddie Dong2007-10-134-3/+54
* KVM: in-kernel LAPIC save and restore supportEddie Dong2007-10-133-0/+60
* KVM: in-kernel IOAPIC save and restore supportHe, Qing2007-10-132-1/+11
* KVM: Bypass irq_pending get/set when using in kernel irqchipHe, Qing2007-10-131-8/+14
* KVM: Add get/set irqchip ioctls for in-kernel PIC live migration supportHe, Qing2007-10-133-0/+88
* KVM: Protect in-kernel pio using kvm->lockEddie Dong2007-10-131-0/+6
* KVM: Emulate hlt in the kernelEddie Dong2007-10-136-11/+56
* KVM: In-kernel I/O APIC modelEddie Dong2007-10-136-8/+458
* KVM: Emulate local APIC in kernelEddie Dong2007-10-138-31/+1065
* KVM: Define and use cr8 access functionsEddie Dong2007-10-134-17/+40
* KVM: Add support for in-kernel PIC emulationEddie Dong2007-10-138-24/+751
* KVM: VMX: Split segments reload in vmx_load_host_state()Laurent Vivier2007-10-131-10/+12
* KVM: X86 emulator: fix 'push reg' writebackAvi Kivity2007-10-131-1/+0Star
* KVM: Support more memory slotsIzik Eidus2007-10-131-1/+1
* KVM: VMX: allow rmode_tss_base() to work with >2G of guest memoryIzik Eidus2007-10-131-1/+1
* KVM: x86 emulator: implement 'push reg' (opcodes 0x50-0x57)Nitin A Kamble2007-10-131-1/+15
* KVM: x86 emulator: Implement 'jmp rel short' instruction (opcode 0xeb)Nitin A Kamble2007-10-131-1/+2
* KVM: x86 emulator: implement 'jmp rel' instruction (opcode 0xe9)Nitin A Kamble2007-10-131-2/+14
* KVM: x86 emulator: implement 'and $imm, %{al|ax|eax}'Nitin A Kamble2007-10-131-2/+19