aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kexec
AgeCommit message (Expand)AuthorFilesLines
2024-05-03powerpc/crash: remove unnecessary NULL check before kvfree()Gravatar Sourabh Jain 1-2/+1
2024-04-23powerpc/crash: add crash memory hotplug supportGravatar Sourabh Jain 3-2/+198
2024-04-23powerpc/crash: add crash CPU hotplug supportGravatar Sourabh Jain 3-1/+122
2024-04-23powerpc/kexec: make the update_cpus_node() function publicGravatar Sourabh Jain 2-87/+91
2024-04-23powerpc/kexec: move *_memory_ranges functions to ranges.cGravatar Sourabh Jain 3-201/+220
2024-03-17powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependencyGravatar Hari Bathini 2-1/+6
2024-03-17powerpc/kexec: split CONFIG_KEXEC_FILE and CONFIG_CRASH_DUMPGravatar Hari Bathini 2-131/+142
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-3/+7
2024-03-03powerpc: Stop using of_rootGravatar Christophe Leroy 1-3/+5
2024-03-03powerpc/32: Curb objtool unannotated intra-function call warningGravatar Sathvika Vasireddy 1-0/+2
2024-02-23arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.cGravatar Baoquan He 3-28/+33
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 3-15/+14
2023-12-20kexec_file, power: print out debugging message if requiredGravatar Baoquan He 2-13/+13
2023-12-13powerpc: add cpu_spec.cpu_features to vmcoreinfoGravatar Aditya Gupta 1-0/+1
2023-12-10arch: remove ARCH_TASK_STRUCT_ON_STACKGravatar Heiko Carstens 1-2/+1
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 3-7/+14
2023-10-25powerpc/vmcore: Add MMU information to vmcoreinfoGravatar Aditya Gupta 1-0/+3
2023-10-25Revert "powerpc: add `cur_cpu_spec` symbol to vmcoreinfo"Gravatar Michael Ellerman 1-2/+0
2023-10-19powerpc: Annotate endianness of various variables and functionsGravatar Benjamin Gray 2-5/+5
2023-10-04crash_core: change the prototype of function parse_crashkernel()Gravatar Baoquan He 1-1/+1
2023-09-18powerpc: add `cur_cpu_spec` symbol to vmcoreinfoGravatar Aditya Gupta 1-0/+2
2023-09-18powerpc/kexec_file: add missing of_node_putGravatar Julia Lawall 1-2/+6
2023-08-18powerpc: Move DMA64_PROPNAME define to a headerGravatar Michal Suchanek 1-4/+1
2023-08-14powerpc: mark more local variables as volatileGravatar Arnd Bergmann 1-1/+1
2023-08-02powerpc/kexec: fix minor typoGravatar Laurent Dufour 1-3/+3
2023-08-02powerpc: Explicitly include correct DT includesGravatar Rob Herring 2-2/+2
2023-02-15powerpc/kexec_file: print error string on usable memory property update failureGravatar Sourabh Jain 1-1/+2
2023-02-12powerpc/pseries: Pass PLPKS password on kexecGravatar Russell Currey 1-5/+13
2023-02-06powerpc/kexec_file: fix implicit decl errorGravatar Randy Dunlap 1-0/+1
2023-02-01powerpc/kexec_file: Count hot-pluggable memory in FDT estimateGravatar Sourabh Jain 1-1/+1
2023-01-31powerpc/kexec_file: Fix division by zero in extra size estimationGravatar Michael Ellerman 1-4/+7
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+58
2022-12-07powerpc: Take in account addition CPU node when building kexec FDTGravatar Laurent Dufour 1-1/+58
2022-11-18kexec: replace crash_mem_range with rangeGravatar Li Chen 2-5/+5
2022-09-28powerpc/64/kdump: Limit kdump base to 512MBGravatar Hari Bathini 1-3/+3
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EGravatar Christophe Leroy 1-1/+1
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEGravatar Christophe Leroy 2-3/+3
2022-08-10powerpc/kexec: Fix build failure from uninitialised variableGravatar Russell Currey 1-5/+5
2022-08-03powerpc/64e: Fix kexec build errorGravatar Michael Ellerman 1-0/+1
2022-07-28pseries/iommu/ddw: Fix kdump to work in absence of ibm,dma-windowGravatar Alexey Kardashevskiy 1-0/+54
2022-07-28powerpc/crash: save cpu register data in crash_smp_send_stop()Gravatar Hari Bathini 1-30/+47
2022-06-29powerpc: Include asm/firmware.h in all users of firmware_has_feature()Gravatar Christophe Leroy 1-0/+1
2022-06-20powerpc: Don't include asm/setup.h in asm/machdep.hGravatar Christophe Leroy 1-0/+1
2022-05-29powerpc/kasan: Mark more real-mode code as not to be instrumentedGravatar Paul Mackerras 1-1/+1
2022-05-22powerpc/kasan: Disable address sanitization in kexec pathsGravatar Daniel Axtens 1-0/+2
2022-05-08powerpc: Add missing headersGravatar Christophe Leroy 1-1/+1
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itGravatar Christophe Leroy 2-2/+0
2022-05-05powerpc: fix typos in commentsGravatar Julia Lawall 1-1/+1
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hGravatar Christophe Leroy 1-1/+0
2022-03-08powerpc/kexec: Declare kexec_paca staticGravatar Christophe Leroy 1-1/+1