summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-01-30KVM: Portability: Move x86 instruction emulation code to x86.cHollis Blanchard3-176/+177
2008-01-30KVM: Portability: Make exported debugfs data architecture-specificHollis Blanchard3-25/+29
2008-01-30KVM: x86 emulator: Hoist modrm and abs decoding into separate functionsAvi Kivity1-160/+177
2008-01-30KVM: Make mark_page_dirty() work for aliased pages too.Uri Lublin1-1/+1
2008-01-30KVM: Simplify decode_register_operand() calling conventionAvi Kivity1-3/+3
2008-01-30KVM: x86 emulator: centralize decoding of one-byte register access insnsAvi Kivity2-57/+47
2008-01-30KVM: x86 emulator: Extract the common code of SrcReg and DstRegAvi Kivity1-49/+31
2008-01-30KVM: Portability: Move pio emulation functions to x86.cCarsten Otte3-248/+244
2008-01-30KVM: Portability: Move x86 emulation and mmio device hook to x86.cCarsten Otte2-357/+358
2008-01-30KVM: Portability: Move kvm_get/set_msr[_common] to x86.cCarsten Otte2-133/+134
2008-01-30KVM: Fix gfn_to_page() acquiring mmap_sem twiceAnthony Liguori1-4/+18
2008-01-30KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)Sheng Yang4-30/+152
2008-01-30KVM: Portability: Move control register helper functions to x86.cCarsten Otte3-220/+225
2008-01-30KVM: Portability: move get/set_apic_base to x86.cCarsten Otte2-19/+19
2008-01-30KVM: Portability: Move memory segmentation to x86.cCarsten Otte3-42/+45
2008-01-30KVM: Portability: Split kvm_vm_ioctl v3Carsten Otte3-249/+271
2008-01-30KVM: MMU: Topup the mmu memory preallocation caches before emulating an insnAvi Kivity1-0/+4
2008-01-30KVM: Move page fault processing to common codeAvi Kivity4-65/+39
2008-01-30KVM: x86 emulator: don't depend on cr2 for mov abs emulationAvi Kivity1-20/+30
2008-01-30KVM: SVM: Let gcc to choose which registers to save (i386)Laurent Vivier1-4/+4
2008-01-30KVM: SVM: Let gcc to choose which registers to save (x86_64)Laurent Vivier1-9/+8
2008-01-30KVM: VMX: Let gcc to choose which registers to save (i386)Laurent Vivier1-3/+5
2008-01-30KVM: VMX: Let gcc to choose which registers to save (x86_64)Laurent Vivier1-12/+9
2008-01-30KVM: Add ioctl to tss address from userspace,Izik Eidus4-2/+51
2008-01-30KVM: Add kernel-internal memory slotsIzik Eidus2-2/+26
2008-01-30KVM: Export memory slot allocation mechanismIzik Eidus2-4/+16
2008-01-30KVM: Unmap kernel-allocated memory on slot destructionIzik Eidus2-0/+15
2008-01-30KVM: Split IOAPIC reset function and export for kernel RESETEddie Dong2-4/+14
2008-01-30KVM: Export PIC reset for kernel device resetEddie Dong2-4/+3
2008-01-30KVM: Add a might_sleep() annotation to gfn_to_page()Avi Kivity1-0/+2
2008-01-30KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()Avi Kivity4-93/+99
2008-01-30KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...Zhang Xiantao10-130/+155
2008-01-30KVM: Allocate userspace memory for older userspaceAnthony Liguori2-55/+30
2008-01-30KVM: Use virtual cpu accounting if available for guest times.Christian Borntraeger1-0/+3
2008-01-30KVM: MMU: Partial swapping of guest memoryIzik Eidus4-41/+84
2008-01-30KVM: MMU: Make gfn_to_page() always safeIzik Eidus4-29/+23
2008-01-30KVM: MMU: Keep a reverse mapping of non-writable translationsIzik Eidus1-12/+11
2008-01-30KVM: MMU: Add rmap_next(), a helper for walking kvm rmapsIzik Eidus1-10/+35
2008-01-30KVM: x86 emulator: cmc, clc, cli, stiNitin A Kamble1-2/+19
2008-01-30KVM: MMU: Simplify page table walkerAvi Kivity1-76/+48
2008-01-30KVM: x86 emulator: Implement emulation of instruction: inc & decNitin A Kamble1-2/+18
2008-01-30KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSHAvi Kivity2-3/+3
2008-01-30KVM: Move apic timer interrupt backlog processing to common codeAvi Kivity3-2/+2
2008-01-30KVM: Add some \n in ioapic_debug()Laurent Vivier1-11/+14
2008-01-30KVM: apic round robin cleanupQing He1-10/+3
2008-01-30KVM: Portability: split kvm_vcpu_ioctlCarsten Otte3-194/+234
2008-01-30KVM: MMU: When updating the dirty bit, inform the mmu about itAvi Kivity1-0/+5
2008-01-30KVM: MMU: Move dirty bit updates to a separate functionAvi Kivity1-8/+15
2008-01-30KVM: MMU: Instantiate real-mode shadows as user writable shadowsAvi Kivity1-1/+1
2008-01-30KVM: MMU: Disable write access on clean large pagesAvi Kivity1-0/+2