aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-30powerpc: Add support for adding an ESM blob to the zImage wrapperBenjamin Herrenschmidt4-3/+72
2019-08-30powerpc/pseries: Introduce option to build secure virtual machinesThiago Jung Bauermann3-2/+15
2019-08-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman29-141/+1564
2019-08-30Merge branch 'topic/mem-encrypt' into nextMichael Ellerman13-46/+42
2019-08-30powerpc/powernv: Add ultravisor message log interfaceClaudio Carvalho2-0/+50
2019-08-30powerpc/powernv/opal-msglog: Refactor memcons codeClaudio Carvalho1-18/+39
2019-08-30powerpc/kvm: Use UV_RETURN ucall to return to ultravisorSukadev Bhattiprolu4-6/+36
2019-08-30powerpc/powernv: Access LDBAR only if ultravisor disabledClaudio Carvalho1-2/+4
2019-08-30powerpc/mm: Write to PTCR only if ultravisor disabledClaudio Carvalho4-6/+21
2019-08-30powerpc/mm: Use UV_WRITE_PATE ucall to register a PATEMichael Anderson3-13/+50
2019-08-30powerpc/powernv: Introduce FW_FEATURE_ULTRAVISORClaudio Carvalho5-2/+46
2019-08-30powerpc/kernel: Add ucall_norets() ultravisor call handlerClaudio Carvalho4-0/+49
2019-08-30Documentation/powerpc: Ultravisor APISukadev Bhattiprolu1-0/+1057
2019-08-30Documentation/powerpc: Add ELF note documentationMaxiwell S. Garcia1-0/+42
2019-08-30powerpc: Add PowerPC Capabilities ELF noteClaudio Carvalho3-1/+65
2019-08-30powerpc/powernv/ioda: Remove obsolete iommu_table_ops::exchange callbacksAlexey Kardashevskiy3-85/+1
2019-08-30powerpc/pseries/iommu: Switch to xchg_no_killAlexey Kardashevskiy1-2/+3
2019-08-30vfio/spapr_tce: Invalidate multiple TCEs at onceAlexey Kardashevskiy1-6/+12
2019-08-30KVM: PPC: Book3S: Invalidate multiple TCEs at onceAlexey Kardashevskiy2-19/+48
2019-08-30powerpc/powernv/ioda: Split out TCE invalidation from TCE updatesAlexey Kardashevskiy3-0/+56
2019-08-30KVM: PPC: Book3S: Fix incorrect guest-to-user-translation error handlingAlexey Kardashevskiy2-4/+8
2019-08-29powerpc/of/pci: Rewrite pci_parse_of_flagsAlexey Kardashevskiy1-11/+55
2019-08-28powerpc: use the generic dma coherent remap allocatorChristoph Hellwig7-352/+17
2019-08-28powerpc/64: remove support for kernel-mode syscallsNicholas Piggin2-17/+6
2019-08-28powerpc: convert to copy_thread_tlsNicholas Piggin2-4/+6
2019-08-28powerpc/32: don't use CPU_FTR_COHERENT_ICACHEChristophe Leroy1-9/+12
2019-08-28powerpc/32: drop CPU_FTR_UNIFIED_ID_CACHEChristophe Leroy3-6/+5
2019-08-28powerpc/32s: use CONFIG_PPC_BOOK3S_601 instead of reading PVRChristophe Leroy2-31/+24
2019-08-28powerpc/32s: drop CPU_FTR_USE_RTC featureChristophe Leroy5-30/+7
2019-08-28powerpc/32s: get rid of CPU_FTR_601 featureChristophe Leroy10-79/+52
2019-08-28powerpc/32s: add an option to exclusively select powerpc 601Christophe Leroy1-2/+12
2019-08-28powerpc/8xx: set STACK_END_MAGIC earlier on the init_stackChristophe Leroy1-0/+4
2019-08-28powerpc/8xx: drop unused self-modifying code alternative to FixupDAR.Christophe Leroy1-24/+0
2019-08-28powerpc/prom: convert PROM_BUG() to standard trapChristophe Leroy4-12/+7
2019-08-27powerpc/spinlocks: Fix oops in __spin_yield() on bare metalChristopher M. Riedl1-11/+25
2019-08-27powerpc/spinlocks: Rename SPLPAR-only spinlocksChristopher M. Riedl2-5/+7
2019-08-27powerpc/spinlocks: Refactor SHARED_PROCESSORChristopher M. Riedl1-6/+18
2019-08-27powerpc/64: optimise LOAD_REG_IMMEDIATE_SYM()Christophe Leroy3-16/+20
2019-08-27powerpc/32: replace LOAD_MSR_KERNEL() by LOAD_REG_IMMEDIATE()Christophe Leroy2-26/+13
2019-08-27powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macroChristophe Leroy3-11/+43
2019-08-27powerpc/mm: split out early ioremap path.Christophe Leroy4-28/+35
2019-08-27powerpc/mm: refactor ioremap vm area setup.Christophe Leroy8-21/+43
2019-08-27powerpc/mm: refactor ioremap_range() and use ioremap_page_range()Christophe Leroy7-68/+29
2019-08-27powerpc/mm: Move ioremap functions out of pgtable_32/64.cChristophe Leroy5-227/+229
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy9-12/+7
2019-08-27powerpc/mm: move ioremap_prot() into ioremap.cChristophe Leroy3-41/+19
2019-08-27powerpc/mm: move common 32/64 bits ioremap functions into ioremap.cChristophe Leroy4-61/+37
2019-08-27powerpc/mm: rework io-workaround invocation.Christophe Leroy4-18/+34
2019-08-27powerpc/mm: drop function __ioremap()Christophe Leroy3-22/+2
2019-08-27powerpc/mm: drop ppc_md.iounmap() and __iounmap()Christophe Leroy3-17/+1