aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kexec (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-22powerpc/machdep: Remove stale functions from ppc_md structureChristophe Leroy3-15/+2
2021-10-22powerpc/kexec_file: Add of_node_put() before gotoWan Jiabing1-0/+1
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-9/+13
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek1-1/+1
2021-08-25powerpc: Avoid link stack corruption in misc asm functionsChristophe Leroy1-6/+6
2021-08-10powerpc/kexec: fix for_each_child.cocci warningkernel test robot1-1/+3
2021-07-26printk: remove NMI trackingJohn Ogness1-1/+1
2021-07-26powerpc/kexec: blacklist functions called in real mode for kprobeHari Bathini1-2/+4
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+2
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-2/+2
2021-06-25powerpc: mark local variables around longjmp as volatileArnd Bergmann1-2/+2
2021-05-04powerpc/kexec_file: Use current CPU info while setting up FDTSourabh Jain1-0/+92
2021-04-30Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+2
2021-04-26powerpc: If kexec_build_elf_info() fails return immediately from elf64_load()Lakshmi Ramasubramanian1-1/+1
2021-04-26powerpc: Free fdt on error in elf64_load()Lakshmi Ramasubramanian1-10/+6
2021-04-17powerpc/traps: Enhance readability for trap typesXiongwei Song1-1/+2
2021-03-11powerpc/kexec_file: Restore FDT size estimation for kdump kernelThiago Jung Bauermann2-19/+9
2021-03-08powerpc: Delete unused function delete_fdt_mem_rsv()Lakshmi Ramasubramanian1-32/+0
2021-03-08powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cLakshmi Ramasubramanian4-238/+0
2021-03-08powerpc: Move ima buffer fields to struct kimageLakshmi Ramasubramanian1-23/+6
2021-03-08powerpc: Use common of_kexec_alloc_and_setup_fdt()Rob Herring3-140/+25
2021-03-08powerpc: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian2-10/+10
2021-02-11powerpc/kexec_file: fix FDT size estimation for kdump kernelHari Bathini2-1/+36
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-6/+4
2020-10-13memblock: reduce number of parameters in for_each_mem_range()Mike Rapoport1-4/+2
2020-07-29powerpc/kexec_file: Enable early kernel OPAL callsHari Bathini1-0/+20
2020-07-29powerpc/kexec_file: Fix kexec load failure with lack of memory holeHari Bathini1-19/+14
2020-07-29powerpc/kexec_file: Add appropriate regions for memory reserve mapHari Bathini1-5/+53
2020-07-29powerpc/kexec_file: Prepare elfcore header for crashing kernelHari Bathini3-0/+228
2020-07-29powerpc/kexec_file: Setup backup region for kdump kernelHari Bathini2-3/+99
2020-07-29powerpc/kexec_file: Restrict memory usage of kdump kernelHari Bathini1-1/+385
2020-07-29powerpc/kexec_file: Avoid stomping memory used by special regionsHari Bathini3-2/+520
2020-07-29powerpc/kexec_file: Add helper functions for getting memory rangesHari Bathini2-1/+236
2020-07-29powerpc/kexec_file: Mark PPC64 specific codeHari Bathini4-21/+94
2020-07-20powerpc/book3s64/keys/kuap: Reset AMR/IAMR values on kexecAneesh Kumar K.V1-0/+2
2020-06-02powerpc/crash: Use NMI context for printk when starting to crashLeonardo Bras1-0/+3
2020-06-02powerpc/crashkernel: Take "mem=" option into accountPingfan Liu1-3/+5
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+0
2020-04-01powerpc: Make setjmp/longjmp signature standardClement Courbet1-3/+0
2020-03-25powerpc: Replace cpu_up/down() with add/remove_cpu()Qais Yousef1-1/+1
2019-11-25powerpc: Avoid clang warnings around setjmp and longjmpNathan Chancellor1-2/+2
2019-11-21powerpc/kexec: Move kexec files into a dedicated subdir.Christophe Leroy9-0/+2263