index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
math-emu
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/math-emu: Inhibit W=1 warnings
Christophe Leroy
2022-09-08
2
-1
/
+8
*
powerpc/math-emu: Remove -w build flag and fix warnings
Christophe Leroy
2022-09-05
3
-38
/
+39
*
powerpc/math_emu/efp: Include module.h
Nathan Chancellor
2022-09-05
1
-0
/
+1
*
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
2021-06-25
2
-2
/
+2
*
powerpc/math: Fix missing __user qualifier for get_user() and other sparse wa...
Christophe Leroy
2021-03-29
1
-2
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
powerpc: math-emu: remove unneeded header search paths
Masahiro Yamada
2019-01-14
1
-1
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
46
-0
/
+46
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
45
-45
/
+45
*
powerpc: Correct emulated mtfsf instruction
Stephen Chivers
2014-04-07
1
-35
/
+23
*
powerpc: fix e500 SPE float SIGFPE generation
Joseph Myers
2014-01-07
1
-0
/
+20
*
powerpc: fix e500 SPE float to integer and fixed-point conversions
Joseph Myers
2014-01-07
1
-75
/
+188
*
powerpc: fix e500 SPE float rounding inexactness detection
Joseph Myers
2014-01-07
1
-7
/
+16
*
powerpc: fix exception clearing in e500 SPE float emulation
Joseph Myers
2014-01-07
1
-1
/
+19
*
powerpc/math-emu: Fix load/store indexed emulation
James Yang
2013-08-14
1
-10
/
+5
*
powerpc: Make flush_fp_to_thread() nop when CONFIG_PPC_FPU is disabled
Kevin Hao
2013-08-14
1
-2
/
+1
*
powerpc: split She math emulation into two parts
Kevin Hao
2013-08-14
2
-18
/
+26
*
powerpc/math-emu: Move the flush FPU state function into do_mathemu
Kevin Hao
2013-08-14
1
-0
/
+9
*
powerpc/math-emu: Remove the unneeded check for CONFIG_MATH_EMULATION in math.c
Kevin Hao
2013-08-14
1
-4
/
+0
*
powerpc/math-emu: Remove the dead code in math.c
Kevin Hao
2013-08-14
1
-42
/
+0
*
powerpc/math-emu: Fix decoding of some instructions
Benjamin Herrenschmidt
2013-06-20
4
-5
/
+34
*
powerpc/math_emu/efp: Look for errata handler when type mismatches
Liu Yu
2011-10-06
1
-5
/
+1
*
powerpc/math_emu/efp: No need to round if the result is exact
Liu Yu
2011-10-06
1
-1
/
+10
*
powerpc/math_emu/efp: Use pr_debug instead of printk
Liu Yu
2011-10-06
1
-46
/
+37
*
powerpc/85xx: Fix SPE float to integer conversion failure
Shan Hai
2011-03-15
1
-4
/
+8
*
powerpc/85xx: Workaroudn e500 CPU erratum A005
Liu Yu
2011-03-15
1
-1
/
+52
*
powerpc/Makefiles: Change to new flag variables
matt mooney
2010-10-13
1
-1
/
+1
*
powerpc/math-emu: Fix efp dependence
Liu Yu
2009-03-11
1
-3
/
+2
*
powerpc: Add SPE/EFP math emulation for E500v1/v2 processors.
Liu Yu
2008-12-03
2
-0
/
+722
*
powerpc/math-emu: Remove redundant 'ret'
Liu Yu
2008-12-03
18
-52
/
+34
*
powerpc/math-emu: Use kernel generic math-emu code
Kumar Gala
2008-10-01
45
-2574
/
+278
*
powerpc: Add macros to access floating point registers in thread_struct.
Michael Neuling
2008-07-01
1
-28
/
+28
*
[POWERPC] Replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-01
41
-46
/
+46
*
[POWERPC] Fix carry bug in 128-bit unsigned integer adding
Liu Yu
2008-01-23
1
-10
/
+30
*
[POWERPC] Fix rounding bug in emulation for double float operating
Liu Yu
2007-12-13
1
-1
/
+2
*
[POWERPC] Fix handling of stfiwx math emulation
Kumar Gala
2007-10-16
1
-4
/
+9
*
[POWERPC] ppc math-emu needs -fno-builtin-fabs for math.c and fabs.c
Al Viro
2006-09-26
1
-0
/
+3
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
powerpc: move math-emu over to arch/powerpc
Kumar Gala
2006-03-27
53
-0
/
+4506