summaryrefslogtreecommitdiff
path: root/kexec/arch/arm64
AgeCommit message (Expand)Author
2022-04-29arm64/crashdump-arm64: increase CRASH_MAX_MEMORY_RANGES to 32kabuehaze14
2022-04-01arm64: fix static data relocations in machine_apply_elf_rel()Pingfan Liu
2022-04-01arm64/crashdump-arm64: explicit type conversion to suppress compiler warningPingfan 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
2021-12-15arm64/crashdump: deduce paddr of _text based on kernel code sizePingfan Liu
2021-06-06arm64/crashdump-arm64: deduce the paddr of _textPingfan Liu
2020-10-23arm64: Add purgatory printingMatthias Brugger
2020-04-01kexec-tools: Remove duplicated variable declarationsKairui Song
2020-01-03arm64: kdump: deal with a lot of resource entries in /proc/iomemAKASHI Takahiro
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-07-16kexec-uImage-arm64.c: Fix return value of uImage_arm64_probe()Bhupesh 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-29arm64: increase command line size to 2048Munehisa Kamata
2018-06-19arm64: Add support to supply 'kaslr-seed' to secondary kernelBhupesh Sharma
2017-05-22arm64: kdump: Add support for binary image filesPratyush Anand
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: kdump: add elf core header segmentAKASHI Takahiro
2017-05-22arm64: kdump: identify memory regionsAKASHI 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
2017-03-02crashdump/arm64: Add get_crash_kernel_load_range() functionEric DeVolder
2017-01-24kexec: Increase the upper limit for RAM segmentsSameer Goel
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-10-13arm64: Add missing kexec dist filesGeoff Levand
2016-10-13arm64: Cleanup kexec MakefileGeoff Levand
2016-09-29arm64: Add support for binary image filesPratyush Anand
2016-09-29arm64: Add arm64 kexec supportGeoff Levand