aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/math-emu
AgeCommit message (Expand)AuthorFilesLines
2023-03-23sh: math-emu: fix macro redefined warningGravatar Randy Dunlap 1-4/+0
2021-10-27sh: fix READ/WRITE redefinition warningsGravatar Randy Dunlap 1-22/+22
2021-10-27sh: math-emu: drop unused functionsGravatar Randy Dunlap 1-103/+0
2021-09-17sh: fix trivial misannotationsGravatar Al Viro 1-2/+2
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-05-29signal: Remove the task parameter from force_sig_faultGravatar Eric W. Biederman 1-1/+1
2019-05-29signal: Explicitly call force_sig_fault on currentGravatar Eric W. Biederman 1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2018-04-25signal/sh: Use force_sig_fault where appropriateGravatar Eric W. Biederman 1-7/+2
2018-04-25signal: Ensure every siginfo we send has all bits initializedGravatar Eric W. Biederman 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2014-04-03sh: remove unused do_fpu_errorGravatar Bobby Bingham 1-18/+0
2012-03-28Disintegrate asm/system.h for SHGravatar David Howells 1-1/+0
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfaceGravatar Peter Zijlstra 1-1/+1
2010-10-13sh: wire up perf alignment and emulation faults.Gravatar Paul Mundt 1-0/+3
2010-05-26Revert "endian: #define __BYTE_ORDER"Gravatar Linus Torvalds 1-0/+4
2010-05-25endian: #define __BYTE_ORDERGravatar Joakim Tjernlund 1-4/+0
2010-01-13sh: Move over to dynamically allocated FPU context.Gravatar Paul Mundt 1-6/+6
2009-11-24sh: Minor optimisations to FPU handlingGravatar Stuart Menefy 1-3/+3
2007-06-11sh: Fix up the math-emu build.Gravatar Paul Mundt 1-6/+12
2007-05-21spelling fixes: arch/sh/Gravatar Simon Arlott 1-1/+1
2006-10-03sh: Kill off remaining config.h references.Gravatar Paul Mundt 1-1/+0
2006-09-27sh: math-emu supportGravatar Takashi YOSHII 3-0/+697