aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-25KVM: MMU: Fix torn shadow pteAvi Kivity1-1/+1
2008-07-29KVM: Advertise synchronized mmu support to userspaceAvi Kivity1-0/+1
2008-07-29KVM: Synchronize guest physical memory map to host virtual memory mapAndrea Arcangeli2-0/+112
2008-07-29KVM: Allow browsing memslots with mmu_lockAndrea Arcangeli1-7/+14
2008-07-29KVM: Allow reading aliases with mmu_lockAndrea Arcangeli1-0/+2
2008-07-28mmu-notifiers: coreAndrea Arcangeli1-0/+1
2008-07-27KVM: VMX: Fix undefined beaviour of EPT after reload kvm-intel.koSheng Yang1-10/+10
2008-07-27KVM: VMX: Fix bypass_guest_pf enabling when disable EPT in module parameterSheng Yang1-1/+1
2008-07-27KVM: task switch: translate guest segment limit to virt-extension byte granular fieldMarcelo Tosatti1-0/+4
2008-07-27KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity3-1/+9
2008-07-27KVM: task switch: use seg regs provided by subarch instead of reading from GDTMarcelo Tosatti1-63/+30
2008-07-27KVM: task switch: segment base is linear addressMarcelo Tosatti1-3/+9
2008-07-27KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel2-1/+8
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