summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/fadump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc/fadump: introduce callbacks for platform specific operationsHari Bathini2019-09-141-44/+1
* powerpc/fadump: move rtas specific definitions to platform codeHari Bathini2019-09-141-47/+49
* powerpc/fadump: use helper functions to reserve/release cpu notes bufferHari Bathini2019-09-141-15/+6
* powerpc/fadump: declare helper functions in internal header fileHari Bathini2019-09-141-8/+8
* powerpc/fadump: add helper functionsHari Bathini2019-09-141-61/+66
* powerpc/fadump: move internal macros/definitions to a new headerHari Bathini2019-09-141-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy2019-05-031-0/+1
* powerpc/fadump: Do not allow hot-remove memory from fadump reserved area.Mahesh Salgaonkar2018-12-211-2/+8
* powerpc/fadump: Throw proper error message on fadump registration failureMahesh Salgaonkar2018-12-211-2/+33
* powerpc/fadump: Reservationless firmware assisted dumpMahesh Salgaonkar2018-12-211-10/+87
* powerpc/fadump: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-251-11/+1
* powerpc/fadump: re-register firmware-assisted dump if already registeredHari Bathini2018-09-191-2/+2
* powerpc/fadump: cleanup crash memory ranges supportHari Bathini2018-08-201-7/+1
* powerpc/fadump: merge adjacent memory ranges to reduce PT_LOAD segementsHari Bathini2018-08-101-9/+36
* powerpc/fadump: handle crash memory ranges array index overflowHari Bathini2018-08-101-14/+77
* powerpc/fadump: Unregister fadump on kexec down path.Mahesh Salgaonkar2018-05-031-0/+3