summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64s.S
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-18powerpc/64s/exceptions: Machine check reconcile irq stateNicholas Piggin1-0/+19
2020-05-18powerpc/64s/exceptions: Change irq reconcile for NMIs from reusing _DAR to RE...Nicholas Piggin1-5/+5
2020-05-18powerpc/64s/exceptions: Fix in_mce accounting in unrecoverable pathNicholas Piggin1-0/+4
2020-05-18powerpc/64s/exception: Fix machine check no-loss idle wakeupNicholas Piggin1-6/+8
2020-05-04powerpc/64s/kuap: Restore AMR in system reset exceptionNicholas Piggin1-0/+1
2020-04-03powerpc/64s: Fix doorbell wakeup msgclr optimisationNicholas Piggin1-19/+0
2020-04-01powerpc/64s/exception: Remove lite interrupt returnNicholas Piggin1-10/+14
2020-04-01powerpc/64s: Implement interrupt exit logic in CNicholas Piggin1-74/+45
2020-04-01powerpc/64: Implement soft interrupt replay in CNicholas Piggin1-47/+0
2020-04-01powerpc/64s/exception: Soft NMI interrupt should not use ret_from_exceptNicholas Piggin1-1/+29
2020-04-01powerpc/64s/exception: Reconcile interrupts in system_resetNicholas Piggin1-4/+10
2020-04-01powerpc/64s/exception: Only test KVM in SRR interrupts when PR KVM is supportedNicholas Piggin1-3/+62
2020-04-01powerpc/64s/exception: Add more comments for interrupt handlersNicholas Piggin1-38/+353
2020-04-01powerpc/64s/exception: Clean up SRR specifiersNicholas Piggin1-36/+32
2020-04-01powerpc/64s/exception: Re-inline some handlersNicholas Piggin1-3/+3
2020-04-01powerpc/64s/exception: Avoid touching the stack in hdecrementerNicholas Piggin1-5/+20
2020-04-01powerpc/64s/exception: Trim unused arguments from KVMTEST macroNicholas Piggin1-6/+6
2020-04-01powerpc/64s/exception: Remove the SPR saving patch code macrosNicholas Piggin1-54/+28
2020-04-01powerpc/64s/exception: Remove confusing IEARLY optionNicholas Piggin1-25/+24
2020-04-01powerpc/64s/exception: Move KVM test to common codeNicholas Piggin1-121/+139
2020-04-01powerpc/64s/exception: Move soft-mask test to common codeNicholas Piggin1-57/+49
2020-04-01powerpc/64s/exception: Move real to virt switch into the common handlerNicholas Piggin1-149/+116
2020-04-01powerpc/64s/exception: Add ISIDE optionNicholas Piggin1-7/+16
2020-04-01powerpc/64s/exception: Remove old INT_KVM_HANDLERNicholas Piggin1-29/+26
2020-04-01powerpc/64s/exception: Remove old INT_COMMON macroNicholas Piggin1-27/+24
2020-04-01powerpc/64s/exception: Remove old INT_ENTRY macroNicholas Piggin1-38/+30
2020-04-01powerpc/64s/exception: Move all interrupt handlers to new style code gen macrosNicholas Piggin1-138/+418
2020-04-01powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macrosNicholas Piggin1-43/+117
2020-04-01powerpc/64s/exception: Add GEN_KVM macro that uses INT_DEFINE parametersNicholas Piggin1-1/+11
2020-04-01powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parametersNicholas Piggin1-7/+17
2020-04-01powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generationNicholas Piggin1-4/+73
2020-01-29powerpc: Provide initial documentation for PAPR hcallsVaibhav Jain1-16/+3
2020-01-16powerpc/64s: Reimplement power4_idle code in CNicholas Piggin1-2/+11