include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / arch / x86 / kvm / svm.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-01 Avi KivityKVM: Trace failed msr reads and writes
2010-03-01 Avi KivityKVM: Rename vcpu->shadow_efer to efer
2010-03-01 Avi KivityKVM: Activate fpu on clts
2010-03-01 Jan KiszkaKVM: SVM: Trap all debug register accesses
2010-03-01 Jan KiszkaKVM: SVM: Clean up and enhance mov dr emulation
2010-03-01 Avi KivityKVM: SVM: Lazy fpu with npt
2010-03-01 Avi KivityKVM: SVM: Selective cr0 intercept
2010-03-01 Avi KivityKVM: SVM: Restore unconditional cr0 intercept under npt
2010-03-01 Avi KivityKVM: SVM: Initialize fpu_active in init_vmcb()
2010-03-01 Avi KivityKVM: Lazify fpu activation and deactivation
2010-03-01 Avi KivityKVM: VMX: Allow the guest to own some cr0 bits
2010-03-01 Avi KivityKVM: Replace read accesses of vcpu->arch.cr0 by an...
2010-03-01 Sheng YangKVM: x86: Rename gb_page_enable() to get_lpage_level...
2010-03-01 Joerg RoedelKVM: SVM: Adjust tsc_offset only if tsc_unstable
2010-03-01 Sheng YangKVM: VMX: Add instruction rdtscp support for guest
2010-03-01 Sheng YangKVM: Add cpuid_update() callback to kvm_x86_ops
2009-12-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-03 Jan KiszkaKVM: x86: Add KVM_GET/SET_VCPU_EVENTS
2009-12-03 Eduardo HabkostKVM: SVM: init_vmcb(): remove redundant save->cr0 initi...
2009-12-03 Eduardo HabkostKVM: SVM: Reset cr0 properly on vcpu reset
2009-12-03 Jan KiszkaKVM: SVM: Cleanup NMI singlestep
2009-12-03 Mark LangsdorfKVM: SVM: Support Pause Filter in AMD processors
2009-12-03 Joerg RoedelKVM: SVM: Remove nsvm_printk debugging code
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for skinit instruction
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for invlpga instruction
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for #vmexit because intr pending
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for injected #vmexit
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for nested #vmexit
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for nested vmrun
2009-12-03 Joerg RoedelKVM: SVM: Move INTR vmexit out of atomic code
2009-12-03 Alexander GrafKVM: SVM: Notify nested hypervisor of lost event injections
2009-12-03 Jan KiszkaKVM: x86: Refactor guest debug IOCTL handling
2009-12-03 Zachary AmsdenKVM: Fix hotplug of CPUs
2009-12-03 Zachary AmsdenKVM: Fix printk name error in svm.c
2009-12-03 Joerg RoedelKVM: SVM: Remove remaining occurences of rdtscll
2009-12-03 Joerg RoedelKVM: SVM: don't copy exit_int_info on nested vmrun
2009-12-03 Joerg RoedelKVM: SVM: reorganize svm_interrupt_allowed
2009-12-03 Alexander GrafKVM: Activate Virtualization On Demand
2009-12-03 Marcelo TosattiKVM: SVM: remove needless mmap_sem acquision from neste...
2009-12-03 Avi KivityKVM: Don't pass kvm_run arguments
2009-10-29 Tejun Heopercpu: make percpu symbols in x86 unique
2009-10-04 Joerg RoedelKVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctly
2009-10-04 Joerg RoedelKVM: SVM: Fix tsc offset adjustment when running nested
2009-09-10 Avi KivityKVM: SVM: Drop tlb flush workaround in npt
2009-09-10 Joerg RoedelKVM: SVM: enable nested svm by default
2009-09-10 Joerg RoedelKVM: SVM: check for nested VINTR flag in svm_interrupt_...
2009-09-10 Joerg RoedelKVM: SVM: move nested_svm_intr main logic out of if...
2009-09-10 Joerg RoedelKVM: SVM: remove unnecessary is_nested check from svm_c...
2009-09-10 Joerg RoedelKVM: SVM: move special nested exit handling to separate...
2009-09-10 Joerg RoedelKVM: SVM: handle errors in vmrun emulation path appropr...
2009-09-10 Joerg RoedelKVM: SVM: remove nested_svm_do and helper functions
2009-09-10 Joerg RoedelKVM: SVM: clean up nested vmrun path
2009-09-10 Joerg RoedelKVM: SVM: clean up nestec vmload/vmsave paths
2009-09-10 Joerg RoedelKVM: SVM: clean up nested_svm_exit_handled_msr
2009-09-10 Joerg RoedelKVM: SVM: get rid of nested_svm_vmexit_real
2009-09-10 Joerg RoedelKVM: SVM: simplify nested_svm_check_exception
2009-09-10 Joerg RoedelKVM: SVM: do nested vmexit in nested_svm_exit_handled
2009-09-10 Joerg RoedelKVM: SVM: consolidate nested_svm_exit_handled
2009-09-10 Joerg RoedelKVM: SVM: cache nested intercepts
2009-09-10 Joerg RoedelKVM: SVM: move nested svm state into seperate struct
2009-09-10 Joerg RoedelKVM: SVM: complete interrupts after handling nested...
2009-09-10 Joerg RoedelKVM: SVM: copy only necessary parts of the control...
2009-09-10 Joerg RoedelKVM: SVM: optimize nested vmrun
2009-09-10 Joerg RoedelKVM: SVM: optimize nested #vmexit
2009-09-10 Joerg RoedelKVM: SVM: add helper functions for global interrupt...
2009-09-10 Joerg RoedelKVM: report 1GB page support to userspace
2009-09-10 Akinobu MitaKVM: x86: use kvm_get_gdt() and kvm_read_ldt()
2009-09-10 Andre PrzywaraKVM: ignore AMDs HWCR register access to set the FFDIS bit
2009-09-10 Marcelo TosattiKVM: convert custom marker based tracing to event traces
2009-09-10 Alexander GrafKVM: SVM: Improve nested interrupt injection
2009-09-10 Alexander GrafKVM: SVM: Implement INVLPGA
2009-09-10 Alexander GrafKVM: Implement MSRs used by Hyper-V
2009-09-10 Avi KivityKVM: SVM: Don't save/restore host cr2
2009-09-10 Andre PrzywaraKVM: Move performance counter MSR access interception...
2009-09-10 Gleb NatapovKVM: Introduce kvm_vcpu_is_bsp() function.
2009-09-10 Avi KivityKVM: Cache pdptrs
2009-09-10 Avi KivityKVM: SVM: Fold kvm_svm.h info svm.c
2009-09-10 Andre PrzywaraKVM: SVM: use explicit 64bit storage for sysenter values
2009-09-10 Jaswinder Singh... KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_...
2009-08-05 Marcelo TosattiKVM: SVM: force new asid on vcpu migration
2009-06-10 Gleb NatapovKVM: inject NMI after IRET from a previous NMI, not...
2009-06-10 Gleb NatapovKVM: Do not re-execute INTn instruction.
2009-06-10 Gleb NatapovKVM: skip_emulated_instruction() decode instruction...
2009-06-10 Gleb NatapovKVM: Unprotect a page if #PF happens during NMI injection.
2009-06-10 Glauber CostaKVM: Replace ->drop_interrupt_shadow() by ->set_interru...
2009-06-10 Gleb NatapovKVM: SVM: Don't reinject event that caused a task switch
2009-06-10 Andre PrzywaraKVM: SVM: Fix cross vendor migration issue in segment...
2009-06-10 Sheng YangKVM: Replace get_mt_mask_shift with get_mt_mask
2009-06-10 Gleb NatapovKVM: Get rid of get_irq() callback
2009-06-10 Gleb NatapovKVM: SVM: Add NMI injection support
2009-06-10 Gleb NatapovKVM: Get rid of arch.interrupt_window_open & arch.nmi_w...
2009-06-10 Gleb NatapovKVM: Do not report TPR write to userspace if new value...
2009-06-10 Gleb NatapovKVM: sync_lapic_to_cr8() should always sync cr8 to...
2009-06-10 Gleb NatapovKVM: Remove inject_pending_vectors() callback
2009-06-10 Gleb NatapovKVM: Remove exception_injected() callback.
2009-06-10 Gleb NatapovKVM: SVM: Coalesce userspace/kernel irqchip interrupt...
2009-06-10 Gleb NatapovKVM: VMX: Consolidate userspace and kernel interrupt...
2009-06-10 Gleb NatapovKVM: Make kvm_cpu_(has|get)_interrupt() work for usersp...
2009-06-10 Gleb NatapovKVM: SVM: Skip instruction on a task switch only when...
next