summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2019-09-05powerpc/eeh: Fix race when freeing PDNsOliver O'Halloran1-0/+1
2019-08-30powerpc/64s/exception: move head-64.h exception code to exception-64s.SNicholas Piggin1-41/+0
2019-08-30powerpc/64s/pseries: machine check convert to use common event codeNicholas Piggin1-0/+6
2019-08-30powerpc/pseries/svm: Force SWIOTLB for secure guestsAnshuman Khandual1-0/+26
2019-08-30powerpc/pseries/svm: Unshare all pages before kexecing a new kernelRam Pai2-0/+6
2019-08-30powerpc/pseries/svm: Use shared memory for Debug Trace Log (DTL)Anshuman Khandual1-0/+5
2019-08-30powerpc/pseries/svm: Use shared memory for LPPACA structuresAnshuman Khandual1-0/+26
2019-08-30powerpc: Introduce the MSR_S bitSukadev Bhattiprolu1-0/+3
2019-08-30powerpc/pseries/svm: Add helpers for UV_SHARE_PAGE and UV_UNSHARE_PAGERam Pai2-0/+12
2019-08-30powerpc/prom_init: Add the ESM call to prom_initRam Pai1-0/+1
2019-08-30powerpc/pseries: Introduce option to build secure virtual machinesThiago Jung Bauermann1-1/+1
2019-08-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman7-9/+116
2019-08-30powerpc/kvm: Use UV_RETURN ucall to return to ultravisorSukadev Bhattiprolu2-0/+2
2019-08-30powerpc/mm: Write to PTCR only if ultravisor disabledClaudio Carvalho1-0/+12
2019-08-30powerpc/mm: Use UV_WRITE_PATE ucall to register a PATEMichael Anderson2-0/+13
2019-08-30powerpc/powernv: Introduce FW_FEATURE_ULTRAVISORClaudio Carvalho2-2/+17
2019-08-30powerpc/kernel: Add ucall_norets() ultravisor call handlerClaudio Carvalho2-0/+34
2019-08-30powerpc: Add PowerPC Capabilities ELF noteClaudio Carvalho1-0/+24
2019-08-30powerpc/powernv/ioda: Remove obsolete iommu_table_ops::exchange callbacksAlexey Kardashevskiy1-10/+0
2019-08-30powerpc/powernv/ioda: Split out TCE invalidation from TCE updatesAlexey Kardashevskiy1-0/+17
2019-08-28powerpc: use the generic dma coherent remap allocatorChristoph Hellwig2-18/+6
2019-08-28powerpc/32: drop CPU_FTR_UNIFIED_ID_CACHEChristophe Leroy1-3/+2
2019-08-28powerpc/32s: drop CPU_FTR_USE_RTC featureChristophe Leroy2-7/+2
2019-08-28powerpc/32s: get rid of CPU_FTR_601 featureChristophe Leroy4-59/+23
2019-08-28powerpc/prom: convert PROM_BUG() to standard trapChristophe Leroy1-8/+0
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. Riedl1-2/+4
2019-08-27powerpc/spinlocks: Refactor SHARED_PROCESSORChristopher M. Riedl1-6/+18
2019-08-27powerpc/64: optimise LOAD_REG_IMMEDIATE_SYM()Christophe Leroy1-6/+6
2019-08-27powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macroChristophe Leroy1-5/+37
2019-08-27powerpc/mm: split out early ioremap path.Christophe Leroy1-1/+2
2019-08-27powerpc/mm: refactor ioremap vm area setup.Christophe Leroy5-0/+12
2019-08-27powerpc/mm: refactor ioremap_range() and use ioremap_page_range()Christophe Leroy2-3/+2
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy4-5/+2
2019-08-27powerpc/mm: rework io-workaround invocation.Christophe Leroy2-2/+20
2019-08-27powerpc/mm: drop function __ioremap()Christophe Leroy1-6/+0
2019-08-27powerpc/mm: drop ppc_md.iounmap() and __iounmap()Christophe Leroy2-7/+0
2019-08-27powerpc: remove the ppc44x ocm.c fileChristoph Hellwig1-31/+0
2019-08-27KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required fun...Paul Mackerras2-0/+2
2019-08-23KVM: PPC: Book3S HV: Define usage types for rmap array in guest memslotSuraj Jitindar Singh1-4/+18
2019-08-22Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-1/+1
2019-08-22powerpc/eeh: Remove unused return path from eeh_pe_dev_traverse()Sam Bobroff1-3/+3
2019-08-22powerpc/eeh: Convert log messages to eeh_edev_* macrosSam Bobroff1-5/+0
2019-08-22powerpc/eeh: Introduce EEH edev logging macrosSam Bobroff1-0/+11
2019-08-22powerpc/eeh: Add bdfn field to eeh_devOliver O'Halloran2-0/+4
2019-08-22powerpc/eeh: Refactor around eeh_probe_devices()Sam Bobroff1-5/+2
2019-08-22powerpc/eeh: Initialize EEH address cache earlierSam Bobroff1-0/+3
2019-08-21powerpc: add machine check safe copy_to_userSantosh Sivaraj1-0/+14
2019-08-21powerpc/memcpy: Add memcpy_mcsafe for pmemBalbir Singh1-0/+2
2019-08-21powerpc/mce: Handle UE event for memcpy_mcsafeBalbir Singh1-1/+3