summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Clean up #includesAvi Kivity2007-07-161-3/+4
* KVM: SVM: Reliably detect if SVM was disabled by BIOSJoerg Roedel2007-07-161-0/+6
* KVM: Initialize the BSP bit in the APIC_BASE msr correctlyAvi Kivity2007-07-161-3/+3
* KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen2007-07-161-2/+2
* KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity2007-07-161-5/+12
* KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity2007-07-161-6/+1
* KVM: Lazy guest cr3 switchingAvi Kivity2007-07-161-0/+4
* KVM: SVM: Allow direct guest access to PC debug portAnthony Liguori2007-07-161-3/+5
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* KVM: SVM: Only save/restore MSRs when neededAnthony Liguori2007-05-031-11/+15
* KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori2007-05-031-2/+2
* KVM: Lazy FPU support for SVMAnthony Liguori2007-05-031-4/+31
* KVM: Per-vcpu statisticsAvi Kivity2007-05-031-7/+7
* KVM: SVM: Report hardware exit reason to userspace instead of dmesgAvi Kivity2007-05-031-6/+1
* 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/+0
* 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/+0
* 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/+0
* KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity2007-05-031-21/+19
* 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/+3
* 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/+1
* 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/+1
* 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-111-0/+8
* [PATCH] KVM: Simplify test for interrupt windowDor Laor2007-01-051-2/+1
* [PATCH] KVM: MMU: Detect oom conditions and propagate error to userspaceAvi Kivity2007-01-051-3/+11
* [PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity2007-01-051-1/+0
* [PATCH] KVM: MMU: oom handlingAvi Kivity2007-01-051-1/+1
OpenPOWER on IntegriCloud