summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64s.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Remove spurious IRQ reason in IRQ replayNicholas Piggin2017-08-231-2/+0
* powerpc/64s: Use the HV handler for external IRQ replay in HV mode on POWER9Nicholas Piggin2017-08-231-0/+4
* powerpc/64s: Merge HV and non-HV paths for doorbell IRQ replayNicholas Piggin2017-08-231-1/+1
* powerpc/64s: masked_interrupt() returns to kernel so avoid restoring r13Nicholas Piggin2017-08-231-1/+1
* powerpc/64s: Optimise clearing of MSR_EE in masked_[H]interrupt()Nicholas Piggin2017-08-231-2/+1
* powerpc/64s: Avoid a branch in masked_[H]interrupt()Nicholas Piggin2017-08-231-4/+2
* powerpc/64s: Fix replay interrupt return label nameMichael Ellerman2017-08-231-2/+2
* Merge branch 'fixes' into nextMichael Ellerman2017-08-231-1/+9
|\
| * powerpc/64s: Fix stack setup in watchdog soft_nmi_common()Nicholas Piggin2017-07-311-1/+9
| * Merge tag 'v4.13-rc1' into fixesMichael Ellerman2017-07-311-2/+28
| |\
* | | powerpc: Fix powerpc-specific watchdog build configurationNicholas Piggin2017-08-101-3/+3
* | | powerpc/mm: Use symbolic constants for filtering SRR1 bits on ISIsBenjamin Herrenschmidt2017-08-031-1/+1
* | | powerpc/mm: Update bits used to skip hash_pageBenjamin Herrenschmidt2017-08-031-2/+4
* | | Merge tag 'powerpc-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-211-14/+14
|\| | | |/ |/|
| * powerpc/64s: Fix hypercall entry clobbering r12 inputNicholas Piggin2017-07-181-14/+14
* | powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin2017-07-121-2/+28
|/
* powerpc/64s: Blacklist functions invoked on a trapNaveen N. Rao2017-07-031-0/+2
* powerpc/64s: Convert .L__replay_interrupt_return to a local labelNaveen N. Rao2017-07-031-2/+2
* Merge branch 'fixes' into nextMichael Ellerman2017-07-031-4/+7
|\
| * powerpc/64s: Handle data breakpoints in Radix modeNaveen N. Rao2017-06-161-4/+7
* | powerpc/64s: Invalidate ERAT on powersave wakeup for POWER9Benjamin Herrenschmidt2017-06-271-3/+5
* | powerpc/64s: Rename slb_allocate_realmode() to slb_allocate()Michael Ellerman2017-06-211-1/+1
* | powerpc/64s: Rename slb_miss_realmode() to slb_miss_common()Michael Ellerman2017-06-211-6/+9
* | powerpc/64s: Use BRANCH_TO_COMMON() for slb_miss_realmodeMichael Ellerman2017-06-211-38/+4
* | powerpc/64s: Avoid r3 save/restore in SLB miss handlerNicholas Piggin2017-06-201-15/+26
* | powerpc/64s: SLB miss already has CTR saved for relocatable kernelNicholas Piggin2017-06-201-8/+1
* | powerpc/64s: Avoid saving faulting address into EX_DAR in SLB missNicholas Piggin2017-06-201-5/+8
* | powerpc/64s/idle: Avoid SRR usage in idle sleep/wake pathsNicholas Piggin2017-06-191-0/+1
* | powerpc/64s/idle: Branch to handler with virtual mode offsetNicholas Piggin2017-06-191-2/+4
* | powerpc/64s: Don't unbalance the return branch predictor in __replay_interrupt()Nicholas Piggin2017-06-191-1/+7
* | powerpc/64s: msgclr when handling doorbell exceptions from system resetNicholas Piggin2017-06-191-2/+21
* | powerpc/64s: Optimize hypercall/syscall entryNicholas Piggin2017-06-151-37/+97
|/
* Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-121-3/+1
|\
| * powerpc/64s: Fix unnecessary machine check handler relocation branchNicholas Piggin2017-05-091-3/+1
* | Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-051-99/+87
|\|
| * powerpc/64s: Dedicated system reset interrupt stackNicholas Piggin2017-04-281-3/+5
| * powerpc/64s: Disallow system reset vs system reset reentrancyNicholas Piggin2017-04-281-5/+32
| * powerpc/64s: Fix system reset vs general interrupt reentrancyNicholas Piggin2017-04-281-3/+6
| * powerpc/64s: Exception macro for stack frame and initial register saveNicholas Piggin2017-04-281-9/+4
| * powerpc/64s: Add exception macro that does not enable RINicholas Piggin2017-04-281-13/+4
| * powerpc/64s: Fix POWER9 machine check handler from stop stateNicholas Piggin2017-04-231-35/+44
| * powerpc/64s: Stop using bit in HSPRG0 to test winkleNicholas Piggin2017-04-231-18/+3
| * powerpc/64s: Move remaining system reset idle code into idle_book3s.SNicholas Piggin2017-04-231-25/+1
| * powerpc/64s: Remove unnecessary relocation branch from idle handlerNicholas Piggin2017-04-231-1/+1
* | powerpc/64: Fix HMI exception on LE with CONFIG_RELOCATABLE=yMichael Ellerman2017-04-181-1/+1
|/
* 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/+2