aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-17KVM: PPC: Enable native paired singlesAlexander Graf3-1/+24
2010-05-17KVM: PPC: Find HTAB ourselvesAlexander Graf2-13/+13
2010-05-17KVM: PPC: Fix Book3S_64 Host MMU debug outputAlexander Graf1-8/+12
2010-05-17KVM: PPC: Set VSID_PR also for Book3S_64Alexander Graf1-0/+3
2010-05-17KVM: PPC: Be more informative on BUGAlexander Graf1-2/+8
2010-05-17KVM: PPC: Make Alignment interrupts work againAlexander Graf1-0/+2
2010-05-17KVM: PPC: Improve split modeAlexander Graf4-39/+46
2010-05-17KVM: PPC: Make Performance Counters workAlexander Graf2-0/+5
2010-05-17KVM: PPC: Convert u64 -> ulongAlexander Graf7-21/+19
2010-05-17KVM: PPC: Enable Book3S_32 KVM buildingAlexander Graf2-0/+30
2010-05-17KVM: PPC: Add KVM intercept handlersAlexander Graf1-0/+14
2010-05-17KVM: PPC: Check max IRQ prioAlexander Graf1-1/+1
2010-05-17PPC: Export SWITCH_FRAME_SIZEAlexander Graf1-1/+1
2010-05-17KVM: PPC: Export MMU variablesAlexander Graf1-0/+5
2010-05-17KVM: PPC: Add Book3S compatibility codeAlexander Graf4-3/+34
2010-05-17KVM: PPC: Emulate segment faultAlexander Graf1-0/+23
2010-05-17KVM: PPC: Add SVCPU to Book3S_32Alexander Graf2-0/+6
2010-05-17KVM: PPC: Remove fetch fail codeAlexander Graf1-4/+0
2010-05-17KVM: PPC: Release clean pages as cleanAlexander Graf1-1/+5
2010-05-17KVM: PPC: Make SLB switching code the new segment frameworkAlexander Graf2-160/+25
2010-05-17KVM: PPC: Make highmem code genericAlexander Graf1-100/+101
2010-05-17KVM: PPC: Make real mode handler genericAlexander Graf1-31/+88
2010-05-17KVM: PPC: Extract MMU initAlexander Graf3-7/+20
2010-05-17KVM: PPC: Use now shadowed vcpu fieldsAlexander Graf3-48/+57
2010-05-17PPC: Add STLUAlexander Graf1-0/+2
2010-05-17KVM: PPC: Use CONFIG_PPC_BOOK3S defineAlexander Graf4-11/+11
2010-05-17KVM: PPC: Use KVM_BOOK3S_HANDLERAlexander Graf4-4/+8
2010-05-17KVM: PPC: Improve indirect svcpu accessorsAlexander Graf10-153/+290
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