index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sh
/
kernel
/
traps_32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: kernel: convert to SPDX identifiers
Kuninori Morimoto
2018-12-28
1
-4
/
+1
*
signal/sh: Stop gcc warning about an impossible case in do_divide_error
Eric W. Biederman
2018-05-29
1
-0
/
+3
*
signal/sh: Use force_sig_fault where appropriate
Eric W. Biederman
2018-04-25
1
-14
/
+5
*
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
2018-04-25
1
-0
/
+2
*
signal/sh: Ensure si_signo is initialized in do_divide_error
Eric W. Biederman
2018-01-05
1
-1
/
+2
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+2
*
sh: don't pass saved userspace state to exception handlers
Bobby Bingham
2014-04-03
1
-16
/
+7
*
sh: delete __cpuinit usage from all sh files
Paul Gortmaker
2013-07-14
1
-1
/
+1
*
sh: Consolidate die definitions for trap handlers.
Paul Mundt
2012-06-14
1
-71
/
+0
*
sh64: Convert to unwinder API.
Paul Mundt
2012-05-24
1
-50
/
+0
*
Disintegrate asm/system.h for SH
David Howells
2012-03-28
1
-1
/
+2
*
sh: Add unaligned memory access for PC relative intructions
Phil Edworthy
2011-08-29
1
-0
/
+35
*
sh: Fix unaligned memory access for branches without delay slots
Phil Edworthy
2011-08-29
1
-0
/
+2
*
perf: Remove the nmi parameter from the swevent and overflow interface
Peter Zijlstra
2011-07-01
1
-1
/
+1
*
sysfs: remove "last sysfs file:" line from the oops messages
Greg Kroah-Hartman
2011-05-13
1
-1
/
+0
*
sh: wire up perf alignment and emulation faults.
Paul Mundt
2010-10-13
1
-7
/
+19
*
sh: boot kernel with SR.BL set
Magnus Damm
2010-09-30
1
-0
/
+3
*
sh: Setup boot CPU VBR early to enable early page faults.
Paul Mundt
2010-02-17
1
-7
/
+0
*
-
.
Merge branches 'sh/xstate', 'sh/hw-breakpoints' and 'sh/stable-updates'
Paul Mundt
2010-01-13
1
-1
/
+1
|
\
\
|
*
|
sh: Fix up breakpoint trap handler patching on SH-2A.
Paul Mundt
2010-01-05
1
-1
/
+1
|
|
/
*
|
sh: Split out the unaligned counters and user bits.
Paul Mundt
2010-01-12
1
-134
/
+17
*
|
sh: Tidy up the sh bios VBR handling.
Paul Mundt
2010-01-12
1
-25
/
+4
|
/
*
sh: Make the unaligned trap handler always obey notification levels.
Paul Mundt
2009-12-14
1
-6
/
+12
*
sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
Alexey Dobriyan
2009-11-30
1
-46
/
+31
*
sh: Disable SCIF2 on the SH-X3 proto CPU.
Paul Mundt
2009-10-18
1
-5
/
+0
*
sh: update die() output.
Paul Mundt
2009-10-13
1
-3
/
+4
*
sh: Disable unaligned kernel access printks by default.
Paul Mundt
2009-09-30
1
-2
/
+2
*
sh: Fix up uninitialized variable use caught by gcc 4.4.
Paul Mundt
2009-09-24
1
-6
/
+6
*
sh: Handle unaligned 16-bit instructions on SH-2A.
Paul Mundt
2009-09-24
1
-3
/
+8
*
sh: Kill off unused se_skipped in alignment trap notification code.
Paul Mundt
2009-09-16
1
-2
/
+0
*
sh: Only shout about fixing up unexpected unaligned accesses
Matt Fleming
2009-08-29
1
-4
/
+5
*
sh: cleanup of do_address_error()
Andre Draszik
2009-08-24
1
-10
/
+10
*
sh: Allow user control over misaligned fixup handling
Andre Draszik
2009-08-24
1
-0
/
+153
*
sh: ratelimit unaligned fixups
Andre Draszik
2009-08-24
1
-13
/
+4
*
sh: unwinder: Introduce UNWINDER_BUG() and UNWINDER_BUG_ON()
Matt Fleming
2009-08-21
1
-0
/
+1
*
sh: Use the generalized stacktrace ops
Matt Fleming
2009-08-13
1
-24
/
+0
*
sh: Rename opcode_t to insn_size_t.
Paul Mundt
2009-05-09
1
-5
/
+5
*
sh: Add UBC trap vector for SH2A
Peter Griffin
2009-05-09
1
-0
/
+5
*
sh: Fix up DSP context save/restore.
Michael Trimarchi
2009-04-04
1
-0
/
+2
*
sh: fix unaligned and nonexistent address handling
SUGIOKA Toshinobu
2009-01-21
1
-5
/
+4
*
remove linux/hardirq.h from asm-generic/local.h
Russell King
2009-01-06
1
-0
/
+1
*
sh: Generic kgdb stub support.
Paul Mundt
2008-12-22
1
-14
/
+0
*
sh: Tidy up backtrace formatting with kallsyms disabled.
Paul Mundt
2008-12-22
1
-4
/
+1
*
sh: Add a few more branch types to the branch emulator.
Paul Mundt
2008-12-22
1
-6
/
+11
*
sh: Wire up oops reporting in the die notifier chain.
Paul Mundt
2008-10-21
1
-0
/
+2
*
sh: Move lookup_exception_vector() out to asm/system_32.h.
Paul Mundt
2008-09-21
1
-12
/
+4
*
sh: Fix up fpu emu build.
Paul Mundt
2008-09-17
1
-5
/
+3
*
sh: Add kprobes support.
Chris Smith
2008-09-08
1
-0
/
+5
*
sh: fixup many sparse errors.
Paul Mundt
2008-09-08
1
-33
/
+35
*
sh2(A) exception handler update
Yoshinori Sato
2008-07-28
1
-0
/
+4
[next]