aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-06sh: SE7206 build fixes.Paul Mundt1-2/+10
2006-12-06sh: Wire up division and address error exceptions on SH-2A.Yoshinori Sato1-9/+79
2006-10-19sh: Fix exception_handling_table alignment.Paul Mundt1-22/+21
2006-10-19sh: Proper show_stack/show_trace() implementation.Paul Mundt1-51/+73
2006-09-27sh: Add support for 4K stacks.Paul Mundt1-13/+5
2006-09-27sh: math-emu supportTakashi YOSHII1-39/+125
2006-09-27sh: Fixup some uninitialized spinlocks.Paul Mundt1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+712