summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64s.S
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-02-141-30/+33
|\
| * powerpc/64: CONFIG_RELOCATABLE support for hmi interruptsNicholas Piggin2017-02-071-1/+1
| * powerpc/64: Allow for relocation-on interrupts from guest to hostPaul Mackerras2017-01-311-24/+29
| * KVM: PPC: Book3S: 64-bit CONFIG_RELOCATABLE support for interruptsNicholas Piggin2017-01-311-1/+1
| * KVM: PPC: Book3S: Move 64-bit KVM interrupt handler out from alt sectionNicholas Piggin2017-01-271-4/+2Star
* | powerpc/64s: Use (start, size) rather than (start, end) for exception handlersNicholas Piggin2017-02-061-92/+103
* | powerpc/64s: Tidy up after exception handler reworkNicholas Piggin2017-02-061-1/+1
* | powernv:idle: Add IDLE_STATE_ENTER_SEQ_NORET macroGautham R. Shenoy2017-01-301-3/+3
|/
* Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2016-12-161-1/+1
|\
| * powerpc/64s: Reduce exception alignmentNicholas Piggin2016-11-141-1/+1
* | powerpc/64s: Fix system reset interrupt winkle wakeupsNicholas Piggin2016-11-121-3/+8
|/
* powerpc/64s: relocation, register save fixes for system reset interruptNicholas Piggin2016-10-271-21/+29
* powerpc/64s: Fix power4_fixup_nap placementNicholas Piggin2016-10-111-1/+1
* powerpc/64s: Remove unused exception code, small cleanupsNicholas Piggin2016-10-041-10/+20
* powerpc/64s: Use a single macro for both parts of OOL exceptionNicholas Piggin2016-10-041-37/+18Star
* powerpc/64s: Move __replay_interrupt function below handlersNicholas Piggin2016-10-041-38/+36Star
* powerpc/64s: Consolidate CBE Thermal 0x1800 interruptNicholas Piggin2016-10-041-13/+2Star
* powerpc/64s: Consolidate Altivec 0x1700 interruptNicholas Piggin2016-10-041-9/+7Star
* powerpc/64s: Consolidate Debug 0x1600 interruptNicholas Piggin2016-10-041-5/+3Star
* powerpc/64s: Consolidate Softpatch 0x1500 interruptNicholas Piggin2016-10-041-35/+37
* powerpc/64s: Consolidate Instruction Breakpoint 0x1300 interruptNicholas Piggin2016-10-041-4/+3Star
* powerpc/64s: Consolidate CBE System Error 0x1200 interruptNicholas Piggin2016-10-041-5/+3Star
* powerpc/64s: Consolidate Reserved 0xfa0-0x1200 interruptsNicholas Piggin2016-10-041-2/+1Star
* powerpc/64s: Consolidate Hypervisor Facility Unavailable 0xf80 interruptNicholas Piggin2016-10-041-10/+6Star
* powerpc/64s: Consolidate Facility Unavailable 0xf60 interruptNicholas Piggin2016-10-041-7/+6Star
* powerpc/64s: Consolidate VSX Unavailable 0xf40 interruptNicholas Piggin2016-10-041-38/+36Star
* powerpc/64s: Consolidate Vector Unavailable 0xf20 interruptNicholas Piggin2016-10-041-39/+37Star
* powerpc/64s: Consolidate Performance Monitor 0xf00 interruptNicholas Piggin2016-10-041-7/+6Star
* powerpc/64s: Consolidate Reserved 0xec0, 0xee0 interruptsNicholas Piggin2016-10-041-2/+2
* powerpc/64s: Consolidate Hypervisor Virtualization 0xea0 interruptNicholas Piggin2016-10-041-8/+6Star
* powerpc/64s: Consolidate Directed Hypervisor Doorbell 0xe80 interruptNicholas Piggin2016-10-041-11/+10Star
* powerpc/64s: Consolidate Hypervisor Maintenance 0xe60 interruptNicholas Piggin2016-10-041-57/+56Star
* powerpc/64s: Consolidate Hypervisor Emulation Assistance 0xe40 interruptNicholas Piggin2016-10-041-7/+6Star
* powerpc/64s: Consolidate Hypervisor Instruction Storage 0xe20 interruptNicholas Piggin2016-10-041-9/+7Star
* powerpc/64s: Consolidate Hypervisor Data Storage 0xe00 interruptNicholas Piggin2016-10-041-24/+18Star
* powerpc/64s: Consolidate Trace 0xd00 interruptNicholas Piggin2016-10-041-4/+2Star
* powerpc/64s: Consolidate System Call 0xc00 interruptNicholas Piggin2016-10-041-60/+61
* powerpc/64s: Consolidate Reserved 0xb00 interruptNicholas Piggin2016-10-041-4/+3Star
* powerpc/64s: Consolidate Directed Privileged Doorbell 0xa00 interruptNicholas Piggin2016-10-041-7/+7
* powerpc/64s: Consolidate Hypervisor Decrementer 0x980 interruptNicholas Piggin2016-10-041-3/+4
* powerpc/64s: Consolidate Decrementer 0x900 interruptNicholas Piggin2016-10-041-3/+4
* powerpc/64s: Consolidate FP Unavailable 0x800 interruptNicholas Piggin2016-10-041-31/+30Star
* powerpc/64s: Consolidate Program 0x700 interruptNicholas Piggin2016-10-041-10/+9Star
* powerpc/64s: Consolidate Alignment 0x600 interruptNicholas Piggin2016-10-041-18/+17Star
* powerpc/64s: Consolidate External 0x500 interruptNicholas Piggin2016-10-041-11/+13
* powerpc/64s: Consolidate Instruction Segment 0x480 interruptNicholas Piggin2016-10-041-111/+113
* powerpc/64s: Consolidate Instruction Storage 0x400 interruptNicholas Piggin2016-10-041-17/+18
* powerpc/64s: Consolidate Data Segment 0x380 interruptNicholas Piggin2016-10-041-25/+25
* powerpc/64s: Consolidate Data Storage 0x300 interruptNicholas Piggin2016-10-041-26/+27
* powerpc/64s: Consolidate Machine Check 0x200 interruptNicholas Piggin2016-10-041-296/+295Star