summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/relocate_kernel.S
Commit message (Expand)AuthorAgeFilesLines
* arm64: kexec: load from kimage prior to clobberingMark Rutland2022-05-171-7/+15
* arm64: kexec: keep MMU enabled during kexec relocationPasha Tatashin2021-10-011-11/+20
* arm64: kexec: install a copy of the linear-mapPasha Tatashin2021-10-011-0/+3
* arm64: kexec: use ld script for relocation functionPasha Tatashin2021-10-011-13/+1
* arm64: kexec: relocate in EL1 modePasha Tatashin2021-10-011-2/+11
* arm64: kexec: pass kimage as the only argument to relocation functionPasha Tatashin2021-10-011-6/+4
* arm64: kexec: Use dcache ops macros instead of open-codingPasha Tatashin2021-10-011-10/+3
* arm64: kexec: skip relocation code for inplace kexecPasha Tatashin2021-10-011-3/+0
* arm64: kexec: arm64_relocate_new_kernel don't use x0 as tempPavel Tatashin2021-01-271-8/+8
* arm64: kexec: arm64_relocate_new_kernel clean-ups and optimizationsPavel Tatashin2021-01-271-28/+8
* arm64/relocate_kernel: remove redundant codePingfan Liu2020-09-111-12/+0
* arm64: kernel: Convert to modern annotations for assembly functionsMark Brown2020-05-041-2/+2
* arm64: use mov_q instead of literal ldrRemi Denis-Courmont2020-03-241-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* arm64: kexec_file: invoke the kernel without purgatoryAKASHI Takahiro2018-12-061-1/+2
* arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni2017-12-121-0/+1
* arm64: Introduce raw_{d,i}cache_line_sizeSuzuki K Poulose2016-09-091-1/+1
* arm64/kexec: Add core kexec supportGeoff Levand2016-06-271-0/+130