aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/fadump.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+5
2016-10-07powerpc: implement arch_reserved_kernel_pagesSrikar Dronamraju1-0/+5
2016-10-04powerpc/fadump: Fix build break when CONFIG_PROC_VMCORE=nMichael Ellerman1-0/+2
2016-09-13powerpc/fadump: Set core e_flags using kernel's ELF ABI versionDaniel Axtens1-1/+5
2016-07-05powerpc/fadump: Fix build error introduced by recent cleanupMichael Ellerman1-1/+1
2016-06-28powerpc/fadump: Trivial fix of spelling mistake, clean up messageColin Ian King1-3/+2
2016-01-20powerpc/fadump: rename cpu_online_mask member of struct fadump_crash_info_headerRasmus Villemoes1-2/+2
2014-10-30powerpc/fadump: Fix endianess issues in firmware assisted dump handlingHari Bathini1-57/+57
2014-06-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-5/+8
2014-05-28arch: powerpc/fadump: Cleaning up inconsistent NULL checksRickard Strandqvist1-3/+5
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring1-2/+2
2014-04-28powerpc/prom: Stop scanning dev-tree for fdump earlyGavin Shan1-2/+3
2013-04-29mm/ppc: use common help functions to free reserved pagesJiang Liu1-4/+1
2012-09-07powerpc: Change memory_limit from phys_addr_t to unsigned long longSuzuki Poulose1-2/+1
2012-04-02powerpc: Fix fallout from system.h split upStephen Rothwell1-0/+2
2012-02-23fadump: Invalidate registration and release reserved memory for general use.Mahesh Salgaonkar1-4/+154
2012-02-23fadump: Add PT_NOTE program header for vmcoreinfoMahesh Salgaonkar1-0/+29
2012-02-23fadump: Convert firmware-assisted cpu state dump data into elf notes.Mahesh Salgaonkar1-2/+312
2012-02-23fadump: Initialize elfcore header and add PT_LOAD program headers.Mahesh Salgaonkar1-1/+232
2012-02-23fadump: Register for firmware assisted dump.Mahesh Salgaonkar1-3/+352
2012-02-23fadump: Reserve the memory for firmware assisted dump.Mahesh Salgaonkar1-0/+246