summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Per-vcpu statisticsAvi Kivity2007-05-031-7/+7
* KVM: SVM: Report hardware exit reason to userspace instead of dmesgAvi Kivity2007-05-031-6/+1Star
* KVM: Use kernel-standard typesAvi Kivity2007-05-031-3/+3
* KVM: SVM: enable LBRV virtualization if availableJoerg Roedel2007-05-031-0/+13
* KVM: Remove unused functionMichal Piotrowski2007-05-031-7/+0Star
* KVM: SVM: Ensure timestamp counter monotonicityAvi Kivity2007-05-031-4/+17
* KVM: SVM: forbid guest to execute monitor/mwaitJoerg Roedel2007-05-031-1/+5
* KVM: Remove unused and write-only variablesAvi Kivity2007-05-031-2/+0Star
* KVM: Don't allow the guest to turn off the cpu cacheAvi Kivity2007-05-031-1/+3
* KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity2007-05-031-1/+0Star
* KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity2007-05-031-21/+19Star
* KVM: Initialize the apic_base msr on svm tooAvi Kivity2007-05-031-0/+3
* KVM: Add a special exit reason when exiting due to an interruptAvi Kivity2007-05-031-0/+2
* KVM: Fold kvm_run::exit_type into kvm_run::exit_reasonAvi Kivity2007-05-031-4/+3Star
* KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity2007-05-031-2/+2
* KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity2007-05-031-0/+2
* KVM: Use the generic skip_emulated_instruction() in hypercall codeDor Laor2007-05-031-1/+2
* KVM: Per-vcpu inodesAvi Kivity2007-03-041-2/+1Star
* KVM: SVM: intercept SMI to handle it at host levelJoerg Roedel2007-03-041-0/+1
* KVM: svm: init cr0 with the wp bit setAvi Kivity2007-03-041-1/+1
* KVM: Wire up hypercall handlers to a central arch-independent locationAvi Kivity2007-03-041-9/+1Star
* KVM: Add hypercall host support for svmAvi Kivity2007-03-041-1/+15
* KVM: add MSR based hypercall APIIngo Molnar2007-03-041-0/+13
* KVM: Use ARRAY_SIZE macro instead of manual calculation.Ahmed S. Darwish2007-03-041-2/+3
* KVM: CosmeticsAvi Kivity2007-03-041-5/+5
* [PATCH] KVM: cpu hotplug supportAvi Kivity2007-02-121-0/+5
* [PATCH] kvm: SVM: Hack initial cpu csbase to be consistent with intelAvi Kivity2007-02-121-1/+7
* [PATCH] kvm: Fix mmu going crazy of guest sets cr0.wp == 0Avi Kivity2007-02-121-1/+1
* [PATCH] kvm: NULL noise removalAl Viro2007-02-091-4/+4
* [PATCH] Fix "CONFIG_X86_64_" typo in drivers/kvm/svm.cRobert P. J. Day2007-01-301-1/+1
* [PATCH] KVM: SVM: Propagate cpu shutdown events to userspaceJoerg Roedel2007-01-261-0/+15
* [PATCH] KVM: SVM: Fix SVM idt confusionLeonard Norrgard2007-01-261-4/+4
* [PATCH] KVM: fix race between mmio reads and injected interruptsAvi Kivity2007-01-231-1/+2
* [PATCH] KVM: add VM-exit profilingIngo Molnar2007-01-121-0/+8
* [PATCH] KVM: Simplify test for interrupt windowDor Laor2007-01-061-2/+1Star
* [PATCH] KVM: MMU: Detect oom conditions and propagate error to userspaceAvi Kivity2007-01-061-3/+11
* [PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity2007-01-061-1/+0Star
* [PATCH] KVM: MMU: oom handlingAvi Kivity2007-01-061-1/+1
* [PATCH] KVM: Prevent stale bits in cr0 and cr4Avi Kivity2007-01-061-0/+5
* [PATCH] KVM: Improve interrupt responseDor Laor2007-01-061-7/+87
* [PATCH] KVM: Move common msr handling to arch independent codeAvi Kivity2006-12-301-45/+2Star
* [PATCH] KVM: Implement a few system configuration msrsAvi Kivity2006-12-301-0/+3
* [PATCH] KVM: Simplify is_long_mode()Avi Kivity2006-12-301-6/+0Star
* [PATCH] KVM: Use boot_cpu_data instead of current_cpu_dataAvi Kivity2006-12-301-1/+1
* [PATCH] KVM: Handle p5 mce msrsMichael Riepe2006-12-221-0/+2
* [PATCH] KVM: AMD SVM: Save and restore the floating point unit stateAvi Kivity2006-12-221-0/+9
* [PATCH] KVM: AMD SVM: handle MSR_STAR in 32-bit modeAvi Kivity2006-12-221-5/+5
* [PATCH] KVM: Disallow the kvm-amd module on intel hardware, and vice versaAvi Kivity2006-12-131-3/+2Star
* [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64Avi Kivity2006-12-131-11/+11
* [PATCH] KVM: Clean up AMD SVM debug registers load and unloadAvi Kivity2006-12-131-43/+8Star