| Commit message (Expand) | Author | Age | Files | Lines |
* | kexec: turn all kexec_mutex acquisitions into trylocks | Valentin Schneider | 2022-09-11 | 1 | -1/+1 |
* | kexec, KEYS: make the code in bzImage64_verify_sig generic | Coiby Xu | 2022-07-15 | 1 | -0/+7 |
* | kexec: clean up arch_kexec_kernel_verify_sig | Coiby Xu | 2022-07-15 | 1 | -5/+0 |
* | kexec: drop weak attribute from functions | Naveen N. Rao | 2022-07-15 | 1 | -4/+28 |
* | kexec_file: drop weak attribute from functions | Naveen N. Rao | 2022-07-15 | 1 | -6/+38 |
* | ima: force signature verification when CONFIG_KEXEC_SIG is configured | Coiby Xu | 2022-07-13 | 1 | -0/+6 |
* | Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-05-31 | 1 | -1/+1 |
|\ |
|
| * | kexec_file: Fix kexec_file.c build error for riscv platform | Liao Chang | 2022-05-19 | 1 | -1/+1 |
* | | kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add] | Naveen N. Rao | 2022-05-27 | 1 | -8/+38 |
|/ |
|
* | kexec: make crashk_res, crashk_low_res and crash_notes symbols always visible | Jisheng Zhang | 2022-03-23 | 1 | -6/+6 |
* | powerpc: Move ima buffer fields to struct kimage | Lakshmi Ramasubramanian | 2021-03-08 | 1 | -0/+3 |
* | kexec: Move ELF fields to struct kimage | Lakshmi Ramasubramanian | 2021-03-08 | 1 | -0/+5 |
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2021-02-26 | 1 | -0/+2 |
|\ |
|
| * | kexec: move machine_kexec_post_load() to public interface | Pavel Tatashin | 2021-02-22 | 1 | -0/+2 |
* | | ima: Free IMA measurement buffer after kexec syscall | Lakshmi Ramasubramanian | 2021-02-10 | 1 | -0/+5 |
|/ |
|
* | kexec_file: Allow archs to handle special regions while locating memory hole | Hari Bathini | 2020-07-29 | 1 | -11/+18 |
* | kexec: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-06-15 | 1 | -1/+1 |
* | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-09-28 | 1 | -2/+2 |
|\ |
|
| * | kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE | Jiri Bohac | 2019-08-19 | 1 | -2/+2 |
* | | kexec: restore arch_kexec_kernel_image_probe declaration | Vasily Gorbik | 2019-09-25 | 1 | -0/+2 |
* | | kexec_elf: remove parsing of section headers | Sven Schnelle | 2019-09-06 | 1 | -1/+0 |
* | | kexec: add KEXEC_ELF | Sven Schnelle | 2019-09-06 | 1 | -0/+24 |
|/ |
|
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2018-12-26 | 1 | -0/+1 |
|\ |
|
| * | x86/headers: Fix -Wmissing-prototypes warning | Yi Wang | 2018-11-23 | 1 | -0/+1 |
* | | powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem() | AKASHI Takahiro | 2018-12-06 | 1 | -2/+0 |
* | | s390, kexec_file: drop arch_kexec_mem_walk() | AKASHI Takahiro | 2018-12-06 | 1 | -0/+8 |
* | | kexec_file: make kexec_image_post_load_cleanup_default() global | AKASHI Takahiro | 2018-12-06 | 1 | -0/+1 |
|/ |
|
* | kernel/kexec_file.c: allow archs to set purgatory load address | Philipp Rudo | 2018-04-13 | 1 | -11/+6 |
* | kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations* | Philipp Rudo | 2018-04-13 | 1 | -4/+9 |
* | kernel/kexec_file.c: make purgatory_info->ehdr const | Philipp Rudo | 2018-04-13 | 1 | -6/+11 |
* | include/linux/kexec.h: silence compile warnings | Philipp Rudo | 2018-04-13 | 1 | -0/+2 |
* | kexec_file, x86: move re-factored code to generic side | AKASHI Takahiro | 2018-04-13 | 1 | -0/+19 |
* | kexec_file,x86,powerpc: factor out kexec_file_ops functions | AKASHI Takahiro | 2018-04-13 | 1 | -7/+6 |
* | kexec: move sys_kexec_load() prototype to syscalls.h | Dominik Brodowski | 2018-04-02 | 1 | -4/+0 |
* | resource: Provide resource struct in resource walk callback | Tom Lendacky | 2017-11-07 | 1 | -1/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | x86/mm, kexec: Allow kexec to be used with SME | Tom Lendacky | 2017-07-18 | 1 | -0/+8 |
* | kdump: protect vmcoreinfo data under the crash memory | Xunlei Pang | 2017-07-12 | 1 | -0/+2 |
* | s390/crash: Remove unused KEXEC_NOTE_BYTES | Michael Holzheu | 2017-07-05 | 1 | -9/+0 |
* | crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE | Hari Bathini | 2017-05-08 | 1 | -53/+4 |
* | Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2016-12-16 | 1 | -6/+30 |
|\ |
|
| * | kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer. | Thiago Jung Bauermann | 2016-11-30 | 1 | -0/+1 |
| * | kexec_file: Change kexec_add_buffer to take kexec_buf as argument. | Thiago Jung Bauermann | 2016-11-30 | 1 | -6/+2 |
| * | kexec_file: Allow arch-specific memory walking for kexec_add_buffer | Thiago Jung Bauermann | 2016-11-30 | 1 | -1/+28 |
* | | Revert "kdump, vmcoreinfo: report memory sections virtual addresses" | Baoquan He | 2016-12-14 | 1 | -6/+0 |
|/ |
|
* | kdump, vmcoreinfo: report memory sections virtual addresses | Thomas Garnier | 2016-10-11 | 1 | -0/+6 |
* | kexec: add a kexec_crash_loaded() function | Petr Tesarik | 2016-08-02 | 1 | -0/+2 |
* | kexec: allow architectures to override boot mapping | Russell King | 2016-08-02 | 1 | -0/+40 |
* | kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_t | Russell King | 2016-08-02 | 1 | -1/+1 |
* | kexec: don't invoke OOM-killer for control page allocation | Russell King | 2016-08-02 | 1 | -1/+1 |