aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/svm.c
Commit message (Expand)AuthorAge
* KVM: Clean up #includesAvi Kivity2007-07-16
* KVM: SVM: Reliably detect if SVM was disabled by BIOSJoerg Roedel2007-07-16
* KVM: Initialize the BSP bit in the APIC_BASE msr correctlyAvi Kivity2007-07-16
* KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen2007-07-16
* KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity2007-07-16
* KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity2007-07-16
* KVM: Lazy guest cr3 switchingAvi Kivity2007-07-16
* KVM: SVM: Allow direct guest access to PC debug portAnthony Liguori2007-07-16
* Detach sched.h from mm.hAlexey Dobriyan2007-05-21
* KVM: SVM: Only save/restore MSRs when neededAnthony Liguori2007-05-03
* KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori2007-05-03
* KVM: Lazy FPU support for SVMAnthony Liguori2007-05-03
* KVM: Per-vcpu statisticsAvi Kivity2007-05-03
* KVM: SVM: Report hardware exit reason to userspace instead of dmesgAvi Kivity2007-05-03
* KVM: Use kernel-standard typesAvi Kivity2007-05-03
* KVM: SVM: enable LBRV virtualization if availableJoerg Roedel2007-05-03
* KVM: Remove unused functionMichal Piotrowski2007-05-03
* KVM: SVM: Ensure timestamp counter monotonicityAvi Kivity2007-05-03
* KVM: SVM: forbid guest to execute monitor/mwaitJoerg Roedel2007-05-03
* KVM: Remove unused and write-only variablesAvi Kivity2007-05-03
* KVM: Don't allow the guest to turn off the cpu cacheAvi Kivity2007-05-03
* KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity2007-05-03
* KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity2007-05-03
* KVM: Initialize the apic_base msr on svm tooAvi Kivity2007-05-03
* KVM: Add a special exit reason when exiting due to an interruptAvi Kivity2007-05-03
* KVM: Fold kvm_run::exit_type into kvm_run::exit_reasonAvi Kivity2007-05-03
* KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity2007-05-03
* KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity2007-05-03
* KVM: Use the generic skip_emulated_instruction() in hypercall codeDor Laor2007-05-03
* KVM: Per-vcpu inodesAvi Kivity2007-03-04
* KVM: SVM: intercept SMI to handle it at host levelJoerg Roedel2007-03-04
* KVM: svm: init cr0 with the wp bit setAvi Kivity2007-03-04
* KVM: Wire up hypercall handlers to a central arch-independent locationAvi Kivity2007-03-04
* KVM: Add hypercall host support for svmAvi Kivity2007-03-04
* KVM: add MSR based hypercall APIIngo Molnar2007-03-04
* KVM: Use ARRAY_SIZE macro instead of manual calculation.Ahmed S. Darwish2007-03-04
* KVM: CosmeticsAvi Kivity2007-03-04
* [PATCH] KVM: cpu hotplug supportAvi Kivity2007-02-12
* [PATCH] kvm: SVM: Hack initial cpu csbase to be consistent with intelAvi Kivity2007-02-12
* [PATCH] kvm: Fix mmu going crazy of guest sets cr0.wp == 0Avi Kivity2007-02-12
* [PATCH] kvm: NULL noise removalAl Viro2007-02-09
* [PATCH] Fix "CONFIG_X86_64_" typo in drivers/kvm/svm.cRobert P. J. Day2007-01-30
* [PATCH] KVM: SVM: Propagate cpu shutdown events to userspaceJoerg Roedel2007-01-26
* [PATCH] KVM: SVM: Fix SVM idt confusionLeonard Norrgard2007-01-26
* [PATCH] KVM: fix race between mmio reads and injected interruptsAvi Kivity2007-01-23
* [PATCH] KVM: add VM-exit profilingIngo Molnar2007-01-11
* [PATCH] KVM: Simplify test for interrupt windowDor Laor2007-01-06
* [PATCH] KVM: MMU: Detect oom conditions and propagate error to userspaceAvi Kivity2007-01-06
* [PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity2007-01-06
* [PATCH] KVM: MMU: oom handlingAvi Kivity2007-01-06