aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/relocate.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-12MIPS: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2021-07-01kernel.h: split out panic and oops helpersGravatar Andy Shevchenko 1-0/+1
2021-02-21Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 1-30/+42
2021-02-09MIPS: relocatable: Use __kaslr_offset in show_kernel_relocationGravatar Jinyang He 1-6/+2
2021-02-09MIPS: relocatable: Provide kaslr_offset() to get the kernel offsetGravatar Jinyang He 1-0/+10
2021-01-18MIPS: relocatable: optimize the relocation processGravatar Alexander Lobakin 1-24/+30
2021-01-13MIPS: relocatable: fix possible boot hangup with KASLR enabledGravatar Alexander Lobakin 1-2/+8
2020-12-05MIPS: KASLR: Avoid endless loop in sync_icache if synci_step is zeroGravatar Jinyang He 1-1/+1
2020-11-27MIPS: Loongson64: Add KASLR supportGravatar Jinyang He 1-0/+7
2020-11-27MIPS: KASLR: Correct valid bits in apply_r_mips_26_rel()Gravatar Jinyang He 1-2/+2
2018-08-31MIPS: Remove no-op/identity castsGravatar Paul Burton 1-1/+1
2017-11-03Update MIPS email addressesGravatar Paul Burton 1-1/+1
2017-04-12MIPS: KASLR: Add missing header filesGravatar Matt Redfearn 1-1/+1
2017-01-03MIPS: relocate: Optionally relocate the DTBGravatar Marcin Nowakowski 1-2/+36
2017-01-03MIPS: Relocatable: Provide plat_post_relocation hookGravatar Steven J. Hill 1-0/+20
2016-11-04MIPS: KASLR: Fix handling of NULL FDTGravatar Matt Redfearn 1-1/+1
2016-05-13MIPS: Kernel: Implement KASLR using CONFIG_RELOCATABLEGravatar Matt Redfearn 1-0/+146
2016-05-13MIPS: Kernel: Add relocate.cGravatar Matt Redfearn 1-0/+240