summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix compile issue with force DAWRMichael Neuling2019-07-031-7/+14
* powerpc/64s/radix: keep kernel ERAT over local process/guest invalidatesNicholas Piggin2019-07-031-0/+9
* powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERATNicholas Piggin2019-07-031-1/+1
* powerpc/64s/exception: remove bad stack branchNicholas Piggin2019-07-022-7/+2Star
* powerpc/64s/exception: move paca save area offsets into exception-64s.SNicholas Piggin2019-07-021-14/+3Star
* powerpc/64s/exception: move head-64.h code to exception-64s.S where it is usedNicholas Piggin2019-07-022-253/+0Star
* powerpc/64s/exception: move exception-64s.h code to exception-64s.S where it ...Nicholas Piggin2019-07-021-431/+0Star
* powerpc/64s/exception: move KVM related code togetherNicholas Piggin2019-07-021-19/+21
* powerpc/64s/exception: remove STD_EXCEPTION_COMMON variantsNicholas Piggin2019-07-022-24/+17Star
* powerpc/64s/exception: move EXCEPTION_PROLOG_2* to a more logical placeNicholas Piggin2019-07-021-56/+57
* powerpc/64s/exception: unwind exception-64s.h macrosNicholas Piggin2019-07-022-120/+57Star
* powerpc/64s/exception: Move EXCEPTION_COMMON additions into callersNicholas Piggin2019-07-022-31/+15Star
* powerpc/64s/exception: Move EXCEPTION_COMMON handler and return branches into...Nicholas Piggin2019-07-021-13/+13
* powerpc/64s/exception: Make EXCEPTION_PROLOG_0 a gas macro for consistency wi...Nicholas Piggin2019-07-021-12/+13
* powerpc/64s/exception: KVM handler can set the HSRR trap bitNicholas Piggin2019-07-022-5/+7
* powerpc/64s/exception: merge KVM handler and skip variantsNicholas Piggin2019-07-022-22/+14Star
* powerpc/64s/exception: consolidate maskable and non-maskable prologsNicholas Piggin2019-07-021-67/+45Star
* powerpc/64s/exception: remove the "extra" macro parameterNicholas Piggin2019-07-021-88/+70Star
* powerpc/64s/exception: move and tidy EXCEPTION_PROLOG_2 variantsNicholas Piggin2019-07-021-45/+42Star
* powerpc/64s/exception: consolidate EXCEPTION_PROLOG_2 with _NORI variantNicholas Piggin2019-07-021-32/+11Star
* powerpc/64s/exception: remove H concatenation for EXC_HV variantsNicholas Piggin2019-07-022-143/+197
* powerpc/64s/exception: Remove unused SOFTEN_VALUE_0x980Michael Ellerman2019-07-021-1/+0Star
* powerpc/64s/exception: fix line wrap and semicolon inconsistencies in macrosNicholas Piggin2019-07-012-52/+52
* powerpc/powernv: remove the unused vas_win_paste_addr and vas_win_id functionsChristoph Hellwig2019-07-011-10/+0Star
* powerpc/powernv: remove unused NPU DMA codeChristoph Hellwig2019-07-012-24/+0Star
* powerpc/powernv: remove the unused tunneling exportsChristoph Hellwig2019-07-011-4/+0Star
* powerpc/powernv: remove the unused pnv_pci_set_p2p functionChristoph Hellwig2019-07-012-4/+0Star
* powerpc/cacheflush: fix variable set but not usedQian Cai2019-07-011-2/+5
* Merge branch 'fixes' into nextMichael Ellerman2019-07-014-0/+44
|\
| * powerpc: enable a 30-bit ZONE_DMA for 32-bit pmacChristoph Hellwig2019-06-191-0/+7
| * powerpc/32s: fix booting with CONFIG_PPC_EARLY_DEBUG_BOOTXChristophe Leroy2019-06-071-0/+4
| * powerpc/64s: Fix THP PMD collapse serialisationNicholas Piggin2019-06-071-0/+30
| * powerpc: Fix kexec failure on book3s/32Christophe Leroy2019-06-071-0/+3
* | powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAPNicholas Piggin2019-06-191-0/+8
* | powerpc/64s/radix: ioremap use ioremap_page_rangeNicholas Piggin2019-06-191-0/+3
* | powerpc/ps3: Use [] to denote a flexible array memberGeert Uytterhoeven2019-06-191-1/+1
* | powerpc/powernv: Show checkstop reason for NPU2 HMIsFrederic Barrat2019-06-021-0/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 114Thomas Gleixner2019-05-241-13/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 112Thomas Gleixner2019-05-241-5/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 40Thomas Gleixner2019-05-243-17/+3Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 33Thomas Gleixner2019-05-241-17/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1Star
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-191-1/+0Star
|\
| * x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen2019-05-091-1/+0Star
* | Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-05-191-2/+4
|\ \
| * | powerpc/mm/hash: Fix get_region_id() for invalid addressesAneesh Kumar K.V2019-05-171-0/+4
| * | powerpc/mm: Drop VM_BUG_ON in get_region_id()Aneesh Kumar K.V2019-05-161-2/+0Star
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-174-5/+96
|\ \ \