aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/traps_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-14sh64: Attempt to make reserved insn trap handler resemble C.Paul Mundt1-191/+195
2012-06-14sh: Consolidate die definitions for trap handlers.Paul Mundt1-31/+0
2012-06-14sh64: Kill off old exception debugging helpers.Paul Mundt1-12/+0
2012-06-14sh64: Use generic unaligned access control/counters.Paul Mundt1-113/+37
2012-05-24sh64: Convert to unwinder API.Paul Mundt1-26/+0
2012-04-19sh64: Kill off unused trap_no/error_code from thread_struct.Paul Mundt1-2/+0
2012-03-28Disintegrate asm/system.h for SHDavid Howells1-1/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-4/+4
2010-10-13sh: wire up perf alignment and emulation faults.Paul Mundt1-0/+9
2010-10-06sh: fix uninitialized spinlockAkinobu Mita1-1/+1
2010-05-18sh64: provide a stub per_cpu_trap_init() definition.Paul Mundt1-0/+5
2010-01-19sh64: Fix up the build for the thread_xstate changes.Paul Mundt1-14/+14
2009-12-15sh: Fix up FPU build for SH5Matt Fleming1-2/+2
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-3/+3
2009-11-12sysctl sh: Remove dead binary sysctl supportEric W. Biederman1-6/+1
2009-05-08sh: Always fixup unaligned userspace accesses on sh64.Paul Mundt1-30/+5
2008-04-16sh64: add missing #include <asm/fpu.h>'sAdrian Bunk1-0/+1
2008-03-06sh: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-14sh: Kill off more dead symbols.Paul Mundt1-2/+2
2008-01-28sh: comment tidying for sh64->sh migration.Paul Mundt1-10/+4
2008-01-28sh: Bring the SH-5 FPU in line with the SH-4 FPU API.Paul Mundt1-2/+2
2008-01-28sh: Have SH-5 provide an {en,dis}able_fpu() impl.Paul Mundt1-4/+4
2008-01-28sh: Move in the SH-5 traps.c impl.Paul Mundt1-0/+981