summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/exceptions-64s.S
AgeCommit message (Expand)Author
2017-06-21powerpc/64s: Use BRANCH_TO_COMMON() for slb_miss_realmodeMichael Ellerman
2017-06-20powerpc/64s: Avoid r3 save/restore in SLB miss handlerNicholas Piggin
2017-06-20powerpc/64s: SLB miss already has CTR saved for relocatable kernelNicholas Piggin
2017-06-20powerpc/64s: Avoid saving faulting address into EX_DAR in SLB missNicholas Piggin
2017-06-19powerpc/64s/idle: Avoid SRR usage in idle sleep/wake pathsNicholas Piggin
2017-06-19powerpc/64s/idle: Branch to handler with virtual mode offsetNicholas Piggin
2017-06-19powerpc/64s: Don't unbalance the return branch predictor in __replay_interrupt()Nicholas Piggin
2017-06-19powerpc/64s: msgclr when handling doorbell exceptions from system resetNicholas Piggin
2017-06-16powerpc/64s: Handle data breakpoints in Radix modeNaveen N. Rao
2017-06-15powerpc/64s: Optimize hypercall/syscall entryNicholas Piggin
2017-05-12Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-05-09powerpc/64s: Fix unnecessary machine check handler relocation branchNicholas Piggin
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-04-28powerpc/64s: Dedicated system reset interrupt stackNicholas Piggin
2017-04-28powerpc/64s: Disallow system reset vs system reset reentrancyNicholas Piggin
2017-04-28powerpc/64s: Fix system reset vs general interrupt reentrancyNicholas Piggin
2017-04-28powerpc/64s: Exception macro for stack frame and initial register saveNicholas Piggin
2017-04-28powerpc/64s: Add exception macro that does not enable RINicholas Piggin
2017-04-23powerpc/64s: Fix POWER9 machine check handler from stop stateNicholas Piggin
2017-04-23powerpc/64s: Stop using bit in HSPRG0 to test winkleNicholas Piggin
2017-04-23powerpc/64s: Move remaining system reset idle code into idle_book3s.SNicholas Piggin
2017-04-23powerpc/64s: Remove unnecessary relocation branch from idle handlerNicholas Piggin
2017-04-18powerpc/64: Fix HMI exception on LE with CONFIG_RELOCATABLE=yMichael Ellerman
2017-02-14Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2017-02-07powerpc/64: CONFIG_RELOCATABLE support for hmi interruptsNicholas Piggin
2017-02-07powerpc/64s: Use (start, size) rather than (start, end) for exception handlersNicholas Piggin
2017-02-07powerpc/64s: Tidy up after exception handler reworkNicholas Piggin
2017-01-31powerpc/64: Allow for relocation-on interrupts from guest to hostPaul Mackerras
2017-01-31KVM: PPC: Book3S: 64-bit CONFIG_RELOCATABLE support for interruptsNicholas Piggin
2017-01-31powernv:idle: Add IDLE_STATE_ENTER_SEQ_NORET macroGautham R. Shenoy
2017-01-27KVM: PPC: Book3S: Move 64-bit KVM interrupt handler out from alt sectionNicholas Piggin
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2016-11-14powerpc/64s: Reduce exception alignmentNicholas Piggin
2016-11-12powerpc/64s: Fix system reset interrupt winkle wakeupsNicholas Piggin
2016-10-27powerpc/64s: relocation, register save fixes for system reset interruptNicholas Piggin
2016-10-11powerpc/64s: Fix power4_fixup_nap placementNicholas Piggin
2016-10-04powerpc/64s: Remove unused exception code, small cleanupsNicholas Piggin
2016-10-04powerpc/64s: Use a single macro for both parts of OOL exceptionNicholas Piggin
2016-10-04powerpc/64s: Move __replay_interrupt function below handlersNicholas Piggin
2016-10-04powerpc/64s: Consolidate CBE Thermal 0x1800 interruptNicholas Piggin
2016-10-04powerpc/64s: Consolidate Altivec 0x1700 interruptNicholas Piggin
2016-10-04powerpc/64s: Consolidate Debug 0x1600 interruptNicholas Piggin
2016-10-04powerpc/64s: Consolidate Softpatch 0x1500 interruptNicholas Piggin
2016-10-04powerpc/64s: Consolidate Instruction Breakpoint 0x1300 interruptNicholas Piggin
2016-10-04powerpc/64s: Consolidate CBE System Error 0x1200 interruptNicholas Piggin
2016-10-04powerpc/64s: Consolidate Reserved 0xfa0-0x1200 interruptsNicholas Piggin
2016-10-04powerpc/64s: Consolidate Hypervisor Facility Unavailable 0xf80 interruptNicholas Piggin
2016-10-04powerpc/64s: Consolidate Facility Unavailable 0xf60 interruptNicholas Piggin
2016-10-04powerpc/64s: Consolidate VSX Unavailable 0xf40 interruptNicholas Piggin
2016-10-04powerpc/64s: Consolidate Vector Unavailable 0xf20 interruptNicholas Piggin