summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/fadump.c
AgeCommit message (Expand)Author
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
2018-12-21powerpc/fadump: Reservationless firmware assisted dumpMahesh Salgaonkar
2018-11-25powerpc/fadump: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li
2018-09-19powerpc/fadump: re-register firmware-assisted dump if already registeredHari Bathini
2018-08-20powerpc/fadump: cleanup crash memory ranges supportHari Bathini
2018-08-10powerpc/fadump: merge adjacent memory ranges to reduce PT_LOAD segementsHari Bathini
2018-08-10powerpc/fadump: handle crash memory ranges array index overflowHari Bathini
2018-05-03powerpc/fadump: Unregister fadump on kexec down path.Mahesh Salgaonkar
2018-05-03powerpc/fadump: Do not use hugepages when fadump is activeHari Bathini
2018-05-03powerpc/fadump: exclude memory holes while reserving memory in second kernelMahesh Salgaonkar
2017-12-05Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier"David Gibson
2017-11-13powerpc/fadump: use kstrtoint to handle sysfs storeMichal Suchanek
2017-08-31powerpc/powernv: Use kernel crash path for machine checksNicholas Piggin
2017-08-31powerpc: Do not call ppc_md.panic in fadump panic notifierNicholas Piggin
2017-07-12powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang
2017-06-28powerpc/fadump: add reschedule point while releasing memoryHari Bathini
2017-06-28powerpc/fadump: provide a helpful error messageHari Bathini
2017-06-28powerpc/fadump: avoid holes in boot memory area when fadump is registeredHari Bathini
2017-06-28powerpc/fadump: avoid duplicates in crash memory rangesHari Bathini
2017-06-02powerpc/fadump: Set an upper limit for boot memory sizeHari Bathini
2017-06-02powerpc/fadump: Update comment about offset where fadump is reservedHari Bathini
2017-06-02powerpc/fadump: Add a warning when 'fadump_reserve_mem=' is usedHari Bathini
2017-06-02powerpc/fadump: Return error when fadump registration failsMichal Suchanek
2017-05-08powerpc/fadump: reuse crashkernel parameter for fadump memory reservationHari Bathini