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