summaryrefslogtreecommitdiff
path: root/kernel/kexec_file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * kexec_file: Restrict at runtime if the kernel is locked downJiri Bohac2019-08-191-1/+1
| * kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac2019-08-191-9/+51
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-3/+6
|\ \ | |/ |/|
| * KEXEC: Call ima_kexec_cmdline to measure the boot command line argsPrakhar Srivastava2019-06-301-3/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-191-3/+1
|/
* mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport2019-05-141-8/+8
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
* kexec_file: kexec_walk_memblock() only walks a dedicated region at kdumpAKASHI Takahiro2018-12-061-3/+6
* powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()AKASHI Takahiro2018-12-061-4/+57
* s390, kexec_file: drop arch_kexec_mem_walk()AKASHI Takahiro2018-12-061-0/+4
* kexec_file: make kexec_image_post_load_cleanup_default() globalAKASHI Takahiro2018-12-061-1/+1
* kernel/kexec_file.c: remove some duplicated includeszhong jiang2018-11-031-2/+0
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+1
* kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo2018-04-131-13/+16