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
/
vmx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-18
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+4
2010-05-13
KVM: VMX: blocked-by-sti must not defer NMI injections
Jan Kiszka
1
-2
/
+1
2010-04-23
Merge branch 'linus' into perf/core
Ingo Molnar
1
-9
/
+15
2010-04-20
KVM: VMX: Save/restore rflags.vm correctly in real mode
Avi Kivity
1
-9
/
+15
2010-04-19
KVM: Implement perf callbacks for guest sampling
Zhang, Yanmin
1
-1
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-01
KVM: VMX: Update instruction length on intercepted BP
Jan Kiszka
1
-0
/
+13
2010-03-01
KVM: VMX: Rename VMX_EPT_IGMT_BIT to VMX_EPT_IPAT_BIT
Sheng Yang
1
-2
/
+2
2010-03-01
KVM: VMX: Remove redundant test in vmx_set_efer()
Julia Lawall
1
-2
/
+0
2010-03-01
KVM: VMX: Wire up .fpu_activate() callback
Avi Kivity
1
-0
/
+1
2010-03-01
KVM: VMX: Remove redundant check in vm_need_virtualize_apic_accesses()
Gui Jianfeng
1
-3
/
+1
2010-03-01
KVM: Trace failed msr reads and writes
Avi Kivity
1
-2
/
+3
2010-03-01
KVM: VMX: Pass cr0.mp through to the guest when the fpu is active
Avi Kivity
1
-6
/
+9
2010-03-01
KVM: Rename vcpu->shadow_efer to efer
Avi Kivity
1
-7
/
+7
2010-03-01
KVM: Add a helper for checking if the guest is in protected mode
Avi Kivity
1
-2
/
+2
2010-03-01
KVM: Activate fpu on clts
Avi Kivity
1
-0
/
+1
2010-03-01
KVM: VMX: Clean up DR6 emulation
Jan Kiszka
1
-17
/
+6
2010-03-01
KVM: VMX: Fix emulation of DR4 and DR5
Jan Kiszka
1
-9
/
+26
2010-03-01
KVM: VMX: Fix exceptions of mov to dr
Jan Kiszka
1
-5
/
+8
2010-03-01
KVM: VMX: Remove emulation failure report
Sheng Yang
1
-1
/
+0
2010-03-01
KVM: VMX: Give the guest ownership of cr0.ts when the fpu is active
Avi Kivity
1
-2
/
+9
2010-03-01
KVM: Lazify fpu activation and deactivation
Avi Kivity
1
-16
/
+9
2010-03-01
KVM: VMX: Allow the guest to own some cr0 bits
Avi Kivity
1
-0
/
+9
2010-03-01
KVM: Replace read accesses of vcpu->arch.cr0 by an accessor
Avi Kivity
1
-8
/
+8
2010-03-01
KVM: VMX: trace clts and lmsw instructions as cr accesses
Avi Kivity
1
-1
/
+4
2010-03-01
KVM: VMX: Enable EPT 1GB page support
Sheng Yang
1
-1
/
+10
2010-03-01
KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_ops
Sheng Yang
1
-3
/
+3
2010-03-01
KVM: Fill out ftrace exit reason strings
Avi Kivity
1
-19
/
+39
2010-03-01
KVM: convert slots_lock to a mutex
Marcelo Tosatti
1
-4
/
+4
2010-03-01
KVM: switch vcpu context to use SRCU
Marcelo Tosatti
1
-3
/
+3
2010-03-01
KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU update
Marcelo Tosatti
1
-1
/
+5
2010-03-01
KVM: modify memslots layout in struct kvm
Marcelo Tosatti
1
-2
/
+2
2010-03-01
KVM: VMX: Add instruction rdtscp support for guest
Sheng Yang
1
-3
/
+57
2010-03-01
KVM: Add cpuid_update() callback to kvm_x86_ops
Sheng Yang
1
-0
/
+6
2010-03-01
KVM: VMX: Remove redundant variable
Sheng Yang
1
-2
/
+0
2010-03-01
KVM: VMX: Fold ept_update_paging_mode_cr4() into its caller
Avi Kivity
1
-12
/
+8
2010-03-01
KVM: VMX: When using ept, allow the guest to own cr4.pge
Avi Kivity
1
-0
/
+2
2010-03-01
KVM: VMX: Make guest cr4 mask more conservative
Avi Kivity
1
-4
/
+6
2010-03-01
KVM: Add accessor for reading cr4 (or some bits of cr4)
Avi Kivity
1
-5
/
+8
2010-03-01
KVM: VMX: Move some cr[04] related constants to vmx.c
Avi Kivity
1
-0
/
+13
2010-03-01
KVM: VMX: Trap and invalid MWAIT/MONITOR instruction
Sheng Yang
1
-0
/
+10
2009-12-03
KVM: VMX: Fix comparison of guest efer with stale host value
Avi Kivity
1
-4
/
+5
2009-12-03
KVM: VMX: Disable unrestricted guest when EPT disabled
Sheng Yang
1
-1
/
+3
2009-12-03
KVM: x86: Add KVM_GET/SET_VCPU_EVENTS
Jan Kiszka
1
-0
/
+30
2009-12-03
KVM: VMX: Report unexpected simultaneous exceptions as internal errors
Avi Kivity
1
-3
/
+8
2009-12-03
KVM: Allow internal errors reported to userspace to carry extra data
Avi Kivity
1
-0
/
+1
2009-12-03
KVM: VMX: Remove vmx->msr_offset_efer
Avi Kivity
1
-7
/
+3
2009-12-03
KVM: VMX: move CR3/PDPTR update to vmx_set_cr3
Marcelo Tosatti
1
-4
/
+1
2009-12-03
KVM: VMX: Use shared msr infrastructure
Avi Kivity
1
-70
/
+42
2009-12-03
KVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autoload msr area
Avi Kivity
1
-13
/
+26
[next]