index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
kvm
/
svm.c
Age
Commit message (
Expand
)
Author
2007-10-13
KVM: VMX: Add cpu consistency check
Yang, Sheng
2007-10-13
KVM: Use alignment properties of vcpu to simplify FPU ops
Rusty Russell
2007-10-13
KVM: Use kmem cache for allocating vcpus
Rusty Russell
2007-10-13
KVM: Remove kvm_{read,write}_guest()
Laurent Vivier
2007-10-13
KVM: SVM: internal function name cleanup
Rusty Russell
2007-10-13
KVM: SVM: de-containization
Rusty Russell
2007-10-13
KVM: Remove three magic numbers
Rusty Russell
2007-10-13
KVM: Convert vm lock to a mutex
Shaohua Li
2007-10-13
KVM: Use the scheduler preemption notifiers to make kvm preemptible
Avi Kivity
2007-10-13
KVM: Dynamically allocate vcpus
Rusty Russell
2007-10-13
KVM: Remove arch specific components from the general code
Gregory Haskins
2007-10-13
KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized.
Jeff Dike
2007-10-13
KVM: Use standard CR4 flags, tighten checking
Rusty Russell
2007-10-13
KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h
Rusty Russell
2007-10-13
KVM: SMP: Add vcpu_id field in struct vcpu
Qing He
2007-07-16
KVM: Clean up #includes
Avi Kivity
2007-07-16
KVM: SVM: Reliably detect if SVM was disabled by BIOS
Joerg Roedel
2007-07-16
KVM: Initialize the BSP bit in the APIC_BASE msr correctly
Avi Kivity
2007-07-16
KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)
Shani Moideen
2007-07-16
KVM: Flush remote tlbs when reducing shadow pte permissions
Avi Kivity
2007-07-16
KVM: Move duplicate halt handling code into kvm_main.c
Avi Kivity
2007-07-16
KVM: Lazy guest cr3 switching
Avi Kivity
2007-07-16
KVM: SVM: Allow direct guest access to PC debug port
Anthony Liguori
2007-05-21
Detach sched.h from mm.h
Alexey Dobriyan
2007-05-03
KVM: SVM: Only save/restore MSRs when needed
Anthony Liguori
2007-05-03
KVM: VMX: Properly shadow the CR0 register in the vcpu struct
Anthony Liguori
2007-05-03
KVM: Lazy FPU support for SVM
Anthony Liguori
2007-05-03
KVM: Per-vcpu statistics
Avi Kivity
2007-05-03
KVM: SVM: Report hardware exit reason to userspace instead of dmesg
Avi Kivity
2007-05-03
KVM: Use kernel-standard types
Avi Kivity
2007-05-03
KVM: SVM: enable LBRV virtualization if available
Joerg Roedel
2007-05-03
KVM: Remove unused function
Michal Piotrowski
2007-05-03
KVM: SVM: Ensure timestamp counter monotonicity
Avi Kivity
2007-05-03
KVM: SVM: forbid guest to execute monitor/mwait
Joerg Roedel
2007-05-03
KVM: Remove unused and write-only variables
Avi Kivity
2007-05-03
KVM: Don't allow the guest to turn off the cpu cache
Avi Kivity
2007-05-03
KVM: Remove set_cr0_no_modeswitch() arch op
Avi Kivity
2007-05-03
KVM: Avoid guest virtual addresses in string pio userspace interface
Avi Kivity
2007-05-03
KVM: Initialize the apic_base msr on svm too
Avi Kivity
2007-05-03
KVM: Add a special exit reason when exiting due to an interrupt
Avi Kivity
2007-05-03
KVM: Fold kvm_run::exit_type into kvm_run::exit_reason
Avi Kivity
2007-05-03
KVM: Handle cpuid in the kernel instead of punting to userspace
Avi Kivity
2007-05-03
KVM: Do not communicate to userspace through cpu registers during PIO
Avi Kivity
2007-05-03
KVM: Use the generic skip_emulated_instruction() in hypercall code
Dor Laor
2007-03-04
KVM: Per-vcpu inodes
Avi Kivity
2007-03-04
KVM: SVM: intercept SMI to handle it at host level
Joerg Roedel
2007-03-04
KVM: svm: init cr0 with the wp bit set
Avi Kivity
2007-03-04
KVM: Wire up hypercall handlers to a central arch-independent location
Avi Kivity
2007-03-04
KVM: Add hypercall host support for svm
Avi Kivity
2007-03-04
KVM: add MSR based hypercall API
Ingo Molnar
[prev]
[next]