aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kexec
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-07powerpc: Set crashkernel offset to mid of RMA regionGravatar Sourabh Jain 1-4/+11
2021-12-23powerpc/kernel: Add __init attribute to eligible functionsGravatar Nick Child 1-1/+1
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUGravatar Nicholas Piggin 2-3/+3
2021-10-22powerpc/machdep: Remove stale functions from ppc_md structureGravatar Christophe Leroy 3-15/+2
2021-10-22powerpc/kexec_file: Add of_node_put() before gotoGravatar Wan Jiabing 1-0/+1
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-9/+13
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusGravatar Petr Mladek 1-1/+1
2021-08-25powerpc: Avoid link stack corruption in misc asm functionsGravatar Christophe Leroy 1-6/+6
2021-08-10powerpc/kexec: fix for_each_child.cocci warningGravatar kernel test robot 1-1/+3
2021-07-26printk: remove NMI trackingGravatar John Ogness 1-1/+1
2021-07-26powerpc/kexec: blacklist functions called in real mode for kprobeGravatar Hari Bathini 1-2/+4
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+2
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAGravatar Mike Rapoport 1-2/+2
2021-06-25powerpc: mark local variables around longjmp as volatileGravatar Arnd Bergmann 1-2/+2
2021-05-04powerpc/kexec_file: Use current CPU info while setting up FDTGravatar Sourabh Jain 1-0/+92