summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/relocate.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-12MIPS: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-02-21Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-30/+42
2021-02-09MIPS: relocatable: Use __kaslr_offset in show_kernel_relocationJinyang He1-6/+2
2021-02-09MIPS: relocatable: Provide kaslr_offset() to get the kernel offsetJinyang He1-0/+10
2021-01-18MIPS: relocatable: optimize the relocation processAlexander Lobakin1-24/+30
2021-01-13MIPS: relocatable: fix possible boot hangup with KASLR enabledAlexander Lobakin1-2/+8
2020-12-05MIPS: KASLR: Avoid endless loop in sync_icache if synci_step is zeroJinyang He1-1/+1
2020-11-27MIPS: Loongson64: Add KASLR supportJinyang He1-0/+7
2020-11-27MIPS: KASLR: Correct valid bits in apply_r_mips_26_rel()Jinyang He1-2/+2
2018-08-31MIPS: Remove no-op/identity castsPaul Burton1-1/+1
2017-11-03Update MIPS email addressesPaul Burton1-1/+1
2017-04-12MIPS: KASLR: Add missing header filesMatt Redfearn1-1/+1
2017-01-03MIPS: relocate: Optionally relocate the DTBMarcin Nowakowski1-2/+36
2017-01-03MIPS: Relocatable: Provide plat_post_relocation hookSteven J. Hill1-0/+20
2016-11-04MIPS: KASLR: Fix handling of NULL FDTMatt Redfearn1-1/+1
2016-05-13MIPS: Kernel: Implement KASLR using CONFIG_RELOCATABLEMatt Redfearn1-0/+146
2016-05-13MIPS: Kernel: Add relocate.cMatt Redfearn1-0/+240