index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
fadump.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-22
powerpc/fadump: Fix sparse warnings
Michael Ellerman
1
-7
/
+6
2021-04-19
powerpc/fadump: Fix compile error since trap type change
Michael Ellerman
1
-0
/
+1
2021-04-17
powerpc/traps: Enhance readability for trap types
Xiongwei Song
1
-1
/
+1
2021-03-24
powerpc/fadump: Mark fadump_calculate_reserve_size as __init
Nathan Chancellor
1
-1
/
+1
2020-10-16
Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-2
/
+0
2020-10-14
arch, drivers: replace for_each_membock() with for_each_mem_range()
Mike Rapoport
1
-27
/
+23
2020-10-14
arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
Mike Rapoport
1
-5
/
+6
2020-08-24
powerpc/fadump: Remove set but not used variable 'elf'
zhengbin
1
-2
/
+0
2020-07-27
powerpc/fadump: Fix build error with CONFIG_PRESERVE_FA_DUMP=y
Michael Ellerman
1
-1
/
+3
2020-07-16
powerpc/fadump: fix race between pstore write and fadump crash trigger
Sourabh Jain
1
-0
/
+24
2020-06-02
powerpc/fadump: Account for memory_limit while reserving memory
Hari Bathini
1
-1
/
+1
2020-05-04
powerpc/fadump: consider reserved ranges while reserving memory
Hari Bathini
1
-9
/
+67
2020-05-04
powerpc/fadump: use static allocation for reserved memory ranges
Hari Bathini
1
-32
/
+45
2020-03-04
powerpc/kernel: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-7
/
+3
2020-02-19
powerpc/fadump: sysfs for fadump memory reservation
Sourabh Jain
1
-0
/
+9
2020-02-19
powerpc/fadump: Reorganize /sys/kernel/fadump_* sysfs files
Sourabh Jain
1
-34
/
+85
2019-11-13
powerpc/fadump: when fadump is supported register the fadump sysfs files.
Michal Suchanek
1
-9
/
+6
2019-09-13
powerpc/fadump: support holes in kernel boot memory area
Hari Bathini
1
-29
/
+162
2019-09-13
powerpc/fadump: remove RMA_START and RMA_END macros
Hari Bathini
1
-15
/
+17
2019-09-13
powerpc/fadump: consider f/w load area
Hari Bathini
1
-4
/
+12
2019-09-13
powerpc/fadump: add support to preserve crash data on FADUMP disabled kernel
Hari Bathini
1
-5
/
+39
2019-09-13
powerpc/fadump: improve how crashed kernel's memory is reserved
Hari Bathini
1
-24
/
+29
2019-09-13
powerpc/fadump: consider reserved ranges while releasing memory
Hari Bathini
1
-21
/
+146
2019-09-13
powerpc/fadump: make crash memory ranges array allocation generic
Hari Bathini
1
-53
/
+60
2019-09-13
powerpc/fadump: make use of memblock's bottom up allocation mode
Hari Bathini
1
-14
/
+12
2019-09-13
powerpc/fadump: handle invalidation of crashdump and re-registraion
Hari Bathini
1
-1
/
+7
2019-09-13
powerpc/fadump: reset metadata address during clean up
Hari Bathini
1
-0
/
+6
2019-09-13
powerpc/fadump: register kernel metadata address with opal
Hari Bathini
1
-3
/
+20
2019-09-13
powerpc/fadump: improve fadump_reserve_mem()
Hari Bathini
1
-23
/
+25
2019-09-13
powerpc/fadump: add fadump support on powernv
Hari Bathini
1
-3
/
+12
2019-09-13
pseries/fadump: move out platform specific support from generic code
Hari Bathini
1
-315
/
+14
2019-09-13
powerpc/fadump: release all the memory above boot memory size
Hari Bathini
1
-24
/
+10
2019-09-13
pseries/fadump: define RTAS register/un-register callback functions
Hari Bathini
1
-150
/
+15
2019-09-13
powerpc/fadump: introduce callbacks for platform specific operations
Hari Bathini
1
-44
/
+1
2019-09-13
powerpc/fadump: move rtas specific definitions to platform code
Hari Bathini
1
-47
/
+49
2019-09-13
powerpc/fadump: use helper functions to reserve/release cpu notes buffer
Hari Bathini
1
-15
/
+6
2019-09-13
powerpc/fadump: declare helper functions in internal header file
Hari Bathini
1
-8
/
+8
2019-09-13
powerpc/fadump: add helper functions
Hari Bathini
1
-61
/
+66
2019-09-13
powerpc/fadump: move internal macros/definitions to a new header
Hari Bathini
1
-0
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2019-05-02
powerpc/mm: move hugetlb_disabled into asm/hugetlb.h
Christophe Leroy
1
-0
/
+1
2018-12-21
powerpc/fadump: Do not allow hot-remove memory from fadump reserved area.
Mahesh Salgaonkar
1
-2
/
+8
2018-12-21
powerpc/fadump: Throw proper error message on fadump registration failure
Mahesh Salgaonkar
1
-2
/
+33
2018-12-21
powerpc/fadump: Reservationless firmware assisted dump
Mahesh Salgaonkar
1
-10
/
+87
2018-11-25
powerpc/fadump: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-11
/
+1
2018-09-19
powerpc/fadump: re-register firmware-assisted dump if already registered
Hari Bathini
1
-2
/
+2
2018-08-20
powerpc/fadump: cleanup crash memory ranges support
Hari Bathini
1
-7
/
+1
2018-08-10
powerpc/fadump: merge adjacent memory ranges to reduce PT_LOAD segements
Hari Bathini
1
-9
/
+36
2018-08-10
powerpc/fadump: handle crash memory ranges array index overflow
Hari Bathini
1
-14
/
+77
2018-05-03
powerpc/fadump: Unregister fadump on kexec down path.
Mahesh Salgaonkar
1
-0
/
+3
[next]