aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/traps_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-13Merge branches 'sh/xstate', 'sh/hw-breakpoints' and 'sh/stable-updates'Paul Mundt1-1/+1
2010-01-12sh: Split out the unaligned counters and user bits.Paul Mundt1-134/+17
2010-01-12sh: Tidy up the sh bios VBR handling.Paul Mundt1-25/+4
2010-01-05sh: Fix up breakpoint trap handler patching on SH-2A.Paul Mundt1-1/+1
2009-12-14sh: Make the unaligned trap handler always obey notification levels.Paul Mundt1-6/+12
2009-11-30sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_fileAlexey Dobriyan1-46/+31
2009-10-18sh: Disable SCIF2 on the SH-X3 proto CPU.Paul Mundt1-5/+0
2009-10-13sh: update die() output.Paul Mundt1-3/+4
2009-09-30sh: Disable unaligned kernel access printks by default.Paul Mundt1-2/+2
2009-09-24sh: Fix up uninitialized variable use caught by gcc 4.4.Paul Mundt1-6/+6
2009-09-24sh: Handle unaligned 16-bit instructions on SH-2A.Paul Mundt1-3/+8
2009-09-16sh: Kill off unused se_skipped in alignment trap notification code.Paul Mundt1-2/+0
2009-08-29sh: Only shout about fixing up unexpected unaligned accessesMatt Fleming1-4/+5
2009-08-24sh: cleanup of do_address_error()Andre Draszik1-10/+10
2009-08-24sh: Allow user control over misaligned fixup handlingAndre Draszik1-0/+153
2009-08-24sh: ratelimit unaligned fixupsAndre Draszik1-13/+4
2009-08-21sh: unwinder: Introduce UNWINDER_BUG() and UNWINDER_BUG_ON()Matt Fleming1-0/+1
2009-08-13sh: Use the generalized stacktrace opsMatt Fleming1-24/+0
2009-05-09sh: Rename opcode_t to insn_size_t.Paul Mundt1-5/+5
2009-05-09sh: Add UBC trap vector for SH2APeter Griffin1-0/+5
2009-04-04sh: Fix up DSP context save/restore.Michael Trimarchi1-0/+2
2009-01-21sh: fix unaligned and nonexistent address handlingSUGIOKA Toshinobu1-5/+4
2009-01-06remove linux/hardirq.h from asm-generic/local.hRussell King1-0/+1
2008-12-22sh: Generic kgdb stub support.Paul Mundt1-14/+0
2008-12-22sh: Tidy up backtrace formatting with kallsyms disabled.Paul Mundt1-4/+1
2008-12-22sh: Add a few more branch types to the branch emulator.Paul Mundt1-6/+11
2008-10-21sh: Wire up oops reporting in the die notifier chain.Paul Mundt1-0/+2
2008-09-21sh: Move lookup_exception_vector() out to asm/system_32.h.Paul Mundt1-12/+4
2008-09-17sh: Fix up fpu emu build.Paul Mundt1-5/+3
2008-09-08sh: Add kprobes support.Chris Smith1-0/+5
2008-09-08sh: fixup many sparse errors.Paul Mundt1-33/+35
2008-07-28sh2(A) exception handler updateYoshinori Sato1-0/+4
2008-04-16sh: arch/sh/kernel/traps_32.c needs asm/fpu.hAndrew Morton1-0/+1
2008-02-14sh: trapped io support V2Magnus Damm1-25/+34
2008-02-14sh: use opcode_t and enable unaligned code for sh2aMagnus Damm1-34/+25
2008-02-14sh: add byte support to the sign extension codeMagnus Damm1-1/+11
2008-02-14sh: break out unaligned sign extension codeMagnus Damm1-45/+23
2008-01-28sh: SH-2A FPU support.Paul Mundt1-9/+4
2008-01-28sh: Share bug/debug traps across _32 and _64.Paul Mundt1-24/+1
2008-01-28sh: Move in the SH-5 traps.c impl.Paul Mundt1-0/+947