summaryrefslogtreecommitdiff
path: root/arch/powerpc/kexec
AgeCommit message (Expand)AuthorFilesLines
2024-05-03powerpc/crash: remove unnecessary NULL check before kvfree()Sourabh Jain1-2/+1
2024-04-23powerpc/crash: add crash memory hotplug supportSourabh Jain3-2/+198
2024-04-23powerpc/crash: add crash CPU hotplug supportSourabh Jain3-1/+122
2024-04-23powerpc/kexec: make the update_cpus_node() function publicSourabh Jain2-87/+91
2024-04-23powerpc/kexec: move *_memory_ranges functions to ranges.cSourabh Jain3-201/+220
2024-03-17powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependencyHari Bathini2-1/+6
2024-03-17powerpc/kexec: split CONFIG_KEXEC_FILE and CONFIG_CRASH_DUMPHari Bathini2-131/+142
2024-03-16Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-3/+7
2024-03-03powerpc: Stop using of_rootChristophe Leroy1-3/+5
2024-03-03powerpc/32: Curb objtool unannotated intra-function call warningSathvika Vasireddy1-0/+2
2024-02-24arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.cBaoquan He3-28/+33
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds3-15/+14
2023-12-21kexec_file, power: print out debugging message if requiredBaoquan He2-13/+13
2023-12-13powerpc: add cpu_spec.cpu_features to vmcoreinfoAditya Gupta1-0/+1
2023-12-11arch: remove ARCH_TASK_STRUCT_ON_STACKHeiko Carstens1-2/+1
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-7/+14
2023-10-25powerpc/vmcore: Add MMU information to vmcoreinfoAditya Gupta1-0/+3
2023-10-25Revert "powerpc: add `cur_cpu_spec` symbol to vmcoreinfo"Michael Ellerman1-2/+0
2023-10-19powerpc: Annotate endianness of various variables and functionsBenjamin Gray2-5/+5
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He1-1/+1
2023-09-18powerpc: add `cur_cpu_spec` symbol to vmcoreinfoAditya Gupta1-0/+2
2023-09-18powerpc/kexec_file: add missing of_node_putJulia Lawall1-2/+6
2023-08-18powerpc: Move DMA64_PROPNAME define to a headerMichal Suchanek1-4/+1
2023-08-14powerpc: mark more local variables as volatileArnd Bergmann1-1/+1
2023-08-02powerpc/kexec: fix minor typoLaurent Dufour1-3/+3
2023-08-02powerpc: Explicitly include correct DT includesRob Herring2-2/+2
2023-02-15powerpc/kexec_file: print error string on usable memory property update failureSourabh Jain1-1/+2
2023-02-12powerpc/pseries: Pass PLPKS password on kexecRussell Currey1-5/+13
2023-02-06powerpc/kexec_file: fix implicit decl errorRandy Dunlap1-0/+1
2023-02-01powerpc/kexec_file: Count hot-pluggable memory in FDT estimateSourabh Jain1-1/+1
2023-01-31powerpc/kexec_file: Fix division by zero in extra size estimationMichael Ellerman1-4/+7
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+58
2022-12-07powerpc: Take in account addition CPU node when building kexec FDTLaurent Dufour1-1/+58
2022-11-19kexec: replace crash_mem_range with rangeLi Chen2-5/+5
2022-09-28powerpc/64/kdump: Limit kdump base to 512MBHari Bathini1-3/+3
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy1-1/+1
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy2-3/+3
2022-08-10powerpc/kexec: Fix build failure from uninitialised variableRussell Currey1-5/+5
2022-08-03powerpc/64e: Fix kexec build errorMichael Ellerman1-0/+1
2022-07-28pseries/iommu/ddw: Fix kdump to work in absence of ibm,dma-windowAlexey Kardashevskiy1-0/+54
2022-07-28powerpc/crash: save cpu register data in crash_smp_send_stop()Hari Bathini1-30/+47
2022-06-29powerpc: Include asm/firmware.h in all users of firmware_has_feature()Christophe Leroy1-0/+1
2022-06-20powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy1-0/+1
2022-05-29powerpc/kasan: Mark more real-mode code as not to be instrumentedPaul Mackerras1-1/+1
2022-05-22powerpc/kasan: Disable address sanitization in kexec pathsDaniel Axtens1-0/+2
2022-05-08powerpc: Add missing headersChristophe Leroy1-1/+1
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2-2/+0
2022-05-05powerpc: fix typos in commentsJulia Lawall1-1/+1
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy1-1/+0
2022-03-07powerpc/kexec: Declare kexec_paca staticChristophe Leroy1-1/+1