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
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
2009-12-03
KVM: VMX: Use macros instead of hex value on cr0 initialization
Eduardo Habkost
1
-1
/
+1
2009-12-03
KVM: VMX: fix handle_pause declaration
Marcelo Tosatti
1
-1
/
+1
2009-12-03
KVM: VMX: Add support for Pause-Loop Exiting
Zhai, Edwin
1
-1
/
+50
2009-12-03
KVM: x86: Refactor guest debug IOCTL handling
Jan Kiszka
1
-17
/
+1
2009-12-03
KVM: Fix hotplug of CPUs
Zachary Amsden
1
-2
/
+4
2009-12-03
KVM: Activate Virtualization On Demand
Alexander Graf
1
-3
/
+8
2009-12-03
KVM: VMX: Enhance invalid guest state emulation
Mohammed Gamal
1
-24
/
+20
2009-12-03
KVM: Don't pass kvm_run arguments
Avi Kivity
1
-59
/
+54
2009-10-04
KVM: VMX: flush TLB with INVEPT on cpu migration
Marcelo Tosatti
1
-1
/
+1
2009-09-10
KVM: VMX: Check cpl before emulating debug register access
Avi Kivity
1
-0
/
+2
2009-09-10
KVM: VMX: call vmx_load_host_state() only if msr is cached
Gleb Natapov
1
-2
/
+2
2009-09-10
KVM: VMX: Conditionally reload debug register 6
Avi Kivity
1
-5
/
+9
2009-09-10
KVM: VMX: Fix cr8 exiting control clobbering by EPT
Gleb Natapov
1
-6
/
+3
2009-09-10
KVM: VMX: Fix EPT with WP bit change during paging
Sheng Yang
1
-3
/
+3
2009-09-10
KVM: VMX: Adjust rflags if in real mode emulation
Avi Kivity
1
-1
/
+6
2009-09-10
KVM: fix EFER read buffer overflow
Roel Kluin
1
-2
/
+5
2009-09-10
KVM: VMX: Optimize vmx_get_cpl()
Avi Kivity
1
-4
/
+1
2009-09-10
KVM: report 1GB page support to userspace
Joerg Roedel
1
-0
/
+6
2009-09-10
KVM: VMX: Avoid to return ENOTSUPP to userland
Jan Kiszka
1
-2
/
+2
2009-09-10
KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl
Sheng Yang
1
-5
/
+10
2009-09-10
KVM: convert custom marker based tracing to event traces
Marcelo Tosatti
1
-32
/
+46
2009-09-10
KVM: VMX: Only reload guest cr2 if different from host cr2
Avi Kivity
1
-2
/
+7
2009-09-10
KVM: VMX: conditionally disable 2M pages
Marcelo Tosatti
1
-0
/
+3
2009-09-10
KVM: VMX: EPT misconfiguration handler
Marcelo Tosatti
1
-1
/
+85
2009-09-10
KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bits
Marcelo Tosatti
1
-0
/
+20
2009-09-10
KVM: Move performance counter MSR access interception to generic x86 path
Andre Przywara
1
-12
/
+0
2009-09-10
KVM: Introduce kvm_vcpu_is_bsp() function.
Gleb Natapov
1
-3
/
+3
2009-09-10
KVM: VMX: Move rmode structure to vmx-specific code
Avi Kivity
1
-34
/
+44
2009-09-10
KVM: VMX: Support Unrestricted Guest feature
Nitin A Kamble
1
-6
/
+54
2009-09-10
KVM: VMX: Fix reporting of unhandled EPT violations
Avi Kivity
1
-2
/
+2
2009-09-10
KVM: Cache pdptrs
Avi Kivity
1
-4
/
+18
2009-09-10
KVM: VMX: Simplify pdptr and cr3 management
Avi Kivity
1
-6
/
+15
2009-09-10
KVM: VMX: Avoid duplicate ept tlb flush when setting cr3
Avi Kivity
1
-1
/
+0
2009-09-10
KVM: Drop interrupt shadow when single stepping should be done only on VMX
Gleb Natapov
1
-0
/
+8
2009-09-10
KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h
Jaswinder Singh Rajput
1
-2
/
+2
2009-09-10
KVM: VMX: Properly handle software interrupt re-injection in real mode
Gleb Natapov
1
-2
/
+6
2009-08-05
KVM: VMX: Fix locking imbalance on emulation failure
Jan Kiszka
1
-1
/
+1
2009-08-05
KVM: VMX: Fix locking order in handle_invalid_guest_state
Jan Kiszka
1
-2
/
+2
2009-06-28
KVM: VMX: Handle vmx instruction vmexits
Avi Kivity
1
-0
/
+15
2009-06-17
page allocator: do not check NUMA node ID when the caller knows the node is v...
Mel Gorman
1
-1
/
+1
2009-06-10
KVM: Add VT-x machine check support
Andi Kleen
1
-2
/
+48
[next]