summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kexec
Commit message (Expand)AuthorAgeFilesLines
* powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependencyHari Bathini2024-03-172-1/+6
* powerpc/kexec: split CONFIG_KEXEC_FILE and CONFIG_CRASH_DUMPHari Bathini2024-03-172-131/+142
* Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-152-3/+7
|\
| * powerpc: Stop using of_rootChristophe Leroy2024-03-031-3/+5
| * powerpc/32: Curb objtool unannotated intra-function call warningSathvika Vasireddy2024-03-031-0/+2
* | arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.cBaoquan He2024-02-233-28/+33
|/
* Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-093-15/+14
|\
| * kexec_file, power: print out debugging message if requiredBaoquan He2023-12-202-13/+13
| * arch: remove ARCH_TASK_STRUCT_ON_STACKHeiko Carstens2023-12-101-2/+1
* | powerpc: add cpu_spec.cpu_features to vmcoreinfoAditya Gupta2023-12-131-0/+1
|/
* Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-11-033-7/+14
|\
| * powerpc/vmcore: Add MMU information to vmcoreinfoAditya Gupta2023-10-251-0/+3
| * Revert "powerpc: add `cur_cpu_spec` symbol to vmcoreinfo"Michael Ellerman2023-10-251-2/+0
| * powerpc: Annotate endianness of various variables and functionsBenjamin Gray2023-10-192-5/+5
| * powerpc: add `cur_cpu_spec` symbol to vmcoreinfoAditya Gupta2023-09-181-0/+2
| * powerpc/kexec_file: add missing of_node_putJulia Lawall2023-09-181-2/+6
* | crash_core: change the prototype of function parse_crashkernel()Baoquan He2023-10-041-1/+1
|/
* powerpc: Move DMA64_PROPNAME define to a headerMichal Suchanek2023-08-181-4/+1
* powerpc: mark more local variables as volatileArnd Bergmann2023-08-141-1/+1
* powerpc/kexec: fix minor typoLaurent Dufour2023-08-021-3/+3
* powerpc: Explicitly include correct DT includesRob Herring2023-08-022-2/+2
* powerpc/kexec_file: print error string on usable memory property update failureSourabh Jain2023-02-151-1/+2
* powerpc/pseries: Pass PLPKS password on kexecRussell Currey2023-02-121-5/+13
* powerpc/kexec_file: fix implicit decl errorRandy Dunlap2023-02-061-0/+1
* powerpc/kexec_file: Count hot-pluggable memory in FDT estimateSourabh Jain2023-02-011-1/+1
* powerpc/kexec_file: Fix division by zero in extra size estimationMichael Ellerman2023-01-311-4/+7
* Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-191-1/+58
|\
| * powerpc: Take in account addition CPU node when building kexec FDTLaurent Dufour2022-12-071-1/+58
* | kexec: replace crash_mem_range with rangeLi Chen2022-11-182-5/+5
|/
* powerpc/64/kdump: Limit kdump base to 512MBHari Bathini2022-09-281-3/+3
* powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy2022-09-261-1/+1
* powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy2022-09-262-3/+3
* powerpc/kexec: Fix build failure from uninitialised variableRussell Currey2022-08-101-5/+5
* powerpc/64e: Fix kexec build errorMichael Ellerman2022-08-031-0/+1
* pseries/iommu/ddw: Fix kdump to work in absence of ibm,dma-windowAlexey Kardashevskiy2022-07-281-0/+54
* powerpc/crash: save cpu register data in crash_smp_send_stop()Hari Bathini2022-07-281-30/+47
* powerpc: Include asm/firmware.h in all users of firmware_has_feature()Christophe Leroy2022-06-291-0/+1
* powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy2022-06-201-0/+1
* powerpc/kasan: Mark more real-mode code as not to be instrumentedPaul Mackerras2022-05-291-1/+1
* powerpc/kasan: Disable address sanitization in kexec pathsDaniel Axtens2022-05-221-0/+2
* powerpc: Add missing headersChristophe Leroy2022-05-081-1/+1
* powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-082-2/+0
* powerpc: fix typos in commentsJulia Lawall2022-05-051-1/+1
* powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy2022-03-081-1/+0
* powerpc/kexec: Declare kexec_paca staticChristophe Leroy2022-03-081-1/+1
* powerpc: Set crashkernel offset to mid of RMA regionSourabh Jain2022-02-071-4/+11
* powerpc/kernel: Add __init attribute to eligible functionsNick Child2021-12-231-1/+1
* powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-092-3/+3
* powerpc/machdep: Remove stale functions from ppc_md structureChristophe Leroy2021-10-223-15/+2
* powerpc/kexec_file: Add of_node_put() before gotoWan Jiabing2021-10-221-0/+1