summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/relocate.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Fix typosBjorn Helgaas2024-01-081-1/+1
* MIPS: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-121-1/+1
* kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-02-211-30/+42
|\
| * MIPS: relocatable: Use __kaslr_offset in show_kernel_relocationJinyang He2021-02-091-6/+2
| * MIPS: relocatable: Provide kaslr_offset() to get the kernel offsetJinyang He2021-02-091-0/+10
| * MIPS: relocatable: optimize the relocation processAlexander Lobakin2021-01-181-24/+30
* | MIPS: relocatable: fix possible boot hangup with KASLR enabledAlexander Lobakin2021-01-131-2/+8
|/
* MIPS: KASLR: Avoid endless loop in sync_icache if synci_step is zeroJinyang He2020-12-051-1/+1
* MIPS: Loongson64: Add KASLR supportJinyang He2020-11-271-0/+7
* MIPS: KASLR: Correct valid bits in apply_r_mips_26_rel()Jinyang He2020-11-271-2/+2
* MIPS: Remove no-op/identity castsPaul Burton2018-08-311-1/+1
* Update MIPS email addressesPaul Burton2017-11-031-1/+1
* MIPS: KASLR: Add missing header filesMatt Redfearn2017-04-121-1/+1
* MIPS: relocate: Optionally relocate the DTBMarcin Nowakowski2017-01-031-2/+36
* MIPS: Relocatable: Provide plat_post_relocation hookSteven J. Hill2017-01-031-0/+20
* MIPS: KASLR: Fix handling of NULL FDTMatt Redfearn2016-11-041-1/+1
* MIPS: Kernel: Implement KASLR using CONFIG_RELOCATABLEMatt Redfearn2016-05-131-0/+146
* MIPS: Kernel: Add relocate.cMatt Redfearn2016-05-131-0/+240