index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2008-04-27
KVM: SVM: remove now obsolete FIXME comment
Joerg Roedel
1
-7
/
+0
2008-04-27
KVM: SVM: disable CR8 intercept when tpr is not masking interrupts
Joerg Roedel
1
-4
/
+27
2008-04-27
KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabled
Joerg Roedel
1
-0
/
+12
2008-04-27
KVM: SVM: sync TPR value to V_TPR field in the VMCB
Joerg Roedel
1
-2
/
+16
2008-04-27
KVM: SVM: force a new asid when initializing the vmcb
Avi Kivity
1
-1
/
+1
2008-04-27
KVM: SVM: do not intercept task switch with NPT
Joerg Roedel
1
-0
/
+1
2008-04-27
KVM: SVM: add intercept for machine check exception
Joerg Roedel
1
-1
/
+16
2008-04-27
KVM: SVM: align shadow CR4.MCE with host
Joerg Roedel
1
-0
/
+3
2008-04-27
KVM: SVM: indent svm_set_cr4 with tabs instead of spaces
Joerg Roedel
1
-4
/
+4
2008-04-27
KVM: x86: hardware task switching support
Izik Eidus
1
-3
/
+12
2008-04-27
KVM: x86: add functions to get the cpl of vcpu
Izik Eidus
1
-0
/
+8
2008-04-27
KVM: Remove pointless desc_ptr #ifdef
Avi Kivity
1
-4
/
+0
2008-04-27
KVM: replace remaining __FUNCTION__ occurances
Harvey Harrison
1
-7
/
+7
2008-04-27
KVM: SVM: make iopm_base static
Harvey Harrison
1
-1
/
+1
2008-04-27
KVM: SVM: enable LBR virtualization
Joerg Roedel
1
-2
/
+37
2008-04-27
KVM: SVM: allocate the MSR permission map per VCPU
Joerg Roedel
1
-35
/
+32
2008-04-27
KVM: SVM: let init_vmcb() take struct vcpu_svm as parameter
Joerg Roedel
1
-6
/
+6
2008-04-27
KVM: SVM: add support for Nested Paging
Joerg Roedel
1
-5
/
+67
2008-04-27
KVM: export information about NPT to generic x86 code
Joerg Roedel
1
-1
/
+3
2008-04-27
KVM: SVM: add module parameter to disable Nested Paging
Joerg Roedel
1
-0
/
+8
2008-04-27
KVM: SVM: add detection of Nested Paging feature
Joerg Roedel
1
-0
/
+8
2008-04-27
KVM: SVM: move feature detection to hardware setup code
Joerg Roedel
1
-1
/
+3
2008-04-27
KVM: align valid EFER bits with the features of the host system
Joerg Roedel
1
-0
/
+3
2008-03-04
KVM: SVM: fix Windows XP 64 bit installation crash
Joerg Roedel
1
-0
/
+22
2008-03-03
KVM: SVM: set NM intercept when enabling CR0.TS in the guest
Joerg Roedel
1
-1
/
+3
2008-03-03
KVM: SVM: Fix lazy FPU switching
Joerg Roedel
1
-0
/
+2
2008-01-30
KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UD
Sheng Yang
1
-1
/
+1
2008-01-30
KVM: Disable vapic support on Intel machines with FlexPriority
Avi Kivity
1
-0
/
+6
2008-01-30
KVM: Move arch dependent files to new directory arch/x86/kvm/
Avi Kivity
1
-0
/
+1725