index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
2010-05-17
KVM: x86: Add callback to let modules decide over some supported cpuid bits
Joerg Roedel
2010-05-17
KVM: SVM: Propagate nested entry failure into guest hypervisor
Joerg Roedel
2010-05-17
KVM: SVM: Sync cr0 and cr3 to kvm state before nested handling
Joerg Roedel
2010-05-17
KVM: SVM: Make sure rip is synced to vmcb before nested vmexit
Joerg Roedel
2010-05-17
KVM: SVM: Fix nested nmi handling
Joerg Roedel
2010-05-17
Merge remote branch 'tip/perf/core'
Avi Kivity
2010-05-17
KVM: VMX: free vpid when fail to create vcpu
Lai Jiangshan
2010-05-17
KVM: MMU: cleanup for function unaccount_shadowed()
Wei Yongjun
2010-05-17
KVM: Get rid of dead function gva_to_page()
Gui Jianfeng
2010-05-17
KVM: MMU: Remove unused varialbe in rmap_next()
Gui Jianfeng
2010-05-17
KVM: MMU: Make use of is_large_pte() in walker
Gui Jianfeng
2010-05-17
KVM: MMU: Move sync_page() first pte address calculation out of loop
Gui Jianfeng
2010-05-17
KVM: MMU: Drop cr4.pge from shadow page role
Avi Kivity
2010-05-17
KVM: use the correct RCU API for PROVE_RCU=y
Lai Jiangshan
2010-05-17
Merge branch 'perf'
Avi Kivity
2010-05-17
KVM: MMU: cleanup for hlist walk restart
Xiao Guangrong
2010-05-17
KVM: prevent spurious exit to userspace during task switch emulation.
Gleb Natapov
2010-05-17
KVM: MMU: remove unused parameter in mmu_parent_walk()
Xiao Guangrong
2010-05-17
KVM: MMU: remove unused struct kvm_unsync_walk
Xiao Guangrong
2010-05-17
KVM: fix emulator_task_switch() return value.
Gleb Natapov
2010-05-17
KVM: MMU: Replace role.glevels with role.cr4_pae
Avi Kivity
2010-05-17
KVM: x86: Push potential exception error code on task switches
Jan Kiszka
2010-05-17
KVM: x86: Terminate early if task_switch_16/32 failed
Jan Kiszka
2010-05-17
KVM: x86: get rid of mmu_only parameter in emulator_write_emulated()
Gleb Natapov
2010-05-17
KVM: move DR register access handling into generic code
Gleb Natapov
2010-05-17
KVM: SVM: implement NEXTRIPsave SVM feature
Andre Przywara
2010-05-17
KVM: Fix MAXPHYADDR calculation when cpuid does not support it
Avi Kivity
2010-05-17
KVM: Trace emulated instructions
Avi Kivity
2010-05-17
KVM: x86 emulator: Don't overwrite decode cache
Avi Kivity
2010-05-17
KVM: MMU: remove unnecessary NX check in walk_addr
Xiao Guangrong
2010-05-17
KVM: MMU: remove unused field
Xiao Guangrong
2010-05-17
KVM: MMU: cleanup/fix mmu audit code
Xiao Guangrong
2010-05-17
KVM: MMU: Disassociate direct maps from guest levels
Avi Kivity
2010-05-17
KVM: MMU: check reserved bits only if CR4.PSE=1 or CR4.PAE=1
Xiao Guangrong
2010-05-17
KVM: x86: document KVM_REQ_PENDING_TIMER usage
Marcelo Tosatti
2010-05-17
KVM: x86 emulator: fix unlocked CMPXCHG8B emulation
Gleb Natapov
2010-05-17
KVM: x86 emulator: add decoding of CMPXCHG8B dst operand
Gleb Natapov
2010-05-17
KVM: x86 emulator: commit rflags as part of registers commit
Gleb Natapov
2010-05-17
KVM: x86: Fix 32-bit build breakage due to typo
Jan Kiszka
2010-05-17
KVM: small kvm_arch_vcpu_ioctl_run() cleanup.
Gleb Natapov
2010-05-17
KVM: x86 emulator: introduce pio in string read ahead.
Gleb Natapov
2010-05-17
KVM: x86 emulator: restart string instruction without going back to a guest.
Gleb Natapov
2010-05-17
KVM: x86 emulator: remove saved_eip
Gleb Natapov
2010-05-17
KVM: x86 emulator: Move string pio emulation into emulator.c
Gleb Natapov
2010-05-17
KVM: x86 emulator: fix in/out emulation.
Gleb Natapov
2010-05-17
KVM: x86 emulator: during rep emulation decrement ECX only if emulation succe...
Gleb Natapov
2010-05-17
KVM: x86 emulator: add decoding of X,Y parameters from Intel SDM
Gleb Natapov
2010-05-17
KVM: x86 emulator: populate OP_MEM operand during decoding.
Gleb Natapov
2010-05-17
KVM: Use task switch from emulator.c
Gleb Natapov
2010-05-17
KVM: x86 emulator: Use load_segment_descriptor() instead of kvm_load_segment_...
Gleb Natapov
[next]