aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/math-emu
Commit message (Expand)AuthorAge
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 454Thomas Gleixner2019-06-19
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 397Thomas Gleixner2019-06-05
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 309Thomas Gleixner2019-06-05
* mips: math-emu: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-22
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-03
* MIPS: math-emu: Write-protect delay slot emulation pagesPaul Burton2018-12-20
* MIPS: Ensure emulated FP sets PF_USED_MATHPaul Burton2018-11-09
* MIPS: math-emu: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-05
* MIPS: math-emu: Mark fall throughs in switch statements with a commentAleksandar Markovic2017-12-12
* MIPS: math-emu: Avoid multiple assignmentAleksandar Markovic2017-12-12
* MIPS: math-emu: Avoid an assignment within if statement conditionAleksandar Markovic2017-12-12
* MIPS: math-emu: Declare function srl128() as staticAleksandar Markovic2017-12-12
* MIPS: math-emu: Avoid definition duplication for macro DPXMULT()Aleksandar Markovic2017-12-12
* MIPS: math-emu: Remove an unnecessary header inclusionAleksandar Markovic2017-12-12
* Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2017-11-15
|\
| * MIPS: math-emu: Use preferred flavor of unsigned integer declarationsAleksandar Markovic2017-11-07
| * MIPS: math-emu: Fix final emulation phase for certain instructionsAleksandar Markovic2017-11-07
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | MIPS: math-emu: Remove pr_err() calls from fpu_emu()Paul Burton2017-10-09
|/
* MIPS: math-emu: Add FP emu debugfs stats for individual instructionsAleksandar Markovic2017-08-29
* MIPS: math-emu: Add FP emu debugfs clear functionalityAleksandar Markovic2017-08-29
* MIPS: math-emu: Add FP emu debugfs statistics for branchesAleksandar Markovic2017-08-29
* MIPS: math-emu: CLASS.D: Zero bits 32-63 of the resultAleksandar Markovic2017-08-29
* MIPS: math-emu: RINT.<D|S>: Fix several problems by reimplementationAleksandar Markovic2017-08-29
* MIPS: math-emu: CMP.Sxxx.<D|S>: Prevent occurrences of SIGILL crashesAleksandar Markovic2017-08-29
* MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case)Douglas Leung2017-08-29
* MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case)Douglas Leung2017-08-29
* MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up "maddf_flags" enumerationAleksandar Markovic2017-08-29
* MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputsAleksandar Markovic2017-08-29
* MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputsAleksandar Markovic2017-08-29
* MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagationAleksandar Markovic2017-08-29
* MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputsAleksandar Markovic2017-08-29
* MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputsAleksandar Markovic2017-08-29
* MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signsAleksandar Markovic2017-08-29
* MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negativeAleksandar Markovic2017-08-29
* MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zeroAleksandar Markovic2017-08-29
* MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagationAleksandar Markovic2017-08-29
* MIPS: math-emu: Correct user fault_addr typePaul Burton2017-08-29
* MIPS: math-emu: do not use bools for arithmeticManuel Lauss2017-08-29
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-07-15
|\
| * MIPS: math-emu: For MFHC1/MTHC1 also return SIGILL right awayMaciej W. Rozycki2017-06-28
| * MIPS: math-emu: Prevent wrong ISA mode instruction emulationMaciej W. Rozycki2017-06-28
* | MIPS: math-emu: Handle zero accumulator case in MADDF and MSUBF separatelyAleksandar Markovic2017-06-27
|/
* MIPS: math-emu: Fix BC1EQZ and BC1NEZ condition handlingDouglas Leung2017-04-10
* sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-02
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-02
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-11
* MIPS: Fix delay slot emulation count in debugfsPaul Burton2016-09-24
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-08-06
|\