KVM: Hoist SVM's get_cs_db_l_bits into core code.
[safe/jmp/linux-2.6] / drivers / kvm / svm.c
2007-10-13 Rusty RussellKVM: Hoist SVM's get_cs_db_l_bits into core code.
2007-10-13 Rusty RussellKVM: Clean up unloved invlpg emulation
2007-10-13 Rusty RussellKVM: Remove the unused invlpg member of struct kvm_arch...
2007-10-13 Eddie DongKVM: Migrate lapic hrtimer when vcpu moves to another cpu
2007-10-13 Eddie DongKVM: Keep track of missed timer irq injections
2007-10-13 Eddie DongKVM: pending irq save/restore
2007-10-13 Eddie DongKVM: Emulate hlt in the kernel
2007-10-13 Eddie DongKVM: Emulate local APIC in kernel
2007-10-13 Eddie DongKVM: Define and use cr8 access functions
2007-10-13 Eddie DongKVM: Add support for in-kernel PIC emulation
2007-10-13 Avi KivityKVM: Close minor race in signal handling
2007-10-13 Laurent VivierKVM: Clean up kvm_setup_pio()
2007-10-13 Laurent VivierKVM: Cleanup string I/O instruction emulation
2007-10-13 Rusty RussellKVM: Use kmem_cache_free for kmem_cache_zalloc'ed objects
2007-10-13 Rusty RussellKVM: Add and use pr_unimpl for standard formatting...
2007-10-13 Rusty RussellKVM: SVM: Make set_msr_interception more reliable
2007-10-13 Yang, ShengKVM: VMX: Add cpu consistency check
2007-10-13 Rusty RussellKVM: Use alignment properties of vcpu to simplify FPU ops
2007-10-13 Rusty RussellKVM: Use kmem cache for allocating vcpus
2007-10-13 Laurent VivierKVM: Remove kvm_{read,write}_guest()
2007-10-13 Rusty RussellKVM: SVM: internal function name cleanup
2007-10-13 Rusty RussellKVM: SVM: de-containization
2007-10-13 Rusty RussellKVM: Remove three magic numbers
2007-10-13 Shaohua LiKVM: Convert vm lock to a mutex
2007-10-13 Avi KivityKVM: Use the scheduler preemption notifiers to make...
2007-10-13 Rusty RussellKVM: Dynamically allocate vcpus
2007-10-13 Gregory HaskinsKVM: Remove arch specific components from the general...
2007-10-13 Jeff DikeKVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio...
2007-10-13 Rusty RussellKVM: Use standard CR4 flags, tighten checking
2007-10-13 Rusty RussellKVM: Trivial: Use standard CR0 flags macros from asm...
2007-10-13 Qing HeKVM: SMP: Add vcpu_id field in struct vcpu
2007-07-16 Avi KivityKVM: Clean up #includes
2007-07-16 Joerg RoedelKVM: SVM: Reliably detect if SVM was disabled by BIOS
2007-07-16 Avi KivityKVM: Initialize the BSP bit in the APIC_BASE msr correctly
2007-07-16 Shani MoideenKVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with...
2007-07-16 Avi KivityKVM: Flush remote tlbs when reducing shadow pte permissions
2007-07-16 Avi KivityKVM: Move duplicate halt handling code into kvm_main.c
2007-07-16 Avi KivityKVM: Lazy guest cr3 switching
2007-07-16 Anthony LiguoriKVM: SVM: Allow direct guest access to PC debug port
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2007-05-03 Anthony LiguoriKVM: SVM: Only save/restore MSRs when needed
2007-05-03 Anthony LiguoriKVM: VMX: Properly shadow the CR0 register in the vcpu...
2007-05-03 Anthony LiguoriKVM: Lazy FPU support for SVM
2007-05-03 Avi KivityKVM: Per-vcpu statistics
2007-05-03 Avi KivityKVM: SVM: Report hardware exit reason to userspace...
2007-05-03 Avi KivityKVM: Use kernel-standard types
2007-05-03 Joerg RoedelKVM: SVM: enable LBRV virtualization if available
2007-05-03 Michal PiotrowskiKVM: Remove unused function
2007-05-03 Avi KivityKVM: SVM: Ensure timestamp counter monotonicity
2007-05-03 Joerg RoedelKVM: SVM: forbid guest to execute monitor/mwait
2007-05-03 Avi KivityKVM: Remove unused and write-only variables
2007-05-03 Avi KivityKVM: Don't allow the guest to turn off the cpu cache
2007-05-03 Avi KivityKVM: Remove set_cr0_no_modeswitch() arch op
2007-05-03 Avi KivityKVM: Avoid guest virtual addresses in string pio usersp...
2007-05-03 Avi KivityKVM: Initialize the apic_base msr on svm too
2007-05-03 Avi KivityKVM: Add a special exit reason when exiting due to...
2007-05-03 Avi KivityKVM: Fold kvm_run::exit_type into kvm_run::exit_reason
2007-05-03 Avi KivityKVM: Handle cpuid in the kernel instead of punting...
2007-05-03 Avi KivityKVM: Do not communicate to userspace through cpu regist...
2007-05-03 Dor LaorKVM: Use the generic skip_emulated_instruction() in...
2007-03-04 Avi KivityKVM: Per-vcpu inodes
2007-03-04 Joerg RoedelKVM: SVM: intercept SMI to handle it at host level
2007-03-04 Avi KivityKVM: svm: init cr0 with the wp bit set
2007-03-04 Avi KivityKVM: Wire up hypercall handlers to a central arch-indep...
2007-03-04 Avi KivityKVM: Add hypercall host support for svm
2007-03-04 Ingo MolnarKVM: add MSR based hypercall API
2007-03-04 Ahmed S. DarwishKVM: Use ARRAY_SIZE macro instead of manual calculation.
2007-03-04 Avi KivityKVM: Cosmetics
2007-02-12 Avi Kivity[PATCH] KVM: cpu hotplug support
2007-02-12 Avi Kivity[PATCH] kvm: SVM: Hack initial cpu csbase to be consist...
2007-02-12 Avi Kivity[PATCH] kvm: Fix mmu going crazy of guest sets cr0...
2007-02-09 Al Viro[PATCH] kvm: NULL noise removal
2007-01-30 Robert P. J. Day[PATCH] Fix "CONFIG_X86_64_" typo in drivers/kvm/svm.c
2007-01-26 Joerg Roedel[PATCH] KVM: SVM: Propagate cpu shutdown events to...
2007-01-26 Leonard Norrgard[PATCH] KVM: SVM: Fix SVM idt confusion
2007-01-23 Avi Kivity[PATCH] KVM: fix race between mmio reads and injected...
2007-01-12 Ingo Molnar[PATCH] KVM: add VM-exit profiling
2007-01-06 Dor Laor[PATCH] KVM: Simplify test for interrupt window
2007-01-06 Avi Kivity[PATCH] KVM: MMU: Detect oom conditions and propagate...
2007-01-06 Avi Kivity[PATCH] KVM: MMU: Remove invlpg interception
2007-01-06 Avi Kivity[PATCH] KVM: MMU: oom handling
2007-01-06 Avi Kivity[PATCH] KVM: Prevent stale bits in cr0 and cr4
2007-01-06 Dor Laor[PATCH] KVM: Improve interrupt response
2006-12-30 Avi Kivity[PATCH] KVM: Move common msr handling to arch independe...
2006-12-30 Avi Kivity[PATCH] KVM: Implement a few system configuration msrs
2006-12-30 Avi Kivity[PATCH] KVM: Simplify is_long_mode()
2006-12-30 Avi Kivity[PATCH] KVM: Use boot_cpu_data instead of current_cpu_data
2006-12-22 Michael Riepe[PATCH] KVM: Handle p5 mce msrs
2006-12-22 Avi Kivity[PATCH] KVM: AMD SVM: Save and restore the floating...
2006-12-22 Avi Kivity[PATCH] KVM: AMD SVM: handle MSR_STAR in 32-bit mode
2006-12-13 Avi Kivity[PATCH] KVM: Disallow the kvm-amd module on intel hardw...
2006-12-13 Avi Kivity[PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64
2006-12-13 Avi Kivity[PATCH] KVM: Clean up AMD SVM debug registers load...
2006-12-10 Avi Kivity[PATCH] kvm: userspace interface