summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/fadump.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-281-19/+33
|\
| * powerpc: Finalise cleanup around ABI useChristophe Leroy2022-05-191-5/+8
| * powerpc: Add missing headersChristophe Leroy2022-05-081-1/+2
| * powerpc: fix typos in commentsJulia Lawall2022-05-051-2/+2
| * powerpc/fadump: Use swap() instead of open coding itJiapeng Chong2022-05-041-6/+2
| * powerpc/fadump: Correct two typos in a commentRandy Dunlap2022-05-041-2/+2
| * powerpc/fadump: align destination address to pagesizeHari Bathini2022-04-261-0/+5
| * powerpc/fadump: fix PT_LOAD segment for boot memory areaHari Bathini2022-04-261-2/+6
| * powerpc/fadump: save CPU reg data in vmcore when PHYP terminates LPARHari Bathini2022-04-261-1/+6
* | ELF: Remove elf_core_copy_kernel_regs()Brian Gerst2022-04-141-1/+1
|/
* Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-251-3/+10
|\
| * powerpc/fadump: register for fadump as early as possibleHari Bathini2022-03-011-3/+10
* | powerpc/fadump: opt out from freeing pages on cma activation failureHari Bathini2022-03-221-0/+6
* | cma: factor out minimum alignment requirementDavid Hildenbrand2022-03-221-1/+1
|/
* powerpc/kernel: Add __init attribute to eligible functionsNick Child2021-12-231-9/+9
* powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panicHari Bathini2021-12-091-0/+8
* powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V2021-08-131-2/+2
* powerpc/fadump: Fix sparse warningsMichael Ellerman2021-04-221-7/+6
* powerpc/fadump: Fix compile error since trap type changeMichael Ellerman2021-04-191-0/+1
* powerpc/traps: Enhance readability for trap typesXiongwei Song2021-04-171-1/+1
* powerpc/fadump: Mark fadump_calculate_reserve_size as __initNathan Chancellor2021-03-241-1/+1
* Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-161-2/+0
|\
| * powerpc/fadump: Remove set but not used variable 'elf'zhengbin2020-08-251-2/+0
* | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-27/+23
* | arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport2020-10-131-5/+6
|/
* powerpc/fadump: Fix build error with CONFIG_PRESERVE_FA_DUMP=yMichael Ellerman2020-07-271-1/+3
* powerpc/fadump: fix race between pstore write and fadump crash triggerSourabh Jain2020-07-161-0/+24
* powerpc/fadump: Account for memory_limit while reserving memoryHari Bathini2020-06-021-1/+1
* powerpc/fadump: consider reserved ranges while reserving memoryHari Bathini2020-05-041-9/+67
* powerpc/fadump: use static allocation for reserved memory rangesHari Bathini2020-05-041-32/+45
* powerpc/kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-03-041-7/+3
* powerpc/fadump: sysfs for fadump memory reservationSourabh Jain2020-02-191-0/+9
* powerpc/fadump: Reorganize /sys/kernel/fadump_* sysfs filesSourabh Jain2020-02-191-34/+85
* powerpc/fadump: when fadump is supported register the fadump sysfs files.Michal Suchanek2019-11-131-9/+6
* powerpc/fadump: support holes in kernel boot memory areaHari Bathini2019-09-141-29/+162
* powerpc/fadump: remove RMA_START and RMA_END macrosHari Bathini2019-09-141-15/+17
* powerpc/fadump: consider f/w load areaHari Bathini2019-09-141-4/+12
* powerpc/fadump: add support to preserve crash data on FADUMP disabled kernelHari Bathini2019-09-141-5/+39
* powerpc/fadump: improve how crashed kernel's memory is reservedHari Bathini2019-09-141-24/+29
* powerpc/fadump: consider reserved ranges while releasing memoryHari Bathini2019-09-141-21/+146
* powerpc/fadump: make crash memory ranges array allocation genericHari Bathini2019-09-141-53/+60
* powerpc/fadump: make use of memblock's bottom up allocation modeHari Bathini2019-09-141-14/+12
* powerpc/fadump: handle invalidation of crashdump and re-registraionHari Bathini2019-09-141-1/+7
* powerpc/fadump: reset metadata address during clean upHari Bathini2019-09-141-0/+6
* powerpc/fadump: register kernel metadata address with opalHari Bathini2019-09-141-3/+20
* powerpc/fadump: improve fadump_reserve_mem()Hari Bathini2019-09-141-23/+25
* powerpc/fadump: add fadump support on powernvHari Bathini2019-09-141-3/+12
* pseries/fadump: move out platform specific support from generic codeHari Bathini2019-09-141-315/+14
* powerpc/fadump: release all the memory above boot memory sizeHari Bathini2019-09-141-24/+10
* pseries/fadump: define RTAS register/un-register callback functionsHari Bathini2019-09-141-150/+15