index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
fadump.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2020-10-16
1
-2
/
+0
|
\
|
*
powerpc/fadump: Remove set but not used variable 'elf'
zhengbin
2020-08-25
1
-2
/
+0
*
|
arch, drivers: replace for_each_membock() with for_each_mem_range()
Mike Rapoport
2020-10-13
1
-27
/
+23
*
|
arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
Mike Rapoport
2020-10-13
1
-5
/
+6
|
/
*
powerpc/fadump: Fix build error with CONFIG_PRESERVE_FA_DUMP=y
Michael Ellerman
2020-07-27
1
-1
/
+3
*
powerpc/fadump: fix race between pstore write and fadump crash trigger
Sourabh Jain
2020-07-16
1
-0
/
+24
*
powerpc/fadump: Account for memory_limit while reserving memory
Hari Bathini
2020-06-02
1
-1
/
+1
*
powerpc/fadump: consider reserved ranges while reserving memory
Hari Bathini
2020-05-04
1
-9
/
+67
*
powerpc/fadump: use static allocation for reserved memory ranges
Hari Bathini
2020-05-04
1
-32
/
+45
*
powerpc/kernel: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2020-03-04
1
-7
/
+3
*
powerpc/fadump: sysfs for fadump memory reservation
Sourabh Jain
2020-02-19
1
-0
/
+9
*
powerpc/fadump: Reorganize /sys/kernel/fadump_* sysfs files
Sourabh Jain
2020-02-19
1
-34
/
+85
*
powerpc/fadump: when fadump is supported register the fadump sysfs files.
Michal Suchanek
2019-11-13
1
-9
/
+6
*
powerpc/fadump: support holes in kernel boot memory area
Hari Bathini
2019-09-14
1
-29
/
+162
*
powerpc/fadump: remove RMA_START and RMA_END macros
Hari Bathini
2019-09-14
1
-15
/
+17
*
powerpc/fadump: consider f/w load area
Hari Bathini
2019-09-14
1
-4
/
+12
*
powerpc/fadump: add support to preserve crash data on FADUMP disabled kernel
Hari Bathini
2019-09-14
1
-5
/
+39
*
powerpc/fadump: improve how crashed kernel's memory is reserved
Hari Bathini
2019-09-14
1
-24
/
+29
*
powerpc/fadump: consider reserved ranges while releasing memory
Hari Bathini
2019-09-14
1
-21
/
+146
*
powerpc/fadump: make crash memory ranges array allocation generic
Hari Bathini
2019-09-14
1
-53
/
+60
*
powerpc/fadump: make use of memblock's bottom up allocation mode
Hari Bathini
2019-09-14
1
-14
/
+12
*
powerpc/fadump: handle invalidation of crashdump and re-registraion
Hari Bathini
2019-09-14
1
-1
/
+7
*
powerpc/fadump: reset metadata address during clean up
Hari Bathini
2019-09-14
1
-0
/
+6
*
powerpc/fadump: register kernel metadata address with opal
Hari Bathini
2019-09-14
1
-3
/
+20
*
powerpc/fadump: improve fadump_reserve_mem()
Hari Bathini
2019-09-14
1
-23
/
+25
*
powerpc/fadump: add fadump support on powernv
Hari Bathini
2019-09-14
1
-3
/
+12
*
pseries/fadump: move out platform specific support from generic code
Hari Bathini
2019-09-14
1
-315
/
+14
*
powerpc/fadump: release all the memory above boot memory size
Hari Bathini
2019-09-14
1
-24
/
+10
*
pseries/fadump: define RTAS register/un-register callback functions
Hari Bathini
2019-09-14
1
-150
/
+15
*
powerpc/fadump: introduce callbacks for platform specific operations
Hari Bathini
2019-09-14
1
-44
/
+1
*
powerpc/fadump: move rtas specific definitions to platform code
Hari Bathini
2019-09-14
1
-47
/
+49
*
powerpc/fadump: use helper functions to reserve/release cpu notes buffer
Hari Bathini
2019-09-14
1
-15
/
+6
*
powerpc/fadump: declare helper functions in internal header file
Hari Bathini
2019-09-14
1
-8
/
+8
*
powerpc/fadump: add helper functions
Hari Bathini
2019-09-14
1
-61
/
+66
*
powerpc/fadump: move internal macros/definitions to a new header
Hari Bathini
2019-09-14
1
-0
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-14
/
+1
*
powerpc/mm: move hugetlb_disabled into asm/hugetlb.h
Christophe Leroy
2019-05-03
1
-0
/
+1
*
powerpc/fadump: Do not allow hot-remove memory from fadump reserved area.
Mahesh Salgaonkar
2018-12-21
1
-2
/
+8
*
powerpc/fadump: Throw proper error message on fadump registration failure
Mahesh Salgaonkar
2018-12-21
1
-2
/
+33
*
powerpc/fadump: Reservationless firmware assisted dump
Mahesh Salgaonkar
2018-12-21
1
-10
/
+87
*
powerpc/fadump: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
2018-11-25
1
-11
/
+1
*
powerpc/fadump: re-register firmware-assisted dump if already registered
Hari Bathini
2018-09-19
1
-2
/
+2
*
powerpc/fadump: cleanup crash memory ranges support
Hari Bathini
2018-08-20
1
-7
/
+1
*
powerpc/fadump: merge adjacent memory ranges to reduce PT_LOAD segements
Hari Bathini
2018-08-10
1
-9
/
+36
*
powerpc/fadump: handle crash memory ranges array index overflow
Hari Bathini
2018-08-10
1
-14
/
+77
*
powerpc/fadump: Unregister fadump on kexec down path.
Mahesh Salgaonkar
2018-05-03
1
-0
/
+3
*
powerpc/fadump: Do not use hugepages when fadump is active
Hari Bathini
2018-05-03
1
-0
/
+8
*
powerpc/fadump: exclude memory holes while reserving memory in second kernel
Mahesh Salgaonkar
2018-05-03
1
-6
/
+23
*
Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier"
David Gibson
2017-12-05
1
-22
/
+0
*
powerpc/fadump: use kstrtoint to handle sysfs store
Michal Suchanek
2017-11-13
1
-4
/
+13
[next]