summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/fadump.c
AgeCommit message (Expand)Author
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He
2023-08-18powerpc/fadump: reset dump area size if fadump memory reserve failsSourabh Jain
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-05-19powerpc: Finalise cleanup around ABI useChristophe Leroy
2022-05-08powerpc: Add missing headersChristophe Leroy
2022-05-05powerpc: fix typos in commentsJulia Lawall
2022-05-04powerpc/fadump: Use swap() instead of open coding itJiapeng Chong
2022-05-04powerpc/fadump: Correct two typos in a commentRandy Dunlap
2022-04-26powerpc/fadump: align destination address to pagesizeHari Bathini
2022-04-26powerpc/fadump: fix PT_LOAD segment for boot memory areaHari Bathini
2022-04-26powerpc/fadump: save CPU reg data in vmcore when PHYP terminates LPARHari Bathini
2022-04-14ELF: Remove elf_core_copy_kernel_regs()Brian Gerst
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-03-22powerpc/fadump: opt out from freeing pages on cma activation failureHari Bathini
2022-03-22cma: factor out minimum alignment requirementDavid Hildenbrand
2022-03-01powerpc/fadump: register for fadump as early as possibleHari Bathini
2021-12-23powerpc/kernel: Add __init attribute to eligible functionsNick Child
2021-12-09powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panicHari Bathini
2021-08-13powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V
2021-04-22powerpc/fadump: Fix sparse warningsMichael Ellerman
2021-04-19powerpc/fadump: Fix compile error since trap type changeMichael Ellerman
2021-04-17powerpc/traps: Enhance readability for trap typesXiongwei Song
2021-03-24powerpc/fadump: Mark fadump_calculate_reserve_size as __initNathan Chancellor
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport
2020-10-13arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport
2020-08-25powerpc/fadump: Remove set but not used variable 'elf'zhengbin
2020-07-27powerpc/fadump: Fix build error with CONFIG_PRESERVE_FA_DUMP=yMichael Ellerman
2020-07-16powerpc/fadump: fix race between pstore write and fadump crash triggerSourabh Jain
2020-06-02powerpc/fadump: Account for memory_limit while reserving memoryHari Bathini
2020-05-04powerpc/fadump: consider reserved ranges while reserving memoryHari Bathini
2020-05-04powerpc/fadump: use static allocation for reserved memory rangesHari Bathini
2020-03-04powerpc/kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2020-02-19powerpc/fadump: sysfs for fadump memory reservationSourabh Jain
2020-02-19powerpc/fadump: Reorganize /sys/kernel/fadump_* sysfs filesSourabh Jain
2019-11-13powerpc/fadump: when fadump is supported register the fadump sysfs files.Michal Suchanek
2019-09-14powerpc/fadump: support holes in kernel boot memory areaHari Bathini
2019-09-14powerpc/fadump: remove RMA_START and RMA_END macrosHari Bathini
2019-09-14powerpc/fadump: consider f/w load areaHari Bathini
2019-09-14powerpc/fadump: add support to preserve crash data on FADUMP disabled kernelHari Bathini
2019-09-14powerpc/fadump: improve how crashed kernel's memory is reservedHari Bathini
2019-09-14powerpc/fadump: consider reserved ranges while releasing memoryHari Bathini
2019-09-14powerpc/fadump: make crash memory ranges array allocation genericHari Bathini
2019-09-14powerpc/fadump: make use of memblock's bottom up allocation modeHari Bathini
2019-09-14powerpc/fadump: handle invalidation of crashdump and re-registraionHari Bathini
2019-09-14powerpc/fadump: reset metadata address during clean upHari Bathini
2019-09-14powerpc/fadump: register kernel metadata address with opalHari Bathini
2019-09-14powerpc/fadump: improve fadump_reserve_mem()Hari Bathini
2019-09-14powerpc/fadump: add fadump support on powernvHari Bathini
2019-09-14pseries/fadump: move out platform specific support from generic codeHari Bathini