aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/elf.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-23MIPS: Modernize READ_IMPLIES_EXECGravatar Kees Cook 1-11/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-11-09MIPS: Avoid FP ELF checks when CONFIG_MIPS_FP_SUPPORT=nGravatar Paul Burton 1-0/+4
2017-11-03Update MIPS email addressesGravatar Paul Burton 1-1/+1
2017-09-04fs: fix kernel_read prototypeGravatar Christoph Hellwig 1-8/+4
2017-04-12MIPS: Avoid BUG warning in arch_check_elfGravatar James Cowgill 1-1/+1
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-0/+19
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Gravatar Masahiro Yamada 1-2/+2
2016-08-02MIPS: non-exec stack & heap when non-exec PT_GNU_STACK is presentGravatar Paul Burton 1-0/+19
2016-05-28MIPS: Spelling fix lets -> let'sGravatar Ralf Baechle 1-1/+1
2016-01-20MIPS: Add IEEE Std 754 conformance mode selectionGravatar Maciej W. Rozycki 1-4/+8
2016-01-20MIPS: ELF: Interpret the NAN2008 file header flagGravatar Maciej W. Rozycki 1-0/+56
2016-01-20ELF: Also pass any interpreter's file header to `arch_check_elf'Gravatar Maciej W. Rozycki 1-1/+1
2016-01-20MIPS: Use a union to access the ELF file headerGravatar Maciej W. Rozycki 1-14/+26
2015-05-12MIPS: fix FP mode selection in lieu of .MIPS.abiflags dataGravatar Paul Burton 1-15/+17
2015-04-08MIPS: ELF: Drop `get_fp_abi'Gravatar Maciej W. Rozycki 1-12/+2
2015-02-17MIPS: kernel: elf: Improve the overall ABI and FPU mode checksGravatar Markos Chandras 1-115/+188
2014-11-24MIPS: Kconfig option to better exercise/debug hybrid FPRsGravatar Paul Burton 1-0/+18
2014-11-24MIPS: ELF: Set FP mode according to .MIPS.abiflagsGravatar Paul Burton 1-0/+173