summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/traps_32.c
Commit message (Expand)AuthorAgeFilesLines
* sh: delete __cpuinit usage from all sh filesPaul Gortmaker2013-07-141-1/+1
* sh: Consolidate die definitions for trap handlers.Paul Mundt2012-06-141-71/+0
* sh64: Convert to unwinder API.Paul Mundt2012-05-241-50/+0
* Disintegrate asm/system.h for SHDavid Howells2012-03-281-1/+2
* sh: Add unaligned memory access for PC relative intructionsPhil Edworthy2011-08-291-0/+35
* sh: Fix unaligned memory access for branches without delay slotsPhil Edworthy2011-08-291-0/+2
* perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-1/+1
* sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman2011-05-131-1/+0
* sh: wire up perf alignment and emulation faults.Paul Mundt2010-10-131-7/+19
* sh: boot kernel with SR.BL setMagnus Damm2010-09-301-0/+3
* sh: Setup boot CPU VBR early to enable early page faults.Paul Mundt2010-02-171-7/+0
*-. Merge branches 'sh/xstate', 'sh/hw-breakpoints' and 'sh/stable-updates'Paul Mundt2010-01-131-1/+1
|\ \
| * | sh: Fix up breakpoint trap handler patching on SH-2A.Paul Mundt2010-01-051-1/+1
| |/
* | sh: Split out the unaligned counters and user bits.Paul Mundt2010-01-121-134/+17
* | sh: Tidy up the sh bios VBR handling.Paul Mundt2010-01-121-25/+4
|/
* sh: Make the unaligned trap handler always obey notification levels.Paul Mundt2009-12-141-6/+12
* sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_fileAlexey Dobriyan2009-11-301-46/+31
* sh: Disable SCIF2 on the SH-X3 proto CPU.Paul Mundt2009-10-181-5/+0
* sh: update die() output.Paul Mundt2009-10-131-3/+4
* sh: Disable unaligned kernel access printks by default.Paul Mundt2009-09-301-2/+2
* sh: Fix up uninitialized variable use caught by gcc 4.4.Paul Mundt2009-09-241-6/+6
* sh: Handle unaligned 16-bit instructions on SH-2A.Paul Mundt2009-09-241-3/+8
* sh: Kill off unused se_skipped in alignment trap notification code.Paul Mundt2009-09-161-2/+0
* sh: Only shout about fixing up unexpected unaligned accessesMatt Fleming2009-08-291-4/+5
* sh: cleanup of do_address_error()Andre Draszik2009-08-241-10/+10
* sh: Allow user control over misaligned fixup handlingAndre Draszik2009-08-241-0/+153
* sh: ratelimit unaligned fixupsAndre Draszik2009-08-241-13/+4
* sh: unwinder: Introduce UNWINDER_BUG() and UNWINDER_BUG_ON()Matt Fleming2009-08-211-0/+1
* sh: Use the generalized stacktrace opsMatt Fleming2009-08-131-24/+0
* sh: Rename opcode_t to insn_size_t.Paul Mundt2009-05-091-5/+5
* sh: Add UBC trap vector for SH2APeter Griffin2009-05-091-0/+5
* sh: Fix up DSP context save/restore.Michael Trimarchi2009-04-041-0/+2
* sh: fix unaligned and nonexistent address handlingSUGIOKA Toshinobu2009-01-211-5/+4
* remove linux/hardirq.h from asm-generic/local.hRussell King2009-01-061-0/+1
* sh: Generic kgdb stub support.Paul Mundt2008-12-221-14/+0
* sh: Tidy up backtrace formatting with kallsyms disabled.Paul Mundt2008-12-221-4/+1
* sh: Add a few more branch types to the branch emulator.Paul Mundt2008-12-221-6/+11
* sh: Wire up oops reporting in the die notifier chain.Paul Mundt2008-10-211-0/+2
* sh: Move lookup_exception_vector() out to asm/system_32.h.Paul Mundt2008-09-211-12/+4
* sh: Fix up fpu emu build.Paul Mundt2008-09-171-5/+3
* sh: Add kprobes support.Chris Smith2008-09-081-0/+5
* sh: fixup many sparse errors.Paul Mundt2008-09-081-33/+35
* sh2(A) exception handler updateYoshinori Sato2008-07-281-0/+4
* sh: arch/sh/kernel/traps_32.c needs asm/fpu.hAndrew Morton2008-04-161-0/+1
* sh: trapped io support V2Magnus Damm2008-02-141-25/+34
* sh: use opcode_t and enable unaligned code for sh2aMagnus Damm2008-02-141-34/+25
* sh: add byte support to the sign extension codeMagnus Damm2008-02-141-1/+11
* sh: break out unaligned sign extension codeMagnus Damm2008-02-141-45/+23
* sh: SH-2A FPU support.Paul Mundt2008-01-281-9/+4
* sh: Share bug/debug traps across _32 and _64.Paul Mundt2008-01-281-24/+1