summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/exception-64s.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-604/+5
|\
| * powerpc/64s/exception: remove bad stack branchNicholas Piggin2019-07-021-7/+0
| * powerpc/64s/exception: move paca save area offsets into exception-64s.SNicholas Piggin2019-07-021-14/+3
| * powerpc/64s/exception: move head-64.h code to exception-64s.S where it is usedNicholas Piggin2019-07-021-1/+0
| * powerpc/64s/exception: move exception-64s.h code to exception-64s.S where it ...Nicholas Piggin2019-07-021-431/+0
| * powerpc/64s/exception: move KVM related code togetherNicholas Piggin2019-07-021-19/+21
| * powerpc/64s/exception: remove STD_EXCEPTION_COMMON variantsNicholas Piggin2019-07-021-22/+0
| * 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-021-101/+0
| * powerpc/64s/exception: Move EXCEPTION_COMMON additions into callersNicholas Piggin2019-07-021-29/+13
| * 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-021-0/+5
| * powerpc/64s/exception: merge KVM handler and skip variantsNicholas Piggin2019-07-021-18/+10
| * powerpc/64s/exception: consolidate maskable and non-maskable prologsNicholas Piggin2019-07-021-67/+45
| * powerpc/64s/exception: remove the "extra" macro parameterNicholas Piggin2019-07-021-88/+70
| * powerpc/64s/exception: move and tidy EXCEPTION_PROLOG_2 variantsNicholas Piggin2019-07-021-45/+42
| * powerpc/64s/exception: consolidate EXCEPTION_PROLOG_2 with _NORI variantNicholas Piggin2019-07-021-32/+11
| * powerpc/64s/exception: remove H concatenation for EXC_HV variantsNicholas Piggin2019-07-021-139/+193
| * powerpc/64s/exception: Remove unused SOFTEN_VALUE_0x980Michael Ellerman2019-07-021-1/+0
| * powerpc/64s/exception: fix line wrap and semicolon inconsistencies in macrosNicholas Piggin2019-07-011-18/+18
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman2019-04-211-0/+2
* powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFOChristophe Leroy2019-02-231-2/+2
* powerpc/64s/hash: Convert SLB miss handlers to CNicholas Piggin2018-10-141-8/+0
* powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin2018-10-141-5/+4
* Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman2018-10-031-0/+8
* powerpc/64s/hash: convert SLB miss handlers to CNicholas Piggin2018-09-191-8/+0
* powerpc/64s: Drop unused loc parameter to MASKABLE_EXCEPTION macrosMichael Ellerman2018-08-071-4/+4
* powerpc/64s: Remove PSERIES naming from the MASKABLE macrosMichael Ellerman2018-08-071-14/+10
* powerpc/64s: Drop _MASKABLE_RELON_EXCEPTION_PSERIES()Michael Ellerman2018-08-071-7/+4
* powerpc/64s: Drop _MASKABLE_EXCEPTION_PSERIES()Michael Ellerman2018-08-071-7/+4
* powerpc/64s: Rename EXCEPTION_PROLOG_PSERIES to EXCEPTION_PROLOGMichael Ellerman2018-08-071-8/+6
* powerpc/64s: Rename EXCEPTION_RELON_PROLOG_PSERIESMichael Ellerman2018-08-071-4/+3
* powerpc/64s: Rename EXCEPTION_RELON_PROLOG_PSERIES_1Michael Ellerman2018-08-071-10/+10
* powerpc/64s: Remove PSERIES from the NORI macrosMichael Ellerman2018-08-071-5/+5
* powerpc/64s: Rename EXCEPTION_PROLOG_PSERIES_1 to EXCEPTION_PROLOG_2Michael Ellerman2018-08-071-10/+10
* powerpc/64s: Rename STD_RELON_EXCEPTION_PSERIES_OOL to STD_RELON_EXCEPTION_OOLMichael Ellerman2018-08-071-1/+1
* powerpc/64s: Rename STD_RELON_EXCEPTION_PSERIES to STD_RELON_EXCEPTIONMichael Ellerman2018-08-071-1/+1
* powerpc/64s: Rename STD_EXCEPTION_PSERIES_OOL to STD_EXCEPTION_OOLMichael Ellerman2018-08-071-1/+1
* powerpc/64s: Rename STD_EXCEPTION_PSERIES to STD_EXCEPTIONMichael Ellerman2018-08-071-1/+1
* powerpc/64s: Move SET_SCRATCH0() into EXCEPTION_RELON_PROLOG_PSERIES()Michael Ellerman2018-08-071-2/+1
* powerpc/64s: Move SET_SCRATCH0() into EXCEPTION_PROLOG_PSERIES()Michael Ellerman2018-08-071-2/+1
* powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-301-0/+1
* powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin2018-05-211-0/+29
* powerpc/64s: Fix MASKABLE_RELON_EXCEPTION_HV_OOL macroMadhavan Srinivasan2018-02-081-1/+1
* Merge branch 'fixes' into nextMichael Ellerman2018-01-211-2/+55
|\
| * powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-01-101-8/+32
| * powerpc/64s: Simple RFI macro conversionsNicholas Piggin2018-01-101-2/+2
| * powerpc/64: Add macros for annotating the destination of rfid/hrfidNicholas Piggin2018-01-101-0/+29