summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/fadump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc/fadump: Do not use hugepages when fadump is activeHari Bathini2018-05-031-0/+8
* powerpc/fadump: exclude memory holes while reserving memory in second kernelMahesh Salgaonkar2018-05-031-6/+23
* Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier"David Gibson2017-12-051-22/+0
* powerpc/fadump: use kstrtoint to handle sysfs storeMichal Suchanek2017-11-131-4/+13
* powerpc/powernv: Use kernel crash path for machine checksNicholas Piggin2017-08-311-1/+8
* powerpc: Do not call ppc_md.panic in fadump panic notifierNicholas Piggin2017-08-311-0/+22
* powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang2017-07-121-2/+1
* powerpc/fadump: add reschedule point while releasing memoryHari Bathini2017-06-281-11/+54
* powerpc/fadump: provide a helpful error messageHari Bathini2017-06-281-0/+36
* powerpc/fadump: avoid holes in boot memory area when fadump is registeredHari Bathini2017-06-281-0/+12
* powerpc/fadump: avoid duplicates in crash memory rangesHari Bathini2017-06-281-2/+13
* powerpc/fadump: Set an upper limit for boot memory sizeHari Bathini2017-06-021-1/+15
* powerpc/fadump: Update comment about offset where fadump is reservedHari Bathini2017-06-021-2/+2
* powerpc/fadump: Add a warning when 'fadump_reserve_mem=' is usedHari Bathini2017-06-021-0/+25
* powerpc/fadump: Return error when fadump registration failsMichal Suchanek2017-06-021-8/+15
* powerpc/fadump: reuse crashkernel parameter for fadump memory reservationHari Bathini2017-05-081-13/+10
* powerpc/fadump: remove dependency with CONFIG_KEXECHari Bathini2017-05-081-31/+3
* powerpc: Remove unnecessary includes of asm/debug.hMichael Ellerman2017-04-111-1/+0
* powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman2017-04-111-1/+1
* powerpc/fadump: Reserve memory at an offset closer to bottom of RAMHari Bathini2017-03-311-7/+26
* powerpc/fadump: Fix the race in crash_fadump().Mahesh Salgaonkar2017-01-301-1/+24
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-071-0/+5
|\
| * powerpc: implement arch_reserved_kernel_pagesSrikar Dronamraju2016-10-071-0/+5
* | powerpc/fadump: Fix build break when CONFIG_PROC_VMCORE=nMichael Ellerman2016-10-041-0/+2
* | powerpc/fadump: Set core e_flags using kernel's ELF ABI versionDaniel Axtens2016-09-131-1/+5
|/
* powerpc/fadump: Fix build error introduced by recent cleanupMichael Ellerman2016-07-051-1/+1
* powerpc/fadump: Trivial fix of spelling mistake, clean up messageColin Ian King2016-06-281-3/+2
* powerpc/fadump: rename cpu_online_mask member of struct fadump_crash_info_headerRasmus Villemoes2016-01-201-2/+2
* powerpc/fadump: Fix endianess issues in firmware assisted dump handlingHari Bathini2014-10-301-57/+57
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-101-5/+8
|\
| * arch: powerpc/fadump: Cleaning up inconsistent NULL checksRickard Strandqvist2014-05-281-3/+5
| * powerpc/prom: Stop scanning dev-tree for fdump earlyGavin Shan2014-04-281-2/+3
* | of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring2014-04-301-2/+2
|/
* mm/ppc: use common help functions to free reserved pagesJiang Liu2013-04-291-4/+1
* powerpc: Change memory_limit from phys_addr_t to unsigned long longSuzuki Poulose2012-09-071-2/+1
* powerpc: Fix fallout from system.h split upStephen Rothwell2012-04-021-0/+2
* fadump: Invalidate registration and release reserved memory for general use.Mahesh Salgaonkar2012-02-231-4/+154
* fadump: Add PT_NOTE program header for vmcoreinfoMahesh Salgaonkar2012-02-231-0/+29
* fadump: Convert firmware-assisted cpu state dump data into elf notes.Mahesh Salgaonkar2012-02-231-2/+312