aboutsummaryrefslogtreecommitdiffstats
path: root/arch/loongarch/kernel/relocate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-02LoongArch: Automatically disable kaslr if boot from kexec_fileYouling Tang1-0/+4
2024-07-20LoongArch: Add support for relocating the kernel with RELR relocationXi Ruoyao1-0/+18
2024-07-20LoongArch: Remove a redundant checking in relocatorXi Ruoyao1-3/+1
2024-07-20LoongArch: Use correct API to map cmdline in relocate_kernel()Huacai Chen1-1/+3
2024-07-20LoongArch: Automatically disable KASLR for hibernationHuacai Chen1-0/+26
2023-11-21LoongArch: Silence the boot warning about 'nokaslr'Huacai Chen1-0/+8
2023-11-21LoongArch: Record pc instead of offset in la_abs relocationWANG Rui1-1/+1
2023-09-06LoongArch: Simplify the processing of jumping new kernel for KASLRQing Zhang1-6/+2
2023-02-25LoongArch: Add support for kernel address space layout randomization (KASLR)Youling Tang1-5/+140
2023-02-25LoongArch: Add support for kernel relocationYouling Tang1-0/+107