aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/mips-r2-to-r6-emul.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-27MIPS: Fix build error due to PTR used in more placesGravatar Thomas Bogendoerfer 1-52/+52
2020-05-07MIPS: Use fallthrough for arch/mipsGravatar Liangliang Huang 1-1/+1
2019-01-22mips: kernel: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-17/+4
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-12/+12
2018-11-09MIPS: Ensure emulated FP sets PF_USED_MATHGravatar Paul Burton 1-3/+0
2018-11-09MIPS: Simplify FP context initializationGravatar Paul Burton 1-7/+3
2018-11-06MIPS: r2-on-r6-emu: Change to use DEFINE_SHOW_ATTRIBUTE macroGravatar Yangtao Li 1-27/+5
2017-08-29MIPS: Declare various variables & functions staticGravatar Paul Burton 1-3/+5
2017-08-29MIPS: R6: Constify r2_decoder_tablesGravatar Matt Redfearn 1-4/+4
2017-05-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-2/+14
2017-04-10MIPS: r2-on-r6-emu: Clear BLTZALL and BGEZALL debugfs countersGravatar Aleksandar Markovic 1-0/+2
2017-04-10MIPS: r2-on-r6-emu: Fix BLEZL and BGTZL identificationGravatar Leonid Yegoshin 1-2/+12
2017-04-06mips: sanitize __access_ok()Gravatar Al Viro 1-12/+12
2017-01-03MIPS: R2-on-R6 MULTU/MADDU/MSUBU emulation bugfixGravatar Leonid Yegoshin 1-6/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-11-04MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueGravatar Maciej W. Rozycki 1-5/+5
2016-10-05MIPS: kernel: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 1-1/+0
2016-09-23MIPS: Fix pre-r6 emulation FPU initialisationGravatar Paul Burton 1-0/+2
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-4/+4
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Gravatar Masahiro Yamada 1-17/+17
2016-08-02MIPS: Use per-mm page to execute branch delay slot instructionsGravatar Paul Burton 1-4/+4
2016-05-28MIPS: Spelling fix lets -> let'sGravatar Ralf Baechle 1-1/+1
2016-05-28MIPS: R6: Fix typoGravatar Andrea Gelmini 1-1/+1
2016-05-09MIPS64: R6: R2 emulation bugfixGravatar Leonid Yegoshin 1-52/+53
2016-04-03MIPS: traps: Correct the SIGTRAP debug ABI in `do_watch' and `do_trap_or_bp'Gravatar Maciej W. Rozycki 1-6/+6
2015-10-26MIPS: Declare mips_debugfs_dir in a headerGravatar Paul Burton 1-1/+1
2015-04-08MIPS: Set `si_code' for SIGFPE signals sent from emulation tooGravatar Maciej W. Rozycki 1-1/+3
2015-04-08MIPS: Always clear FCSR cause bits after emulationGravatar Maciej W. Rozycki 1-0/+6
2015-04-08MIPS: Correct the comment for and reformat `movf_func'Gravatar Maciej W. Rozycki 1-1/+4
2015-02-17MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6Gravatar Leonid Yegoshin 1-0/+2378