summary refs log tree commit diff
path: root/arch/x86
AgeCommit message (Expand)Author
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity
2010-05-19KVM: MMU: cleanup invlpg codeXiao Guangrong
2010-05-19KVM: MMU: move unsync/sync tracpoints to proper placeXiao Guangrong
2010-05-19KVM: MMU: convert mmu tracepointsXiao Guangrong
2010-05-19KVM: MMU: fix for calculating gpa in invlpg codeXiao Guangrong
2010-05-19KVM: Fix mmu shrinker errorGui Jianfeng
2010-05-19KVM: MMU: fix hashing for TDP and non-paging modesEric Northup
2010-05-17KVM: MMU: fix sp->unsync type error in trace event definitionGui Jianfeng
2010-05-17KVM: SVM: Handle MCE intercepts always on host levelJoerg Roedel
2010-05-17KVM: x86: Allow marking an exception as reinjectedJoerg Roedel
2010-05-17KVM: SVM: Report emulated SVM features to userspaceJoerg Roedel
2010-05-17KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel
2010-05-17KVM: SVM: Propagate nested entry failure into guest hypervisorJoerg Roedel
2010-05-17KVM: SVM: Sync cr0 and cr3 to kvm state before nested handlingJoerg Roedel
2010-05-17KVM: SVM: Make sure rip is synced to vmcb before nested vmexitJoerg Roedel
2010-05-17KVM: SVM: Fix nested nmi handlingJoerg Roedel
2010-05-17Merge remote branch 'tip/perf/core'Avi Kivity
2010-05-17KVM: VMX: free vpid when fail to create vcpuLai Jiangshan
2010-05-17KVM: MMU: cleanup for function unaccount_shadowed()Wei Yongjun
2010-05-17KVM: Get rid of dead function gva_to_page()Gui Jianfeng
2010-05-17KVM: MMU: Remove unused varialbe in rmap_next()Gui Jianfeng
2010-05-17KVM: MMU: Make use of is_large_pte() in walkerGui Jianfeng
2010-05-17KVM: MMU: Move sync_page() first pte address calculation out of loopGui Jianfeng
2010-05-17KVM: MMU: Drop cr4.pge from shadow page roleAvi Kivity
2010-05-17KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan
2010-05-17Merge branch 'perf'Avi Kivity
2010-05-17KVM: MMU: cleanup for hlist walk restartXiao Guangrong
2010-05-17KVM: prevent spurious exit to userspace during task switch emulation.Gleb Natapov
2010-05-17KVM: MMU: remove unused parameter in mmu_parent_walk()Xiao Guangrong
2010-05-17KVM: MMU: reduce 'struct kvm_mmu_page' sizeXiao Guangrong
2010-05-17KVM: MMU: remove unused struct kvm_unsync_walkXiao Guangrong
2010-05-17KVM: fix emulator_task_switch() return value.Gleb Natapov
2010-05-17KVM: MMU: Replace role.glevels with role.cr4_paeAvi Kivity
2010-05-17KVM: x86: Push potential exception error code on task switchesJan Kiszka
2010-05-17KVM: x86: Terminate early if task_switch_16/32 failedJan Kiszka
2010-05-17KVM: x86: get rid of mmu_only parameter in emulator_write_emulated()Gleb Natapov
2010-05-17KVM: move DR register access handling into generic codeGleb Natapov
2010-05-17KVM: SVM: implement NEXTRIPsave SVM featureAndre Przywara
2010-05-17KVM: Fix MAXPHYADDR calculation when cpuid does not support itAvi Kivity
2010-05-17KVM: Trace emulated instructionsAvi Kivity
2010-05-17KVM: x86 emulator: Don't overwrite decode cacheAvi Kivity
2010-05-17KVM: MMU: remove unnecessary NX check in walk_addrXiao Guangrong
2010-05-17KVM: MMU: remove unused fieldXiao Guangrong
2010-05-17KVM: MMU: cleanup/fix mmu audit codeXiao Guangrong
2010-05-17KVM: MMU: Disassociate direct maps from guest levelsAvi Kivity
2010-05-17KVM: MMU: check reserved bits only if CR4.PSE=1 or CR4.PAE=1Xiao Guangrong
2010-05-17KVM: x86: document KVM_REQ_PENDING_TIMER usageMarcelo Tosatti
2010-05-17KVM: x86 emulator: fix unlocked CMPXCHG8B emulationGleb Natapov
2010-05-17KVM: x86 emulator: add decoding of CMPXCHG8B dst operandGleb Natapov
2010-05-17KVM: x86 emulator: commit rflags as part of registers commitGleb Natapov