aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-01KVM: PPC: Make use of hash based Shadow MMUAlexander Graf1-2/+12
2010-08-01KVM: PPC: elide struct thread_struct instances from stackAndreas Schwab1-22/+27
2010-08-01KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity1-16/+0
2010-05-19KVM: PPC: Add missing vcpu_load()/vcpu_put() in vcpu ioctlsAvi Kivity1-0/+10
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity1-1/+2
2010-05-19KVM: powerpc: use of kzalloc/kfree requires including slab.hStephen Rothwell1-0/+1
2010-05-17KVM: PPC: Enable native paired singlesAlexander Graf1-0/+19
2010-05-17KVM: PPC: Improve split modeAlexander Graf1-14/+14
2010-05-17KVM: PPC: Make Performance Counters workAlexander Graf1-0/+3
2010-05-17KVM: PPC: Convert u64 -> ulongAlexander Graf1-3/+3
2010-05-17KVM: PPC: Check max IRQ prioAlexander Graf1-1/+1
2010-05-17KVM: PPC: Add Book3S compatibility codeAlexander Graf1-1/+25
2010-05-17KVM: PPC: Emulate segment faultAlexander Graf1-0/+23
2010-05-17KVM: PPC: Extract MMU initAlexander Graf1-7/+1
2010-05-17KVM: PPC: Improve indirect svcpu accessorsAlexander Graf1-53/+72
2010-05-17KVM: PPC: Disable MSR_FEx for Cell hostsAlexander Graf1-0/+4
2010-05-17KVM: PPC: Fix dcbz emulationAlexander Graf1-34/+22
2010-05-17KVM: PPC: Make build work without CONFIG_VSX/ALTIVECAlexander Graf1-0/+8
2010-05-17KVM: PPC: Add OSI hypercall interfaceAlexander Graf1-6/+18
2010-05-17KVM: PPC: Implement alignment interruptAlexander Graf1-0/+10
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: Allow userspace to unset the IRQ lineAlexander Graf1-0/+6
2010-05-17KVM: PPC: Ensure split mode worksAlexander Graf1-22/+24
2010-04-25KVM: PPC: Memset vcpu to zerosAlexander Graf1-0/+1
2010-04-25KVM: PPC: Allocate vcpu struct using vmallocAlexander Graf1-4/+3
2010-04-25KVM: PPC: Enable program interrupt to do MMIOAlexander Graf1-0/+4
2010-04-25KVM: PPC: Make ext giveup non-staticAlexander Graf1-2/+1
2010-04-25KVM: PPC: Make software load/store return eaddrAlexander Graf1-16/+25
2010-04-25KVM: PPC: Preload FPU when possibleAlexander Graf1-0/+8
2010-04-25KVM: PPC: Combine extension interrupt handlersAlexander Graf1-5/+50
2010-04-25KVM: PPC: Add hidden flag for paired singlesAlexander Graf1-0/+4
2010-04-25KVM: PPC: Add AGAIN type for emulation returnAlexander Graf1-0/+3
2010-04-20KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa1-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-01KVM: PPC: Move Shadow MSR calculation to functionAlexander Graf1-6/+21
2010-03-01KVM: PPC: Keep SRR1 flags around in shadow_msrAlexander Graf1-6/+7
2010-03-01KVM: PPC: Add support for FPU/Altivec/VSXAlexander Graf1-5/+188
2010-03-01KVM: PPC: Pass program interrupt flags to the guestAlexander Graf1-2/+5
2010-03-01KVM: PPC: Emulate trap SRR1 flags properlyAlexander Graf1-2/+5
2010-03-01KVM: PPC: Call SLB patching code in interrupt safe mannerAlexander Graf1-0/+1
2010-03-01KVM: PPC: Use PACA backed shadow vcpuAlexander Graf1-0/+4
2010-03-01KVM: PPC: Add helpers for CR, XERAlexander Graf1-4/+4
2010-03-01KVM: PPC: Use accessor functions for GPR accessAlexander Graf1-4/+4
2010-03-01KVM: PPC: Enable lightweight exits againAlexander Graf1-3/+1
2010-03-01KVM: convert slots_lock to a mutexMarcelo Tosatti1-2/+2
2010-03-01KVM: modify memslots layout in struct kvmMarcelo Tosatti1-1/+1
2010-03-01KVM: powerpc: Remove AGGRESSIVE_DECAlexander Graf1-15/+1
2010-03-01KVM: powerpc: Improve DEC handlingAlexander Graf1-1/+15