aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/fadump.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-13powerpc/fadump: when fadump is supported register the fadump sysfs files.Michal Suchanek1-9/+6
2019-09-14powerpc/fadump: support holes in kernel boot memory areaHari Bathini1-29/+162
2019-09-14powerpc/fadump: remove RMA_START and RMA_END macrosHari Bathini1-15/+17
2019-09-14powerpc/fadump: consider f/w load areaHari Bathini1-4/+12
2019-09-14powerpc/fadump: add support to preserve crash data on FADUMP disabled kernelHari Bathini1-5/+39
2019-09-14powerpc/fadump: improve how crashed kernel's memory is reservedHari Bathini1-24/+29
2019-09-14powerpc/fadump: consider reserved ranges while releasing memoryHari Bathini1-21/+146
2019-09-14powerpc/fadump: make crash memory ranges array allocation genericHari Bathini1-53/+60
2019-09-14powerpc/fadump: make use of memblock's bottom up allocation modeHari Bathini1-14/+12
2019-09-14powerpc/fadump: handle invalidation of crashdump and re-registraionHari Bathini1-1/+7
2019-09-14powerpc/fadump: reset metadata address during clean upHari Bathini1-0/+6
2019-09-14powerpc/fadump: register kernel metadata address with opalHari Bathini1-3/+20
2019-09-14powerpc/fadump: improve fadump_reserve_mem()Hari Bathini1-23/+25
2019-09-14powerpc/fadump: add fadump support on powernvHari Bathini1-3/+12
2019-09-14pseries/fadump: move out platform specific support from generic codeHari Bathini1-315/+14
2019-09-14powerpc/fadump: release all the memory above boot memory sizeHari Bathini1-24/+10
2019-09-14pseries/fadump: define RTAS register/un-register callback functionsHari Bathini1-150/+15
2019-09-14powerpc/fadump: introduce callbacks for platform specific operationsHari Bathini1-44/+1
2019-09-14powerpc/fadump: move rtas specific definitions to platform codeHari Bathini1-47/+49
2019-09-14powerpc/fadump: use helper functions to reserve/release cpu notes bufferHari Bathini1-15/+6
2019-09-14powerpc/fadump: declare helper functions in internal header fileHari Bathini1-8/+8
2019-09-14powerpc/fadump: add helper functionsHari Bathini1-61/+66
2019-09-14powerpc/fadump: move internal macros/definitions to a new headerHari Bathini1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-03powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy1-0/+1
2018-12-21powerpc/fadump: Do not allow hot-remove memory from fadump reserved area.Mahesh Salgaonkar1-2/+8
2018-12-21powerpc/fadump: Throw proper error message on fadump registration failureMahesh Salgaonkar1-2/+33
2018-12-21powerpc/fadump: Reservationless firmware assisted dumpMahesh Salgaonkar1-10/+87
2018-11-25powerpc/fadump: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-11/+1
2018-09-19powerpc/fadump: re-register firmware-assisted dump if already registeredHari Bathini1-2/+2
2018-08-20powerpc/fadump: cleanup crash memory ranges supportHari Bathini1-7/+1
2018-08-10powerpc/fadump: merge adjacent memory ranges to reduce PT_LOAD segementsHari Bathini1-9/+36
2018-08-10powerpc/fadump: handle crash memory ranges array index overflowHari Bathini1-14/+77
2018-05-03powerpc/fadump: Unregister fadump on kexec down path.Mahesh Salgaonkar1-0/+3
2018-05-03powerpc/fadump: Do not use hugepages when fadump is activeHari Bathini1-0/+8
2018-05-03powerpc/fadump: exclude memory holes while reserving memory in second kernelMahesh Salgaonkar1-6/+23
2017-12-05Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier"David Gibson1-22/+0
2017-11-13powerpc/fadump: use kstrtoint to handle sysfs storeMichal Suchanek1-4/+13
2017-08-31powerpc/powernv: Use kernel crash path for machine checksNicholas Piggin1-1/+8
2017-08-31powerpc: Do not call ppc_md.panic in fadump panic notifierNicholas Piggin1-0/+22
2017-07-12powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang1-2/+1
2017-06-28powerpc/fadump: add reschedule point while releasing memoryHari Bathini1-11/+54
2017-06-28powerpc/fadump: provide a helpful error messageHari Bathini1-0/+36
2017-06-28powerpc/fadump: avoid holes in boot memory area when fadump is registeredHari Bathini1-0/+12
2017-06-28powerpc/fadump: avoid duplicates in crash memory rangesHari Bathini1-2/+13
2017-06-02powerpc/fadump: Set an upper limit for boot memory sizeHari Bathini1-1/+15
2017-06-02powerpc/fadump: Update comment about offset where fadump is reservedHari Bathini1-2/+2
2017-06-02powerpc/fadump: Add a warning when 'fadump_reserve_mem=' is usedHari Bathini1-0/+25
2017-06-02powerpc/fadump: Return error when fadump registration failsMichal Suchanek1-8/+15
2017-05-08powerpc/fadump: reuse crashkernel parameter for fadump memory reservationHari Bathini1-13/+10