summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/e500mc.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-1/+0
2022-05-13KVM: PPC: Remove kvmppc_claim_lpidNicholas Piggin1-1/+0
2022-05-05powerpc: fix typos in commentsJulia Lawall1-1/+1
2022-02-02KVM: PPC: Merge powerpc's debugfs entry content into generic entryAlexey Kardashevskiy1-0/+1
2020-03-19KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()Greg Kurz1-1/+0
2020-01-24KVM: PPC: Move kvm_vcpu_init() invocation to common codeSean Christopherson1-10/+2
2020-01-24KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init()Sean Christopherson1-3/+3
2020-01-24KVM: PPC: Allocate vcpu struct in common PPC codeSean Christopherson1-18/+6
2020-01-24KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0Sean Christopherson1-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-07-30powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy1-1/+0
2017-08-31KVM: PPC: e500mc: Fix a NULL dereferenceDan Carpenter1-1/+3
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder1-1/+1
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-2/+2
2014-09-22KVM: PPC: Book3E: Enable e6500 coreMihai Caraman1-0/+10
2014-09-22KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 coreMihai Caraman1-13/+33
2014-09-22KVM: PPC: Book3E: Increase FPU lazinessMihai Caraman1-2/+0
2014-09-22KVM: PPC: BOOKE: Allow guest to change MSR_DEBharat Bhushan1-1/+1
2014-07-28KVM: PPC: Booke-hv: Add one reg interface for SPRG9Bharat Bhushan1-2/+20
2014-07-28KVM: PPC: e500mc: Enhance tlb invalidation condition on vcpu scheduleMihai Caraman1-3/+3
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/+5
2013-10-17kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V1-15/+39
2013-06-11kvm/ppc/booke64: Disable e6500 supportScott Wood1-2/+0
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+16
2013-04-26KVM: PPC: e500mc: Enable e6500 coresMihai Caraman1-0/+2
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-04-11kvm/powerpc/e500mc: fix tlb invalidation on cpu migrationScott Wood1-1/+6
2012-07-11KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guestsMihai Caraman1-1/+2
2012-07-11KVM: PPC64: booke: Set interrupt computation mode for 64-bit hostMihai Caraman1-1/+4
2012-04-08KVM: PPC: e500mc supportScott Wood1-0/+342