index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
kexec.h
Age
Commit message (
Expand
)
Author
2024-05-19
Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-05-08
kexec: fix the unexpected kexec_dprintk() macro
Baoquan He
2024-04-23
crash: add a new kexec flag for hotplug support
Sourabh Jain
2024-02-23
crash: split crash dumping code out from kexec_core.c
Baoquan He
2024-02-23
crash: split vmcoreinfo exporting code out from crash_core.c
Baoquan He
2024-02-23
kexec: split crashkernel reservation code out from crash_core.c
Baoquan He
2023-12-20
kexec_file: add kexec_file flag to control debug printing
Baoquan He
2023-10-04
crash_core: move crashk_*res definition into crash_core.c
Baoquan He
2023-08-24
crash: hotplug support for kexec_load()
Eric DeVolder
2023-08-24
crash: memory and CPU hotplug sysfs attributes
Eric DeVolder
2023-08-24
crash: add generic infrastructure for crash hotplug support
Eric DeVolder
2023-08-24
crash: move a few code bits to setup support of crash hotplug
Eric DeVolder
2023-04-08
kexec: remove unnecessary arch_kexec_kernel_image_load()
Bjorn Helgaas
2023-04-08
x86/kexec: remove unnecessary arch_kexec_kernel_image_load()
Bjorn Helgaas
2023-02-02
kexec: introduce sysctl parameters kexec_load_limit_*
Ricardo Ribalda
2023-02-02
kexec: factor out kexec_load_permitted
Ricardo Ribalda
2022-11-18
kexec: replace crash_mem_range with range
Li Chen
2022-09-11
kexec: turn all kexec_mutex acquisitions into trylocks
Valentin Schneider
2022-07-15
kexec, KEYS: make the code in bzImage64_verify_sig generic
Coiby Xu
2022-07-15
kexec: clean up arch_kexec_kernel_verify_sig
Coiby Xu
2022-07-15
kexec: drop weak attribute from functions
Naveen N. Rao
2022-07-15
kexec_file: drop weak attribute from functions
Naveen N. Rao
2022-07-13
ima: force signature verification when CONFIG_KEXEC_SIG is configured
Coiby Xu
2022-05-31
Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-05-27
kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]
Naveen N. Rao
2022-05-19
kexec_file: Fix kexec_file.c build error for riscv platform
Liao Chang
2022-03-23
kexec: make crashk_res, crashk_low_res and crash_notes symbols always visible
Jisheng Zhang
2021-03-08
powerpc: Move ima buffer fields to struct kimage
Lakshmi Ramasubramanian
2021-03-08
kexec: Move ELF fields to struct kimage
Lakshmi Ramasubramanian
2021-02-26
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2021-02-22
kexec: move machine_kexec_post_load() to public interface
Pavel Tatashin
2021-02-10
ima: Free IMA measurement buffer after kexec syscall
Lakshmi Ramasubramanian
2020-07-29
kexec_file: Allow archs to handle special regions while locating memory hole
Hari Bathini
2020-06-15
kexec: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-09-25
kexec: restore arch_kexec_kernel_image_probe declaration
Vasily Gorbik
2019-09-06
kexec_elf: remove parsing of section headers
Sven Schnelle
2019-09-06
kexec: add KEXEC_ELF
Sven Schnelle
2019-08-19
kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
Jiri Bohac
2018-12-26
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-12-06
powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()
AKASHI Takahiro
2018-12-06
s390, kexec_file: drop arch_kexec_mem_walk()
AKASHI Takahiro
2018-12-06
kexec_file: make kexec_image_post_load_cleanup_default() global
AKASHI Takahiro
2018-11-23
x86/headers: Fix -Wmissing-prototypes warning
Yi Wang
2018-04-13
kernel/kexec_file.c: allow archs to set purgatory load address
Philipp Rudo
2018-04-13
kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*
Philipp Rudo
2018-04-13
kernel/kexec_file.c: make purgatory_info->ehdr const
Philipp Rudo
2018-04-13
include/linux/kexec.h: silence compile warnings
Philipp Rudo
2018-04-13
kexec_file, x86: move re-factored code to generic side
AKASHI Takahiro
2018-04-13
kexec_file,x86,powerpc: factor out kexec_file_ops functions
AKASHI Takahiro
[next]