index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
fadump.c
Age
Commit message (
Expand
)
Author
2019-09-14
powerpc/fadump: introduce callbacks for platform specific operations
Hari Bathini
2019-09-14
powerpc/fadump: move rtas specific definitions to platform code
Hari Bathini
2019-09-14
powerpc/fadump: use helper functions to reserve/release cpu notes buffer
Hari Bathini
2019-09-14
powerpc/fadump: declare helper functions in internal header file
Hari Bathini
2019-09-14
powerpc/fadump: add helper functions
Hari Bathini
2019-09-14
powerpc/fadump: move internal macros/definitions to a new header
Hari Bathini
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-03
powerpc/mm: move hugetlb_disabled into asm/hugetlb.h
Christophe Leroy
2018-12-21
powerpc/fadump: Do not allow hot-remove memory from fadump reserved area.
Mahesh Salgaonkar
2018-12-21
powerpc/fadump: Throw proper error message on fadump registration failure
Mahesh Salgaonkar
2018-12-21
powerpc/fadump: Reservationless firmware assisted dump
Mahesh Salgaonkar
2018-11-25
powerpc/fadump: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
2018-09-19
powerpc/fadump: re-register firmware-assisted dump if already registered
Hari Bathini
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
[prev]
[next]