aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/head-64.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-30powerpc/64s/exception: move head-64.h exception code to exception-64s.SNicholas Piggin1-41/+0
2019-07-02powerpc/64s/exception: move head-64.h code to exception-64s.S where it is usedNicholas Piggin1-252/+0
2019-07-02powerpc/64s/exception: remove STD_EXCEPTION_COMMON variantsNicholas Piggin1-2/+17
2019-07-02powerpc/64s/exception: unwind exception-64s.h macrosNicholas Piggin1-19/+57
2019-07-02powerpc/64s/exception: Move EXCEPTION_COMMON additions into callersNicholas Piggin1-2/+2
2019-07-02powerpc/64s/exception: KVM handler can set the HSRR trap bitNicholas Piggin1-5/+2
2019-07-02powerpc/64s/exception: merge KVM handler and skip variantsNicholas Piggin1-4/+4
2019-07-02powerpc/64s/exception: remove H concatenation for EXC_HV variantsNicholas Piggin1-4/+4
2019-07-01powerpc/64s/exception: fix line wrap and semicolon inconsistencies in macrosNicholas Piggin1-34/+34
2018-08-07powerpc/64s: Drop unused loc parameter to MASKABLE_EXCEPTION macrosMichael Ellerman1-2/+2
2018-08-07powerpc/64s: Remove PSERIES naming from the MASKABLE macrosMichael Ellerman1-4/+4
2018-08-07powerpc/64s: Rename STD_RELON_EXCEPTION_PSERIES_OOL to STD_RELON_EXCEPTION_OOLMichael Ellerman1-1/+1
2018-08-07powerpc/64s: Rename STD_RELON_EXCEPTION_PSERIES to STD_RELON_EXCEPTIONMichael Ellerman1-1/+1
2018-08-07powerpc/64s: Rename STD_EXCEPTION_PSERIES_OOL to STD_EXCEPTION_OOLMichael Ellerman1-1/+1
2018-08-07powerpc/64s: Rename STD_EXCEPTION_PSERIES to STD_EXCEPTIONMichael Ellerman1-1/+1
2018-01-19powerpc/64s: Add support to take additional parameter in MASKABLE_* macroMadhavan Srinivasan1-20/+20
2018-01-16powerpc: Remove useless EXC_COMMON_HVBenjamin Herrenschmidt1-6/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-20powerpc/64s: Add EX_SIZE definition for paca exception save areasNicholas Piggin1-0/+3
2017-05-30powerpc/64: Tool to check head sections location sanityNicholas Piggin1-2/+2
2017-05-30powerpc/64: Handle linker stubs in low .text codeNicholas Piggin1-0/+18
2017-04-23powerpc/kprobes: Blacklist common exception handlersNaveen N. Rao1-0/+1
2017-02-14Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-1/+1
2017-02-07powerpc/64s: Use (start, size) rather than (start, end) for exception handlersNicholas Piggin1-76/+82
2017-02-07powerpc/64s: Tidy up after exception handler reworkNicholas Piggin1-80/+80
2017-01-27KVM: PPC: Book3S: Move 64-bit KVM interrupt handler out from alt sectionNicholas Piggin1-1/+1
2016-11-14powerpc/64s: Reduce exception alignmentNicholas Piggin1-4/+4
2016-10-04powerpc: Use gas sections for arranging exception vectorsNicholas Piggin1-16/+245
2016-10-04powerpc/64s: Consolidate exception handler alignmentNicholas Piggin1-0/+1
2016-10-04powerpc/64s: Add new exception vector macrosMichael Ellerman1-0/+163