summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* hexagon: traps: add internal prototypes for functions only called from asmNathan Chancellor2023-12-101-0/+4
* hexagon: traps: remove sys_syscall()Nathan Chancellor2023-12-101-7/+0
* ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-3/+3
* hexagon: Fix function name in die()Nathan Chancellor2022-01-081-1/+1
* exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* trap: cleanup trap_init()Kefeng Wang2021-09-081-4/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* hexagon: add show_stack_loglvl()Dmitry Safonov2020-06-091-14/+17
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-6/+6
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-5/+5
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner2019-06-051-14/+1
|/
* signal/hexagon: Use force_sig_fault as appropriateEric W. Biederman2018-04-251-8/+2
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* Hexagon: fix signal delivery for debug trapsRichard Kuo2014-12-161-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds2013-05-011-13/+23
|\
| * Hexagon: update copyright datesRichard Kuo2013-04-301-1/+1
| * Hexagon: add support for single-stepping (v4+)Richard Kuo2013-04-301-0/+11
| * Hexagon: add support for additional exceptionsRichard Kuo2013-04-301-0/+10
| * Hexagon: Signal and return path fixesRichard Kuo2013-04-301-12/+1
* | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-8/+0
|/
* taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* Hexagon: Copyright marking changesRichard Kuo2012-10-181-1/+1
* Hexagon: Provide basic debugging and system trap support.Richard Kuo2011-11-011-0/+454