aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/e500.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-30powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy1-1/+0
2017-08-31KVM: PPC: e500: Fix some NULL dereferences on errorDan Carpenter1-2/+6
2015-10-15KVM: PPC: e500: fix handling local_sid_lookup resultAndrzej Hajda1-1/+2
2014-12-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-8/+0
2014-12-18KVM: PPC: E500: Compile fix in this_cpu_writeAlexander Graf1-1/+1
2014-12-17arch: powerpc: kvm: book3s.c: Remove some unused functionsRickard Strandqvist1-8/+0
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-7/+7
2014-01-09KVM: PPC: Add devname:kvm aliases for modulesAlexander Graf1-0/+4
2013-10-17kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V1-1/+7
2013-10-17kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V1-15/+38
2013-04-26KVM: PPC: e500: Expose MMU registers via ONE_REGMihai Caraman1-2/+4
2013-04-26KVM: PPC: Book3E: Refactor ONE_REG ioctl implementationMihai Caraman1-0/+12
2013-02-13KVM: PPC: booke: Allow multiple exception typesBharat Bhushan1-6/+10
2012-04-08KVM: PPC: e500: refactor core-specific TLB codeScott Wood1-52/+305
2012-04-08KVM: PPC: e500: merge <asm/kvm_e500.h> into arch/powerpc/kvm/e500.hScott Wood1-1/+0
2012-04-08KVM: PPC: e500: rename e500_tlb.h to e500.hScott Wood1-1/+1
2012-04-08KVM: PPC: booke: Move vm core init/destroy out of booke.cScott Wood1-0/+9
2012-04-08KVM: PPC: booke: add booke-level vcpu load/putScott Wood1-0/+3
2012-03-05KVM: PPC: E500: Fail init when not on e500v2Alexander Graf1-0/+4
2012-03-05KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASnScott Wood1-12/+12
2012-03-05KVM: PPC: e500: Don't hardcode PIR=0Scott Wood1-3/+0
2012-03-05KVM: PPC: e500: MMU APIScott Wood1-3/+2
2011-12-26KVM: PPC: e500: include linux/export.hScott Wood1-0/+1
2011-09-25KVM: PPC: Add sanity checking to vcpu_runAlexander Graf1-0/+2
2011-07-12KVM: PPC: e500: Save/restore SPE stateScott Wood1-1/+6
2011-05-22KVM: PPC: booke: add sregs supportScott Wood1-0/+75
2011-05-22KVM: PPC: e500: emulate SVRScott Wood1-0/+1
2010-11-05KVM: PPC: e500: Call kvm_vcpu_uninit() before kvmppc_e500_tlb_uninit().Scott Wood1-1/+1
2010-10-24KVM: PPC: Introduce shared pageAlexander Graf1-0/+7
2010-06-09KVM: powerpc: fix init/exit annotationJean Delvare1-1/+1
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity1-1/+1
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: Add PVR/PIR init for E500Liu Yu1-0/+6
2009-09-10KVM: ppc: e500: Directly pass pvr to guestLiu Yu1-3/+0
2009-09-10KVM: powerpc: fix some init/exit annotationsStephen Rothwell1-2/+2
2009-03-24KVM: ppc: Add extra E500 exceptionsHollis Blanchard1-1/+19
2009-03-24KVM: ppc: E500 core-specific codeHollis Blanchard1-0/+151