index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
/
mips-r2-to-r6-emul.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-27
MIPS: Fix build error due to PTR used in more places
Thomas Bogendoerfer
1
-52
/
+52
2020-05-07
MIPS: Use fallthrough for arch/mips
Liangliang Huang
1
-1
/
+1
2019-01-22
mips: kernel: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-17
/
+4
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-12
/
+12
2018-11-09
MIPS: Ensure emulated FP sets PF_USED_MATH
Paul Burton
1
-3
/
+0
2018-11-09
MIPS: Simplify FP context initialization
Paul Burton
1
-7
/
+3
2018-11-07
MIPS: r2-on-r6-emu: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-27
/
+5
2017-08-29
MIPS: Declare various variables & functions static
Paul Burton
1
-3
/
+5
2017-08-29
MIPS: R6: Constify r2_decoder_tables
Matt Redfearn
1
-4
/
+4
2017-05-12
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-2
/
+14
2017-04-10
MIPS: r2-on-r6-emu: Clear BLTZALL and BGEZALL debugfs counters
Aleksandar Markovic
1
-0
/
+2
2017-04-10
MIPS: r2-on-r6-emu: Fix BLEZL and BGTZL identification
Leonid Yegoshin
1
-2
/
+12
2017-04-06
mips: sanitize __access_ok()
Al Viro
1
-12
/
+12
2017-01-03
MIPS: R2-on-R6 MULTU/MADDU/MSUBU emulation bugfix
Leonid Yegoshin
1
-6
/
+6
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-04
MIPS: Fix FCSR Cause bit handling for correct SIGFPE issue
Maciej W. Rozycki
1
-5
/
+5
2016-10-05
MIPS: kernel: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+0
2016-09-23
MIPS: Fix pre-r6 emulation FPU initialisation
Paul Burton
1
-0
/
+2
2016-08-06
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-4
/
+4
2016-08-04
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
1
-17
/
+17
2016-08-02
MIPS: Use per-mm page to execute branch delay slot instructions
Paul Burton
1
-4
/
+4
2016-05-28
MIPS: Spelling fix lets -> let's
Ralf Baechle
1
-1
/
+1
2016-05-28
MIPS: R6: Fix typo
Andrea Gelmini
1
-1
/
+1
2016-05-09
MIPS64: R6: R2 emulation bugfix
Leonid Yegoshin
1
-52
/
+53
2016-04-03
MIPS: traps: Correct the SIGTRAP debug ABI in `do_watch' and `do_trap_or_bp'
Maciej W. Rozycki
1
-6
/
+6
2015-10-26
MIPS: Declare mips_debugfs_dir in a header
Paul Burton
1
-1
/
+1
2015-04-08
MIPS: Set `si_code' for SIGFPE signals sent from emulation too
Maciej W. Rozycki
1
-1
/
+3
2015-04-08
MIPS: Always clear FCSR cause bits after emulation
Maciej W. Rozycki
1
-0
/
+6
2015-04-08
MIPS: Correct the comment for and reformat `movf_func'
Maciej W. Rozycki
1
-1
/
+4
2015-02-17
MIPS: kernel: mips-r2-to-r6-emul: Add R2 emulator for MIPS R6
Leonid Yegoshin
1
-0
/
+2378