summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: task switch: translate guest segment limit to virt-extension byte granul...Marcelo Tosatti2008-07-271-0/+4
* KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity2008-07-273-1/+9
* KVM: task switch: use seg regs provided by subarch instead of reading from GDTMarcelo Tosatti2008-07-271-63/+30
* KVM: task switch: segment base is linear addressMarcelo Tosatti2008-07-271-3/+9
* KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel2008-07-272-1/+8
* KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hostsAvi Kivity2008-07-201-3/+4
* KVM: x86 emulator: emulate clflushGlauber Costa2008-07-201-1/+3
* KVM: MMU: improve invalid shadow root page handlingMarcelo Tosatti2008-07-201-1/+4
* KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti2008-07-201-0/+5
* KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity2008-07-203-27/+27
* KVM: check injected pic irq within valid pic irqsBen-Ami Yassour2008-07-202-2/+6
* KVM: x86 emulator: Fix HLT instructionMohammed Gamal2008-07-201-1/+1
* KVM: Apply the kernel sigmask to vcpus blocked due to being uninitializedAvi Kivity2008-07-201-5/+5
* KVM: VMX: Add ept_sync_context in flush_tlbSheng Yang2008-07-201-0/+3
* KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be heldMarcelo Tosatti2008-07-201-0/+3
* KVM: SVM: fix suspend/resume supportJoerg Roedel2008-07-201-12/+22
* KVM: move slots_lock acquision down to vapic_exitMarcelo Tosatti2008-07-201-2/+2
* KVM: VMX: Fake emulate Intel perfctr MSRsChris Lalancette2008-07-201-0/+12
* KVM: VMX: Fix a wrong usage of vmcs_configSheng Yang2008-07-201-2/+2
* KVM: MMU: Fix printk formatAvi Kivity2008-07-201-1/+1
* KVM: MMU: When debug is enabled, make it a run-time parameterAvi Kivity2008-07-201-1/+2
* KVM: x86 emulator: lazily evaluate segment registersAvi Kivity2008-07-202-60/+57
* KVM: x86 emulator: avoid segment base adjust for leaAvi Kivity2008-07-201-1/+1
* KVM: x86 emulator: simplify rip relative decodingAvi Kivity2008-07-201-18/+5
* KVM: x86 emulator: simplify r/m decodingAvi Kivity2008-07-201-13/+4
* KVM: x86 emulator: simplify sib decodingAvi Kivity2008-07-201-16/+4
* KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain casesAvi Kivity2008-07-201-0/+2
* KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97)Mohammed Gamal2008-07-201-2/+15
* KVM: Use printk_rlimit() instead of reporting emulation failures just onceAvi Kivity2008-07-201-3/+1
* KVM: Do not calculate linear rip in emulation failure reportGlauber Costa2008-07-201-2/+2
* KVM: only abort guest entry if timer count goes from 0->1Marcelo Tosatti2008-07-202-9/+6
* KVM: Add coalesced MMIO support (x86 part)Laurent Vivier2008-07-202-1/+5
* KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier2008-07-204-15/+25
* KVM: MMU: Avoid page prefetch on SVMAvi Kivity2008-07-201-1/+4
* KVM: MMU: Move nonpaging_prefetch_page()Avi Kivity2008-07-201-9/+9
* KVM: x86 emulator: implement 'push imm' (opcode 0x68)Avi Kivity2008-07-201-1/+2
* KVM: x86 emulator: simplify push imm8 emulationAvi Kivity2008-07-201-3/+1
* KVM: MMU: Optimize prefetch_page()Avi Kivity2008-07-201-13/+15
* KVM: x86 emulator: Add support for mov r, sreg (0x8c) instructionGuillaume Thouvenin2008-07-201-1/+14
* KVM: x86 emulator: Add support for mov seg, r (0x8e) instructionGuillaume Thouvenin2008-07-201-1/+24
* KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instructionGuillaume Thouvenin2008-07-201-1/+4
* KVM: x86 emulator: add support for jmp far 0xeaGuillaume Thouvenin2008-07-201-2/+29
* KVM: x86 emulator: Update c->dst.bytes in decode instructionGuillaume Thouvenin2008-07-201-0/+1
* KVM: Prefixes segment functions that will be exported with "kvm_"Guillaume Thouvenin2008-07-201-39/+39
* KVM: MTRR supportAvi Kivity2008-07-201-4/+48
* KVM: VMX: Enable NMI with in-kernel irqchipSheng Yang2008-07-203-19/+118
* KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang2008-07-202-1/+8
* KVM: Remove unnecessary ->decache_regs() callAvi Kivity2008-07-201-1/+0
* KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity2008-07-203-19/+0
* KVM: VMX: Add list of potentially locally cached vcpusAvi Kivity2008-07-202-29/+22
OpenPOWER on IntegriCloud