summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/fadump.c
AgeCommit message (Expand)Author
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
2019-09-14powerpc/fadump: release all the memory above boot memory sizeHari Bathini
2019-09-14pseries/fadump: define RTAS register/un-register callback functionsHari Bathini
2019-09-14powerpc/fadump: introduce callbacks for platform specific operationsHari Bathini
2019-09-14powerpc/fadump: move rtas specific definitions to platform codeHari Bathini
2019-09-14powerpc/fadump: use helper functions to reserve/release cpu notes bufferHari Bathini
2019-09-14powerpc/fadump: declare helper functions in internal header fileHari Bathini
2019-09-14powerpc/fadump: add helper functionsHari Bathini
2019-09-14powerpc/fadump: move internal macros/definitions to a new headerHari Bathini
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-03powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy
2018-12-21powerpc/fadump: Do not allow hot-remove memory from fadump reserved area.Mahesh Salgaonkar
2018-12-21powerpc/fadump: Throw proper error message on fadump registration failureMahesh Salgaonkar