index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
fadump.c
Age
Commit message (
Expand
)
Author
2018-08-20
powerpc/fadump: cleanup crash memory ranges support
Hari Bathini
2018-08-10
powerpc/fadump: merge adjacent memory ranges to reduce PT_LOAD segements
Hari Bathini
2018-08-10
powerpc/fadump: handle crash memory ranges array index overflow
Hari Bathini
2018-05-03
powerpc/fadump: Unregister fadump on kexec down path.
Mahesh Salgaonkar
2018-05-03
powerpc/fadump: Do not use hugepages when fadump is active
Hari Bathini
2018-05-03
powerpc/fadump: exclude memory holes while reserving memory in second kernel
Mahesh Salgaonkar
2017-12-05
Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier"
David Gibson
2017-11-13
powerpc/fadump: use kstrtoint to handle sysfs store
Michal Suchanek
2017-08-31
powerpc/powernv: Use kernel crash path for machine checks
Nicholas Piggin
2017-08-31
powerpc: Do not call ppc_md.panic in fadump panic notifier
Nicholas Piggin
2017-07-12
powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdr
Xunlei Pang
2017-06-28
powerpc/fadump: add reschedule point while releasing memory
Hari Bathini
2017-06-28
powerpc/fadump: provide a helpful error message
Hari Bathini
2017-06-28
powerpc/fadump: avoid holes in boot memory area when fadump is registered
Hari Bathini
2017-06-28
powerpc/fadump: avoid duplicates in crash memory ranges
Hari Bathini
2017-06-02
powerpc/fadump: Set an upper limit for boot memory size
Hari Bathini
2017-06-02
powerpc/fadump: Update comment about offset where fadump is reserved
Hari Bathini
2017-06-02
powerpc/fadump: Add a warning when 'fadump_reserve_mem=' is used
Hari Bathini
2017-06-02
powerpc/fadump: Return error when fadump registration fails
Michal Suchanek
2017-05-08
powerpc/fadump: reuse crashkernel parameter for fadump memory reservation
Hari Bathini
2017-05-08
powerpc/fadump: remove dependency with CONFIG_KEXEC
Hari Bathini
2017-04-11
powerpc: Remove unnecessary includes of asm/debug.h
Michael Ellerman
2017-04-11
powerpc: Create asm/debugfs.h and move powerpc_debugfs_root there
Michael Ellerman
2017-03-31
powerpc/fadump: Reserve memory at an offset closer to bottom of RAM
Hari Bathini
2017-01-30
powerpc/fadump: Fix the race in crash_fadump().
Mahesh Salgaonkar
2016-10-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-10-07
powerpc: implement arch_reserved_kernel_pages
Srikar Dronamraju
2016-10-04
powerpc/fadump: Fix build break when CONFIG_PROC_VMCORE=n
Michael Ellerman
2016-09-13
powerpc/fadump: Set core e_flags using kernel's ELF ABI version
Daniel Axtens
2016-07-05
powerpc/fadump: Fix build error introduced by recent cleanup
Michael Ellerman
2016-06-28
powerpc/fadump: Trivial fix of spelling mistake, clean up message
Colin Ian King
2016-01-20
powerpc/fadump: rename cpu_online_mask member of struct fadump_crash_info_header
Rasmus Villemoes
2014-10-30
powerpc/fadump: Fix endianess issues in firmware assisted dump handling
Hari Bathini
2014-06-10
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2014-05-28
arch: powerpc/fadump: Cleaning up inconsistent NULL checks
Rickard Strandqvist
2014-04-30
of/fdt: update of_get_flat_dt_prop in prep for libfdt
Rob Herring
2014-04-28
powerpc/prom: Stop scanning dev-tree for fdump early
Gavin Shan
2013-04-29
mm/ppc: use common help functions to free reserved pages
Jiang Liu
2012-09-07
powerpc: Change memory_limit from phys_addr_t to unsigned long long
Suzuki Poulose
2012-04-02
powerpc: Fix fallout from system.h split up
Stephen Rothwell
2012-02-23
fadump: Invalidate registration and release reserved memory for general use.
Mahesh Salgaonkar
2012-02-23
fadump: Add PT_NOTE program header for vmcoreinfo
Mahesh Salgaonkar
2012-02-23
fadump: Convert firmware-assisted cpu state dump data into elf notes.
Mahesh Salgaonkar
2012-02-23
fadump: Initialize elfcore header and add PT_LOAD program headers.
Mahesh Salgaonkar
2012-02-23
fadump: Register for firmware assisted dump.
Mahesh Salgaonkar
2012-02-23
fadump: Reserve the memory for firmware assisted dump.
Mahesh Salgaonkar