aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/fadump.c
AgeCommit message (Expand)Author
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
2017-05-08powerpc/fadump: remove dependency with CONFIG_KEXECHari Bathini
2017-04-11powerpc: Remove unnecessary includes of asm/debug.hMichael Ellerman
2017-04-11powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman
2017-03-31powerpc/fadump: Reserve memory at an offset closer to bottom of RAMHari Bathini
2017-01-30powerpc/fadump: Fix the race in crash_fadump().Mahesh Salgaonkar
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-07powerpc: implement arch_reserved_kernel_pagesSrikar Dronamraju
2016-10-04powerpc/fadump: Fix build break when CONFIG_PROC_VMCORE=nMichael Ellerman
2016-09-13powerpc/fadump: Set core e_flags using kernel's ELF ABI versionDaniel Axtens
2016-07-05powerpc/fadump: Fix build error introduced by recent cleanupMichael Ellerman
2016-06-28powerpc/fadump: Trivial fix of spelling mistake, clean up messageColin Ian King
2016-01-20powerpc/fadump: rename cpu_online_mask member of struct fadump_crash_info_headerRasmus Villemoes
2014-10-30powerpc/fadump: Fix endianess issues in firmware assisted dump handlingHari Bathini
2014-06-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2014-05-28arch: powerpc/fadump: Cleaning up inconsistent NULL checksRickard Strandqvist
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring
2014-04-28powerpc/prom: Stop scanning dev-tree for fdump earlyGavin Shan
2013-04-29mm/ppc: use common help functions to free reserved pagesJiang Liu
2012-09-07powerpc: Change memory_limit from phys_addr_t to unsigned long longSuzuki Poulose
2012-04-02powerpc: Fix fallout from system.h split upStephen Rothwell
2012-02-23fadump: Invalidate registration and release reserved memory for general use.Mahesh Salgaonkar
2012-02-23fadump: Add PT_NOTE program header for vmcoreinfoMahesh Salgaonkar
2012-02-23fadump: Convert firmware-assisted cpu state dump data into elf notes.Mahesh Salgaonkar
2012-02-23fadump: Initialize elfcore header and add PT_LOAD program headers.Mahesh Salgaonkar
2012-02-23fadump: Register for firmware assisted dump.Mahesh Salgaonkar