summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64s.S
AgeCommit message (Expand)AuthorFilesLines
2021-06-30powerpc/64s: add a table of implicit soft-masked addressesNicholas Piggin1-10/+54
2021-06-25powerpc/64: treat low kernel text as irqs soft-maskedNicholas Piggin1-8/+11
2021-06-25powerpc/64: allow alternate return locations for soft-masked interruptsNicholas Piggin1-0/+41
2021-06-25powerpc/64s: save one more register in the masked interrupt handlerNicholas Piggin1-14/+20
2021-06-25powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]Nicholas Piggin1-2/+0
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin1-0/+27
2021-06-25powerpc/64s: introduce different functions to return from SRR vs HSRR interruptsNicholas Piggin1-36/+40
2021-06-10KVM: PPC: Book3S 64: Minimise hcall handler calling convention differencesNicholas Piggin1-1/+20
2021-06-10KVM: PPC: Book3S 64: Move interrupt early register setup to KVMNicholas Piggin1-108/+23
2021-06-10KVM: PPC: Book3S 64: Move hcall early register setup to KVMNicholas Piggin1-41/+1
2021-06-10KVM: PPC: Book3S 64: add hcall interrupt handlerNicholas Piggin1-3/+3
2021-06-10KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVMNicholas Piggin1-60/+0
2021-06-10KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry pointNicholas Piggin1-7/+1
2021-04-18Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-8/+7
2021-04-12powerpc/64s: remove KVM SKIP test from instruction breakpoint handlerNicholas Piggin1-2/+7
2021-04-12powerpc/64s: Remove KVM handler support from CBE_RAS interruptsNicholas Piggin1-6/+0
2021-04-08powerpc/64s: power4 nap fixup in CNicholas Piggin1-45/+0
2021-03-10powerpc/64s/exception: Clean up a missed SRR specifierDaniel Axtens1-1/+1
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-246/+78
2021-02-11powerpc/64s: Remove EXSLB interrupt save areaNicholas Piggin1-5/+0
2021-02-11powerpc/64s: syscall real mode entry use mtmsrd rather than rfidNicholas Piggin1-6/+3
2021-02-09powerpc/64s: Handle program checks in wrong endian during early bootMichael Ellerman1-0/+45
2021-02-09powerpc/64s: runlatch interrupt handling in CNicholas Piggin1-18/+0
2021-02-09powerpc/64s: move NMI soft-mask handling to CNicholas Piggin1-60/+0
2021-02-09powerpc/64: entry cpu time accounting in CNicholas Piggin1-5/+0
2021-02-09powerpc/64s: reconcile interrupts in CNicholas Piggin1-26/+0
2021-02-09powerpc: add and use unknown_async_exceptionNicholas Piggin1-2/+2
2021-02-09powerpc/64s: move bad_page_fault handling to CNicholas Piggin1-12/+0
2021-02-09powerpc/64s: add do_bad_page_fault_segv handlerNicholas Piggin1-3/+1
2021-02-09powerpc: remove arguments from fault handler functionsNicholas Piggin1-13/+4
2021-02-09powerpc/64s: move the hash fault handling logic to CNicholas Piggin1-99/+28
2021-02-09powerpc/64s: move DABR match out of handle_page_faultNicholas Piggin1-18/+16
2021-01-20powerpc/64s: fix scv entry fallback flush vs interruptNicholas Piggin1-0/+19
2020-12-09powerpc/fault: Perform exception fixup in do_page_fault()Christophe Leroy1-1/+1
2020-12-04powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry a...Aneesh Kumar K.V1-2/+2
2020-11-23Merge tag 'powerpc-cve-2020-4788' into fixesMichael Ellerman1-38/+42
2020-11-19powerpc/64s: flush L1D after user accessesNicholas Piggin1-59/+26
2020-11-19powerpc/64s: flush L1D on kernel entryNicholas Piggin1-0/+37
2020-11-18powerpc/64s/exception: KVM Fix for host DSI being taken in HPT guest MMU contextNicholas Piggin1-4/+7
2020-11-16powerpc/64s: Fix KVM system reset handling when CONFIG_PPC_PSERIES=yNicholas Piggin1-2/+0
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-7/+143
2020-07-27powerpc/64s/hash: Fix hash_preload running with interrupts enabledNicholas Piggin1-3/+11
2020-07-23Merge branch 'scv' support into nextMichael Ellerman1-7/+143
2020-07-22powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin1-4/+119
2020-07-22powerpc/64s/exception: treat NIA below __end_interrupts as soft-maskedNicholas Piggin1-3/+24
2020-07-08powerpc/64s/exception: Fix 0x1500 interrupt handler crashNicholas Piggin1-1/+1
2020-06-16powerpc/64s: Fix KVM interrupt using wrong save areaNicholas Piggin1-2/+2
2020-05-28powerpc/64s/kuap: Conditionally restore AMR in kuap_restore_amr asmNicholas Piggin1-2/+2
2020-05-26Merge branch 'fixes' into nextMichael Ellerman1-0/+3
2020-05-26powerpc/64s: Fix restore of NV GPRs after facility unavailable exceptionMichael Ellerman1-0/+2