summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2008-07-20KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hostsAvi Kivity1-3/+4
2008-07-20KVM: x86 emulator: emulate clflushGlauber Costa1-1/+3
2008-07-20KVM: MMU: improve invalid shadow root page handlingMarcelo Tosatti1-1/+4
2008-07-20KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti1-0/+5
2008-07-20KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity3-27/+27
2008-07-20KVM: check injected pic irq within valid pic irqsBen-Ami Yassour2-2/+6
2008-07-20KVM: x86 emulator: Fix HLT instructionMohammed Gamal1-1/+1
2008-07-20KVM: Apply the kernel sigmask to vcpus blocked due to being uninitializedAvi Kivity1-5/+5
2008-07-20KVM: VMX: Add ept_sync_context in flush_tlbSheng Yang1-0/+3
2008-07-20KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be heldMarcelo Tosatti1-0/+3
2008-07-20KVM: SVM: fix suspend/resume supportJoerg Roedel1-12/+22
2008-07-20KVM: move slots_lock acquision down to vapic_exitMarcelo Tosatti1-2/+2
2008-07-20KVM: VMX: Fake emulate Intel perfctr MSRsChris Lalancette1-0/+12
2008-07-20KVM: VMX: Fix a wrong usage of vmcs_configSheng Yang1-2/+2
2008-07-20KVM: MMU: Fix printk formatAvi Kivity1-1/+1
2008-07-20KVM: MMU: When debug is enabled, make it a run-time parameterAvi Kivity1-1/+2
2008-07-20KVM: x86 emulator: lazily evaluate segment registersAvi Kivity2-60/+57
2008-07-20KVM: x86 emulator: avoid segment base adjust for leaAvi Kivity1-1/+1
2008-07-20KVM: x86 emulator: simplify rip relative decodingAvi Kivity1-18/+5
2008-07-20KVM: x86 emulator: simplify r/m decodingAvi Kivity1-13/+4
2008-07-20KVM: x86 emulator: simplify sib decodingAvi Kivity1-16/+4
2008-07-20KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain casesAvi Kivity1-0/+2
2008-07-20KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97)Mohammed Gamal1-2/+15
2008-07-20KVM: Use printk_rlimit() instead of reporting emulation failures just onceAvi Kivity1-3/+1
2008-07-20KVM: Do not calculate linear rip in emulation failure reportGlauber Costa1-2/+2
2008-07-20KVM: only abort guest entry if timer count goes from 0->1Marcelo Tosatti2-9/+6
2008-07-20KVM: Add coalesced MMIO support (x86 part)Laurent Vivier2-1/+5
2008-07-20KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier4-15/+25
2008-07-20KVM: MMU: Avoid page prefetch on SVMAvi Kivity1-1/+4
2008-07-20KVM: MMU: Move nonpaging_prefetch_page()Avi Kivity1-9/+9
2008-07-20KVM: x86 emulator: implement 'push imm' (opcode 0x68)Avi Kivity1-1/+2
2008-07-20KVM: x86 emulator: simplify push imm8 emulationAvi Kivity1-3/+1
2008-07-20KVM: MMU: Optimize prefetch_page()Avi Kivity1-13/+15
2008-07-20KVM: x86 emulator: Add support for mov r, sreg (0x8c) instructionGuillaume Thouvenin1-1/+14
2008-07-20KVM: x86 emulator: Add support for mov seg, r (0x8e) instructionGuillaume Thouvenin1-1/+24
2008-07-20KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instructionGuillaume Thouvenin1-1/+4
2008-07-20KVM: x86 emulator: add support for jmp far 0xeaGuillaume Thouvenin1-2/+29
2008-07-20KVM: x86 emulator: Update c->dst.bytes in decode instructionGuillaume Thouvenin1-0/+1
2008-07-20KVM: Prefixes segment functions that will be exported with "kvm_"Guillaume Thouvenin1-39/+39
2008-07-20KVM: MTRR supportAvi Kivity1-4/+48
2008-07-20KVM: VMX: Enable NMI with in-kernel irqchipSheng Yang3-19/+118
2008-07-20KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang2-1/+8
2008-07-20KVM: Remove unnecessary ->decache_regs() callAvi Kivity1-1/+0
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity3-19/+0
2008-07-20KVM: VMX: Add list of potentially locally cached vcpusAvi Kivity2-29/+22
2008-07-20KVM: Handle virtualization instruction #UD faults during rebootAvi Kivity2-20/+25
2008-07-20KVM: MMU: Fix false flooding when a pte points to page tableAvi Kivity2-2/+18
2008-07-20KVM: VMX: Trivial vmcs_write64() code simplificationAvi Kivity1-3/+1
2008-07-20KVM: SVM: Fake MSR_K7 performance countersChris Lalancette1-6/+9
2008-07-20KVM: PIT: support mode 3Aurelien Jarno1-0/+1