summaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu
Commit message (Expand)AuthorAgeFilesLines
* mips: math-emu: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-221-19/+4
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-8/+8
* MIPS: math-emu: Write-protect delay slot emulation pagesPaul Burton2018-12-201-18/+20
* MIPS: Ensure emulated FP sets PF_USED_MATHPaul Burton2018-11-091-0/+7
* MIPS: math-emu: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-051-11/+1
* MIPS: math-emu: Mark fall throughs in switch statements with a commentAleksandar Markovic2017-12-1217-16/+38
* MIPS: math-emu: Avoid multiple assignmentAleksandar Markovic2017-12-123-4/+8
* MIPS: math-emu: Avoid an assignment within if statement conditionAleksandar Markovic2017-12-121-1/+2
* MIPS: math-emu: Declare function srl128() as staticAleksandar Markovic2017-12-121-1/+1
* MIPS: math-emu: Avoid definition duplication for macro DPXMULT()Aleksandar Markovic2017-12-123-6/+3
* MIPS: math-emu: Remove an unnecessary header inclusionAleksandar Markovic2017-12-121-1/+0
* Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2017-11-1512-56/+59
|\
| * MIPS: math-emu: Use preferred flavor of unsigned integer declarationsAleksandar Markovic2017-11-0712-42/+45
| * MIPS: math-emu: Fix final emulation phase for certain instructionsAleksandar Markovic2017-11-071-14/+14
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* | MIPS: math-emu: Remove pr_err() calls from fpu_emu()Paul Burton2017-10-091-2/+0
|/
* MIPS: math-emu: Add FP emu debugfs stats for individual instructionsAleksandar Markovic2017-08-292-4/+535
* MIPS: math-emu: Add FP emu debugfs clear functionalityAleksandar Markovic2017-08-291-1/+37
* MIPS: math-emu: Add FP emu debugfs statistics for branchesAleksandar Markovic2017-08-292-0/+2
* MIPS: math-emu: CLASS.D: Zero bits 32-63 of the resultAleksandar Markovic2017-08-291-2/+2
* MIPS: math-emu: RINT.<D|S>: Fix several problems by reimplementationAleksandar Markovic2017-08-295-6/+187
* MIPS: math-emu: CMP.Sxxx.<D|S>: Prevent occurrences of SIGILL crashesAleksandar Markovic2017-08-291-0/+3
* MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case)Douglas Leung2017-08-291-39/+94
* MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case)Douglas Leung2017-08-292-70/+50
* MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up "maddf_flags" enumerationAleksandar Markovic2017-08-293-22/+20
* MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputsAleksandar Markovic2017-08-292-2/+34
* MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputsAleksandar Markovic2017-08-292-2/+42
* MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagationAleksandar Markovic2017-08-292-91/+41
* MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputsAleksandar Markovic2017-08-292-4/+4
* MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputsAleksandar Markovic2017-08-294-4/+12
* MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signsAleksandar Markovic2017-08-294-6/+22
* MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negativeAleksandar Markovic2017-08-294-32/+96
* MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zeroAleksandar Markovic2017-08-294-24/+8
* MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagationAleksandar Markovic2017-08-294-16/+112
* MIPS: math-emu: Correct user fault_addr typePaul Burton2017-08-291-4/+4
* MIPS: math-emu: do not use bools for arithmeticManuel Lauss2017-08-291-2/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-07-151-3/+40
|\
| * MIPS: math-emu: For MFHC1/MTHC1 also return SIGILL right awayMaciej W. Rozycki2017-06-291-3/+2
| * MIPS: math-emu: Prevent wrong ISA mode instruction emulationMaciej W. Rozycki2017-06-291-0/+38
* | MIPS: math-emu: Handle zero accumulator case in MADDF and MSUBF separatelyAleksandar Markovic2017-06-282-2/+8
|/
* MIPS: math-emu: Fix BC1EQZ and BC1NEZ condition handlingDouglas Leung2017-04-101-4/+6
* sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-111-1/+0
* MIPS: Fix delay slot emulation count in debugfsPaul Burton2016-09-251-0/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-08-062-114/+227
|\
| * MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton2016-08-022-114/+227
* | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-3/+3
* | MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_opPaul Burton2016-07-051-2/+2