index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: Introduce kvm_vcpu_is_bsp() function.
Gleb Natapov
2009-09-10
1
-2
/
+2
*
KVM: Cache pdptrs
Avi Kivity
2009-09-10
1
-6
/
+18
*
KVM: SVM: Fold kvm_svm.h info svm.c
Avi Kivity
2009-09-10
1
-1
/
+40
*
KVM: SVM: use explicit 64bit storage for sysenter values
Andre Przywara
2009-09-10
1
-4
/
+4
*
KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h
Jaswinder Singh Rajput
2009-09-10
1
-2
/
+2
*
KVM: SVM: force new asid on vcpu migration
Marcelo Tosatti
2009-08-05
1
-3
/
+3
*
KVM: inject NMI after IRET from a previous NMI, not before.
Gleb Natapov
2009-06-10
1
-12
/
+50
*
KVM: Do not re-execute INTn instruction.
Gleb Natapov
2009-06-10
1
-4
/
+4
*
KVM: skip_emulated_instruction() decode instruction if size is not known
Gleb Natapov
2009-06-10
1
-6
/
+5
*
KVM: Unprotect a page if #PF happens during NMI injection.
Gleb Natapov
2009-06-10
1
-2
/
+1
*
KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()
Glauber Costa
2009-06-10
1
-8
/
+24
*
KVM: SVM: Don't reinject event that caused a task switch
Gleb Natapov
2009-06-10
1
-2
/
+21
*
KVM: SVM: Fix cross vendor migration issue in segment segment descriptor
Andre Przywara
2009-06-10
1
-0
/
+9
*
KVM: Replace get_mt_mask_shift with get_mt_mask
Sheng Yang
2009-06-10
1
-2
/
+2
*
KVM: Get rid of get_irq() callback
Gleb Natapov
2009-06-10
1
-8
/
+0
*
KVM: SVM: Add NMI injection support
Gleb Natapov
2009-06-10
1
-46
/
+50
*
KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_open
Gleb Natapov
2009-06-10
1
-5
/
+1
*
KVM: Do not report TPR write to userspace if new value bigger or equal to a p...
Gleb Natapov
2009-06-10
1
-0
/
+4
*
KVM: sync_lapic_to_cr8() should always sync cr8 to V_TPR
Gleb Natapov
2009-06-10
1
-4
/
+1
*
KVM: Remove inject_pending_vectors() callback
Gleb Natapov
2009-06-10
1
-1
/
+0
*
KVM: Remove exception_injected() callback.
Gleb Natapov
2009-06-10
1
-6
/
+0
*
KVM: SVM: Coalesce userspace/kernel irqchip interrupt injection logic
Gleb Natapov
2009-06-10
1
-102
/
+85
*
KVM: VMX: Consolidate userspace and kernel interrupt injection for VMX
Gleb Natapov
2009-06-10
1
-1
/
+1
*
KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip too
Gleb Natapov
2009-06-10
1
-4
/
+7
*
KVM: SVM: Skip instruction on a task switch only when appropriate
Gleb Natapov
2009-06-10
1
-2
/
+9
*
KVM: Fix unneeded instruction skipping during task switching.
Gleb Natapov
2009-06-10
1
-7
/
+18
*
KVM: Fix interrupt unhalting a vcpu when it shouldn't
Gleb Natapov
2009-06-10
1
-0
/
+10
*
KVM: reuse (pop|push)_irq from svm.c in vmx.c
Gleb Natapov
2009-06-10
1
-21
/
+4
*
KVM: SVM: Remove duplicate code in svm_do_inject_vector()
Gleb Natapov
2009-06-10
1
-9
/
+1
*
KVM: SVM: Remove port 80 passthrough
Avi Kivity
2009-05-11
1
-1
/
+0
*
KVM: SVM: Fix cross vendor migration issue with unusable bit
Andre Przywara
2009-05-11
1
-2
/
+5
*
KVM: SVM: set accessed bit for VMCB segment selectors
Andre Przywara
2009-03-24
1
-12
/
+29
*
KVM: Drop unused evaluations from string pio handlers
Jan Kiszka
2009-03-24
1
-3
/
+1
*
KVM: Add FFXSR support
Alexander Graf
2009-03-24
1
-0
/
+3
*
KVM: SVM: Fix typo in has_svm()
Joe Perches
2009-03-24
1
-1
/
+1
*
KVM: SVM: Add microcode patch level dummy
Alexander Graf
2009-03-24
1
-0
/
+3
*
KVM: x86: Wire-up hardware breakpoints for guest debugging
Jan Kiszka
2009-03-24
1
-0
/
+5
*
KVM: x86: Virtualize debug registers
Jan Kiszka
2009-03-24
1
-73
/
+43
*
KVM: New guest debug interface
Jan Kiszka
2009-03-24
1
-2
/
+48
*
KVM: SVM: Allow setting the SVME bit
Alexander Graf
2009-03-24
1
-0
/
+8
*
KVM: SVM: Allow read access to MSR_VM_VR
Joerg Roedel
2009-03-24
1
-0
/
+3
*
KVM: SVM: Add VMEXIT handler and intercepts
Alexander Graf
2009-03-24
1
-0
/
+293
*
KVM: SVM: Add VMRUN handler
Alexander Graf
2009-03-24
1
-2
/
+155
*
KVM: SVM: Add VMLOAD and VMSAVE handlers
Alexander Graf
2009-03-24
1
-2
/
+58
*
KVM: SVM: Implement hsave
Alexander Graf
2009-03-24
1
-0
/
+13
*
KVM: SVM: Implement GIF, clgi and stgi
Alexander Graf
2009-03-24
1
-5
/
+42
*
KVM: SVM: Add helper functions for nested SVM
Alexander Graf
2009-03-24
1
-0
/
+85
*
KVM: SVM: Move EFER and MSR constants to generic x86 code
Alexander Graf
2009-03-24
1
-3
/
+3
*
KVM: SVM: Clean up VINTR setting
Alexander Graf
2009-03-24
1
-5
/
+15
*
KVM: x86: fix LAPIC pending count calculation
Marcelo Tosatti
2009-02-15
1
-1
/
+0
[next]