aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/mips-r2-to-r6-emul.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-22mips: kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-17/+4
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-12/+12
2018-11-09MIPS: Ensure emulated FP sets PF_USED_MATHPaul Burton1-3/+0
2018-11-09MIPS: Simplify FP context initializationPaul Burton1-7/+3
2018-11-06MIPS: r2-on-r6-emu: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-27/+5
2017-08-29MIPS: Declare various variables & functions staticPaul Burton1-3/+5
2017-08-29MIPS: R6: Constify r2_decoder_tablesMatt Redfearn1-4/+4
2017-05-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+14
2017-04-10MIPS: r2-on-r6-emu: Clear BLTZALL and BGEZALL debugfs countersAleksandar Markovic1-0/+2
2017-04-10MIPS: r2-on-r6-emu: Fix BLEZL and BGTZL identificationLeonid Yegoshin1-2/+12
2017-04-06mips: sanitize __access_ok()Al Viro1-12/+12
2017-01-03MIPS: R2-on-R6 MULTU/MADDU/MSUBU emulation bugfixLeonid Yegoshin1-6/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-04MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki1-5/+5
2016-10-05MIPS: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+0
2016-09-23MIPS: Fix pre-r6 emulation FPU initialisationPaul Burton1-0/+2
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-4/+4
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-17/+17
2016-08-02MIPS: Use per-mm page to execute branch delay slot instructionsPaul Burton1-4/+4
2016-05-28MIPS: Spelling fix lets -> let'sRalf Baechle1-1/+1
2016-05-28MIPS: R6: Fix typoAndrea Gelmini1-1/+1
2016-05-09MIPS64: R6: R2 emulation bugfixLeonid Yegoshin1-52/+53
2016-04-03MIPS: traps: Correct the SIGTRAP debug ABI in `do_watch' and `do_trap_or_bp'Maciej W. Rozycki1-6/+6
2015-10-26MIPS: Declare mips_debugfs_dir in a headerPaul Burton1-1/+1
2015-04-08MIPS: Set `si_code' for SIGFPE signals sent from emulation tooMaciej W. Rozycki1-1/+3
2015-04-08MIPS: Always clear FCSR cause bits after emulationMaciej W. Rozycki1-0/+6
2015-04-08MIPS: Correct the comment for and reformat `movf_func'Maciej W. Rozycki1-1/+4
2015-02-17MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6Leonid Yegoshin1-0/+2378