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.13.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-02-15
KVM: VMX: Flush volatile msrs before emulating rdmsr
Avi Kivity
1
-0
/
+1
2009-02-15
KVM: x86: fix LAPIC pending count calculation
Marcelo Tosatti
1
-1
/
+0
2009-02-15
KVM: MMU: Map device MMIO as UC in EPT
Sheng Yang
1
-2
/
+1
2008-12-31
KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMI
Jan Kiszka
1
-22
/
+2
2008-12-31
KVM: VMX: Fix pending NMI-vs.-IRQ race for user space irqchip
Jan Kiszka
1
-1
/
+3
2008-12-31
KVM: VMX: fix sparse warning
Hannes Eder
1
-1
/
+1
2008-12-31
KVM: VMX: Conditionally request interrupt window after injecting irq
Avi Kivity
1
-0
/
+2
2008-12-31
KVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable()
Eduardo Habkost
1
-2
/
+11
2008-12-31
KVM: VMX: move cpu_has_kvm_support() to an inline on asm/virtext.h
Eduardo Habkost
1
-2
/
+2
2008-12-31
KVM: VMX: move vmx.h to include/asm
Eduardo Habkost
1
-1
/
+1
2008-12-31
KVM: VMX: Handle mmio emulation when guest state is invalid
Guillaume Thouvenin
1
-12
/
+15
2008-12-31
KVM: allow emulator to adjust rip for emulated pio instructions
Guillaume Thouvenin
1
-0
/
+1
2008-12-31
KVM: VMX: Move private memory slot position
Sheng Yang
1
-1
/
+1
2008-12-31
KVM: Enable MTRR for EPT
Sheng Yang
1
-2
/
+8
2008-12-31
KVM: VMX: Add PAT support for EPT
Sheng Yang
1
-3
/
+26
2008-12-31
KVM: VMX: work around lacking VNMI support
Jan Kiszka
1
-59
/
+115
2008-12-31
KVM: VMX: Provide support for user space injected NMIs
Jan Kiszka
1
-0
/
+33
2008-12-31
KVM: VMX: fix real-mode NMI support
Jan Kiszka
1
-0
/
+13
2008-12-31
KVM: VMX: refactor IRQ and NMI window enabling
Jan Kiszka
1
-46
/
+32
2008-12-31
KVM: VMX: refactor/fix IRQ and NMI injectability determination
Jan Kiszka
1
-25
/
+21
2008-12-31
KVM: VMX: Support for NMI task gates
Jan Kiszka
1
-3
/
+15
2008-12-31
KVM: VMX: Use INTR_TYPE_NMI_INTR instead of magic value
Jan Kiszka
1
-2
/
+2
2008-12-31
KVM: VMX: include all IRQ window exits in statistics
Jan Kiszka
1
-1
/
+1
2008-11-23
KVM: VMX: Fix interrupt loss during race with NMI
Avi Kivity
1
-1
/
+3
2008-11-11
KVM: VMX: Set IGMT bit in EPT entry
Sheng Yang
1
-1
/
+2
2008-10-15
KVM: VMX: enable invlpg exiting if EPT is disabled
Marcelo Tosatti
1
-1
/
+2
2008-10-15
KVM: x86: trap invlpg
Marcelo Tosatti
1
-3
/
+16
2008-10-15
KVM: switch to get_user_pages_fast
Marcelo Tosatti
1
-4
/
+0
2008-10-15
KVM: VMX: Rename IA32_FEATURE_CONTROL bits
Sheng Yang
1
-9
/
+9
2008-10-15
KVM: VMX: Cleanup stalled INTR_INFO read
Jan Kiszka
1
-3
/
+0
2008-10-15
KVM: Add statistics for guest irq injections
Avi Kivity
1
-0
/
+1
2008-10-15
KVM: VMX: Change segment dpl at reset to 3
Avi Kivity
1
-1
/
+1
2008-10-15
KVM: VMX: Change cs reset state to be a data segment
Avi Kivity
1
-2
/
+1
2008-10-15
KVM: VMX: Modify mode switching and vmentry functions
Mohammed Gamal
1
-0
/
+20
2008-10-15
KVM: VMX: Add invalid guest state handler
Mohammed Gamal
1
-0
/
+37
2008-10-15
KVM: VMX: Add module parameter and emulation flag.
Mohammed Gamal
1
-0
/
+4
2008-10-15
KVM: VMX: Add Guest State Validity Checks
Mohammed Gamal
1
-0
/
+180
2008-10-15
KVM: VMX: Use interrupt queue for !irqchip_in_kernel
Avi Kivity
1
-6
/
+5
2008-10-15
KVM: VMX: Clean up magic number 0x66 in init_rmode_tss
Sheng Yang
1
-1
/
+2
2008-10-15
KVM: VMX: Avoid vmwrite(HOST_RSP) when possible
Avi Kivity
1
-0
/
+6
2008-10-15
KVM: VMX: Unify register save/restore across 32 and 64 bit hosts
Avi Kivity
1
-54
/
+36
2008-10-15
KVM: VMX: Reinject real mode exception
Jan Kiszka
1
-2
/
+39
2008-10-15
KVM: Consolidate XX_VECTOR defines
Jan Kiszka
1
-1
/
+1
2008-10-15
KVM: VMX: Remove redundant check in handle_rmode_exception
Mohammed Gamal
1
-3
/
+0
2008-10-15
KVM: VMX: Move interrupt post-processing to vmx_complete_interrupts()
Avi Kivity
1
-57
/
+20
2008-10-15
KVM: VMX: Fix pending exception processing
Avi Kivity
1
-3
/
+12
2008-10-15
KVM: VMX: Move nmi injection failure processing to vm exit path
Avi Kivity
1
-17
/
+32
2008-10-15
KVM: Move NMI IRET fault processing to new vmx_complete_interrupts()
Avi Kivity
1
-12
/
+24
2008-10-15
KVM: x86: accessors for guest registers
Marcelo Tosatti
1
-54
/
+49
2008-10-15
KVM: VMX: Rename misnamed msr bits
Sheng Yang
1
-9
/
+9
[next]