index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sh
/
kernel
/
traps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+2
2017-01-24
sh: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-1
/
+2
2013-01-21
taint: add explicit flag to show whether lock dep is still OK.
Rusty Russell
1
-1
/
+1
2012-06-14
sh: Consolidate die definitions for trap handlers.
Paul Mundt
1
-0
/
+71
2012-03-28
Disintegrate asm/system.h for SH
David Howells
1
-1
/
+1
2010-01-26
sh: Mass ctrl_in/outX to __raw_read/writeX conversion.
Paul Mundt
1
-2
/
+2
2009-11-12
sh64: Fix up the CONFIG_GENERIC_BUG=n build.
Paul Mundt
1
-3
/
+3
2009-10-14
sh: Count NMIs in irq_cpustat_t.
Paul Mundt
1
-0
/
+2
2009-09-01
sh: nmi_debug support.
Paul Mundt
1
-0
/
+21
2009-08-22
sh: unwinder: Use a special bug flag for unwinder traps.
Paul Mundt
1
-4
/
+17
2009-08-21
sh: unwinder: Introduce UNWINDER_BUG() and UNWINDER_BUG_ON()
Matt Fleming
1
-2
/
+5
2009-06-17
sh: unbreak WARN_ON()
Magnus Damm
1
-0
/
+1
2009-05-09
sh: Rename opcode_t to insn_size_t.
Paul Mundt
1
-3
/
+3
2008-05-19
sh: Make is_valid_bugaddr() more intelligent on nommu.
Paul Mundt
1
-1
/
+9
2008-01-28
sh: Fix the arch/sh/kernel/traps.c build for sh32.
Paul Mundt
1
-0
/
+2
2008-01-28
sh: Share bug/debug traps across _32 and _64.
Paul Mundt
1
-0
/
+66
2008-01-28
sh: Move in the SH-5 traps.c impl.
Paul Mundt
1
-947
/
+0
2007-10-19
Use helpers to obtain task pid in printks (arch code)
Alexey Dobriyan
1
-3
/
+4
2007-09-21
sh: Bring SMP support back from the dead.
Paul Mundt
1
-2
/
+3
2007-08-01
sh: Fix SH-X3 FPU exception handling.
Paul Mundt
1
-0
/
+5
2007-07-17
Report that kernel is tainted if there was an OOPS
Pavel Emelianov
1
-0
/
+1
2007-07-16
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
1
-3
/
+2
2007-07-16
generic bug: use show_regs() instead of dump_stack()
Heiko Carstens
1
-1
/
+1
2007-06-18
sh: oops_enter()/oops_exit() in die().
Paul Mundt
1
-0
/
+3
2007-06-08
sh: Tidy compiler warnings for SH-2A build.
Paul Mundt
1
-1
/
+0
2007-06-08
sh: Shut up SH2-DSP compile warnings.
Paul Mundt
1
-1
/
+1
2007-06-08
sh: __user annotations for __get/__put_user().
Paul Mundt
1
-1
/
+1
2007-05-21
sh: Wire up kdump crash kernel exec in die().
Paul Mundt
1
-0
/
+11
2007-05-21
spelling fixes: arch/sh/
Simon Arlott
1
-1
/
+1
2007-05-09
sh: Convert to common die chain.
Paul Mundt
1
-15
/
+1
2007-05-09
sh: Fix PC adjustments for varying opcode length.
Paul Mundt
1
-2
/
+2
2007-05-07
sh: Add die chain notifiers.
Paul Mundt
1
-2
/
+17
2007-05-07
sh: generic BUG() support.
Paul Mundt
1
-34
/
+20
2007-02-13
sh: Fixup cpu_data references for the non-boot CPUs.
Paul Mundt
1
-1
/
+1
2007-02-13
sh: Fix handle_BUG() compile error.
Nobuhiro Iwamatsu
1
-1
/
+1
2006-12-12
sh: BUG() handling through trapa vector.
Paul Mundt
1
-0
/
+35
2006-12-06
sh: show held locks in stack trace with lockdep.
Paul Mundt
1
-0
/
+6
2006-12-06
sh: Set up correct siginfo structures for page faults.
Stuart Menefy
1
-34
/
+40
2006-12-06
sh: gcc4 support.
Stuart Menefy
1
-24
/
+28
2006-12-06
sh: SE7206 build fixes.
Paul Mundt
1
-2
/
+10
2006-12-06
sh: Wire up division and address error exceptions on SH-2A.
Yoshinori Sato
1
-9
/
+79
2006-10-19
sh: Fix exception_handling_table alignment.
Paul Mundt
1
-22
/
+21
2006-10-19
sh: Proper show_stack/show_trace() implementation.
Paul Mundt
1
-51
/
+73
2006-09-27
sh: Add support for 4K stacks.
Paul Mundt
1
-13
/
+5
2006-09-27
sh: math-emu support
Takashi YOSHII
1
-39
/
+125
2006-09-27
sh: Fixup some uninitialized spinlocks.
Paul Mundt
1
-1
/
+1
[next]