summaryrefslogtreecommitdiff
path: root/include/linux/vmcore_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/vmcore_info.h')
0 files changed, 0 insertions, 0 deletions
/td>Thomas Gleixner 2019-01-22mips: math-emu: no need to check return value of debugfs_create functionsGreg Kroah-Hartman 2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds 2018-12-20MIPS: math-emu: Write-protect delay slot emulation pagesPaul Burton 2018-11-09MIPS: Ensure emulated FP sets PF_USED_MATHPaul Burton 2018-11-05MIPS: math-emu: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li 2017-12-12MIPS: math-emu: Mark fall throughs in switch statements with a commentAleksandar Markovic 2017-12-12MIPS: math-emu: Avoid multiple assignmentAleksandar Markovic 2017-12-12MIPS: math-emu: Avoid an assignment within if statement conditionAleksandar Markovic 2017-12-12MIPS: math-emu: Declare function srl128() as staticAleksandar Markovic 2017-12-12MIPS: math-emu: Avoid definition duplication for macro DPXMULT()Aleksandar Markovic 2017-12-12MIPS: math-emu: Remove an unnecessary header inclusionAleksandar Markovic 2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds 2017-11-07MIPS: math-emu: Use preferred flavor of unsigned integer declarationsAleksandar Markovic 2017-11-07MIPS: math-emu: Fix final emulation phase for certain instructionsAleksandar Markovic 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-09MIPS: math-emu: Remove pr_err() calls from fpu_emu()Paul Burton 2017-08-29MIPS: math-emu: Add FP emu debugfs stats for individual instructionsAleksandar Markovic 2017-08-29MIPS: math-emu: Add FP emu debugfs clear functionalityAleksandar Markovic 2017-08-29MIPS: math-emu: Add FP emu debugfs statistics for branchesAleksandar Markovic 2017-08-29MIPS: math-emu: CLASS.D: Zero bits 32-63 of the resultAleksandar Markovic 2017-08-29MIPS: math-emu: RINT.<D|S>: Fix several problems by reimplementationAleksandar Markovic 2017-08-29MIPS: math-emu: CMP.Sxxx.<D|S>: Prevent occurrences of SIGILL crashesAleksandar Markovic 2017-08-29MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case)Douglas Leung 2017-08-29MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case)Douglas Leung 2017-08-29MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up "maddf_flags" enumerationAleksandar Markovic 2017-08-29MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputsAleksandar Markovic 2017-08-29MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputsAleksandar Markovic 2017-08-29MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagationAleksandar Markovic 2017-08-29MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputsAleksandar Markovic 2017-08-29MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputsAleksandar Markovic 2017-08-29MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signsAleksandar Markovic 2017-08-29MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negativeAleksandar Markovic 2017-08-29MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zeroAleksandar Markovic 2017-08-29MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagationAleksandar Markovic 2017-08-29MIPS: math-emu: Correct user fault_addr typePaul Burton 2017-08-29MIPS: math-emu: do not use bools for arithmeticManuel Lauss 2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds 2017-06-29MIPS: math-emu: For MFHC1/MTHC1 also return SIGILL right awayMaciej W. Rozycki 2017-06-29MIPS: math-emu: Prevent wrong ISA mode instruction emulationMaciej W. Rozycki 2017-06-28MIPS: math-emu: Handle zero accumulator case in MADDF and MSUBF separatelyAleksandar Markovic 2017-04-10MIPS: math-emu: Fix BC1EQZ and BC1NEZ condition handlingDouglas Leung