aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/traps_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-2/+2
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-5/+3
2018-12-28sh: kernel: convert to SPDX identifiersKuninori Morimoto1-4/+1
2018-05-29signal/sh: Stop gcc warning about an impossible case in do_divide_errorEric W. Biederman1-0/+3
2018-04-25signal/sh: Use force_sig_fault where appropriateEric W. Biederman1-14/+5
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+2
2018-01-05signal/sh: Ensure si_signo is initialized in do_divide_errorEric W. Biederman1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+2
2014-04-03sh: don't pass saved userspace state to exception handlersBobby Bingham1-16/+7
2013-07-14sh: delete __cpuinit usage from all sh filesPaul Gortmaker1-1/+1
2012-06-14sh: Consolidate die definitions for trap handlers.Paul Mundt1-71/+0
2012-05-24sh64: Convert to unwinder API.Paul Mundt1-50/+0
2012-03-28Disintegrate asm/system.h for SHDavid Howells1-1/+2
2011-08-29sh: Add unaligned memory access for PC relative intructionsPhil Edworthy1-0/+35
2011-08-29sh: Fix unaligned memory access for branches without delay slotsPhil Edworthy1-0/+2
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-1/+1
2011-05-13sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman1-1/+0
2010-10-13sh: wire up perf alignment and emulation faults.Paul Mundt1-7/+19
2010-09-30sh: boot kernel with SR.BL setMagnus Damm1-0/+3
2010-02-17sh: Setup boot CPU VBR early to enable early page faults.Paul Mundt1-7/+0
2010-01-13Merge branches 'sh/xstate', 'sh/hw-breakpoints' and 'sh/stable-updates'Paul Mundt1-1/+1
2010-01-12sh: Split out the unaligned counters and user bits.Paul Mundt1-134/+17
2010-01-12sh: Tidy up the sh bios VBR handling.Paul Mundt1-25/+4
2010-01-05sh: Fix up breakpoint trap handler patching on SH-2A.Paul Mundt1-1/+1
2009-12-14sh: Make the unaligned trap handler always obey notification levels.Paul Mundt1-6/+12
2009-11-30sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_fileAlexey Dobriyan1-46/+31
2009-10-18sh: Disable SCIF2 on the SH-X3 proto CPU.Paul Mundt1-5/+0
2009-10-13sh: update die() output.Paul Mundt1-3/+4
2009-09-30sh: Disable unaligned kernel access printks by default.Paul Mundt1-2/+2
2009-09-24sh: Fix up uninitialized variable use caught by gcc 4.4.Paul Mundt1-6/+6
2009-09-24sh: Handle unaligned 16-bit instructions on SH-2A.Paul Mundt1-3/+8
2009-09-16sh: Kill off unused se_skipped in alignment trap notification code.Paul Mundt1-2/+0
2009-08-29sh: Only shout about fixing up unexpected unaligned accessesMatt Fleming1-4/+5
2009-08-24sh: cleanup of do_address_error()Andre Draszik1-10/+10
2009-08-24sh: Allow user control over misaligned fixup handlingAndre Draszik1-0/+153
2009-08-24sh: ratelimit unaligned fixupsAndre Draszik1-13/+4
2009-08-21sh: unwinder: Introduce UNWINDER_BUG() and UNWINDER_BUG_ON()Matt Fleming1-0/+1
2009-08-13sh: Use the generalized stacktrace opsMatt Fleming1-24/+0
2009-05-09sh: Rename opcode_t to insn_size_t.Paul Mundt1-5/+5
2009-05-09sh: Add UBC trap vector for SH2APeter Griffin1-0/+5
2009-04-04sh: Fix up DSP context save/restore.Michael Trimarchi1-0/+2
2009-01-21sh: fix unaligned and nonexistent address handlingSUGIOKA Toshinobu1-5/+4
2009-01-06remove linux/hardirq.h from asm-generic/local.hRussell King1-0/+1
2008-12-22sh: Generic kgdb stub support.Paul Mundt1-14/+0
2008-12-22sh: Tidy up backtrace formatting with kallsyms disabled.Paul Mundt1-4/+1
2008-12-22sh: Add a few more branch types to the branch emulator.Paul Mundt1-6/+11
2008-10-21sh: Wire up oops reporting in the die notifier chain.Paul Mundt1-0/+2
2008-09-21sh: Move lookup_exception_vector() out to asm/system_32.h.Paul Mundt1-12/+4
2008-09-17sh: Fix up fpu emu build.Paul Mundt1-5/+3
2008-09-08sh: Add kprobes support.Chris Smith1-0/+5