- patches.rt/0001-sched-count-of-queued-RT-tasks.patch: Delete.
[linux-flexiantxendom0-3.2.10.git] / drivers / kvm / vmx.c
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-22 Avi KivityKVM: VMX: Force vm86 mode if setting flags during real...
2007-10-22 Eddie DongKVM: VMX: Reset mmu context when entering real mode
2007-10-22 Avi KivityKVM: VMX: Handle NMIs before enabling interrupts and...
2007-10-13 Avi KivityKVM: Improve emulation failure reporting
2007-10-13 He, QingKVM: VMX: Fix exit qualification width on i386
2007-10-13 Avi KivityKVM: Move main vcpu loop into subarch independent code
2007-10-13 Avi KivityKVM: VMX: Move vm entry failure handling to the exit...
2007-10-13 Christian EhrhardtKVM: Rename kvm_arch_ops to kvm_x86_ops
2007-10-13 He, QingKVM: enable in-kernel APIC INIT/SIPI handling
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 Yang, ShengKVM: VMX: Use shadow TPR/cr8 for 64-bits guests
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 Laurent VivierKVM: VMX: Split segments reload in vmx_load_host_state()
2007-10-13 Izik EidusKVM: VMX: allow rmode_tss_base() to work with >2G of...
2007-10-13 Yang, ShengKVM: Communicate cr8 changes to userspace
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 Li, Xin BKVM: VMX: Remove a duplicated ia32e mode vm entry control
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 Gabriel CKVM: Fix defined but not used warning in drivers/kvm...
2007-10-13 Rusty RussellKVM: Remove redundant alloc_vmcs_cpu declaration
2007-10-13 Yang, ShengKVM: VMX: Add cpu consistency check
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: VMX: pass vcpu_vmx internally
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 Yang, ShengKVM: VMX: Improve the method of writing vmcs control
2007-10-13 Rusty RussellKVM: Dynamically allocate vcpus
2007-10-13 Gregory HaskinsKVM: Remove arch specific components from the general...
2007-10-13 Yang, ShengKVM: VMX: Import some constants of vmcs from IA32 SDM
2007-10-13 Shaohua LiKVM: Hoist kvm_mmu_reload() out of the critical section
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 Avi KivityKVM: VMX: Remove unnecessary code in vmx_tlb_flush()
2007-07-16 Avi KivityKVM: VMX: Reinitialize the real-mode tss when entering...
2007-07-16 Gregory HaskinsKVM: VMX: Fix interrupt checking on lightweight exit
2007-07-16 Avi KivityKVM: VMX: Ensure vcpu time stamp counter is monotonous
2007-07-16 Avi KivityKVM: Initialize the BSP bit in the APIC_BASE msr correctly
2007-07-16 Shani MoideenKVM: VMX: Replace memset(<addr>, 0, PAGESIZE) with...
2007-07-16 Avi KivityKVM: Flush remote tlbs when reducing shadow pte permissions
2007-07-16 Avi KivityKVM: Emulate hlt on real mode for Intel
2007-07-16 Avi KivityKVM: Move duplicate halt handling code into kvm_main.c
2007-07-16 Robert P. J. DayKVM: Replace C code with call to ARRAY_SIZE() macro.
2007-07-16 Avi KivityKVM: Lazy guest cr3 switching
2007-07-16 Eddie DongKVM: VMX: Avoid saving and restoring msr_efer on lightw...
2007-07-16 Eddie DongKVM: VMX: Cleanup redundant code in MSR set
2007-07-16 Eddie DongKVM: VMX: Avoid saving and restoring msrs on lightweigh...
2007-07-16 Nitin A KambleKVM: VMX: Handle #SS faults from real mode
2007-07-16 Avi KivityKVM: VMX: Use local labels in inline assembly
2007-07-16 Avi KivityKVM: Fix vmx I/O bitmap initialization on highmem systems
2007-07-16 Avi KivityKVM: Avoid corrupting tr in real mode
2007-07-16 Avi KivityKVM: VMX: Only reload guest msrs if they are already...
2007-07-16 Avi KivityKVM: Consolidate guest fpu activation and deactivation
2007-07-16 Avi KivityKVM: Rationalize exception bitmap usage
2007-07-16 Avi KivityKVM: Move some more msr mangling into vmx_save_host_state()
2007-07-16 Avi KivityKVM: Fix potential guest state leak into host
2007-07-16 Avi KivityKVM: Be more careful restoring fs on lightweight vmexit
2007-07-16 Avi KivityKVM: Unindent some code
2007-07-16 Avi KivityKVM: Avoid saving and restoring some host CPU state...
2007-07-16 He, QingKVM: VMX: Enable io bitmaps to avoid IO port 0x80 VMEXITs
2007-06-15 Avi KivityKVM: Prevent guest fpu state from leaking into the...
2007-06-01 Sam Ravnborgkvm: fix section mismatch warning in kvm-intel.o
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2007-05-03 Avi KivityKVM: Remove unused 'instruction_length'
2007-05-03 Anthony LiguoriKVM: VMX: Add lazy FPU support for VT
2007-05-03 Anthony LiguoriKVM: VMX: Properly shadow the CR0 register in the vcpu...
2007-05-03 Avi KivityKVM: Don't complain about cpu erratum AA15
2007-05-03 Avi KivityKVM: Per-vcpu statistics
2007-05-03 Avi KivityKVM: VMX: Only save/restore MSR_K6_STAR if necessary
2007-05-03 Avi KivityKVM: Fold drivers/kvm/kvm_vmx.h into drivers/kvm/vmx.c
2007-05-03 Avi KivityKVM: VMX: Don't switch 64-bit msrs for 32-bit guests
2007-05-03 Avi KivityKVM: VMX: Reduce unnecessary saving of host msrs
2007-05-03 Eric Sesterhenn... KVM: Fix overflow bug in overflow detection code
2007-05-03 Avi KivityKVM: Simply gfn_to_page()
2007-05-03 Avi KivityKVM: Remove debug message
2007-05-03 Avi KivityKVM: Hack real-mode segments on vmx from KVM_SET_SREGS
2007-05-03 Avi KivityKVM: Remove set_cr0_no_modeswitch() arch op
2007-05-03 Avi KivityKVM: Workaround vmx inability to virtualize the reset...
2007-05-03 Avi KivityKVM: Avoid guest virtual addresses in string pio usersp...
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-27 Ingo MolnarKVM: always reload segment selectors
2007-03-27 Avi KivityKVM: Prevent system selectors leaking into guest on...
2007-03-18 Avi KivityKVM: Fix guest sysenter on vmx
next