summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-201-1/+1
* sh: Remove unused variableEric Dumazet2021-05-101-1/+0
* sh: Get rid of nmi_count()Thomas Gleixner2020-11-231-1/+1
* maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-1/+1
* sh: add loglvl to dump_mem()Dmitry Safonov2020-06-091-2/+2
* sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exceptionPeter Zijlstra2020-05-191-0/+12
* signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-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-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* sh: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-241-1/+2
* taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* sh: Consolidate die definitions for trap handlers.Paul Mundt2012-06-141-0/+71
* Disintegrate asm/system.h for SHDavid Howells2012-03-281-1/+1
* sh: Mass ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt2010-01-261-2/+2
* sh64: Fix up the CONFIG_GENERIC_BUG=n build.Paul Mundt2009-11-121-3/+3
* sh: Count NMIs in irq_cpustat_t.Paul Mundt2009-10-141-0/+2
* sh: nmi_debug support.Paul Mundt2009-09-011-0/+21
* sh: unwinder: Use a special bug flag for unwinder traps.Paul Mundt2009-08-221-4/+17
* sh: unwinder: Introduce UNWINDER_BUG() and UNWINDER_BUG_ON()Matt Fleming2009-08-211-2/+5
* sh: unbreak WARN_ON()Magnus Damm2009-06-171-0/+1
* sh: Rename opcode_t to insn_size_t.Paul Mundt2009-05-091-3/+3
* sh: Make is_valid_bugaddr() more intelligent on nommu.Paul Mundt2008-05-191-1/+9
* sh: Fix the arch/sh/kernel/traps.c build for sh32.Paul Mundt2008-01-281-0/+2
* sh: Share bug/debug traps across _32 and _64.Paul Mundt2008-01-281-0/+66
* sh: Move in the SH-5 traps.c impl.Paul Mundt2008-01-281-947/+0
* Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan2007-10-191-3/+4
* sh: Bring SMP support back from the dead.Paul Mundt2007-09-211-2/+3
* sh: Fix SH-X3 FPU exception handling.Paul Mundt2007-08-011-0/+5
* Report that kernel is tainted if there was an OOPSPavel Emelianov2007-07-171-0/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2007-07-161-3/+2
|\
| * sh: Tidy compiler warnings for SH-2A build.Paul Mundt2007-06-081-1/+0
| * sh: Shut up SH2-DSP compile warnings.Paul Mundt2007-06-081-1/+1
| * sh: __user annotations for __get/__put_user().Paul Mundt2007-06-081-1/+1
* | generic bug: use show_regs() instead of dump_stack()Heiko Carstens2007-07-161-1/+1
* | sh: oops_enter()/oops_exit() in die().Paul Mundt2007-06-181-0/+3
|/
* sh: Wire up kdump crash kernel exec in die().Paul Mundt2007-05-211-0/+11
* spelling fixes: arch/sh/Simon Arlott2007-05-211-1/+1
* sh: Convert to common die chain.Paul Mundt2007-05-091-15/+1
* sh: Fix PC adjustments for varying opcode length.Paul Mundt2007-05-091-2/+2
* sh: Add die chain notifiers.Paul Mundt2007-05-071-2/+17
* sh: generic BUG() support.Paul Mundt2007-05-071-34/+20
* sh: Fixup cpu_data references for the non-boot CPUs.Paul Mundt2007-02-131-1/+1
* sh: Fix handle_BUG() compile error.Nobuhiro Iwamatsu2007-02-131-1/+1
* sh: BUG() handling through trapa vector.Paul Mundt2006-12-121-0/+35
* sh: show held locks in stack trace with lockdep.Paul Mundt2006-12-061-0/+6
* sh: Set up correct siginfo structures for page faults.Stuart Menefy2006-12-061-34/+40
* sh: gcc4 support.Stuart Menefy2006-12-061-24/+28