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-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
2008-10-15
KVM: x86: trap invlpg
Marcelo Tosatti
1
-2
/
+11
2008-10-15
KVM: Add statistics for guest irq injections
Avi Kivity
1
-0
/
+1
2008-10-15
KVM: SVM: No need to unprotect memory during event injection when using npt
Avi Kivity
1
-1
/
+1
2008-10-15
KVM: SVM: Fix typo
Amit Shah
1
-1
/
+1
2008-10-15
KVM: SVM: Unify register save/restore across 32 and 64 bit hosts
Avi Kivity
1
-52
/
+26
2008-10-15
KVM: Consolidate XX_VECTOR defines
Jan Kiszka
1
-4
/
+0
2008-10-15
KVM: x86: accessors for guest registers
Marcelo Tosatti
1
-33
/
+23
2008-09-11
KVM: SVM: fix guest global tlb flushes with NPT
Joerg Roedel
1
-0
/
+4
2008-09-11
KVM: SVM: fix random segfaults with NPT enabled
Joerg Roedel
1
-0
/
+8
2008-07-27
KVM: Avoid instruction emulation when event delivery is pending
Avi Kivity
1
-1
/
+6
2008-07-27
KVM: SVM: allow enabling/disabling NPT by reloading only the architecture module
Joerg Roedel
1
-1
/
+2
2008-07-20
KVM: Prefix some x86 low level function with kvm_, to avoid namespace issues
Avi Kivity
1
-6
/
+6
2008-07-20
KVM: SVM: fix suspend/resume support
Joerg Roedel
1
-12
/
+22
2008-07-20
KVM: Remove decache_vcpus_on_cpu() and related callbacks
Avi Kivity
1
-5
/
+0
2008-07-20
KVM: Handle virtualization instruction #UD faults during reboot
Avi Kivity
1
-9
/
+11
2008-07-20
KVM: SVM: Fake MSR_K7 performance counters
Chris Lalancette
1
-6
/
+9
2008-07-20
KVM: SVM: add tracing support for TDP page faults
Joerg Roedel
1
-0
/
+4
2008-07-20
KVM: SVM: add missing kvmtrace markers
Joerg Roedel
1
-1
/
+25
2008-07-20
KVM: SVM: implement dedicated INTR exit handler
Joerg Roedel
1
-1
/
+7
2008-07-20
KVM: SVM: implement dedicated NMI exit handler
Joerg Roedel
1
-1
/
+6
2008-06-06
KVM: migrate PIT timer
Marcelo Tosatti
1
-1
/
+1
2008-05-04
KVM: Add kvm_x86_ops get_tdp_level()
Sheng Yang
1
-0
/
+10
2008-04-27
KVM: SVM: remove selective CR0 comment
Joerg Roedel
1
-11
/
+0
[next]