aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-08trap: cleanup trap_init()Kefeng Wang1-5/+0
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman1-1/+1
2018-09-27signal/arc: Push siginfo generation into unhandled_exceptionEric W. Biederman1-14/+8
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-6/+8
2018-01-22signal: Don't use structure initializers for struct siginfoEric W. Biederman1-6/+8
2018-01-03ARC: handle gcc generated __builtin_trap for older compilerVineet Gupta1-0/+8
2017-12-20ARC: handle gcc generated __builtin_trap()Vineet Gupta1-0/+6
2017-09-01ARC: Show fault information passed to show_kernel_fault_diag()Jose Abreu1-1/+1
2017-08-28ARC: [plat-eznps] Handle user memory error same in simulation and siliconNoam Camus1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2015-04-13ARC: rename unhandled exception handlerVineet Gupta1-2/+2
2013-11-06ARC: Reduce #ifdef'ery for unaligned access emulationVineet Gupta1-2/+1
2013-06-26ARC: Remove explicit passing around of ECRVineet Gupta1-28/+24
2013-05-07ARC: unaligned access emulation error handling consolidationVineet Gupta1-13/+4
2013-04-09ARC: [build] Build failure with !KPROBESChristian Ruppert1-0/+1
2013-04-09ARC: Use <linux/*> headers instead of <asm/*>Sachin Kamat1-3/+3
2013-02-15ARC: kgdb supportMischa Jonker1-0/+6
2013-02-15ARC: Unaligned access emulationVineet Gupta1-0/+26
2013-02-15ARC: kprobes supportVineet Gupta1-0/+13
2013-02-11ARC: Non-MMU Exception HandlingVineet Gupta1-0/+125