summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/exceptions-64s.S
AgeCommit message (Expand)Author
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-07-27powerpc/64s/hash: Fix hash_preload running with interrupts enabledNicholas Piggin
2020-07-23Merge branch 'scv' support into nextMichael Ellerman
2020-07-22powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin
2020-07-22powerpc/64s/exception: treat NIA below __end_interrupts as soft-maskedNicholas Piggin
2020-07-08powerpc/64s/exception: Fix 0x1500 interrupt handler crashNicholas Piggin
2020-06-16powerpc/64s: Fix KVM interrupt using wrong save areaNicholas Piggin
2020-05-28powerpc/64s/kuap: Conditionally restore AMR in kuap_restore_amr asmNicholas Piggin
2020-05-26Merge branch 'fixes' into nextMichael Ellerman
2020-05-26powerpc/64s: Fix restore of NV GPRs after facility unavailable exceptionMichael Ellerman
2020-05-18powerpc/64s/exceptions: Machine check reconcile irq stateNicholas Piggin
2020-05-18powerpc/64s/exceptions: Change irq reconcile for NMIs from reusing _DAR to RE...Nicholas Piggin
2020-05-18powerpc/64s/exceptions: Fix in_mce accounting in unrecoverable pathNicholas Piggin
2020-05-18powerpc/64s/exception: Fix machine check no-loss idle wakeupNicholas Piggin
2020-05-04powerpc/64s/kuap: Restore AMR in system reset exceptionNicholas Piggin
2020-04-03powerpc/64s: Fix doorbell wakeup msgclr optimisationNicholas Piggin
2020-04-01powerpc/64s/exception: Remove lite interrupt returnNicholas Piggin
2020-04-01powerpc/64s: Implement interrupt exit logic in CNicholas Piggin
2020-04-01powerpc/64: Implement soft interrupt replay in CNicholas Piggin
2020-04-01powerpc/64s/exception: Soft NMI interrupt should not use ret_from_exceptNicholas Piggin
2020-04-01powerpc/64s/exception: Reconcile interrupts in system_resetNicholas Piggin
2020-04-01powerpc/64s/exception: Only test KVM in SRR interrupts when PR KVM is supportedNicholas Piggin
2020-04-01powerpc/64s/exception: Add more comments for interrupt handlersNicholas Piggin
2020-04-01powerpc/64s/exception: Clean up SRR specifiersNicholas Piggin
2020-04-01powerpc/64s/exception: Re-inline some handlersNicholas Piggin
2020-04-01powerpc/64s/exception: Avoid touching the stack in hdecrementerNicholas Piggin
2020-04-01powerpc/64s/exception: Trim unused arguments from KVMTEST macroNicholas Piggin
2020-04-01powerpc/64s/exception: Remove the SPR saving patch code macrosNicholas Piggin
2020-04-01powerpc/64s/exception: Remove confusing IEARLY optionNicholas Piggin
2020-04-01powerpc/64s/exception: Move KVM test to common codeNicholas Piggin
2020-04-01powerpc/64s/exception: Move soft-mask test to common codeNicholas Piggin
2020-04-01powerpc/64s/exception: Move real to virt switch into the common handlerNicholas Piggin
2020-04-01powerpc/64s/exception: Add ISIDE optionNicholas Piggin
2020-04-01powerpc/64s/exception: Remove old INT_KVM_HANDLERNicholas Piggin
2020-04-01powerpc/64s/exception: Remove old INT_COMMON macroNicholas Piggin
2020-04-01powerpc/64s/exception: Remove old INT_ENTRY macroNicholas Piggin
2020-04-01powerpc/64s/exception: Move all interrupt handlers to new style code gen macrosNicholas Piggin
2020-04-01powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macrosNicholas Piggin
2020-04-01powerpc/64s/exception: Add GEN_KVM macro that uses INT_DEFINE parametersNicholas Piggin
2020-04-01powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parametersNicholas Piggin
2020-04-01powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generationNicholas Piggin
2020-01-29powerpc: Provide initial documentation for PAPR hcallsVaibhav Jain
2020-01-16powerpc/64s: Reimplement power4_idle code in CNicholas Piggin
2019-11-13powerpc/64s/exception: Fix kaup -> kuap typoAndrew Donnellan
2019-08-30powerpc/64s/exception: reduce page fault unnecessary loadsNicholas Piggin
2019-08-30powerpc/64s/exception: Remove pointless KVM handler name bifurcationNicholas Piggin
2019-08-30powerpc/64s/exception: program check handler do not branch into a macroNicholas Piggin
2019-08-30powerpc/64s/exception: move interrupt entry code above the common handlerNicholas Piggin
2019-08-30powerpc/64s/exception: INT_COMMON add DAR, DSISR, reconcile optionsNicholas Piggin
2019-08-30powerpc/64s/exception: Expand EXCEPTION_PROLOG_COMMON_1 and 2 into callerNicholas Piggin