aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman1-1/+1
2021-05-10sh: Remove unused variableEric Dumazet1-1/+0
2020-11-23sh: Get rid of nmi_count()Thomas Gleixner1-1/+1
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-09sh: add loglvl to dump_mem()Dmitry Safonov1-2/+2
2020-05-19sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exceptionPeter Zijlstra1-0/+12
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-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-0/+2
2017-01-24sh: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+2
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2012-06-14sh: Consolidate die definitions for trap handlers.Paul Mundt1-0/+71
2012-03-28Disintegrate asm/system.h for SHDavid Howells1-1/+1
2010-01-26sh: Mass ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt1-2/+2
2009-11-12sh64: Fix up the CONFIG_GENERIC_BUG=n build.Paul Mundt1-3/+3
2009-10-14sh: Count NMIs in irq_cpustat_t.Paul Mundt1-0/+2
2009-09-01sh: nmi_debug support.Paul Mundt1-0/+21
2009-08-22sh: unwinder: Use a special bug flag for unwinder traps.Paul Mundt1-4/+17
2009-08-21sh: unwinder: Introduce UNWINDER_BUG() and UNWINDER_BUG_ON()Matt Fleming1-2/+5
2009-06-17sh: unbreak WARN_ON()Magnus Damm1-0/+1
2009-05-09sh: Rename opcode_t to insn_size_t.Paul Mundt1-3/+3
2008-05-19sh: Make is_valid_bugaddr() more intelligent on nommu.Paul Mundt1-1/+9
2008-01-28sh: Fix the arch/sh/kernel/traps.c build for sh32.Paul Mundt1-0/+2
2008-01-28sh: Share bug/debug traps across _32 and _64.Paul Mundt1-0/+66
2008-01-28sh: Move in the SH-5 traps.c impl.Paul Mundt1-947/+0
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-3/+4
2007-09-21sh: Bring SMP support back from the dead.Paul Mundt1-2/+3
2007-08-01sh: Fix SH-X3 FPU exception handling.Paul Mundt1-0/+5
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-0/+1
2007-07-16Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-3/+2
2007-07-16generic bug: use show_regs() instead of dump_stack()Heiko Carstens1-1/+1
2007-06-18sh: oops_enter()/oops_exit() in die().Paul Mundt1-0/+3
2007-06-08sh: Tidy compiler warnings for SH-2A build.Paul Mundt1-1/+0
2007-06-08sh: Shut up SH2-DSP compile warnings.Paul Mundt1-1/+1
2007-06-08sh: __user annotations for __get/__put_user().Paul Mundt1-1/+1
2007-05-21sh: Wire up kdump crash kernel exec in die().Paul Mundt1-0/+11
2007-05-21spelling fixes: arch/sh/Simon Arlott1-1/+1
2007-05-09sh: Convert to common die chain.Paul Mundt1-15/+1
2007-05-09sh: Fix PC adjustments for varying opcode length.Paul Mundt1-2/+2
2007-05-07sh: Add die chain notifiers.Paul Mundt1-2/+17
2007-05-07sh: generic BUG() support.Paul Mundt1-34/+20
2007-02-13sh: Fixup cpu_data references for the non-boot CPUs.Paul Mundt1-1/+1
2007-02-13sh: Fix handle_BUG() compile error.Nobuhiro Iwamatsu1-1/+1
2006-12-12sh: BUG() handling through trapa vector.Paul Mundt1-0/+35
2006-12-06sh: show held locks in stack trace with lockdep.Paul Mundt1-0/+6
2006-12-06sh: Set up correct siginfo structures for page faults.Stuart Menefy1-34/+40
2006-12-06sh: gcc4 support.Stuart Menefy1-24/+28