summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64s.S
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-04-181-8/+7
|\
| * powerpc/64s: remove KVM SKIP test from instruction breakpoint handlerNicholas Piggin2021-04-121-2/+7
| * powerpc/64s: Remove KVM handler support from CBE_RAS interruptsNicholas Piggin2021-04-121-6/+0
* | powerpc/64s: power4 nap fixup in CNicholas Piggin2021-04-081-45/+0
|/
* powerpc/64s/exception: Clean up a missed SRR specifierDaniel Axtens2021-03-101-1/+1
* Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-221-246/+78
|\
| * powerpc/64s: Remove EXSLB interrupt save areaNicholas Piggin2021-02-111-5/+0
| * powerpc/64s: syscall real mode entry use mtmsrd rather than rfidNicholas Piggin2021-02-111-6/+3
| * powerpc/64s: Handle program checks in wrong endian during early bootMichael Ellerman2021-02-091-0/+45
| * powerpc/64s: runlatch interrupt handling in CNicholas Piggin2021-02-091-18/+0
| * powerpc/64s: move NMI soft-mask handling to CNicholas Piggin2021-02-091-60/+0
| * powerpc/64: entry cpu time accounting in CNicholas Piggin2021-02-091-5/+0
| * powerpc/64s: reconcile interrupts in CNicholas Piggin2021-02-091-26/+0
| * powerpc: add and use unknown_async_exceptionNicholas Piggin2021-02-091-2/+2
| * powerpc/64s: move bad_page_fault handling to CNicholas Piggin2021-02-091-12/+0
| * powerpc/64s: add do_bad_page_fault_segv handlerNicholas Piggin2021-02-091-3/+1
| * powerpc: remove arguments from fault handler functionsNicholas Piggin2021-02-091-13/+4
| * powerpc/64s: move the hash fault handling logic to CNicholas Piggin2021-02-091-99/+28
| * powerpc/64s: move DABR match out of handle_page_faultNicholas Piggin2021-02-091-18/+16
* | powerpc/64s: fix scv entry fallback flush vs interruptNicholas Piggin2021-01-201-0/+19
|/
* powerpc/fault: Perform exception fixup in do_page_fault()Christophe Leroy2020-12-091-1/+1
* powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...Aneesh Kumar K.V2020-12-041-2/+2
* Merge tag 'powerpc-cve-2020-4788' into fixesMichael Ellerman2020-11-231-38/+42
|\
| * powerpc/64s: flush L1D after user accessesNicholas Piggin2020-11-191-59/+26
| * powerpc/64s: flush L1D on kernel entryNicholas Piggin2020-11-191-0/+37
* | powerpc/64s/exception: KVM Fix for host DSI being taken in HPT guest MMU contextNicholas Piggin2020-11-181-4/+7
* | powerpc/64s: Fix KVM system reset handling when CONFIG_PPC_PSERIES=yNicholas Piggin2020-11-161-2/+0
|/
* Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-071-7/+143
|\
| * Merge branch 'scv' support into nextMichael Ellerman2020-07-231-7/+143
| |\
| | * powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin2020-07-221-4/+119
| | * powerpc/64s/exception: treat NIA below __end_interrupts as soft-maskedNicholas Piggin2020-07-221-3/+24
* | | powerpc/64s/hash: Fix hash_preload running with interrupts enabledNicholas Piggin2020-07-271-3/+11
|/ /
* / powerpc/64s/exception: Fix 0x1500 interrupt handler crashNicholas Piggin2020-07-081-1/+1
|/
* powerpc/64s: Fix KVM interrupt using wrong save areaNicholas Piggin2020-06-161-2/+2
* powerpc/64s/kuap: Conditionally restore AMR in kuap_restore_amr asmNicholas Piggin2020-05-281-2/+2
* Merge branch 'fixes' into nextMichael Ellerman2020-05-261-0/+3
|\
| * powerpc/64s: Fix restore of NV GPRs after facility unavailable exceptionMichael Ellerman2020-05-261-0/+2
| * powerpc/64s/kuap: Restore AMR in system reset exceptionNicholas Piggin2020-05-041-0/+1
* | powerpc/64s/exceptions: Machine check reconcile irq stateNicholas Piggin2020-05-181-0/+19
* | powerpc/64s/exceptions: Change irq reconcile for NMIs from reusing _DAR to RE...Nicholas Piggin2020-05-181-5/+5
* | powerpc/64s/exceptions: Fix in_mce accounting in unrecoverable pathNicholas Piggin2020-05-181-0/+4
* | powerpc/64s/exception: Fix machine check no-loss idle wakeupNicholas Piggin2020-05-181-6/+8
|/
* powerpc/64s: Fix doorbell wakeup msgclr optimisationNicholas Piggin2020-04-031-19/+0
* powerpc/64s/exception: Remove lite interrupt returnNicholas Piggin2020-04-011-10/+14
* powerpc/64s: Implement interrupt exit logic in CNicholas Piggin2020-04-011-74/+45
* powerpc/64: Implement soft interrupt replay in CNicholas Piggin2020-04-011-47/+0
* powerpc/64s/exception: Soft NMI interrupt should not use ret_from_exceptNicholas Piggin2020-04-011-1/+29
* powerpc/64s/exception: Reconcile interrupts in system_resetNicholas Piggin2020-04-011-4/+10
* powerpc/64s/exception: Only test KVM in SRR interrupts when PR KVM is supportedNicholas Piggin2020-04-011-3/+62
* powerpc/64s/exception: Add more comments for interrupt handlersNicholas Piggin2020-04-011-38/+353