summaryrefslogtreecommitdiff
path: root/drivers/kvm
AgeCommit message (Expand)Author
2008-01-30KVM: MMU: Topup the mmu memory preallocation caches before emulating an insnAvi Kivity
2008-01-30KVM: Move page fault processing to common codeAvi Kivity
2008-01-30KVM: x86 emulator: don't depend on cr2 for mov abs emulationAvi Kivity
2008-01-30KVM: SVM: Let gcc to choose which registers to save (i386)Laurent Vivier
2008-01-30KVM: SVM: Let gcc to choose which registers to save (x86_64)Laurent Vivier
2008-01-30KVM: VMX: Let gcc to choose which registers to save (i386)Laurent Vivier
2008-01-30KVM: VMX: Let gcc to choose which registers to save (x86_64)Laurent Vivier
2008-01-30KVM: Add ioctl to tss address from userspace,Izik Eidus
2008-01-30KVM: Add kernel-internal memory slotsIzik Eidus
2008-01-30KVM: Export memory slot allocation mechanismIzik Eidus
2008-01-30KVM: Unmap kernel-allocated memory on slot destructionIzik Eidus
2008-01-30KVM: Split IOAPIC reset function and export for kernel RESETEddie Dong
2008-01-30KVM: Export PIC reset for kernel device resetEddie Dong
2008-01-30KVM: Add a might_sleep() annotation to gfn_to_page()Avi Kivity
2008-01-30KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()Avi Kivity
2008-01-30KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...Zhang Xiantao
2008-01-30KVM: Allocate userspace memory for older userspaceAnthony Liguori
2008-01-30KVM: Use virtual cpu accounting if available for guest times.Christian Borntraeger
2008-01-30KVM: MMU: Partial swapping of guest memoryIzik Eidus
2008-01-30KVM: MMU: Make gfn_to_page() always safeIzik Eidus
2008-01-30KVM: MMU: Keep a reverse mapping of non-writable translationsIzik Eidus
2008-01-30KVM: MMU: Add rmap_next(), a helper for walking kvm rmapsIzik Eidus
2008-01-30KVM: x86 emulator: cmc, clc, cli, stiNitin A Kamble
2008-01-30KVM: MMU: Simplify page table walkerAvi Kivity
2008-01-30KVM: x86 emulator: Implement emulation of instruction: inc & decNitin A Kamble
2008-01-30KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSHAvi Kivity
2008-01-30KVM: Move apic timer interrupt backlog processing to common codeAvi Kivity
2008-01-30KVM: Add some \n in ioapic_debug()Laurent Vivier
2008-01-30KVM: apic round robin cleanupQing He
2008-01-30KVM: Portability: split kvm_vcpu_ioctlCarsten Otte
2008-01-30KVM: MMU: When updating the dirty bit, inform the mmu about itAvi Kivity
2008-01-30KVM: MMU: Move dirty bit updates to a separate functionAvi Kivity
2008-01-30KVM: MMU: Instantiate real-mode shadows as user writable shadowsAvi Kivity
2008-01-30KVM: MMU: Disable write access on clean large pagesAvi Kivity
2008-01-30KVM: MMU: Fix nx access bit for huge pagesAvi Kivity
2008-01-30KVM: Move guest pte dirty bit management to the guest pagetable walkerAvi Kivity
2008-01-30KVM: MMU: More struct kvm_vcpu -> struct kvm cleanupsAnthony Liguori
2008-01-30KVM: MMU: Clean up MMU functions to take struct kvm when appropriateAnthony Liguori
2008-01-30KVM: Move x86 msr handling to new files x86.[ch]Carsten Otte
2008-01-30KVM: Support assigning userspace memory to the guestIzik Eidus
2008-01-30KVM: CodingStyle cleanupMike Day
2008-01-30KVM: Remove gratuitous casts from lapic.cRusty Russell
2008-01-30KVM: Hoist kvm_create_lapic() into kvm_vcpu_init()Rusty Russell
2008-01-30KVM: Add kvm_free_lapic() to pair with kvm_create_lapic()Rusty Russell
2008-01-30KVM: Allow dynamic allocation of the mmu shadow cache sizeIzik Eidus
2008-01-30KVM: Add general accessors to read and write guest memoryIzik Eidus
2008-01-30KVM: Remove the usage of page->private field by rmapIzik Eidus
2008-01-30KVM: VMX: Simplify vcpu_clear()Avi Kivity
2008-01-30KVM: VMX: Don't clear the vmcs if the vcpu is not loaded on any processorAvi Kivity
2008-01-30KVM: x86 emulator: Any legacy prefix after a REX prefix nullifies its effectLaurent Vivier