aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-6/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner1-14/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-5/+5
2018-04-25signal/hexagon: Use force_sig_fault as appropriateEric W. Biederman1-8/+2
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2014-12-16Hexagon: fix signal delivery for debug trapsRichard Kuo1-2/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernelLinus Torvalds1-13/+23
2013-04-30Hexagon: update copyright datesRichard Kuo1-1/+1
2013-04-30Hexagon: add support for single-stepping (v4+)Richard Kuo1-0/+11
2013-04-30Hexagon: add support for additional exceptionsRichard Kuo1-0/+10
2013-04-30Hexagon: Signal and return path fixesRichard Kuo1-12/+1
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-8/+0
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2012-10-18Hexagon: Copyright marking changesRichard Kuo1-1/+1
2011-11-01Hexagon: Provide basic debugging and system trap support.Richard Kuo1-0/+454