aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-09KVM: powerpc: fix init/exit annotationJean Delvare1-1/+1
2010-05-21Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds21-545/+3598
2010-05-19KVM: PPC: Add missing vcpu_load()/vcpu_put() in vcpu ioctlsAvi Kivity2-1/+24
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity3-3/+4
2010-05-19KVM: powerpc: use of kzalloc/kfree requires including slab.hStephen Rothwell1-0/+1
2010-05-17KVM: PPC: Enable native paired singlesAlexander Graf2-1/+23
2010-05-17KVM: PPC: Find HTAB ourselvesAlexander Graf1-8/+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 Graf3-34/+42
2010-05-17KVM: PPC: Make Performance Counters workAlexander Graf2-0/+5
2010-05-17KVM: PPC: Convert u64 -> ulongAlexander Graf5-16/+14
2010-05-17KVM: PPC: Enable Book3S_32 KVM buildingAlexander Graf2-0/+30
2010-05-17KVM: PPC: Check max IRQ prioAlexander Graf1-1/+1
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: 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 Graf2-7/+19
2010-05-17KVM: PPC: Use CONFIG_PPC_BOOK3S defineAlexander Graf2-4/+4
2010-05-17KVM: PPC: Use KVM_BOOK3S_HANDLERAlexander Graf2-1/+5
2010-05-17KVM: PPC: Improve indirect svcpu accessorsAlexander Graf7-75/+95
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 Graf5-5/+3
2010-05-17KVM: PPC: Add dequeue for external on BookEAlexander Graf1-0/+6
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: 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 Graf2-6/+30
2010-05-17KVM: Add support for enabling capabilities per-vcpuAlexander Graf1-0/+27
2010-05-17KVM: PPC: Implement alignment interruptAlexander Graf2-0/+85
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
2010-05-17KVM: PPC: Don't reload FPU with invalid valuesAlexander Graf1-0/+5
2010-05-17KVM: PPC: Split instruction reading outAlexander Graf1-8/+16
2010-05-17KVM: PPC: Book3S_32 guest MMU fixesAlexander Graf1-7/+23
2010-05-17KVM: PPC: Make DSISR 32 bits wideAlexander Graf1-1/+1