summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/exception-64s.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin2018-10-141-5/+4Star
* 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/+0Star
* 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/+10Star
* powerpc/64s: Drop _MASKABLE_RELON_EXCEPTION_PSERIES()Michael Ellerman2018-08-071-7/+4Star
* powerpc/64s: Drop _MASKABLE_EXCEPTION_PSERIES()Michael Ellerman2018-08-071-7/+4Star
* powerpc/64s: Rename EXCEPTION_PROLOG_PSERIES to EXCEPTION_PROLOGMichael Ellerman2018-08-071-8/+6Star
* powerpc/64s: Rename EXCEPTION_RELON_PROLOG_PSERIESMichael Ellerman2018-08-071-4/+3Star
* 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/+1Star
* powerpc/64s: Move SET_SCRATCH0() into EXCEPTION_PROLOG_PSERIES()Michael Ellerman2018-08-071-2/+1Star
* 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-221-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-091-2/+2
| * powerpc/64: Add macros for annotating the destination of rfid/hrfidNicholas Piggin2018-01-091-0/+29
* | powerpc/64s: Add support to mask perf interrupts and replay themMadhavan Srinivasan2018-01-191-0/+5
* | powerpc/64s: Add support to take additional parameter in MASKABLE_* macroMadhavan Srinivasan2018-01-191-35/+57
* | powerpc/64s: Avoid using EXCEPTION_PROLOG_1 macro in MASKABLE_*Madhavan Srinivasan2018-01-191-3/+3
* | powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan2018-01-191-2/+2
* | powerpc/64: Change soft_enabled from flag to bitmaskMadhavan Srinivasan2018-01-191-2/+2
* | powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan2018-01-191-1/+1
|/
* powerpc/mce: Hookup derror (load/store) UE errorsBalbir Singh2017-10-161-0/+5
* powerpc/64s/paca: EX_CTR is not used with RELOCATABLE=n, remove itNicholas Piggin2017-06-201-1/+4
* powerpc/64s/paca: EX_R3 can be merged with EX_DARNicholas Piggin2017-06-201-5/+11
* powerpc/64s/paca: EX_LR can be merged with EX_DARNicholas Piggin2017-06-201-5/+12
* powerpc/64s/paca: EX_SRR0 is unused, remove itNicholas Piggin2017-06-201-11/+10Star
* powerpc/64s: Add EX_SIZE definition for paca exception save areasNicholas Piggin2017-06-201-0/+3
* powerpc/64s/idle: Branch to handler with virtual mode offsetNicholas Piggin2017-06-191-0/+13
* Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-051-33/+54
|\
| * powerpc/64s: Dedicated system reset interrupt stackNicholas Piggin2017-04-281-0/+13
| * powerpc/64s: Disallow system reset vs system reset reentrancyNicholas Piggin2017-04-281-0/+6
| * powerpc/64s: Fix system reset vs general interrupt reentrancyNicholas Piggin2017-04-281-7/+7
| * powerpc/64s: Exception macro for stack frame and initial register saveNicholas Piggin2017-04-281-6/+10
| * powerpc/64s: Add exception macro that does not enable RINicholas Piggin2017-04-281-0/+15
| * powerpc/64s: Stop using bit in HSPRG0 to test winkleNicholas Piggin2017-04-231-11/+2Star
| * powerpc/64s: Remove unnecessary relocation branch from idle handlerNicholas Piggin2017-04-231-8/+0Star
| * powerpc/64s: Use relon prolog for EXC_VIRT_OOL_MASKABLE_HV handlersNicholas Piggin2017-04-201-1/+1
* | powerpc/64: Fix HMI exception on LE with CONFIG_RELOCATABLE=yMichael Ellerman2017-04-181-4/+4
|/