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
/
drivers
/
kvm
/
vmx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-30
KVM: Move arch dependent files to new directory arch/x86/kvm/
Avi Kivity
1
-2673
/
+0
2008-01-30
KVM: VMX: Add printk_ratelimit in vmx_intr_assist
Ryan Harper
1
-1
/
+2
2008-01-30
KVM: Portability: Move round_robin_prev_vcpu and tss_addr to kvm_arch
Zhang Xiantao
1
-6
/
+6
2008-01-30
KVM: Portability: Split mmu-related static inline functions to mmu.h
Zhang Xiantao
1
-0
/
+1
2008-01-30
KVM: Portability: Introduce kvm_vcpu_arch
Zhang Xiantao
1
-106
/
+107
2008-01-30
KVM: VMX: Avoid exit when setting cr8 if the local apic is in the kernel
Avi Kivity
1
-0
/
+2
2008-01-30
KVM: Use generalized exception queue for injecting #UD
Avi Kivity
1
-10
/
+1
2008-01-30
KVM: Replace #GP injection by the generalized exception queue
Avi Kivity
1
-16
/
+2
2008-01-30
KVM: Replace page fault injection by the generalized exception queue
Avi Kivity
1
-32
/
+0
2008-01-30
KVM: Generalize exception injection mechanism
Avi Kivity
1
-0
/
+20
2008-01-30
KVM: VMX: Remove the secondary execute control dependency on irqchip
Sheng Yang
1
-10
/
+7
2008-01-30
KVM: VMX: Force seg.base == (seg.sel << 4) in real mode
Jan Kiszka
1
-1
/
+2
2008-01-30
KVM: Make unloading of FPU state when putting vcpu arch-independent
Amit Shah
1
-1
/
+0
2008-01-30
KVM: Replace 'light_exits' stat with 'host_state_reload'
Avi Kivity
1
-0
/
+1
2008-01-30
KVM: VMX: Consolidate register usage in vmx_vcpu_run()
Avi Kivity
1
-73
/
+73
2008-01-30
KVM: Portability: Combine kvm_init and kvm_init_x86
Zhang Xiantao
1
-2
/
+2
2008-01-30
KVM: VMX: wbinvd exiting
Eddie Dong
1
-1
/
+10
2008-01-30
KVM: Fix faults during injection of real-mode interrupts
Avi Kivity
1
-2
/
+49
2008-01-30
KVM: VMX: Read & store IDT_VECTORING_INFO_FIELD
Avi Kivity
1
-5
/
+12
2008-01-30
KVM: VMX: Use vmx to inject real-mode interrupts
Avi Kivity
1
-49
/
+4
2008-01-30
KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)
Sheng Yang
1
-13
/
+104
2008-01-30
KVM: Move page fault processing to common code
Avi Kivity
1
-28
/
+1
2008-01-30
KVM: VMX: Let gcc to choose which registers to save (i386)
Laurent Vivier
1
-3
/
+5
2008-01-30
KVM: VMX: Let gcc to choose which registers to save (x86_64)
Laurent Vivier
1
-12
/
+9
2008-01-30
KVM: Add ioctl to tss address from userspace,
Izik Eidus
1
-2
/
+25
2008-01-30
KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()
Avi Kivity
1
-89
/
+89
2008-01-30
KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...
Zhang Xiantao
1
-0
/
+1
2008-01-30
KVM: Move apic timer interrupt backlog processing to common code
Avi Kivity
1
-1
/
+0
2008-01-30
KVM: CodingStyle cleanup
Mike Day
1
-28
/
+32
2008-01-30
KVM: Hoist kvm_create_lapic() into kvm_vcpu_init()
Rusty Russell
1
-6
/
+0
2008-01-30
KVM: Add general accessors to read and write guest memory
Izik Eidus
1
-24
/
+19
2008-01-30
KVM: VMX: Simplify vcpu_clear()
Avi Kivity
1
-5
/
+1
2008-01-30
KVM: VMX: Don't clear the vmcs if the vcpu is not loaded on any processor
Avi Kivity
1
-1
/
+3
2008-01-30
KVM: Allow not-present guest page faults to bypass kvm
Avi Kivity
1
-2
/
+9
2008-01-30
KVM: VMX: Further reduce efer reloads
Avi Kivity
1
-24
/
+37
2008-01-30
KVM: Call x86_decode_insn() only when needed
Laurent Vivier
1
-4
/
+5
2008-01-30
KVM: Refactor hypercall infrastructure (v3)
Anthony Liguori
1
-3
/
+26
2008-01-30
x86: get rid of _MASK flags
Glauber de Oliveira Costa
1
-4
/
+4
2007-10-22
KVM: VMX: Force vm86 mode if setting flags during real mode
Avi Kivity
1
-0
/
+2
2007-10-22
KVM: VMX: Reset mmu context when entering real mode
Eddie Dong
1
-0
/
+1
2007-10-22
KVM: VMX: Handle NMIs before enabling interrupts and preemption
Avi Kivity
1
-4
/
+9
2007-10-13
KVM: Improve emulation failure reporting
Avi Kivity
1
-1
/
+1
2007-10-13
KVM: VMX: Fix exit qualification width on i386
He, Qing
1
-6
/
+6
2007-10-13
KVM: Move main vcpu loop into subarch independent code
Avi Kivity
1
-112
/
+17
2007-10-13
KVM: VMX: Move vm entry failure handling to the exit handler
Avi Kivity
1
-9
/
+10
2007-10-13
KVM: Rename kvm_arch_ops to kvm_x86_ops
Christian Ehrhardt
1
-3
/
+3
2007-10-13
KVM: enable in-kernel APIC INIT/SIPI handling
He, Qing
1
-3
/
+21
2007-10-13
KVM: Migrate lapic hrtimer when vcpu moves to another cpu
Eddie Dong
1
-1
/
+3
2007-10-13
KVM: Keep track of missed timer irq injections
Eddie Dong
1
-3
/
+7
2007-10-13
KVM: VMX: Use shadow TPR/cr8 for 64-bits guests
Yang, Sheng
1
-4
/
+61
[next]