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