summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kexec
Commit message (Expand)AuthorAgeFilesLines
* powerpc/kexec_file: Use current CPU info while setting up FDTSourabh Jain2021-05-041-0/+92
* Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-04-301-1/+2
|\
| * powerpc/traps: Enhance readability for trap typesXiongwei Song2021-04-171-1/+2
* | powerpc: If kexec_build_elf_info() fails return immediately from elf64_load()Lakshmi Ramasubramanian2021-04-261-1/+1
* | powerpc: Free fdt on error in elf64_load()Lakshmi Ramasubramanian2021-04-261-10/+6
* | powerpc/kexec_file: Restore FDT size estimation for kdump kernelThiago Jung Bauermann2021-03-112-19/+9
* | powerpc: Delete unused function delete_fdt_mem_rsv()Lakshmi Ramasubramanian2021-03-081-32/+0
* | powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cLakshmi Ramasubramanian2021-03-084-238/+0
* | powerpc: Move ima buffer fields to struct kimageLakshmi Ramasubramanian2021-03-081-23/+6
* | powerpc: Use common of_kexec_alloc_and_setup_fdt()Rob Herring2021-03-083-140/+25
* | powerpc: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian2021-03-082-10/+10
|/
* powerpc/kexec_file: fix FDT size estimation for kdump kernelHari Bathini2021-02-112-1/+36
* arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-6/+4
* memblock: reduce number of parameters in for_each_mem_range()Mike Rapoport2020-10-131-4/+2
* powerpc/kexec_file: Enable early kernel OPAL callsHari Bathini2020-07-291-0/+20
* powerpc/kexec_file: Fix kexec load failure with lack of memory holeHari Bathini2020-07-291-19/+14
* powerpc/kexec_file: Add appropriate regions for memory reserve mapHari Bathini2020-07-291-5/+53
* powerpc/kexec_file: Prepare elfcore header for crashing kernelHari Bathini2020-07-293-0/+228
* powerpc/kexec_file: Setup backup region for kdump kernelHari Bathini2020-07-292-3/+99
* powerpc/kexec_file: Restrict memory usage of kdump kernelHari Bathini2020-07-291-1/+385
* powerpc/kexec_file: Avoid stomping memory used by special regionsHari Bathini2020-07-293-2/+520
* powerpc/kexec_file: Add helper functions for getting memory rangesHari Bathini2020-07-292-1/+236
* powerpc/kexec_file: Mark PPC64 specific codeHari Bathini2020-07-294-21/+94
* powerpc/book3s64/keys/kuap: Reset AMR/IAMR values on kexecAneesh Kumar K.V2020-07-201-0/+2
* powerpc/crash: Use NMI context for printk when starting to crashLeonardo Bras2020-06-021-0/+3
* powerpc/crashkernel: Take "mem=" option into accountPingfan Liu2020-06-021-3/+5
* Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-051-3/+0
|\
| * powerpc: Make setjmp/longjmp signature standardClement Courbet2020-04-011-3/+0
* | powerpc: Replace cpu_up/down() with add/remove_cpu()Qais Yousef2020-03-251-1/+1
|/
* powerpc: Avoid clang warnings around setjmp and longjmpNathan Chancellor2019-11-251-2/+2
* powerpc/kexec: Move kexec files into a dedicated subdir.Christophe Leroy2019-11-219-0/+2263