summaryrefslogtreecommitdiffstats
path: root/kernel/kexec_file.c
Commit message (Expand)AuthorAgeFilesLines
* arm64, crash: wrap crash dumping code into crash related ifdefsBaoquan He2024-02-231-0/+2
* crash: split crash dumping code out from kexec_core.cBaoquan He2024-02-231-3/+10
* kexec_file: fix incorrect temp_start value in locate_mem_hole_top_down()Yuntao Wang2023-12-291-2/+2
* kexec_file: print out debugging message if requiredBaoquan He2023-12-201-3/+8
* kexec_file: add kexec_file flag to control debug printingBaoquan He2023-12-201-0/+3
* kexec_file: load kernel at top of system RAM if requiredBaoquan He2023-12-101-0/+2
* Merge tag 'integrity-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-08-301-1/+1
|\
| * kexec_lock: Replace kexec_mutex() by kexec_lock() in two commentsWenyu Liu2023-08-071-1/+1
* | kexec: exclude elfcorehdr from the segment digestEric DeVolder2023-08-241-0/+6
* | crash: move a few code bits to setup support of crash hotplugEric DeVolder2023-08-241-181/+0
* | kexec: rename ARCH_HAS_KEXEC_PURGATORYEric DeVolder2023-08-181-3/+3
|/
* Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-3/+4
|\
| * kexec: avoid calculating array size twiceSimon Horman2023-06-091-3/+4
* | kexec: support purgatories with .text.hot sectionsRicardo Ribalda2023-06-121-1/+13
|/
* kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas2023-04-081-3/+3
* kexec: introduce sysctl parameters kexec_load_limit_*Ricardo Ribalda2023-02-021-4/+7
* kexec: factor out kexec_load_permittedRicardo Ribalda2023-02-021-1/+1
* kexec: replace crash_mem_range with rangeLi Chen2022-11-181-1/+1
* panic, kexec: make __crash_kexec() NMI safeValentin Schneider2022-09-111-2/+2
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-3/+7
|\
| * kexec_file: increase maximum file size to 4GPasha Tatashin2022-06-161-3/+7
* | kexec, KEYS: make the code in bzImage64_verify_sig genericCoiby Xu2022-07-151-0/+17
* | kexec: clean up arch_kexec_kernel_verify_sigCoiby Xu2022-07-151-20/+13
* | kexec_file: drop weak attribute from functionsNaveen N. Rao2022-07-151-33/+2
* | ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu2022-07-131-1/+10
|/
* Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-311-2/+2
|\
| * kexec_file: Fix kexec_file.c build error for riscv platformLiao Chang2022-05-191-2/+2
* | kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao2022-05-271-34/+0
|/
* memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGEDDavid Hildenbrand2021-11-061-0/+5
* kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai2021-05-071-1/+3
* ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian2021-02-101-0/+5
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
* kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand2020-10-161-1/+1
* fs/kernel_file_read: Add "offset" arg for partial readsKees Cook2020-10-051-2/+2
* fs/kernel_read_file: Add file_size output argumentKees Cook2020-10-051-2/+2
* fs/kernel_read_file: Remove redundant size argumentKees Cook2020-10-051-7/+7
* fs/kernel_read_file: Split into separate include fileScott Branden2020-10-051-0/+1
* Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-151-15/+26
|\
| * kexec_file: Correctly output debugging information for the PT_LOAD ELF headerLianbo Jiang2020-08-071-4/+4
| * kexec: Improve & fix crash_exclude_mem_range() to handle overlapping rangesLianbo Jiang2020-08-071-12/+23
* | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-071-2/+14
|\ \ | |/ |/|
| * kexec_file: Allow archs to handle special regions while locating memory holeHari Bathini2020-07-291-2/+14
* | Merge tag 'integrity-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2020-08-061-1/+1
|\ \
| * | ima: Support additional conditionals in the KEXEC_CMDLINE hook functionTyler Hicks2020-07-201-1/+1
| |/
* / kexec: do not verify the signature without the lockdown or mandatory signatureLianbo Jiang2020-06-261-28/+6
|/
* kexec_file: don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand2020-06-041-0/+5
* kexec: add machine_kexec_post_load()Pavel Tatashin2020-01-081-0/+4
* kexec: Fix pointer-to-int-cast warningsHelge Deller2019-11-011-2/+2
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-9/+59
|\
| * kexec: Allow kexec_file() with appropriate IMA policy when locked downMatthew Garrett2019-08-191-1/+9