Age | Commit message (Expand) | Author | Files | Lines |
2014-04-03 | sh: don't pass saved userspace state to exception handlers | Bobby Bingham | 1 | -16/+7 |
2013-07-14 | sh: delete __cpuinit usage from all sh files | Paul Gortmaker | 1 | -1/+1 |
2012-06-14 | sh: Consolidate die definitions for trap handlers. | Paul Mundt | 1 | -71/+0 |
2012-05-24 | sh64: Convert to unwinder API. | Paul Mundt | 1 | -50/+0 |
2012-03-28 | Disintegrate asm/system.h for SH | David Howells | 1 | -1/+2 |
2011-08-29 | sh: Add unaligned memory access for PC relative intructions | Phil Edworthy | 1 | -0/+35 |
2011-08-29 | sh: Fix unaligned memory access for branches without delay slots | Phil Edworthy | 1 | -0/+2 |
2011-07-01 | perf: Remove the nmi parameter from the swevent and overflow interface | Peter Zijlstra | 1 | -1/+1 |
2011-05-13 | sysfs: remove "last sysfs file:" line from the oops messages | Greg Kroah-Hartman | 1 | -1/+0 |
2010-10-13 | sh: wire up perf alignment and emulation faults. | Paul Mundt | 1 | -7/+19 |
2010-09-30 | sh: boot kernel with SR.BL set | Magnus Damm | 1 | -0/+3 |
2010-02-17 | sh: Setup boot CPU VBR early to enable early page faults. | Paul Mundt | 1 | -7/+0 |
2010-01-13 | Merge branches 'sh/xstate', 'sh/hw-breakpoints' and 'sh/stable-updates' | Paul Mundt | 1 | -1/+1 |
2010-01-12 | sh: Split out the unaligned counters and user bits. | Paul Mundt | 1 | -134/+17 |
2010-01-12 | sh: Tidy up the sh bios VBR handling. | Paul Mundt | 1 | -25/+4 |
2010-01-05 | sh: Fix up breakpoint trap handler patching on SH-2A. | Paul Mundt | 1 | -1/+1 |
2009-12-14 | sh: Make the unaligned trap handler always obey notification levels. | Paul Mundt | 1 | -6/+12 |
2009-11-30 | sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file | Alexey Dobriyan | 1 | -46/+31 |
2009-10-18 | sh: Disable SCIF2 on the SH-X3 proto CPU. | Paul Mundt | 1 | -5/+0 |
2009-10-13 | sh: update die() output. | Paul Mundt | 1 | -3/+4 |
2009-09-30 | sh: Disable unaligned kernel access printks by default. | Paul Mundt | 1 | -2/+2 |
2009-09-24 | sh: Fix up uninitialized variable use caught by gcc 4.4. | Paul Mundt | 1 | -6/+6 |
2009-09-24 | sh: Handle unaligned 16-bit instructions on SH-2A. | Paul Mundt | 1 | -3/+8 |
2009-09-16 | sh: Kill off unused se_skipped in alignment trap notification code. | Paul Mundt | 1 | -2/+0 |
2009-08-29 | sh: Only shout about fixing up unexpected unaligned accesses | Matt Fleming | 1 | -4/+5 |
2009-08-24 | sh: cleanup of do_address_error() | Andre Draszik | 1 | -10/+10 |
2009-08-24 | sh: Allow user control over misaligned fixup handling | Andre Draszik | 1 | -0/+153 |
2009-08-24 | sh: ratelimit unaligned fixups | Andre Draszik | 1 | -13/+4 |
2009-08-21 | sh: unwinder: Introduce UNWINDER_BUG() and UNWINDER_BUG_ON() | Matt Fleming | 1 | -0/+1 |
2009-08-13 | sh: Use the generalized stacktrace ops | Matt Fleming | 1 | -24/+0 |
2009-05-09 | sh: Rename opcode_t to insn_size_t. | Paul Mundt | 1 | -5/+5 |
2009-05-09 | sh: Add UBC trap vector for SH2A | Peter Griffin | 1 | -0/+5 |
2009-04-04 | sh: Fix up DSP context save/restore. | Michael Trimarchi | 1 | -0/+2 |
2009-01-21 | sh: fix unaligned and nonexistent address handling | SUGIOKA Toshinobu | 1 | -5/+4 |
2009-01-06 | remove linux/hardirq.h from asm-generic/local.h | Russell King | 1 | -0/+1 |
2008-12-22 | sh: Generic kgdb stub support. | Paul Mundt | 1 | -14/+0 |
2008-12-22 | sh: Tidy up backtrace formatting with kallsyms disabled. | Paul Mundt | 1 | -4/+1 |
2008-12-22 | sh: Add a few more branch types to the branch emulator. | Paul Mundt | 1 | -6/+11 |
2008-10-21 | sh: Wire up oops reporting in the die notifier chain. | Paul Mundt | 1 | -0/+2 |
2008-09-21 | sh: Move lookup_exception_vector() out to asm/system_32.h. | Paul Mundt | 1 | -12/+4 |
2008-09-17 | sh: Fix up fpu emu build. | Paul Mundt | 1 | -5/+3 |
2008-09-08 | sh: Add kprobes support. | Chris Smith | 1 | -0/+5 |
2008-09-08 | sh: fixup many sparse errors. | Paul Mundt | 1 | -33/+35 |
2008-07-28 | sh2(A) exception handler update | Yoshinori Sato | 1 | -0/+4 |
2008-04-16 | sh: arch/sh/kernel/traps_32.c needs asm/fpu.h | Andrew Morton | 1 | -0/+1 |
2008-02-14 | sh: trapped io support V2 | Magnus Damm | 1 | -25/+34 |
2008-02-14 | sh: use opcode_t and enable unaligned code for sh2a | Magnus Damm | 1 | -34/+25 |
2008-02-14 | sh: add byte support to the sign extension code | Magnus Damm | 1 | -1/+11 |
2008-02-14 | sh: break out unaligned sign extension code | Magnus Damm | 1 | -45/+23 |
2008-01-28 | sh: SH-2A FPU support. | Paul Mundt | 1 | -9/+4 |