summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: introduce gfn_to_hva()Izik Eidus2008-01-301-8/+17
* KVM: add kvm_is_error_hva()Izik Eidus2008-01-302-0/+12
* KVM: Simplify CPU_TASKS_FROZEN cpu notifier handlingAvi Kivity2008-01-301-3/+1
* KVM: x86 emulator: remove 8 bytes operands emulator for call near instructionIzik Eidus2008-01-301-3/+0
* KVM: VMX: wbinvd exitingEddie Dong2008-01-302-1/+12
* KVM: VMX: Comment VMX primary/secondary exec ctl definitionsEddie Dong2008-01-301-2/+8
* KVM: Fix faults during injection of real-mode interruptsAvi Kivity2008-01-301-2/+49
* KVM: VMX: Read & store IDT_VECTORING_INFO_FIELDAvi Kivity2008-01-301-5/+12
* KVM: VMX: Use vmx to inject real-mode interruptsAvi Kivity2008-01-302-49/+5
* KVM: Add make_page_dirty() to kvm_clear_guest_page()Dor Laor2008-01-301-0/+1
* KVM: Portability: Move x86 vcpu ioctl handlers to x86.cHollis Blanchard2008-01-303-436/+443
* KVM: Portability: Move x86 FPU handling to x86.cHollis Blanchard2008-01-303-105/+108
* KVM: Portability: Move x86 instruction emulation code to x86.cHollis Blanchard2008-01-303-176/+177
* KVM: Portability: Make exported debugfs data architecture-specificHollis Blanchard2008-01-303-25/+29
* KVM: x86 emulator: Hoist modrm and abs decoding into separate functionsAvi Kivity2008-01-301-160/+177
* KVM: Make mark_page_dirty() work for aliased pages too.Uri Lublin2008-01-301-1/+1
* KVM: Simplify decode_register_operand() calling conventionAvi Kivity2008-01-301-3/+3
* KVM: x86 emulator: centralize decoding of one-byte register access insnsAvi Kivity2008-01-302-57/+47
* KVM: x86 emulator: Extract the common code of SrcReg and DstRegAvi Kivity2008-01-301-49/+31
* KVM: Portability: Move pio emulation functions to x86.cCarsten Otte2008-01-303-248/+244
* KVM: Portability: Move x86 emulation and mmio device hook to x86.cCarsten Otte2008-01-302-357/+358
* KVM: Portability: Move kvm_get/set_msr[_common] to x86.cCarsten Otte2008-01-302-133/+134
* KVM: Fix gfn_to_page() acquiring mmap_sem twiceAnthony Liguori2008-01-301-4/+18
* KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)Sheng Yang2008-01-304-30/+152
* KVM: Portability: Move control register helper functions to x86.cCarsten Otte2008-01-303-220/+225
* KVM: Portability: move get/set_apic_base to x86.cCarsten Otte2008-01-302-19/+19
* KVM: Portability: Move memory segmentation to x86.cCarsten Otte2008-01-303-42/+45
* KVM: Portability: Split kvm_vm_ioctl v3Carsten Otte2008-01-303-249/+271
* KVM: MMU: Topup the mmu memory preallocation caches before emulating an insnAvi Kivity2008-01-301-0/+4
* KVM: Move page fault processing to common codeAvi Kivity2008-01-304-65/+39
* KVM: x86 emulator: don't depend on cr2 for mov abs emulationAvi Kivity2008-01-301-20/+30
* KVM: SVM: Let gcc to choose which registers to save (i386)Laurent Vivier2008-01-301-4/+4
* KVM: SVM: Let gcc to choose which registers to save (x86_64)Laurent Vivier2008-01-301-9/+8
* KVM: VMX: Let gcc to choose which registers to save (i386)Laurent Vivier2008-01-301-3/+5
* KVM: VMX: Let gcc to choose which registers to save (x86_64)Laurent Vivier2008-01-301-12/+9
* KVM: Add ioctl to tss address from userspace,Izik Eidus2008-01-305-2/+53
* KVM: Add kernel-internal memory slotsIzik Eidus2008-01-302-2/+26
* KVM: Export memory slot allocation mechanismIzik Eidus2008-01-302-4/+16
* KVM: Unmap kernel-allocated memory on slot destructionIzik Eidus2008-01-302-0/+15
* KVM: Per-architecture hypercall definitionsChristian Borntraeger2008-01-302-93/+117
* KVM: Split IOAPIC reset function and export for kernel RESETEddie Dong2008-01-302-4/+14
* KVM: Export PIC reset for kernel device resetEddie Dong2008-01-302-4/+3
* KVM: Add a might_sleep() annotation to gfn_to_page()Avi Kivity2008-01-301-0/+2
* KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()Avi Kivity2008-01-304-93/+99
* KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...Zhang Xiantao2008-01-3010-130/+155
* KVM: Allocate userspace memory for older userspaceAnthony Liguori2008-01-302-55/+30
* KVM: Use virtual cpu accounting if available for guest times.Christian Borntraeger2008-01-301-0/+3
* KVM: MMU: Partial swapping of guest memoryIzik Eidus2008-01-304-41/+84
* KVM: MMU: Make gfn_to_page() always safeIzik Eidus2008-01-304-29/+23
* KVM: MMU: Keep a reverse mapping of non-writable translationsIzik Eidus2008-01-301-12/+11
OpenPOWER on IntegriCloud