summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: backtrace: Don't bother trying to unwind the userspace stackWill Deacon2019-04-081-6/+9
* arm64: Handle serror in NMI contextJulien Thierry2019-02-061-2/+6
* Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-12-311-1/+1
|\
| * arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)2018-12-221-1/+1
* | kasan, arm64: add brk handler for inline instrumentationAndrey Konovalov2018-12-281-0/+60
|/
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-33/+34
|\
| * signal/arm64: Add and use arm64_force_sig_ptrace_errno_trapEric W. Biederman2018-09-271-0/+7
| * signal/arm64: Remove arm64_force_sig_infoEric W. Biederman2018-09-271-6/+0
| * signal/arm64: Add and use arm64_force_sig_mceerr as appropriateEric W. Biederman2018-09-271-0/+7
| * signal/arm64: Add and use arm64_force_sig_fault where appropriateEric W. Biederman2018-09-271-17/+10
| * signal/arm64: Factor out arm64_show_signal from arm64_force_sig_infoEric W. Biederman2018-09-271-13/+11
| * signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_infoEric W. Biederman2018-09-271-4/+4
| * signal/arm64: Push siginfo generation into arm64_notify_dieEric W. Biederman2018-09-271-11/+13
* | arm64: Trap WFI executed in userspaceMarc Zyngier2018-10-011-0/+11
* | arm64: compat: Add CNTFRQ trap handlerMarc Zyngier2018-10-011-0/+13
* | arm64: compat: Add CNTVCT trap handlerMarc Zyngier2018-10-011-0/+16
* | arm64: compat: Add cp15_32 and cp15_64 handler arraysMarc Zyngier2018-10-011-0/+28
* | arm64: compat: Add condition code checks and IT advanceMarc Zyngier2018-10-011-0/+85
* | arm64: compat: Add separate CP15 trapping hookMarc Zyngier2018-10-011-0/+13
* | arm64/cpufeatures: Emulate MRS instructions by parsing ESR_ELx.ISSAnshuman Khandual2018-09-211-0/+17
* | arm64/cpufeatures: Introduce ESR_ELx_SYS64_ISS_RT()Anshuman Khandual2018-09-211-4/+4
* | arm64: fix for bad_mode() handler to always result in panicHari Vyas2018-09-141-1/+0
* | arm64: force_signal_inject: WARN if called from kernel contextWill Deacon2018-09-141-1/+4
* | arm64: cpu: Move errata and feature enable callbacks closer to callersWill Deacon2018-09-141-5/+0
* | arm64: entry: Allow handling of undefined instructions from EL1Will Deacon2018-09-141-4/+7
|/
* arm64: convert raw syscall invocation to CMark Rutland2018-07-121-16/+0
* arm64: kill config_sctlr_el1()Mark Rutland2018-07-121-1/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-0/+1
|\
| * signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* | arm64: only advance singlestep for user instruction trapsMark Rutland2018-04-241-1/+2
* | arm64: signal: don't force known signals to SIGKILLMark Rutland2018-04-181-1/+1
|/
* arm64: capabilities: Update prototype for enable call backDave Martin2018-03-261-2/+2
* arm64: Use arm64_force_sig_info instead of force_sig_infoWill Deacon2018-03-061-7/+2
* arm64: Move show_unhandled_signals_ratelimited into traps.cWill Deacon2018-03-061-0/+7
* arm64: signal: Don't print anything directly in force_signal_injectWill Deacon2018-03-061-7/+0
* arm64: Introduce arm64_force_sig_info and hook up in arm64_notify_dieWill Deacon2018-03-061-1/+27
* arm64: signal: Force SIGKILL for unknown signals in force_signal_injectWill Deacon2018-03-061-0/+6
* arm64: signal: Make force_signal_inject more robustWill Deacon2018-03-061-11/+12
* arm64: Remove unimplemented syscall log messageMichael Weiser2018-02-191-8/+0
* arm64: Disable unhandled signal log messages by defaultMichael Weiser2018-02-191-1/+1
* arm64: kernel: Survive corrected RAS errors notified by SErrorJames Morse2018-01-161-5/+46
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-71/+38
|\
| * arm64/sve: Core task context handlingDave Martin2017-11-031-3/+3
| * arm64/sve: System register and exception syndrome definitionsDave Martin2017-11-031-0/+1
| * arm64: entry.S: move SError handling into a C function for future expansionXie XiuQi2017-11-021-0/+13
| * arm64: explicitly mask all exceptionsJames Morse2017-11-021-1/+2
| * arm64: traps: Don't print stack or raw PC/LR values in backtracesWill Deacon2017-10-271-62/+3
| * arm64: Fix single stepping in kernel trapsJulien Thierry2017-10-251-5/+16
* | arm64: ensure __dump_instr() checks addr_limitMark Rutland2017-11-021-1/+1
|/
* Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/...Catalin Marinas2017-08-151-4/+40
|\
OpenPOWER on IntegriCloud