summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2019-07-05powerpc/64: reuse PPC32 static inline flush_dcache_range()Christophe Leroy2-6/+18
2019-07-05powerpc/32: define helpers to get L1 cache sizes.Christophe Leroy2-11/+29
2019-07-05powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()Christophe Leroy1-1/+0
2019-07-05powerpc: slightly improve cache helpersChristophe Leroy1-4/+4
2019-07-05powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V3-2/+71
2019-07-05powerpc/mm: Remove unused variable declarationAneesh Kumar K.V1-1/+0
2019-07-04powerpc/pseries: Protect against hogging the cpu while setting up the statsNaveen N. Rao1-1/+1
2019-07-04powerpc/pseries: Provide vcpu dispatch statisticsNaveen N. Rao1-0/+6
2019-07-04powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/Naveen N. Rao1-0/+24
2019-07-04powerpc/pseries: Introduce rwlock to gatekeep DTLB usageNaveen N. Rao1-0/+2
2019-07-04powerpc/pseries: Factor out DTL buffer allocation and registration routinesNaveen N. Rao1-0/+3
2019-07-04powerpc/pseries: Use macros for referring to the DTL enable maskNaveen N. Rao1-0/+11
2019-07-03powerpc: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-07-03powerpc: Add barrier_nospec to raw_copy_in_user()Suraj Jitindar Singh1-0/+1
2019-07-03powerpc: remove device_to_mask()Christoph Hellwig1-8/+0
2019-07-03powerpc: Fix compile issue with force DAWRMichael Neuling1-7/+14
2019-07-03powerpc/64s/radix: keep kernel ERAT over local process/guest invalidatesNicholas Piggin1-0/+9
2019-07-03powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERATNicholas Piggin1-1/+1
2019-07-02powerpc/64s/exception: remove bad stack branchNicholas Piggin2-7/+2
2019-07-02powerpc/64s/exception: move paca save area offsets into exception-64s.SNicholas Piggin1-14/+3
2019-07-02powerpc/64s/exception: move head-64.h code to exception-64s.S where it is usedNicholas Piggin2-253/+0
2019-07-02powerpc/64s/exception: move exception-64s.h code to exception-64s.S where it ...Nicholas Piggin1-431/+0
2019-07-02powerpc/64s/exception: move KVM related code togetherNicholas Piggin1-19/+21
2019-07-02powerpc/64s/exception: remove STD_EXCEPTION_COMMON variantsNicholas Piggin2-24/+17
2019-07-02powerpc/64s/exception: move EXCEPTION_PROLOG_2* to a more logical placeNicholas Piggin1-56/+57
2019-07-02powerpc/64s/exception: unwind exception-64s.h macrosNicholas Piggin2-120/+57
2019-07-02powerpc/64s/exception: Move EXCEPTION_COMMON additions into callersNicholas Piggin2-31/+15
2019-07-02powerpc/64s/exception: Move EXCEPTION_COMMON handler and return branches into...Nicholas Piggin1-13/+13
2019-07-02powerpc/64s/exception: Make EXCEPTION_PROLOG_0 a gas macro for consistency wi...Nicholas Piggin1-12/+13
2019-07-02powerpc/64s/exception: KVM handler can set the HSRR trap bitNicholas Piggin2-5/+7
2019-07-02powerpc/64s/exception: merge KVM handler and skip variantsNicholas Piggin2-22/+14
2019-07-02powerpc/64s/exception: consolidate maskable and non-maskable prologsNicholas Piggin1-67/+45
2019-07-02powerpc/64s/exception: remove the "extra" macro parameterNicholas Piggin1-88/+70
2019-07-02powerpc/64s/exception: move and tidy EXCEPTION_PROLOG_2 variantsNicholas Piggin1-45/+42
2019-07-02powerpc/64s/exception: consolidate EXCEPTION_PROLOG_2 with _NORI variantNicholas Piggin1-32/+11
2019-07-02powerpc/64s/exception: remove H concatenation for EXC_HV variantsNicholas Piggin2-143/+197
2019-07-02powerpc/64s/exception: Remove unused SOFTEN_VALUE_0x980Michael Ellerman1-1/+0
2019-07-01powerpc/64s/exception: fix line wrap and semicolon inconsistencies in macrosNicholas Piggin2-52/+52
2019-07-01powerpc/powernv: remove the unused vas_win_paste_addr and vas_win_id functionsChristoph Hellwig1-10/+0
2019-07-01powerpc/powernv: remove unused NPU DMA codeChristoph Hellwig2-24/+0
2019-07-01powerpc/powernv: remove the unused tunneling exportsChristoph Hellwig1-4/+0
2019-07-01powerpc/powernv: remove the unused pnv_pci_set_p2p functionChristoph Hellwig2-4/+0
2019-07-01powerpc/cacheflush: fix variable set but not usedQian Cai1-2/+5
2019-07-01Merge branch 'fixes' into nextMichael Ellerman4-0/+44
2019-06-19powerpc: enable a 30-bit ZONE_DMA for 32-bit pmacChristoph Hellwig1-0/+7
2019-06-19powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAPNicholas Piggin1-0/+8
2019-06-19powerpc/64s/radix: ioremap use ioremap_page_rangeNicholas Piggin1-0/+3
2019-06-19powerpc/ps3: Use [] to denote a flexible array memberGeert Uytterhoeven1-1/+1
2019-06-07powerpc/32s: fix booting with CONFIG_PPC_EARLY_DEBUG_BOOTXChristophe Leroy1-0/+4
2019-06-07powerpc/64s: Fix THP PMD collapse serialisationNicholas Piggin1-0/+30