summaryrefslogtreecommitdiff
path: root/kexec/arch/arm
AgeCommit message (Expand)Author
2023-03-06ARM: mark file-mode as unsupportedHEADmasterRussell King
2023-03-06ARM: support kernel specifying load offsetRussell King
2023-03-06ARM: ensure kernel size tag is sized appropriatelyRussell King
2021-10-20arm: kdump: Add DT properties to crash dump kernel's DTBGeert Uytterhoeven
2021-04-17arm: do not copy magic 4 bytes of appended DTB in zImageAlexander Egorenkov
2020-06-06arm: Increase zImage length after getting the tagŁukasz Stelmach
2020-04-24arm: redefine OPT_APPEND and OPT_RAMDISKŁukasz Stelmach
2020-04-01Removing condition that will never be met after calls xmalloc and xreallocLeonidas S. Barbosa
2020-01-03ARM: Use mmap for zImage initrdBrandon Maier
2018-03-20ARM: Include stack and malloc space in zImage sizeRussell King
2018-03-20ARM: add further debugRussell King
2018-03-20ARM: read kernel size from zImageRussell King
2017-11-01ARM: read kernel size from zImageRussell King
2017-11-01ARM: cleanup initrd and dtb handingRussell King
2017-05-22kexec: generalize and rename get_kernel_stext_sym()Pratyush Anand
2017-03-14Don't use %L width specifier with integer valuesPhilip Prindeville
2017-03-13uImage: use 'char *' instead of 'unsigned char *' for uImage_probe()David Woodhouse
2017-03-02crashdump/arm: Add get_crash_kernel_load_range() functionDaniel Kiper
2016-12-12arm: do not build iomem.o target with no soruceSimon Horman
2016-09-29arm: include phys_to_virt.h and iomem.h in distributionDave Young
2016-07-15arm: use zImage size from headerRussell King
2016-07-15arm: plug a zImage corner caseRussell King
2016-06-23arm: fix kernel image sizeRussell King
2016-06-23arm: take account of TEXT_OFFSET for subsequent imagesRussell King
2016-06-08arm: report which ELF core format we will useRussell King
2016-06-08arm: clean up phys/page offset debugRussell King
2016-06-08arm: fix type of phys_offsetRussell King
2016-06-08arm: add debug of reserved and coredump memory rangesRussell King
2016-06-08arm: add support for boot-time crash kernel resourceRussell King
2016-06-08arm: add support for multiple reserved regionsRussell King
2016-06-08arm: rename crash_reserved_mem to crash_kernel_memRussell King
2016-06-08arm: crashdump needs boot alias of crash kernel regionRussell King
2016-06-08arm: add support for platforms with boot memory aliasesRussell King
2016-06-08arm: move crash system RAM parsing earlierRussell King
2016-06-08arm: use generic mem_region sorting implementationRussell King
2016-06-08arm: parse crash_reserved_mem earlyRussell King
2016-06-08arm: add maximum number of memory rangesRussell King
2016-06-08arm: add memory ranges debugRussell King
2016-06-08arm: report if crash kernel is out of boundsRussell King
2016-06-08arm: return proper error for missing crash kernelRussell King
2016-06-08arm: fix ELF32/ELF64 checkRussell King
2016-06-08arm: fix get_kernel_stext_sym() to close its fileRussell King
2016-06-08arm: fix off-by-one on memory endRussell King
2016-06-08arm: fix pointer signedness warning in kexec-uImage-arm.cRussell King
2016-06-08kexec: phys_to_virt() must take unsigned long longRussell King
2016-06-08arm: fix kdump to work on LPAE systemsRussell King
2016-05-04arm: Change setup_dtb_prop to create nodes by offset and node nameNikolaus Schulz
2016-05-04zImage-arm: Add support for booting android imagesAlban Bedel
2016-05-04zImage-arm: Fix a return value check that use the wrong variableAlban Bedel
2016-03-24Pass struct mem_sym into machine_apply_elf_rel()Anton Blanchard