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
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
/
include
/
linux
/
kexec.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-07
kexec_elf: remove parsing of section headers
Sven Schnelle
1
-1
/
+0
2019-09-07
kexec: add KEXEC_ELF
Sven Schnelle
1
-0
/
+24
2018-12-27
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2018-12-06
powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()
AKASHI Takahiro
1
-2
/
+0
2018-12-06
s390, kexec_file: drop arch_kexec_mem_walk()
AKASHI Takahiro
1
-0
/
+8
2018-12-06
kexec_file: make kexec_image_post_load_cleanup_default() global
AKASHI Takahiro
1
-0
/
+1
2018-11-23
x86/headers: Fix -Wmissing-prototypes warning
Yi Wang
1
-0
/
+1
2018-04-14
kernel/kexec_file.c: allow archs to set purgatory load address
Philipp Rudo
1
-11
/
+6
2018-04-14
kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*
Philipp Rudo
1
-4
/
+9
2018-04-14
kernel/kexec_file.c: make purgatory_info->ehdr const
Philipp Rudo
1
-6
/
+11
2018-04-14
include/linux/kexec.h: silence compile warnings
Philipp Rudo
1
-0
/
+2
2018-04-14
kexec_file, x86: move re-factored code to generic side
AKASHI Takahiro
1
-0
/
+19
2018-04-14
kexec_file,x86,powerpc: factor out kexec_file_ops functions
AKASHI Takahiro
1
-7
/
+6
2018-04-02
kexec: move sys_kexec_load() prototype to syscalls.h
Dominik Brodowski
1
-4
/
+0
2017-11-07
resource: Provide resource struct in resource walk callback
Tom Lendacky
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-18
x86/mm, kexec: Allow kexec to be used with SME
Tom Lendacky
1
-0
/
+8
2017-07-13
kdump: protect vmcoreinfo data under the crash memory
Xunlei Pang
1
-0
/
+2
2017-07-05
s390/crash: Remove unused KEXEC_NOTE_BYTES
Michael Holzheu
1
-9
/
+0
2017-05-09
crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE
Hari Bathini
1
-53
/
+4
2016-12-16
Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-6
/
+30
2016-12-15
Revert "kdump, vmcoreinfo: report memory sections virtual addresses"
Baoquan He
1
-6
/
+0
2016-11-30
kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer.
Thiago Jung Bauermann
1
-0
/
+1
2016-11-30
kexec_file: Change kexec_add_buffer to take kexec_buf as argument.
Thiago Jung Bauermann
1
-6
/
+2
2016-11-30
kexec_file: Allow arch-specific memory walking for kexec_add_buffer
Thiago Jung Bauermann
1
-1
/
+28
2016-10-12
kdump, vmcoreinfo: report memory sections virtual addresses
Thomas Garnier
1
-0
/
+6
2016-08-03
kexec: add a kexec_crash_loaded() function
Petr Tesarik
1
-0
/
+2
2016-08-03
kexec: allow architectures to override boot mapping
Russell King
1
-0
/
+40
2016-08-03
kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_t
Russell King
1
-1
/
+1
2016-08-03
kexec: don't invoke OOM-killer for control page allocation
Russell King
1
-1
/
+1
2016-05-24
s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...
Xunlei Pang
1
-2
/
+0
2016-05-24
kexec: introduce a protection mechanism for the crashkernel reserved memory
Xunlei Pang
1
-0
/
+2
2016-01-21
kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILE
Xunlei Pang
1
-37
/
+25
2015-12-19
kexec: Fix race between panic() and crash_kexec()
Hidehiro Kawai
1
-0
/
+2
2015-09-10
kexec: split kexec_load syscall from kexec core code
Dave Young
1
-3
/
+3
2015-09-10
kexec: split kexec_file syscall code to kexec_file.c
Dave Young
1
-0
/
+11
2015-08-05
kexec: define kexec_in_progress in !CONFIG_KEXEC case
Vitaly Kuznetsov
1
-0
/
+1
2015-04-23
kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFP
Martin Schwidefsky
1
-0
/
+4
2015-02-18
kexec: add IND_FLAGS macro
Geoff Levand
1
-0
/
+1
2015-02-18
kexec: add bit definitions for kimage entry flags
Geoff Levand
1
-4
/
+15
2015-02-18
kexec: remove never used member destination in kimage
Baoquan He
1
-2
/
+0
2014-10-14
kexec: take the segment adding out of locate_mem_hole functions
Baoquan He
1
-0
/
+1
2014-08-09
kexec: verify the signature of signed PE bzImage
Vivek Goyal
1
-0
/
+3
2014-08-09
kexec-bzImage64: support for loading bzImage using 64bit entry
Vivek Goyal
1
-1
/
+1
2014-08-09
kexec: load and relocate purgatory at kernel load time
Vivek Goyal
1
-0
/
+33
2014-08-09
kexec: implementation of new syscall kexec_file_load
Vivek Goyal
1
-0
/
+53
2014-08-09
kexec: make kexec_segment user buffer pointer a union
Vivek Goyal
1
-1
/
+12
2014-08-09
kexec: rename unusebale_pages to unusable_pages
Vivek Goyal
1
-1
/
+1
2014-03-06
kexec/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types
Heiko Carstens
1
-6
/
+0
2014-01-24
kexec: add sysctl to disable kexec_load
Kees Cook
1
-0
/
+1
[next]