aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2008-09-11KVM: VMX: Always return old for clear_flush_young() when using EPTSheng Yang
2008-09-11KVM: SVM: fix guest global tlb flushes with NPTJoerg Roedel
2008-09-11KVM: SVM: fix random segfaults with NPT enabledJoerg Roedel
2008-08-25KVM: MMU: Fix torn shadow pteAvi Kivity
2008-07-29KVM: Advertise synchronized mmu support to userspaceAvi Kivity
2008-07-29KVM: Synchronize guest physical memory map to host virtual memory mapAndrea Arcangeli
2008-07-29KVM: Allow browsing memslots with mmu_lockAndrea Arcangeli
2008-07-29KVM: Allow reading aliases with mmu_lockAndrea Arcangeli
2008-07-28mmu-notifiers: coreAndrea Arcangeli
2008-07-27KVM: VMX: Fix undefined beaviour of EPT after reload kvm-intel.koSheng Yang
2008-07-27KVM: VMX: Fix bypass_guest_pf enabling when disable EPT in module parameterSheng Yang
2008-07-27KVM: task switch: translate guest segment limit to virt-extension byte granul...Marcelo Tosatti
2008-07-27KVM: Avoid instruction emulation when event delivery is pendingAvi Kivity
2008-07-27KVM: task switch: use seg regs provided by subarch instead of reading from GDTMarcelo Tosatti
2008-07-27KVM: task switch: segment base is linear addressMarcelo Tosatti
2008-07-27KVM: SVM: allow enabling/disabling NPT by reloading only the architecture moduleJoerg Roedel
2008-07-20KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hostsAvi Kivity
2008-07-20KVM: x86 emulator: emulate clflushGlauber Costa
2008-07-20KVM: MMU: improve invalid shadow root page handlingMarcelo Tosatti
2008-07-20KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti
2008-07-20KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity
2008-07-20KVM: check injected pic irq within valid pic irqsBen-Ami Yassour
2008-07-20KVM: x86 emulator: Fix HLT instructionMohammed Gamal
2008-07-20KVM: Apply the kernel sigmask to vcpus blocked due to being uninitializedAvi Kivity
2008-07-20KVM: VMX: Add ept_sync_context in flush_tlbSheng Yang
2008-07-20KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be heldMarcelo Tosatti
2008-07-20KVM: SVM: fix suspend/resume supportJoerg Roedel
2008-07-20KVM: move slots_lock acquision down to vapic_exitMarcelo Tosatti
2008-07-20KVM: VMX: Fake emulate Intel perfctr MSRsChris Lalancette
2008-07-20KVM: VMX: Fix a wrong usage of vmcs_configSheng Yang
2008-07-20KVM: MMU: Fix printk formatAvi Kivity
2008-07-20KVM: MMU: When debug is enabled, make it a run-time parameterAvi Kivity
2008-07-20KVM: x86 emulator: lazily evaluate segment registersAvi Kivity
2008-07-20KVM: x86 emulator: avoid segment base adjust for leaAvi Kivity
2008-07-20KVM: x86 emulator: simplify rip relative decodingAvi Kivity
2008-07-20KVM: x86 emulator: simplify r/m decodingAvi Kivity
2008-07-20KVM: x86 emulator: simplify sib decodingAvi Kivity
2008-07-20KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain casesAvi Kivity
2008-07-20KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97)Mohammed Gamal
2008-07-20KVM: Use printk_rlimit() instead of reporting emulation failures just onceAvi Kivity
2008-07-20KVM: Do not calculate linear rip in emulation failure reportGlauber Costa
2008-07-20KVM: only abort guest entry if timer count goes from 0->1Marcelo Tosatti
2008-07-20KVM: Add coalesced MMIO support (x86 part)Laurent Vivier
2008-07-20KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier
2008-07-20KVM: MMU: Avoid page prefetch on SVMAvi Kivity
2008-07-20KVM: MMU: Move nonpaging_prefetch_page()Avi Kivity
2008-07-20KVM: x86 emulator: implement 'push imm' (opcode 0x68)Avi Kivity
2008-07-20KVM: x86 emulator: simplify push imm8 emulationAvi Kivity
2008-07-20KVM: MMU: Optimize prefetch_page()Avi Kivity
2008-07-20KVM: x86 emulator: Add support for mov r, sreg (0x8c) instructionGuillaume Thouvenin