index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-10
KVM: inject NMI after IRET from a previous NMI, not before.
Gleb Natapov
1
-12
/
+50
2009-06-10
KVM: Do not re-execute INTn instruction.
Gleb Natapov
1
-4
/
+4
2009-06-10
KVM: skip_emulated_instruction() decode instruction if size is not known
Gleb Natapov
1
-6
/
+5
2009-06-10
KVM: Unprotect a page if #PF happens during NMI injection.
Gleb Natapov
1
-2
/
+1
2009-06-10
KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()
Glauber Costa
1
-8
/
+24
2009-06-10
KVM: SVM: Don't reinject event that caused a task switch
Gleb Natapov
1
-2
/
+21
2009-06-10
KVM: SVM: Fix cross vendor migration issue in segment segment descriptor
Andre Przywara
1
-0
/
+9
2009-06-10
KVM: Replace get_mt_mask_shift with get_mt_mask
Sheng Yang
1
-2
/
+2
2009-06-10
KVM: Get rid of get_irq() callback
Gleb Natapov
1
-8
/
+0
2009-06-10
KVM: SVM: Add NMI injection support
Gleb Natapov
1
-46
/
+50
2009-06-10
KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_open
Gleb Natapov
1
-5
/
+1
2009-06-10
KVM: Do not report TPR write to userspace if new value bigger or equal to a p...
Gleb Natapov
1
-0
/
+4
2009-06-10
KVM: sync_lapic_to_cr8() should always sync cr8 to V_TPR
Gleb Natapov
1
-4
/
+1
2009-06-10
KVM: Remove inject_pending_vectors() callback
Gleb Natapov
1
-1
/
+0
2009-06-10
KVM: Remove exception_injected() callback.
Gleb Natapov
1
-6
/
+0
2009-06-10
KVM: SVM: Coalesce userspace/kernel irqchip interrupt injection logic
Gleb Natapov
1
-102
/
+85
2009-06-10
KVM: VMX: Consolidate userspace and kernel interrupt injection for VMX
Gleb Natapov
1
-1
/
+1
2009-06-10
KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip too
Gleb Natapov
1
-4
/
+7
2009-06-10
KVM: SVM: Skip instruction on a task switch only when appropriate
Gleb Natapov
1
-2
/
+9
2009-06-10
KVM: Fix unneeded instruction skipping during task switching.
Gleb Natapov
1
-7
/
+18
2009-06-10
KVM: Fix interrupt unhalting a vcpu when it shouldn't
Gleb Natapov
1
-0
/
+10
2009-06-10
KVM: reuse (pop|push)_irq from svm.c in vmx.c
Gleb Natapov
1
-21
/
+4
2009-06-10
KVM: SVM: Remove duplicate code in svm_do_inject_vector()
Gleb Natapov
1
-9
/
+1
2009-05-11
KVM: SVM: Remove port 80 passthrough
Avi Kivity
1
-1
/
+0
2009-05-11
KVM: SVM: Fix cross vendor migration issue with unusable bit
Andre Przywara
1
-2
/
+5
2009-03-24
KVM: SVM: set accessed bit for VMCB segment selectors
Andre Przywara
1
-12
/
+29
2009-03-24
KVM: Drop unused evaluations from string pio handlers
Jan Kiszka
1
-3
/
+1
2009-03-24
KVM: Add FFXSR support
Alexander Graf
1
-0
/
+3
2009-03-24
KVM: SVM: Fix typo in has_svm()
Joe Perches
1
-1
/
+1
2009-03-24
KVM: SVM: Add microcode patch level dummy
Alexander Graf
1
-0
/
+3
2009-03-24
KVM: x86: Wire-up hardware breakpoints for guest debugging
Jan Kiszka
1
-0
/
+5
2009-03-24
KVM: x86: Virtualize debug registers
Jan Kiszka
1
-73
/
+43
2009-03-24
KVM: New guest debug interface
Jan Kiszka
1
-2
/
+48
2009-03-24
KVM: SVM: Allow setting the SVME bit
Alexander Graf
1
-0
/
+8
2009-03-24
KVM: SVM: Allow read access to MSR_VM_VR
Joerg Roedel
1
-0
/
+3
2009-03-24
KVM: SVM: Add VMEXIT handler and intercepts
Alexander Graf
1
-0
/
+293
2009-03-24
KVM: SVM: Add VMRUN handler
Alexander Graf
1
-2
/
+155
2009-03-24
KVM: SVM: Add VMLOAD and VMSAVE handlers
Alexander Graf
1
-2
/
+58
2009-03-24
KVM: SVM: Implement hsave
Alexander Graf
1
-0
/
+13
2009-03-24
KVM: SVM: Implement GIF, clgi and stgi
Alexander Graf
1
-5
/
+42
2009-03-24
KVM: SVM: Add helper functions for nested SVM
Alexander Graf
1
-0
/
+85
2009-03-24
KVM: SVM: Move EFER and MSR constants to generic x86 code
Alexander Graf
1
-3
/
+3
2009-03-24
KVM: SVM: Clean up VINTR setting
Alexander Graf
1
-5
/
+15
2009-02-15
KVM: x86: fix LAPIC pending count calculation
Marcelo Tosatti
1
-1
/
+0
2008-12-31
KVM: SVM: move svm_hardware_disable() code to asm/virtext.h
Eduardo Habkost
1
-5
/
+1
2008-12-31
KVM: SVM: move has_svm() code to asm/virtext.h
Eduardo Habkost
1
-14
/
+5
2008-12-31
KVM: allow emulator to adjust rip for emulated pio instructions
Guillaume Thouvenin
1
-0
/
+1
2008-12-31
KVM: SVM: Set the 'busy' flag of the TR selector
Amit Shah
1
-0
/
+7
2008-12-31
KVM: SVM: Set the 'g' bit of the cs selector for cross-vendor migration
Amit Shah
1
-0
/
+9
2008-12-31
KVM: Enable MTRR for EPT
Sheng Yang
1
-0
/
+6
[next]