Merge commit 'perf/core' into perf/hw-breakpoint
[safe/jmp/linux-2.6] / arch / x86 / kvm / svm.c
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...
2009-06-10 Gleb NatapovKVM: Fix unneeded instruction skipping during task...
2009-06-10 Gleb NatapovKVM: Fix interrupt unhalting a vcpu when it shouldn't
2009-06-10 Gleb NatapovKVM: reuse (pop|push)_irq from svm.c in vmx.c
2009-06-10 Gleb NatapovKVM: SVM: Remove duplicate code in svm_do_inject_vector()
2009-05-11 Avi KivityKVM: SVM: Remove port 80 passthrough
2009-05-11 Andre PrzywaraKVM: SVM: Fix cross vendor migration issue with unusabl...
2009-03-24 Andre PrzywaraKVM: SVM: set accessed bit for VMCB segment selectors
2009-03-24 Jan KiszkaKVM: Drop unused evaluations from string pio handlers
2009-03-24 Alexander GrafKVM: Add FFXSR support
2009-03-24 Joe PerchesKVM: SVM: Fix typo in has_svm()
2009-03-24 Alexander GrafKVM: SVM: Add microcode patch level dummy
2009-03-24 Jan KiszkaKVM: x86: Wire-up hardware breakpoints for guest debugging
2009-03-24 Jan KiszkaKVM: x86: Virtualize debug registers
2009-03-24 Jan KiszkaKVM: New guest debug interface
2009-03-24 Alexander GrafKVM: SVM: Allow setting the SVME bit
2009-03-24 Joerg RoedelKVM: SVM: Allow read access to MSR_VM_VR
2009-03-24 Alexander GrafKVM: SVM: Add VMEXIT handler and intercepts
2009-03-24 Alexander GrafKVM: SVM: Add VMRUN handler
2009-03-24 Alexander GrafKVM: SVM: Add VMLOAD and VMSAVE handlers
2009-03-24 Alexander GrafKVM: SVM: Implement hsave
2009-03-24 Alexander GrafKVM: SVM: Implement GIF, clgi and stgi
2009-03-24 Alexander GrafKVM: SVM: Add helper functions for nested SVM
2009-03-24 Alexander GrafKVM: SVM: Move EFER and MSR constants to generic x86...
2009-03-24 Alexander GrafKVM: SVM: Clean up VINTR setting
2009-02-15 Marcelo TosattiKVM: x86: fix LAPIC pending count calculation
2008-12-31 Eduardo HabkostKVM: SVM: move svm_hardware_disable() code to asm/virtext.h
2008-12-31 Eduardo HabkostKVM: SVM: move has_svm() code to asm/virtext.h
2008-12-31 Guillaume ThouveninKVM: allow emulator to adjust rip for emulated pio...
2008-12-31 Amit ShahKVM: SVM: Set the 'busy' flag of the TR selector
2008-12-31 Amit ShahKVM: SVM: Set the 'g' bit of the cs selector for cross...
2008-12-31 Sheng YangKVM: Enable MTRR for EPT
2008-10-15 Marcelo TosattiKVM: x86: trap invlpg
2008-10-15 Avi KivityKVM: Add statistics for guest irq injections
2008-10-15 Avi KivityKVM: SVM: No need to unprotect memory during event...
2008-10-15 Amit ShahKVM: SVM: Fix typo
2008-10-15 Avi KivityKVM: SVM: Unify register save/restore across 32 and...
2008-10-15 Jan KiszkaKVM: Consolidate XX_VECTOR defines
2008-10-15 Marcelo TosattiKVM: x86: accessors for guest registers
2008-09-11 Joerg RoedelKVM: SVM: fix guest global tlb flushes with NPT
2008-09-11 Joerg RoedelKVM: SVM: fix random segfaults with NPT enabled
2008-07-27 Avi KivityKVM: Avoid instruction emulation when event delivery...
2008-07-27 Joerg RoedelKVM: SVM: allow enabling/disabling NPT by reloading...
next