index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-17
KVM: unbreak userspace that does not sets tss address
Gleb Natapov
1
-0
/
+13
2011-03-17
KVM: fix rcu usage in init_rmode_* functions
Xiao Guangrong
1
-4
/
+8
2011-03-17
KVM: x86: Remove useless regs_page pointer from kvm_lapic
Takuya Yoshikawa
1
-1
/
+1
2011-03-17
KVM: VMX: Initialize vm86 TSS only once.
Gleb Natapov
1
-22
/
+6
2011-03-17
KVM: VMX: update live TR selector if it changes in real mode
Gleb Natapov
1
-0
/
+1
2011-03-17
KVM: VMX: add the __noclone attribute to vmx_vcpu_run
Lai Jiangshan
1
-1
/
+1
2011-03-17
KVM: VMX: fix detection of BIOS disabling VMX
Joseph Cihula
1
-2
/
+8
2011-03-17
KVM: VMX: Avoid atomic operation in vmx_vcpu_run
Avi Kivity
1
-2
/
+5
2011-03-17
KVM: VMX: Simplify saving guest rcx in vmx_vcpu_run
Avi Kivity
1
-2
/
+2
2011-03-17
KVM: VMX: increase ple_gap default to 128
Rik van Riel
1
-2
/
+2
2011-03-17
KVM: VMX: Avoid leaking fake realmode state to userspace
Avi Kivity
1
-7
/
+36
2011-03-17
KVM: VMX: Save and restore tr selector across mode switches
Avi Kivity
1
-0
/
+2
2011-01-12
KVM: VMX: when entering real mode align segment base to 16 bytes
Gleb Natapov
1
-1
/
+5
2011-01-12
KVM: Fetch guest cr3 from hardware on demand
Avi Kivity
1
-6
/
+12
2011-01-12
KVM: Replace reads of vcpu->arch.cr3 by an accessor
Avi Kivity
1
-3
/
+4
2011-01-12
KVM: VMX: Correct asm constraint in vmcs_load()/vmcs_clear()
Avi Kivity
1
-2
/
+2
2011-01-12
KVM: VMX: Optimize atomic EFER load
Avi Kivity
1
-0
/
+30
2011-01-12
KVM: SVM: copy instruction bytes from VMCB
Andre Przywara
1
-2
/
+2
2011-01-12
KVM: cleanup emulate_instruction
Andre Przywara
1
-6
/
+6
2011-01-12
KVM: move complete_insn_gp() into x86.c
Andre Przywara
1
-12
/
+4
2011-01-12
KVM: x86: fix CR8 handling
Andre Przywara
1
-2
/
+2
2011-01-12
KVM: VMX: add module parameter to avoid trapping HLT instructions (v5)
Anthony Liguori
1
-2
/
+23
2011-01-12
KVM: VMX: Return 0 from a failed VMREAD
Avi Kivity
1
-2
/
+2
2011-01-12
KVM: Add instruction-set-specific exit qualifications to kvm_exit trace
Avi Kivity
1
-0
/
+8
2011-01-12
KVM: Record instruction set in kvm_exit tracepoint
Avi Kivity
1
-1
/
+1
2011-01-12
KVM: VMX: Fold __vmx_vcpu_run() into vmx_vcpu_run()
Avi Kivity
1
-38
/
+25
2011-01-12
KVM: VMX: Inform user about INTEL_TXT dependency
Shane Wang
1
-1
/
+4
2011-01-12
KVM: VMX: Disallow NMI while blocked by STI
Avi Kivity
1
-1
/
+6
2011-01-12
KVM: handle exit due to INVD in VMX
Gleb Natapov
1
-0
/
+6
2011-01-12
KVM: VMX: remove setting of shadow_base_ptes for EPT
Marcelo Tosatti
1
-3
/
+1
2011-01-12
KVM: Move KVM context switch into own function
Andi Kleen
1
-25
/
+38
2010-12-08
KVM: SVM: Do not report xsave in supported cpuid
Joerg Roedel
1
-5
/
+0
2010-11-17
KVM: VMX: Fix host userspace gsbase corruption
Avi Kivity
1
-8
/
+7
2010-11-17
KVM: Correct ordering of ldt reload wrt fs/gs reload
Avi Kivity
1
-2
/
+2
2010-10-24
KVM: fix typo in copyright notice
Nicolas Kaiser
1
-1
/
+1
2010-10-24
KVM: VMX: Add AX to list of registers clobbered by guest switch
Jan Kiszka
1
-1
/
+1
2010-10-24
KVM: VMX: Respect interrupt window in big real mode
Avi Kivity
1
-0
/
+9
2010-10-24
KVM: VMX: Emulated real mode interrupt injection
Mohammed Gamal
1
-59
/
+6
2010-10-24
KVM: VMX: Move fixup_rmode_irq() to avoid forward declaration
Avi Kivity
1
-24
/
+23
2010-10-24
KVM: Non-atomic interrupt injection
Avi Kivity
1
-0
/
+11
2010-10-24
KVM: VMX: Parameterize vmx_complete_interrupts() for both exit and entry
Avi Kivity
1
-13
/
+21
2010-10-24
KVM: VMX: Move real-mode interrupt injection fixup to vmx_complete_interrupts()
Avi Kivity
1
-3
/
+6
2010-10-24
KVM: VMX: Split up vmx_complete_interrupts()
Avi Kivity
1
-12
/
+27
2010-10-24
KVM: Check for pending events before attempting injection
Avi Kivity
1
-0
/
+6
2010-10-24
KVM: MMU: Add kvm_mmu parameter to load_pdptrs function
Joerg Roedel
1
-8
/
+8
2010-10-24
KVM: X86: Introduce a tdp_set_cr3 function
Joerg Roedel
1
-0
/
+2
2010-10-24
KVM: x86: Unify TSC logic
Zachary Amsden
1
-14
/
+8
2010-10-24
KVM: x86: Move TSC offset writes to common code
Zachary Amsden
1
-7
/
+6
2010-10-24
KVM: x86: Convert TSC writes to TSC offset writes
Zachary Amsden
1
-6
/
+5
2010-10-24
KVM: x86: Drop vm_init_tsc
Zachary Amsden
1
-7
/
+3
[next]