- f7892d8 memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED by David Hildenbrand · 3 years, 2 months ago
- 31d82c2 kernel: kexec_file: fix error return code of kexec_calculate_store_digests() by Jia-Ju Bai · 3 years, 8 months ago
- f31e338 ima: Free IMA measurement buffer after kexec syscall by Lakshmi Ramasubramanian · 3 years, 11 months ago
- a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 1 month ago
- 7cf603d kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED by David Hildenbrand · 4 years, 2 months ago
- 0fa8e08 fs/kernel_file_read: Add "offset" arg for partial reads by Kees Cook · 4 years, 3 months ago
- 8853528 fs/kernel_read_file: Add file_size output argument by Kees Cook · 4 years, 3 months ago
- f7a4f68 fs/kernel_read_file: Remove redundant size argument by Kees Cook · 4 years, 3 months ago
- b89999d0 fs/kernel_read_file: Split into separate include file by Scott Branden · 4 years, 3 months ago
- 50f6c7d Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 4 months ago
- 25d8d4e Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 5 months ago
- 475f63a kexec_file: Correctly output debugging information for the PT_LOAD ELF header by Lianbo Jiang · 4 years, 5 months ago
- a2e9a95d kexec: Improve & fix crash_exclude_mem_range() to handle overlapping ranges by Lianbo Jiang · 4 years, 5 months ago
- 4cec929 Merge tag 'integrity-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 4 years, 5 months ago
- f891f19 kexec_file: Allow archs to handle special regions while locating memory hole by Hari Bathini · 4 years, 5 months ago
- 4834177 ima: Support additional conditionals in the KEXEC_CMDLINE hook function by Tyler Hicks · 4 years, 6 months ago
- fd7af71 kexec: do not verify the signature without the lockdown or mandatory signature by Lianbo Jiang · 4 years, 6 months ago
- 3fe4f49 kexec_file: don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGED by David Hildenbrand · 4 years, 7 months ago
- de68e4d kexec: add machine_kexec_post_load() by Pavel Tatashin · 5 years ago
- f973cce kexec: Fix pointer-to-int-cast warnings by Helge Deller · 5 years ago
- aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
- 29d3c1c kexec: Allow kexec_file() with appropriate IMA policy when locked down by Matthew Garrett · 5 years ago
- 155bdd3 kexec_file: Restrict at runtime if the kernel is locked down by Jiri Bohac · 5 years ago
- 99d5cadf kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE by Jiri Bohac · 5 years ago
- 8b68150 Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
- 6a31fcd KEXEC: Call ima_kexec_cmdline to measure the boot command line args by Prakhar Srivastava · 6 years ago
- 40b0b3f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230 by Thomas Gleixner · 6 years ago
- 350e88b mm: memblock: make keeping memblock memory opt-in rather than opt-out by Mike Rapoport · 6 years ago
- 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
- 497e185 kexec_file: kexec_walk_memblock() only walks a dedicated region at kdump by AKASHI Takahiro · 6 years ago
- 735c2f9 powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem() by AKASHI Takahiro · 6 years ago
- b6664ba s390, kexec_file: drop arch_kexec_mem_walk() by AKASHI Takahiro · 6 years ago
- 92a98a2 kexec_file: make kexec_image_post_load_cleanup_default() global by AKASHI Takahiro · 6 years ago
- 3383b36 kernel/kexec_file.c: remove some duplicated includes by zhong jiang · 6 years ago
- fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 7 years ago
- 3be3f61 kernel/kexec_file.c: allow archs to set purgatory load address by Philipp Rudo · 7 years ago
- 8da0b72 kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory load by Philipp Rudo · 7 years ago
- 620f697 kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrs by Philipp Rudo · 7 years ago
- f1b1cca kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrs by Philipp Rudo · 7 years ago
- 9304570 kernel/kexec_file.c: split up __kexec_load_puragory by Philipp Rudo · 7 years ago
- 8aec395 kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations* by Philipp Rudo · 7 years ago
- 961d921 kernel/kexec_file.c: search symbols in read-only kexec_purgatory by Philipp Rudo · 7 years ago
- 65c225d kernel/kexec_file.c: make purgatory_info->ehdr const by Philipp Rudo · 7 years ago
- d2b8178 kernel/kexec_file.c: remove checks in kexec_purgatory_load by Philipp Rudo · 7 years ago
- babac4a kexec_file, x86: move re-factored code to generic side by AKASHI Takahiro · 7 years ago
- 9ec4ece kexec_file,x86,powerpc: factor out kexec_file_ops functions by AKASHI Takahiro · 7 years ago
- b799a09 kexec_file: make use of purgatory optional by AKASHI Takahiro · 7 years ago
- 1d2e733 resource: Provide resource struct in resource walk callback by Tom Lendacky · 7 years ago
- e2ae8ab kexec_file: adjust declaration of kexec_purgatory by Kees Cook · 7 years ago
- 1229384 kdump: protect vmcoreinfo data under the crash memory by Xunlei Pang · 7 years ago
- a9bd8df kimage_file_prepare_segments(): don't open-code memdup_user() by Al Viro · 8 years ago
- 40c50c1 kexec, x86/purgatory: Unbreak it and clean it up by Thomas Gleixner · 8 years ago
- 7b8589c ima: on soft reboot, save the measurement list by Mimi Zohar · 8 years ago
- e2e806f kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer. by Thiago Jung Bauermann · 8 years ago
- ec2b9bf kexec_file: Change kexec_add_buffer to take kexec_buf as argument. by Thiago Jung Bauermann · 8 years ago
- 60fe391 kexec_file: Allow arch-specific memory walking for kexec_add_buffer by Thiago Jung Bauermann · 8 years ago
- 070c43e kexec: fix double-free when failing to relocate the purgatory by Thiago Jung Bauermann · 8 years ago
- 9b492cf kexec: introduce a protection mechanism for the crashkernel reserved memory by Xunlei Pang · 9 years ago
- bb7aeae Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
- b804def kexec: replace call to copy_file_from_fd() with kernel version by Mimi Zohar · 9 years ago
- f0f4711 x86, kexec, nvdimm: Use walk_iomem_res_desc() for iomem search by Toshi Kani · 9 years ago
- 1a085d0 kexec: Set IORESOURCE_SYSTEM_RAM for System RAM by Toshi Kani · 9 years ago
- 978e30c kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILE by Xunlei Pang · 9 years ago
- de90a6b kexec: use file name as the output message prefix by Minfei Huang · 9 years ago
- a43cac0 kexec: split kexec_file syscall code to kexec_file.c by Dave Young · 9 years ago