aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/svm.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity1-1725/+0
2008-01-30KVM: Portability: Split mmu-related static inline functions to mmu.hZhang Xiantao1-0/+1
2008-01-30KVM: Portability: Introduce kvm_vcpu_archZhang Xiantao1-61/+61
2008-01-30KVM: SVM: support writing 0 to K8 performance counter control registersJoerg Roedel1-0/+13
2008-01-30KVM: SVM: Exit to userspace if write to cr8 and not using in-kernel apicJoerg Roedel1-1/+10
2008-01-30KVM: SVM: Trap access to the cr8 registerAvi Kivity1-2/+6
2008-01-30KVM: Use generalized exception queue for injecting #UDAvi Kivity1-10/+2
2008-01-30KVM: Replace #GP injection by the generalized exception queueAvi Kivity1-15/+2
2008-01-30KVM: Replace page fault injection by the generalized exception queueAvi Kivity1-35/+0
2008-01-30KVM: Generalize exception injection mechanismAvi Kivity1-0/+21
2008-01-30KVM: SVM: Remove KVM specific defines for MSR_EFERCarlo Marcelo Arenas Belon1-10/+7
2008-01-30KVM: Make unloading of FPU state when putting vcpu arch-independentAmit Shah1-1/+0
2008-01-30KVM: Replace 'light_exits' stat with 'host_state_reload'Avi Kivity1-0/+1
2008-01-30KVM: Remove ptr comparisons to 0Joe Perches1-1/+1
2008-01-30KVM: Portability: Combine kvm_init and kvm_init_x86Zhang Xiantao1-2/+2
2008-01-30KVM: Move page fault processing to common codeAvi Kivity1-32/+1
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: Add ioctl to tss address from userspace,Izik Eidus1-0/+7
2008-01-30KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()Avi Kivity1-1/+3
2008-01-30KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...Zhang Xiantao1-1/+1
2008-01-30KVM: Move apic timer interrupt backlog processing to common codeAvi Kivity1-1/+0
2008-01-30KVM: CodingStyle cleanupMike Day1-25/+23
2008-01-30KVM: Hoist kvm_create_lapic() into kvm_vcpu_init()Rusty Russell1-6/+0
2008-01-30KVM: Call x86_decode_insn() only when neededLaurent Vivier1-4/+5
2008-01-30KVM: Refactor hypercall infrastructure (v3)Anthony Liguori1-3/+16
2008-01-30x86: unify struct desc_ptrGlauber de Oliveira Costa1-1/+1
2007-11-27KVM: SVM: Unload guest fpu on vcpu_put()Avi Kivity1-0/+1
2007-11-08KVM: SVM: Intercept the 'invd' and 'wbinvd' instructionsAvi Kivity1-0/+4
2007-11-08KVM: SVM: Defer nmi processing until switch to host state is completeAvi Kivity1-4/+4
2007-11-08KVM: SVM: Fix SMP with kernel apicAvi Kivity1-0/+6
2007-10-13KVM: Improve emulation failure reportingAvi Kivity1-1/+1
2007-10-13KVM: Move main vcpu loop into subarch independent codeAvi Kivity1-103/+39
2007-10-13KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt1-3/+3
2007-10-13KVM: Hoist SVM's get_cs_db_l_bits into core code.Rusty Russell1-9/+1
2007-10-13KVM: Clean up unloved invlpg emulationRusty Russell1-2/+0
2007-10-13KVM: Remove the unused invlpg member of struct kvm_arch_ops.Rusty Russell1-6/+0
2007-10-13KVM: Migrate lapic hrtimer when vcpu moves to another cpuEddie Dong1-0/+1
2007-10-13KVM: Keep track of missed timer irq injectionsEddie Dong1-2/+5
2007-10-13KVM: pending irq save/restoreEddie Dong1-0/+19
2007-10-13KVM: Emulate hlt in the kernelEddie Dong1-3/+6
2007-10-13KVM: Emulate local APIC in kernelEddie Dong1-0/+6
2007-10-13KVM: Define and use cr8 access functionsEddie Dong1-4/+4
2007-10-13KVM: Add support for in-kernel PIC emulationEddie Dong1-8/+61
2007-10-13KVM: Close minor race in signal handlingAvi Kivity1-9/+10
2007-10-13KVM: Clean up kvm_setup_pio()Laurent Vivier1-2/+1
2007-10-13KVM: Cleanup string I/O instruction emulationLaurent Vivier1-139/+10
2007-10-13KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objectsRusty Russell1-2/+2
2007-10-13KVM: Add and use pr_unimpl for standard formatting of unimplemented featuresRusty Russell1-2/+2
2007-10-13KVM: SVM: Make set_msr_interception more reliableRusty Russell1-5/+4
2007-10-13KVM: VMX: Add cpu consistency checkYang, Sheng1-0/+6
2007-10-13KVM: Use alignment properties of vcpu to simplify FPU opsRusty Russell1-4/+4
2007-10-13KVM: Use kmem cache for allocating vcpusRusty Russell1-2/+3
2007-10-13KVM: Remove kvm_{read,write}_guest()Laurent Vivier1-1/+2
2007-10-13KVM: SVM: internal function name cleanupRusty Russell1-6/+6
2007-10-13KVM: SVM: de-containizationRusty Russell1-124/+108
2007-10-13KVM: Remove three magic numbersRusty Russell1-1/+1
2007-10-13KVM: Convert vm lock to a mutexShaohua Li1-4/+4
2007-10-13KVM: Use the scheduler preemption notifiers to make kvm preemptibleAvi Kivity1-4/+2
2007-10-13KVM: Dynamically allocate vcpusRusty Russell1-91/+86
2007-10-13KVM: Remove arch specific components from the general codeGregory Haskins1-165/+229
2007-10-13KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized.Jeff Dike1-1/+0
2007-10-13KVM: Use standard CR4 flags, tighten checkingRusty Russell1-4/+3
2007-10-13KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.hRusty Russell1-10/+10
2007-10-13KVM: SMP: Add vcpu_id field in struct vcpuQing He1-1/+1
2007-07-16KVM: Clean up #includesAvi Kivity1-3/+4
2007-07-16KVM: SVM: Reliably detect if SVM was disabled by BIOSJoerg Roedel1-0/+6
2007-07-16KVM: Initialize the BSP bit in the APIC_BASE msr correctlyAvi Kivity1-3/+3
2007-07-16KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen1-2/+2
2007-07-16KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity1-5/+12
2007-07-16KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity1-6/+1
2007-07-16KVM: Lazy guest cr3 switchingAvi Kivity1-0/+4
2007-07-16KVM: SVM: Allow direct guest access to PC debug portAnthony Liguori1-3/+5
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-03KVM: SVM: Only save/restore MSRs when neededAnthony Liguori1-11/+15
2007-05-03KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori1-2/+2
2007-05-03KVM: Lazy FPU support for SVMAnthony Liguori1-4/+31
2007-05-03KVM: Per-vcpu statisticsAvi Kivity1-7/+7
2007-05-03KVM: SVM: Report hardware exit reason to userspace instead of dmesgAvi Kivity1-6/+1
2007-05-03KVM: Use kernel-standard typesAvi Kivity1-3/+3
2007-05-03KVM: SVM: enable LBRV virtualization if availableJoerg Roedel1-0/+13
2007-05-03KVM: Remove unused functionMichal Piotrowski1-7/+0
2007-05-03KVM: SVM: Ensure timestamp counter monotonicityAvi Kivity1-4/+17
2007-05-03KVM: SVM: forbid guest to execute monitor/mwaitJoerg Roedel1-1/+5
2007-05-03KVM: Remove unused and write-only variablesAvi Kivity1-2/+0
2007-05-03KVM: Don't allow the guest to turn off the cpu cacheAvi Kivity1-1/+3
2007-05-03KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity1-1/+0
2007-05-03KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity1-21/+19
2007-05-03KVM: Initialize the apic_base msr on svm tooAvi Kivity1-0/+3
2007-05-03KVM: Add a special exit reason when exiting due to an interruptAvi Kivity1-0/+2
2007-05-03KVM: Fold kvm_run::exit_type into kvm_run::exit_reasonAvi Kivity1-4/+3
2007-05-03KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity1-2/+2
2007-05-03KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity1-0/+2
2007-05-03KVM: Use the generic skip_emulated_instruction() in hypercall codeDor Laor1-1/+2
2007-03-04KVM: Per-vcpu inodesAvi Kivity1-2/+1
2007-03-04KVM: SVM: intercept SMI to handle it at host levelJoerg Roedel1-0/+1
2007-03-04KVM: svm: init cr0 with the wp bit setAvi Kivity1-1/+1
2007-03-04KVM: Wire up hypercall handlers to a central arch-independent locationAvi Kivity1-9/+1
2007-03-04KVM: Add hypercall host support for svmAvi Kivity1-1/+15
2007-03-04KVM: add MSR based hypercall APIIngo Molnar1-0/+13
2007-03-04KVM: Use ARRAY_SIZE macro instead of manual calculation.Ahmed S. Darwish1-2/+3
2007-03-04KVM: CosmeticsAvi Kivity1-5/+5
2007-02-12[PATCH] KVM: cpu hotplug supportAvi Kivity1-0/+5
2007-02-12[PATCH] kvm: SVM: Hack initial cpu csbase to be consistent with intelAvi Kivity1-1/+7
2007-02-12[PATCH] kvm: Fix mmu going crazy of guest sets cr0.wp == 0Avi Kivity1-1/+1
2007-02-09[PATCH] kvm: NULL noise removalAl Viro1-4/+4
2007-01-30[PATCH] Fix "CONFIG_X86_64_" typo in drivers/kvm/svm.cRobert P. J. Day1-1/+1
2007-01-26[PATCH] KVM: SVM: Propagate cpu shutdown events to userspaceJoerg Roedel1-0/+15
2007-01-26[PATCH] KVM: SVM: Fix SVM idt confusionLeonard Norrgard1-4/+4
2007-01-23[PATCH] KVM: fix race between mmio reads and injected interruptsAvi Kivity1-1/+2
2007-01-11[PATCH] KVM: add VM-exit profilingIngo Molnar1-0/+8
2007-01-05[PATCH] KVM: Simplify test for interrupt windowDor Laor1-2/+1
2007-01-05[PATCH] KVM: MMU: Detect oom conditions and propagate error to userspaceAvi Kivity1-3/+11
2007-01-05[PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity1-1/+0
2007-01-05[PATCH] KVM: MMU: oom handlingAvi Kivity1-1/+1
2007-01-05[PATCH] KVM: Prevent stale bits in cr0 and cr4Avi Kivity1-0/+5
2007-01-05[PATCH] KVM: Improve interrupt responseDor Laor1-7/+87
2006-12-30[PATCH] KVM: Move common msr handling to arch independent codeAvi Kivity1-45/+2
2006-12-30[PATCH] KVM: Implement a few system configuration msrsAvi Kivity1-0/+3
2006-12-30[PATCH] KVM: Simplify is_long_mode()Avi Kivity1-6/+0
2006-12-30[PATCH] KVM: Use boot_cpu_data instead of current_cpu_dataAvi Kivity1-1/+1
2006-12-22[PATCH] KVM: Handle p5 mce msrsMichael Riepe1-0/+2
2006-12-22[PATCH] KVM: AMD SVM: Save and restore the floating point unit stateAvi Kivity1-0/+9
2006-12-22[PATCH] KVM: AMD SVM: handle MSR_STAR in 32-bit modeAvi Kivity1-5/+5
2006-12-13[PATCH] KVM: Disallow the kvm-amd module on intel hardware, and vice versaAvi Kivity1-3/+2
2006-12-13[PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64Avi Kivity1-11/+11
2006-12-13[PATCH] KVM: Clean up AMD SVM debug registers load and unloadAvi Kivity1-43/+8
2006-12-10[PATCH] kvm: userspace interfaceAvi Kivity1-0/+1677