aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-33/+34
2018-10-01arm64: Trap WFI executed in userspaceMarc Zyngier1-0/+11
2018-10-01arm64: compat: Add CNTFRQ trap handlerMarc Zyngier1-0/+13
2018-10-01arm64: compat: Add CNTVCT trap handlerMarc Zyngier1-0/+16
2018-10-01arm64: compat: Add cp15_32 and cp15_64 handler arraysMarc Zyngier1-0/+28
2018-10-01arm64: compat: Add condition code checks and IT advanceMarc Zyngier1-0/+85
2018-10-01arm64: compat: Add separate CP15 trapping hookMarc Zyngier1-0/+13
2018-09-27signal/arm64: Add and use arm64_force_sig_ptrace_errno_trapEric W. Biederman1-0/+7
2018-09-27signal/arm64: Remove arm64_force_sig_infoEric W. Biederman1-6/+0
2018-09-27signal/arm64: Add and use arm64_force_sig_mceerr as appropriateEric W. Biederman1-0/+7
2018-09-27signal/arm64: Add and use arm64_force_sig_fault where appropriateEric W. Biederman1-17/+10
2018-09-27signal/arm64: Factor out arm64_show_signal from arm64_force_sig_infoEric W. Biederman1-13/+11
2018-09-27signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_infoEric W. Biederman1-4/+4
2018-09-27signal/arm64: Push siginfo generation into arm64_notify_dieEric W. Biederman1-11/+13
2018-09-21arm64/cpufeatures: Emulate MRS instructions by parsing ESR_ELx.ISSAnshuman Khandual1-0/+17
2018-09-21arm64/cpufeatures: Introduce ESR_ELx_SYS64_ISS_RT()Anshuman Khandual1-4/+4
2018-09-14arm64: fix for bad_mode() handler to always result in panicHari Vyas1-1/+0
2018-09-14arm64: force_signal_inject: WARN if called from kernel contextWill Deacon1-1/+4
2018-09-14arm64: cpu: Move errata and feature enable callbacks closer to callersWill Deacon1-5/+0
2018-09-14arm64: entry: Allow handling of undefined instructions from EL1Will Deacon1-4/+7
2018-07-12arm64: convert raw syscall invocation to CMark Rutland1-16/+0
2018-07-12arm64: kill config_sctlr_el1()Mark Rutland1-1/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2018-04-24arm64: only advance singlestep for user instruction trapsMark Rutland1-1/+2
2018-04-18arm64: signal: don't force known signals to SIGKILLMark Rutland1-1/+1
2018-03-26arm64: capabilities: Update prototype for enable call backDave Martin1-2/+2
2018-03-06arm64: Use arm64_force_sig_info instead of force_sig_infoWill Deacon1-7/+2
2018-03-06arm64: Move show_unhandled_signals_ratelimited into traps.cWill Deacon1-0/+7
2018-03-06arm64: signal: Don't print anything directly in force_signal_injectWill Deacon1-7/+0
2018-03-06arm64: Introduce arm64_force_sig_info and hook up in arm64_notify_dieWill Deacon1-1/+27
2018-03-06arm64: signal: Force SIGKILL for unknown signals in force_signal_injectWill Deacon1-0/+6
2018-03-06arm64: signal: Make force_signal_inject more robustWill Deacon1-11/+12
2018-02-19arm64: Remove unimplemented syscall log messageMichael Weiser1-8/+0
2018-02-19arm64: Disable unhandled signal log messages by defaultMichael Weiser1-1/+1
2018-01-16arm64: kernel: Survive corrected RAS errors notified by SErrorJames Morse1-5/+46
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-71/+38
2017-11-03arm64/sve: Core task context handlingDave Martin1-3/+3
2017-11-03arm64/sve: System register and exception syndrome definitionsDave Martin1-0/+1
2017-11-02arm64: ensure __dump_instr() checks addr_limitMark Rutland1-1/+1
2017-11-02arm64: entry.S: move SError handling into a C function for future expansionXie XiuQi1-0/+13
2017-11-02arm64: explicitly mask all exceptionsJames Morse1-1/+2
2017-10-27arm64: traps: Don't print stack or raw PC/LR values in backtracesWill Deacon1-62/+3
2017-10-25arm64: Fix single stepping in kernel trapsJulien Thierry1-5/+16
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/coreCatalin Marinas1-4/+40
2017-08-15arm64: add VMAP_STACK overflow detectionMark Rutland1-0/+39
2017-08-15arm64: add on_accessible_stack()Mark Rutland1-2/+1
2017-08-15arm64: remove __die()'s stack dumpMark Rutland1-2/+0
2017-08-09Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/coreCatalin Marinas1-27/+7
2017-08-09arm64: unwind: remove sp from struct stackframeArd Biesheuvel1-2/+0