summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/e500mc.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/inst: add PPC_TLBILX_LPIDNick Desaulniers2023-08-161-1/+6
* KVM: PPC: booke: Mark three local functions "static"Sean Christopherson2023-03-221-1/+1
* KVM: PPC: Fix refactoring goof in kvmppc_e500mc_init()Sean Christopherson2023-01-241-2/+2
* KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson2022-12-291-1/+1
* KVM: PPC: Move processor compatibility check to module initSean Christopherson2022-12-291-0/+4
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-05-191-1/+0
|\
| * KVM: PPC: Remove kvmppc_claim_lpidNicholas Piggin2022-05-131-1/+0
* | powerpc: fix typos in commentsJulia Lawall2022-05-051-1/+1
|/
* KVM: PPC: Merge powerpc's debugfs entry content into generic entryAlexey Kardashevskiy2022-02-021-0/+1
* KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()Greg Kurz2020-03-191-1/+0
* KVM: PPC: Move kvm_vcpu_init() invocation to common codeSean Christopherson2020-01-241-10/+2
* KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init()Sean Christopherson2020-01-241-3/+3
* KVM: PPC: Allocate vcpu struct in common PPC codeSean Christopherson2020-01-241-18/+6
* KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0Sean Christopherson2020-01-241-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy2018-07-301-1/+0
* KVM: PPC: e500mc: Fix a NULL dereferenceDan Carpenter2017-08-311-1/+3
* powerpc: Fix misspellings in comments.Adam Buchbinder2016-03-011-1/+1
* powerpc: Replace __get_cpu_var usesChristoph Lameter2014-11-031-2/+2
* KVM: PPC: Book3E: Enable e6500 coreMihai Caraman2014-09-221-0/+10
* KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 coreMihai Caraman2014-09-221-13/+33
* KVM: PPC: Book3E: Increase FPU lazinessMihai Caraman2014-09-221-2/+0
* KVM: PPC: BOOKE: Allow guest to change MSR_DEBharat Bhushan2014-09-221-1/+1
* KVM: PPC: Booke-hv: Add one reg interface for SPRG9Bharat Bhushan2014-07-281-2/+20
* KVM: PPC: e500mc: Enhance tlb invalidation condition on vcpu scheduleMihai Caraman2014-07-281-3/+3
* KVM: PPC: Add devname:kvm aliases for modulesAlexander Graf2014-01-091-0/+4
* kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V2013-10-171-1/+5
* kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V2013-10-171-15/+39
* kvm/ppc/booke64: Disable e6500 supportScott Wood2013-06-111-2/+0
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-051-0/+16
|\
| * KVM: PPC: e500mc: Enable e6500 coresMihai Caraman2013-04-261-0/+2
| * KVM: PPC: e500: Expose MMU registers via ONE_REGMihai Caraman2013-04-261-2/+4
| * KVM: PPC: Book3E: Refactor ONE_REG ioctl implementationMihai Caraman2013-04-261-0/+12
* | kvm/powerpc/e500mc: fix tlb invalidation on cpu migrationScott Wood2013-04-111-1/+6
|/
* KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guestsMihai Caraman2012-07-111-1/+2
* KVM: PPC64: booke: Set interrupt computation mode for 64-bit hostMihai Caraman2012-07-111-1/+4
* KVM: PPC: e500mc supportScott Wood2012-04-081-0/+342