summaryrefslogtreecommitdiff
path: root/kexec/arch/arm64/kexec-arm64.c
AgeCommit message (Expand)Author
2022-04-01arm64: fix static data relocations in machine_apply_elf_rel()Pingfan Liu
2022-04-01arm64/kexec-arm64: add support for R_AARCH64_MOVW_UABS_G* relaPingfan Liu
2022-04-01arm64/kexec-arm64: use enum to organize the reloc typePingfan Liu
2022-04-01arm64/kexec-arm64: add support for R_AARCH64_LDST128_ABS_LO12_NC relaPingfan Liu
2022-01-24arm64: fix PAGE_OFFSET calc for flipped mmKairui Song
2022-01-24arm64: read VA_BITS from kcore for 52-bits VA kernelPingfan Liu
2022-01-24arm64/crashdump: unify routine to get page_offsetPingfan Liu
2022-01-24arm64: make phys_offset signedPingfan Liu
2022-01-14arm64: support more than one crash kernel regionsChen Zhou
2020-10-23arm64: Add purgatory printingMatthias Brugger
2020-01-03arm64: kexec: allocate memory space avoiding reserved regionsAKASHI Takahiro
2019-09-08Cleanup: remove the read_elf_kcore()Lianbo Jiang
2019-07-16kexec/arm64: Add support for handling zlib compressed (Image.gz) imageBhupesh Sharma
2019-02-05arm64: wipe old initrd addresses when patching the DTBJean-Philippe Brucker
2019-01-15arm64: add kexec_file_load supportAKASHI Takahiro
2019-01-09arm64: Add support to read PHYS_OFFSET from 'kcore' - pt_note or pt_load (if ...Bhupesh Sharma
2019-01-09kexec/kexec-arm64.c: Add error handling check against return value of 'set_bo...Bhupesh Sharma
2018-10-29arm64: If 'getrandom' syscall fails, don't error out - just warn and proceed.Bhupesh Sharma
2018-06-29arm64: error out if kernel command line is too longMunehisa Kamata
2018-06-19arm64: Add support to supply 'kaslr-seed' to secondary kernelBhupesh Sharma
2017-05-22arm64: kdump: add DT properties to crash dump kernel's dtbAKASHI Takahiro
2017-05-22arm64: kdump: set up other segmentsAKASHI Takahiro
2017-05-22arm64: kdump: set up kernel image segmentAKASHI Takahiro
2017-05-22arm64: change return values on error to negativeAKASHI Takahiro
2017-05-22arm64: identify PHYS_OFFSET correctlyAKASHI Takahiro
2017-03-13arm64: add uImage supportDavid Woodhouse
2016-12-09arm64: Fix initrd requierementsMatthias Brugger
2016-11-07arm64: Add support of R_AARCH64_PREL32 relocation in purgatoryPratyush Anand
2016-11-07arm64: Add support for additional relocations in the kexec purgatory codeCatalin Marinas
2016-09-29arm64: Add arm64 kexec supportGeoff Levand