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