aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/math-emu
AgeCommit message (Expand)AuthorFilesLines
2022-09-12MIPS: Fix comment typoGravatar Jason Wang 1-1/+1
2022-07-11MIPS: math-emu: Use the bitmap API to allocate bitmapsGravatar Christophe JAILLET 1-6/+3
2020-05-07MIPS: Use fallthrough for arch/mipsGravatar Liangliang Huang 17-55/+35
2020-01-22MIPS: Add MAC2008 SupportGravatar Jiaxun Yang 5-43/+118
2019-11-11MIPS: math-emu: Reuse name array in debugfs_fpuemu()Gravatar Paul Burton 1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 454Gravatar Thomas Gleixner 8-32/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 397Gravatar Thomas Gleixner 33-430/+33
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 309Gravatar Thomas Gleixner 2-24/+2
2019-01-22mips: math-emu: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-19/+4
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-8/+8
2018-12-20MIPS: math-emu: Write-protect delay slot emulation pagesGravatar Paul Burton 1-18/+20
2018-11-09MIPS: Ensure emulated FP sets PF_USED_MATHGravatar Paul Burton 1-0/+7
2018-11-05MIPS: math-emu: Change to use DEFINE_SHOW_ATTRIBUTE macroGravatar Yangtao Li 1-11/+1
2017-12-12MIPS: math-emu: Mark fall throughs in switch statements with a commentGravatar Aleksandar Markovic 17-16/+38
2017-12-12MIPS: math-emu: Avoid multiple assignmentGravatar Aleksandar Markovic 3-4/+8
2017-12-12MIPS: math-emu: Avoid an assignment within if statement conditionGravatar Aleksandar Markovic 1-1/+2
2017-12-12MIPS: math-emu: Declare function srl128() as staticGravatar Aleksandar Markovic 1-1/+1
2017-12-12MIPS: math-emu: Avoid definition duplication for macro DPXMULT()Gravatar Aleksandar Markovic 3-6/+3
2017-12-12MIPS: math-emu: Remove an unnecessary header inclusionGravatar Aleksandar Markovic 1-1/+0
2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Gravatar Linus Torvalds 12-56/+59
2017-11-07MIPS: math-emu: Use preferred flavor of unsigned integer declarationsGravatar Aleksandar Markovic 12-42/+45
2017-11-07MIPS: math-emu: Fix final emulation phase for certain instructionsGravatar Aleksandar Markovic 1-14/+14
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 3-0/+3
2017-10-09MIPS: math-emu: Remove pr_err() calls from fpu_emu()Gravatar Paul Burton 1-2/+0
2017-08-29MIPS: math-emu: Add FP emu debugfs stats for individual instructionsGravatar Aleksandar Markovic 2-4/+535
2017-08-29MIPS: math-emu: Add FP emu debugfs clear functionalityGravatar Aleksandar Markovic 1-1/+37
2017-08-29MIPS: math-emu: Add FP emu debugfs statistics for branchesGravatar Aleksandar Markovic 2-0/+2
2017-08-29MIPS: math-emu: CLASS.D: Zero bits 32-63 of the resultGravatar Aleksandar Markovic 1-2/+2
2017-08-29MIPS: math-emu: RINT.<D|S>: Fix several problems by reimplementationGravatar Aleksandar Markovic 5-6/+187
2017-08-29MIPS: math-emu: CMP.Sxxx.<D|S>: Prevent occurrences of SIGILL crashesGravatar Aleksandar Markovic 1-0/+3
2017-08-29MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case)Gravatar Douglas Leung 1-39/+94
2017-08-29MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case)Gravatar Douglas Leung 2-70/+50
2017-08-29MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up "maddf_flags" enumerationGravatar Aleksandar Markovic 3-22/+20
2017-08-29MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputsGravatar Aleksandar Markovic 2-2/+34
2017-08-29MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputsGravatar Aleksandar Markovic 2-2/+42
2017-08-29MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagationGravatar Aleksandar Markovic 2-91/+41
2017-08-29MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputsGravatar Aleksandar Markovic 2-4/+4
2017-08-29MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputsGravatar Aleksandar Markovic 4-4/+12
2017-08-29MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signsGravatar Aleksandar Markovic 4-6/+22
2017-08-29MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negativeGravatar Aleksandar Markovic 4-32/+96
2017-08-29MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zeroGravatar Aleksandar Markovic 4-24/+8
2017-08-29MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagationGravatar Aleksandar Markovic 4-16/+112
2017-08-29MIPS: math-emu: Correct user fault_addr typeGravatar Paul Burton 1-4/+4
2017-08-29MIPS: math-emu: do not use bools for arithmeticGravatar Manuel Lauss 1-2/+2
2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-3/+40
2017-06-29MIPS: math-emu: For MFHC1/MTHC1 also return SIGILL right awayGravatar Maciej W. Rozycki 1-3/+2
2017-06-29MIPS: math-emu: Prevent wrong ISA mode instruction emulationGravatar Maciej W. Rozycki 1-0/+38
2017-06-28MIPS: math-emu: Handle zero accumulator case in MADDF and MSUBF separatelyGravatar Aleksandar Markovic 2-2/+8
2017-04-10MIPS: math-emu: Fix BC1EQZ and BC1NEZ condition handlingGravatar Douglas Leung 1-4/+6
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Gravatar Ingo Molnar 1-0/+1