summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm
AgeCommit message (Expand)Author
2019-08-30powerpc/mm: Write to PTCR only if ultravisor disabledClaudio Carvalho
2019-08-30powerpc/mm: Use UV_WRITE_PATE ucall to register a PATEMichael Anderson
2019-08-30powerpc/powernv: Introduce FW_FEATURE_ULTRAVISORClaudio Carvalho
2019-08-30powerpc/kernel: Add ucall_norets() ultravisor call handlerClaudio Carvalho
2019-08-30powerpc: Add PowerPC Capabilities ELF noteClaudio Carvalho
2019-08-30powerpc/powernv/ioda: Remove obsolete iommu_table_ops::exchange callbacksAlexey Kardashevskiy
2019-08-30powerpc/powernv/ioda: Split out TCE invalidation from TCE updatesAlexey Kardashevskiy
2019-08-28powerpc: use the generic dma coherent remap allocatorChristoph Hellwig
2019-08-28powerpc/32: drop CPU_FTR_UNIFIED_ID_CACHEChristophe Leroy
2019-08-28powerpc/32s: drop CPU_FTR_USE_RTC featureChristophe Leroy
2019-08-28powerpc/32s: get rid of CPU_FTR_601 featureChristophe Leroy
2019-08-28powerpc/prom: convert PROM_BUG() to standard trapChristophe Leroy
2019-08-27powerpc/spinlocks: Fix oops in __spin_yield() on bare metalChristopher M. Riedl
2019-08-27powerpc/spinlocks: Rename SPLPAR-only spinlocksChristopher M. Riedl
2019-08-27powerpc/spinlocks: Refactor SHARED_PROCESSORChristopher M. Riedl
2019-08-27powerpc/64: optimise LOAD_REG_IMMEDIATE_SYM()Christophe Leroy
2019-08-27powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macroChristophe Leroy
2019-08-27powerpc/mm: split out early ioremap path.Christophe Leroy
2019-08-27powerpc/mm: refactor ioremap vm area setup.Christophe Leroy
2019-08-27powerpc/mm: refactor ioremap_range() and use ioremap_page_range()Christophe Leroy
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy
2019-08-27powerpc/mm: rework io-workaround invocation.Christophe Leroy
2019-08-27powerpc/mm: drop function __ioremap()Christophe Leroy
2019-08-27powerpc/mm: drop ppc_md.iounmap() and __iounmap()Christophe Leroy
2019-08-27powerpc: remove the ppc44x ocm.c fileChristoph Hellwig
2019-08-27KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required fun...Paul Mackerras
2019-08-23KVM: PPC: Book3S HV: Define usage types for rmap array in guest memslotSuraj Jitindar Singh
2019-08-22Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-08-22powerpc/eeh: Remove unused return path from eeh_pe_dev_traverse()Sam Bobroff
2019-08-22powerpc/eeh: Convert log messages to eeh_edev_* macrosSam Bobroff
2019-08-22powerpc/eeh: Introduce EEH edev logging macrosSam Bobroff
2019-08-22powerpc/eeh: Add bdfn field to eeh_devOliver O'Halloran
2019-08-22powerpc/eeh: Refactor around eeh_probe_devices()Sam Bobroff
2019-08-22powerpc/eeh: Initialize EEH address cache earlierSam Bobroff
2019-08-21powerpc: add machine check safe copy_to_userSantosh Sivaraj
2019-08-21powerpc/memcpy: Add memcpy_mcsafe for pmemBalbir Singh
2019-08-21powerpc/mce: Handle UE event for memcpy_mcsafeBalbir Singh
2019-08-20powerpc/64s/radix: Remove redundant pfn_pte bitop, add VM_BUG_ONNicholas Piggin
2019-08-20powerpc/64: Add VIRTUAL_BUG_ON checks for __va and __pa addressesNicholas Piggin
2019-08-20powerpc/64: allow compiler to cache 'current'Nicholas Piggin
2019-08-20powerpc/32: Add warning on misaligned copy_page() or clear_page()Christophe Leroy
2019-08-20powerpc/mm: move FSL_BOOK3 version of update_mmu_cache()Christophe Leroy
2019-08-20powerpc/mm: define empty update_mmu_cache() as static inlineChristophe Leroy
2019-08-20powerpc/futex: Fix warning: 'oldval' may be used uninitialized in this functionChristophe Leroy
2019-08-20powerpc/ptdump: drop non vital #ifdefsChristophe Leroy
2019-08-19powerpc/xive: Fix dump of XIVE interrupt under pseriesCédric Le Goater
2019-08-19powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pagesAlexey Kardashevskiy
2019-08-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2019-08-19Merge branch 'fixes' into nextMichael Ellerman
2019-08-16powerpc/xive: Implement get_irqchip_state method for XIVE to fix shutdown racePaul Mackerras