summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/traps_64.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* arch/sh/kernel/traps_64.c: use sign_extend64() for sign extensionMartin Kepplinger2015-11-061-1/+1
* sh: delete __cpuinit usage from all sh filesPaul Gortmaker2013-07-141-1/+1
* sh64: Attempt to make reserved insn trap handler resemble C.Paul Mundt2012-06-141-191/+195
* sh: Consolidate die definitions for trap handlers.Paul Mundt2012-06-141-31/+0
* sh64: Kill off old exception debugging helpers.Paul Mundt2012-06-141-12/+0
* sh64: Use generic unaligned access control/counters.Paul Mundt2012-06-141-113/+37
* sh64: Convert to unwinder API.Paul Mundt2012-05-241-26/+0
* sh64: Kill off unused trap_no/error_code from thread_struct.Paul Mundt2012-04-191-2/+0
* Disintegrate asm/system.h for SHDavid Howells2012-03-281-1/+0
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-4/+4
* sh: wire up perf alignment and emulation faults.Paul Mundt2010-10-131-0/+9
* sh: fix uninitialized spinlockAkinobu Mita2010-10-061-1/+1
* sh64: provide a stub per_cpu_trap_init() definition.Paul Mundt2010-05-181-0/+5
* sh64: Fix up the build for the thread_xstate changes.Paul Mundt2010-01-191-14/+14
* sh: Fix up FPU build for SH5Matt Fleming2009-12-151-2/+2
* sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-3/+3
* sysctl sh: Remove dead binary sysctl supportEric W. Biederman2009-11-121-6/+1
* sh: Always fixup unaligned userspace accesses on sh64.Paul Mundt2009-05-081-30/+5
* sh64: add missing #include <asm/fpu.h>'sAdrian Bunk2008-04-161-0/+1
* sh: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-1/+1
* sh: Kill off more dead symbols.Paul Mundt2008-02-141-2/+2
* sh: comment tidying for sh64->sh migration.Paul Mundt2008-01-281-10/+4
* sh: Bring the SH-5 FPU in line with the SH-4 FPU API.Paul Mundt2008-01-281-2/+2
* sh: Have SH-5 provide an {en,dis}able_fpu() impl.Paul Mundt2008-01-281-4/+4
* sh: Move in the SH-5 traps.c impl.Paul Mundt2008-01-281-0/+981