summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kexec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-032-9/+13
|\
| * powerpc: Avoid link stack corruption in misc asm functionsChristophe Leroy2021-08-251-6/+6
| * powerpc/kexec: fix for_each_child.cocci warningkernel test robot2021-08-101-1/+3
| * powerpc/kexec: blacklist functions called in real mode for kprobeHari Bathini2021-07-261-2/+4
* | Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek2021-08-301-1/+1
|\ \ | |/ |/|
| * printk: remove NMI trackingJohn Ogness2021-07-261-1/+1
* | Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-021-2/+2
|\ \ | |/ |/|
| * powerpc: mark local variables around longjmp as volatileArnd Bergmann2021-06-251-2/+2
* | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-2/+2
|/
* powerpc/kexec_file: Use current CPU info while setting up FDTSourabh Jain2021-05-041-0/+92