summaryrefslogtreecommitdiff
path: root/arch/powerpc/kexec
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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