summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
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: PPC: Add dequeue for external on BookEAlexander Graf1-0/+6
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: 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 Graf4-6/+37
2010-05-17KVM: Add support for enabling capabilities per-vcpuAlexander Graf1-0/+27
2010-05-17KVM: PPC: Implement alignment interruptAlexander Graf3-0/+87
2010-05-17KVM: PPC: Implement emulation for lbzux and lhaxAlexander Graf1-0/+20
2010-05-17KVM: PPC: Make XER load 32 bitAlexander Graf1-1/+1
2010-05-17KVM: PPC: Implement BAT readsAlexander Graf1-0/+35
2010-05-17KVM: PPC: Implement mfsr emulationAlexander Graf1-0/+13
2010-05-17KVM: PPC: Load VCPU for register fetchingAlexander Graf1-0/+8