开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx.c
Age
Commit message (
Expand
)
Author
2013-04-14
KVM: nVMX: Avoid reading VM_EXIT_INTR_ERROR_CODE needlessly on nested exits
Jan Kiszka
2013-04-14
KVM: nVMX: Fix conditions for interrupt injection
Jan Kiszka
2013-04-14
KVM: nVMX: Rework event injection and recovery
Jan Kiszka
2013-04-14
KVM: nVMX: Fix injection of PENDING_INTERRUPT and NMI_WINDOW exits to L1
Jan Kiszka
2013-04-14
KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...
Gleb Natapov
2013-04-08
KVM: VMX: Add missing braces to avoid redundant error check
Jan Kiszka
2013-04-08
KVM: x86: fix memory leak in vmx_init
Yang Zhang
2013-04-07
KVM: nVMX: Check exit control for VM_EXIT_SAVE_IA32_PAT, not entry controls
Jan Kiszka
2013-03-20
KVM: x86: correctly initialize the CS base on reset
Paolo Bonzini
2013-03-18
KVM: VMX: Require KVM_SET_TSS_ADDR being called prior to running a VCPU
Jan Kiszka
2013-03-14
KVM: nVMX: Add preemption timer support
Jan Kiszka
2013-03-14
KVM: nVMX: Provide EFER.LMA saving support
Jan Kiszka
2013-03-13
KVM: nVMX: Clean up and fix pin-based execution controls
Jan Kiszka
2013-03-13
KVM: x86: Rework INIT and SIPI handling
Jan Kiszka
2013-03-12
KVM: x86: Drop unused return code from VCPU reset callback
Jan Kiszka
2013-03-11
kvm: remove cast for kmalloc return value
Ioan Orghici
2013-03-07
KVM: nVMX: Fix setting of CR0 and CR4 in guest mode
Jan Kiszka
2013-03-07
KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLS
Jan Kiszka
2013-03-05
KVM: nVMX: Reset RFLAGS on VM-exit
Jan Kiszka
2013-03-04
KVM: nVMX: Fix switching of debug state
Jan Kiszka
2013-03-04
KVM: set_memory_region: Drop user_alloc from set_memory_region()
Takuya Yoshikawa
2013-02-28
KVM: VMX: Pass vcpu to __vmx_complete_interrupts
Jan Kiszka
2013-02-28
KVM: nVMX: Avoid one redundant vmcs_read in prepare_vmcs12
Jan Kiszka
2013-02-27
KVM: nVMX: Use cached exit reason
Jan Kiszka
2013-02-27
KVM: nVMX: Clear segment cache after switching between L1 and L2
Jan Kiszka
2013-02-27
KVM: nVMX: Advertise PAUSE and WBINVD exiting support
Jan Kiszka
2013-02-27
KVM: VMX: Make prepare_vmcs12 and load_vmcs12_host_state static
Jan Kiszka
2013-02-22
KVM: nVMX: Trap unconditionally if msr bitmap access fails
Jan Kiszka
2013-02-22
KVM: nVMX: Improve I/O exit handling
Jan Kiszka
2013-02-14
KVM: nVMX: Remove redundant get_vmcs12 from nested_vmx_exit_handled_msr
Jan Kiszka
2013-02-11
KVM: VMX: disable apicv by default
Yang Zhang
2013-02-06
KVM: VMX: cleanup vmx_set_cr0().
Gleb Natapov
2013-02-05
KVM: VMX: disable SMEP feature when guest is in non-paging mode
Dongxiao Xu
2013-01-29
x86, apicv: add virtual interrupt delivery support
Yang Zhang
2013-01-29
x86, apicv: add virtual x2apic support
Yang Zhang
2013-01-29
x86, apicv: add APICv register virtualization support
Yang Zhang
2013-01-24
KVM: VMX: set vmx->emulation_required only when needed.
Gleb Natapov
2013-01-24
KVM: VMX: rename fix_pmode_dataseg to fix_pmode_seg.
Gleb Natapov
2013-01-24
KVM: VMX: don't clobber segment AR of unusable segments.
Gleb Natapov
2013-01-24
KVM: VMX: skip vmx->rmode.vm86_active check on cr0 write if unrestricted gues...
Gleb Natapov
2013-01-24
KVM: VMX: remove hack that disables emulation on vcpu reset/init
Gleb Natapov
2013-01-24
KVM: VMX: if unrestricted guest is enabled vcpu state is always valid.
Gleb Natapov
2013-01-24
KVM: VMX: reset CPL only on CS register write.
Gleb Natapov
2013-01-24
KVM: VMX: remove special CPL cache access during transition to real mode.
Gleb Natapov
2013-01-08
KVM: VMX: fix incorrect cached cpl value with real/v8086 modes
Marcelo Tosatti
2013-01-02
KVM: VMX: handle IO when emulation is due to #GP in real mode.
Gleb Natapov
2013-01-02
KVM: VMX: Do not fix segment register during vcpu initialization.
Gleb Natapov
2013-01-02
KVM: VMX: fix emulation of invalid guest state.
Gleb Natapov
2013-01-02
KVM: VMX: make rmode_segment_valid() more strict.
Gleb Natapov
2012-12-23
KVM: VMX: remove unneeded temporary variable from vmx_set_segment()
Gleb Natapov
[next]