summaryrefslogtreecommitdiffstats
path: root/kernel/kexec_file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory loadPhilipp Rudo2018-04-131-30/+7
* kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrsPhilipp Rudo2018-04-131-22/+12
* kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrsPhilipp Rudo2018-04-131-46/+30
* kernel/kexec_file.c: split up __kexec_load_puragoryPhilipp Rudo2018-04-131-97/+103
* kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo2018-04-131-21/+42
* kernel/kexec_file.c: search symbols in read-only kexec_purgatoryPhilipp Rudo2018-04-131-16/+22
* kernel/kexec_file.c: make purgatory_info->ehdr constPhilipp Rudo2018-04-131-2/+2
* kernel/kexec_file.c: remove checks in kexec_purgatory_loadPhilipp Rudo2018-04-131-14/+0
* kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro2018-04-131-0/+175
* kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro2018-04-131-4/+56
* kexec_file: make use of purgatory optionalAKASHI Takahiro2018-04-131-0/+5
* resource: Provide resource struct in resource walk callbackTom Lendacky2017-11-071-2/+3
* kexec_file: adjust declaration of kexec_purgatoryKees Cook2017-07-121-7/+0
* kdump: protect vmcoreinfo data under the crash memoryXunlei Pang2017-07-121-0/+8
* kimage_file_prepare_segments(): don't open-code memdup_user()Al Viro2017-06-301-10/+4