summaryrefslogtreecommitdiff
path: root/kexec/arch/arm
AgeCommit message (Expand)Author
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
2015-11-24arm: use /sys/firmware/fdt in case without --atags and --dtbDave Young
2015-11-24kexex: arm: create ATAGS_MEM tag from devicetree memory nodeAndreas Fenkart
2015-10-30arm: add arch option --dt-no-old-rootdyoung@redhat.com
2014-07-24kexec: align the extended size of dtbLiu Hua
2014-06-06kexec: ARM: add LPAE supportLiu Hua
2014-06-06kexec: iomem: accept u64 parameters for callbacksLiu Hua
2014-05-30kexec-tools: add --page-offset option for ARMWang Nan
2014-05-30kexec-tools: detect page_offset dynamicallyWang Nan
2014-05-11zImage-arm: init modified_cmdline with zeroWang Nan
2014-05-11zImage-arm: bugfix: kernel offset must be 0x8000Wang Nan
2014-05-02zImage-arm: get rid of static offsetDaniel Mack
2014-03-28Pass initrd position by dtbWang Nan