summaryrefslogtreecommitdiffstats
path: root/kexec/arch/arm/crashdump-arm.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26ARM: Fix add_buffer_phys_virt() align issueHEADmastermainHaiqing Bai1-1/+4
2021-10-20arm: kdump: Add DT properties to crash dump kernel's DTBGeert Uytterhoeven1-2/+8
2017-05-22kexec: generalize and rename get_kernel_stext_sym()Pratyush Anand1-39/+1
2017-03-02crashdump/arm: Add get_crash_kernel_load_range() functionDaniel Kiper1-0/+5
2016-06-08arm: report which ELF core format we will useRussell King1-0/+3
2016-06-08arm: clean up phys/page offset debugRussell King1-2/+3
2016-06-08arm: fix type of phys_offsetRussell King1-2/+2
2016-06-08arm: add debug of reserved and coredump memory rangesRussell King1-0/+7
2016-06-08arm: add support for boot-time crash kernel resourceRussell King1-2/+11
2016-06-08arm: add support for multiple reserved regionsRussell King1-41/+25
2016-06-08arm: rename crash_reserved_mem to crash_kernel_memRussell King1-14/+14
2016-06-08arm: move crash system RAM parsing earlierRussell King1-42/+9
2016-06-08arm: use generic mem_region sorting implementationRussell King1-15/+1
2016-06-08arm: parse crash_reserved_mem earlyRussell King1-12/+35
2016-06-08arm: add maximum number of memory rangesRussell King1-2/+2
2016-06-08arm: report if crash kernel is out of boundsRussell King1-0/+11
2016-06-08arm: fix ELF32/ELF64 checkRussell King1-2/+1
2016-06-08arm: fix get_kernel_stext_sym() to close its fileRussell King1-7/+16
2014-06-06kexec: ARM: add LPAE supportLiu Hua1-1/+18
2014-06-06kexec: iomem: accept u64 parameters for callbacksLiu Hua1-2/+2
2014-05-30kexec-tools: add --page-offset option for ARMWang Nan1-1/+16
2014-05-30kexec-tools: detect page_offset dynamicallyWang Nan1-1/+48
2014-01-14kexec: arm: Fix endianness in crashdump headerTaras Kondratiuk1-1/+8
2012-09-12arm: Make use of memory_rangesSimon Horman1-17/+28
2012-03-29arm: move DEBUG code to --debugCong Wang1-4/+3
2010-05-19kexec: implement ARM crashdump supportMika Westerberg1-0/+320