summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/relocate_kernel.S
AgeCommit message (Expand)AuthorLines
2022-05-17arm64: kexec: load from kimage prior to clobberingMark Rutland-7/+15
2021-10-01arm64: kexec: keep MMU enabled during kexec relocationPasha Tatashin-11/+20
2021-10-01arm64: kexec: install a copy of the linear-mapPasha Tatashin-0/+3
2021-10-01arm64: kexec: use ld script for relocation functionPasha Tatashin-13/+1
2021-10-01arm64: kexec: relocate in EL1 modePasha Tatashin-2/+11
2021-10-01arm64: kexec: pass kimage as the only argument to relocation functionPasha Tatashin-6/+4
2021-10-01arm64: kexec: Use dcache ops macros instead of open-codingPasha Tatashin-10/+3
2021-10-01arm64: kexec: skip relocation code for inplace kexecPasha Tatashin-3/+0
2021-01-27arm64: kexec: arm64_relocate_new_kernel don't use x0 as tempPavel Tatashin-8/+8
2021-01-27arm64: kexec: arm64_relocate_new_kernel clean-ups and optimizationsPavel Tatashin-28/+8
2020-09-11arm64/relocate_kernel: remove redundant codePingfan Liu-12/+0
2020-05-04arm64: kernel: Convert to modern annotations for assembly functionsMark Brown-2/+2
2020-03-24arm64: use mov_q instead of literal ldrRemi Denis-Courmont-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2018-12-06arm64: kexec_file: invoke the kernel without purgatoryAKASHI Takahiro-1/+2
2017-12-12arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni-0/+1
2016-09-09arm64: Introduce raw_{d,i}cache_line_sizeSuzuki K Poulose-1/+1
2016-06-27arm64/kexec: Add core kexec supportGeoff Levand-0/+130