summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64s.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Fix comment on interrupt handler prologueRohan McLure2022-09-261-2/+2
* powerpc: Fix all occurences of duplicate wordsMichael Ellerman2022-07-251-1/+1
* KVM: PPC: Book3S PR: Disable SCV when AIL could be disabledNicholas Piggin2022-03-081-0/+4
* powerpc/64/asm: Do not reassign labelsDaniel Axtens2021-12-231-16/+16
* powerpc/64/asm: Inline BRANCH_TO_C000Alexey Kardashevskiy2021-12-231-14/+3
* powerpc/64s/interrupt: avoid saving CFAR in some asynchronous interruptsNicholas Piggin2021-12-161-0/+63
* powerpc/64s/interrupt: handle MSR EE and RI in interrupt entry wrapperNicholas Piggin2021-12-161-34/+4
* powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-091-0/+16
* powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specificNicholas Piggin2021-12-021-2/+2
* powerpc: flexible GPR range save/restore macrosNicholas Piggin2021-11-291-4/+2
* powerpc/64s: Fix unrecoverable MCE calling async handler from NMINicholas Piggin2021-10-071-2/+6
* powerpc/64s: fix program check interrupt emergency stack pathNicholas Piggin2021-10-071-7/+10
* powerpc/64s: Fix scv implicit soft-mask table for relocated kernelsNicholas Piggin2021-08-201-3/+4
* powerpc/64s: add a table of implicit soft-masked addressesNicholas Piggin2021-06-301-10/+54
* powerpc/64: treat low kernel text as irqs soft-maskedNicholas Piggin2021-06-251-8/+11
* powerpc/64: allow alternate return locations for soft-masked interruptsNicholas Piggin2021-06-251-0/+41
* powerpc/64s: save one more register in the masked interrupt handlerNicholas Piggin2021-06-251-14/+20
* powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]Nicholas Piggin2021-06-251-2/+0
* powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-251-0/+27
* powerpc/64s: introduce different functions to return from SRR vs HSRR interruptsNicholas Piggin2021-06-251-36/+40
* KVM: PPC: Book3S 64: Minimise hcall handler calling convention differencesNicholas Piggin2021-06-101-1/+20
* KVM: PPC: Book3S 64: Move interrupt early register setup to KVMNicholas Piggin2021-06-101-108/+23
* KVM: PPC: Book3S 64: Move hcall early register setup to KVMNicholas Piggin2021-06-101-41/+1
* KVM: PPC: Book3S 64: add hcall interrupt handlerNicholas Piggin2021-06-101-3/+3
* KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVMNicholas Piggin2021-06-101-60/+0
* KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry pointNicholas Piggin2021-06-101-7/+1
* 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