aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-17KVM: PPC: Add fields to shadow vcpuAlexander Graf1-0/+21
2010-05-17KVM: PPC: Add kvm_book3s_32.hAlexander Graf1-0/+42
2010-05-17KVM: PPC: Add kvm_book3s_64.hAlexander Graf1-0/+28
2010-05-17PPC: Split context init/destroy functionsAlexander Graf2-7/+24
2010-05-17KVM: PPC: Add generic segment switching codeAlexander Graf1-0/+257
2010-05-17KVM: PPC: Add SR swapping codeAlexander Graf1-0/+143
2010-05-17KVM: PPC: Add host MMU SupportAlexander Graf1-0/+480
2010-05-17KVM: PPC: Name generic 64-bit code genericAlexander Graf9-9/+7
2010-05-17KVM: MMU: cleanup for function unaccount_shadowed()Wei Yongjun1-1/+1
2010-05-17KVM: Get rid of dead function gva_to_page()Gui Jianfeng2-15/+0
2010-05-17KVM: MMU: Remove unused varialbe in rmap_next()Gui Jianfeng1-2/+0
2010-05-17KVM: MMU: Make use of is_large_pte() in walkerGui Jianfeng1-2/+2
2010-05-17KVM: MMU: Move sync_page() first pte address calculation out of loopGui Jianfeng1-2/+4
2010-05-17KVM: do not call hardware_disable() on CPU_UP_CANCELEDLai Jiangshan1-5/+0
2010-05-17KVM: MMU: Drop cr4.pge from shadow page roleAvi Kivity3-4/+1
2010-05-17KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan9-15/+33
2010-05-17Merge branch 'perf'Avi Kivity157-6494/+11060
2010-05-17KVM: MMU: cleanup for hlist walk restartXiao Guangrong1-5/+10
2010-05-17KVM: prevent spurious exit to userspace during task switch emulation.Gleb Natapov2-4/+14
2010-05-17KVM: MMU: remove unused parameter in mmu_parent_walk()Xiao Guangrong1-13/+11
2010-05-17KVM: MMU: reduce 'struct kvm_mmu_page' sizeXiao Guangrong1-2/+2
2010-05-17KVM: MMU: remove unused struct kvm_unsync_walkXiao Guangrong1-5/+0
2010-05-17KVM: fix emulator_task_switch() return value.Gleb Natapov2-4/+5
2010-05-17KVM: MMU: Replace role.glevels with role.cr4_paeAvi Kivity3-9/+10
2010-05-17KVM: x86: Push potential exception error code on task switchesJan Kiszka7-10/+48
2010-05-17KVM: x86: Terminate early if task_switch_16/32 failedJan Kiszka1-0/+2
2010-05-17KVM: x86: get rid of mmu_only parameter in emulator_write_emulated()Gleb Natapov1-25/+11
2010-05-17KVM: limit the number of pages per memory slotTakuya Yoshikawa2-5/+12
2010-05-17KVM: move DR register access handling into generic codeGleb Natapov4-134/+93
2010-05-17KVM: SVM: implement NEXTRIPsave SVM featureAndre Przywara2-6/+11
2010-05-17KVM: Fix MAXPHYADDR calculation when cpuid does not support itAvi Kivity1-0/+4
2010-05-17KVM: Trace emulated instructionsAvi Kivity2-0/+90
2010-05-17KVM: x86 emulator: Don't overwrite decode cacheAvi Kivity1-9/+10
2010-05-17KVM: PPC: Add dequeue for external on BookEAlexander Graf1-0/+6
2010-05-17KVM: MMU: remove unnecessary NX check in walk_addrXiao Guangrong1-1/+1
2010-05-17KVM: MMU: remove unused fieldXiao Guangrong2-3/+0
2010-05-17KVM: MMU: cleanup/fix mmu audit codeXiao Guangrong1-7/+8
2010-05-17KVM: PPC: Don't export Book3S symbols on BookEAlexander Graf1-0/+2
2010-05-17KVM: PPC: Only use QPRs when availableAlexander Graf1-0/+2
2010-05-17KVM: Document replacements for KVM_EXIT_HYPERCALLAvi Kivity1-1/+3
2010-05-17KVM: PPC: Disable MSR_FEx for Cell hostsAlexander Graf1-0/+4
2010-05-17KVM: PPC: Make bools bitfieldsAlexander Graf2-17/+17
2010-05-17KVM: PPC: Use ULL for big numbersAlexander Graf1-6/+6
2010-05-17KVM: PPC: Add check if pte was mapped secondaryAlexander Graf1-0/+7
2010-05-17KVM: PPC: Add emulation for dcbaAlexander Graf1-0/+4
2010-05-17KVM: PPC: Fix dcbz emulationAlexander Graf2-38/+37
2010-05-17KVM: PPC: Make build work without CONFIG_VSX/ALTIVECAlexander Graf1-0/+8
2010-05-17KVM: PPC: Add OSI hypercall interfaceAlexander Graf6-9/+59
2010-05-17KVM: Add support for enabling capabilities per-vcpuAlexander Graf3-0/+73
2010-05-17KVM: PPC: Implement alignment interruptAlexander Graf3-0/+87