aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/kexec-bzimage64.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+4
2024-02-23x86, crash: wrap crash dumping code into crash related ifdefsGravatar Baoquan He 1-0/+4
2024-02-22kexec: Allocate kernel above bzImage's pref_addressGravatar Chris Koch 1-1/+4
2023-12-29x86/kexec: fix incorrect argument passed to kexec_dprintk()Gravatar Yuntao Wang 1-1/+1
2023-12-29x86/kexec: use pr_err() instead of kexec_dprintk() when an error occursGravatar Yuntao Wang 1-1/+1
2023-12-20kexec_file, x86: print out debugging message if requiredGravatar Baoquan He 1-9/+14
2023-03-30docs: move x86 documentation into Documentation/arch/Gravatar Jonathan Corbet 1-1/+1
2022-08-02Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Gravatar Linus Torvalds 1-19/+1
2022-07-15kexec, KEYS: make the code in bzImage64_verify_sig genericGravatar Coiby Xu 1-19/+1
2022-07-11x86/setup: Use rng seeds from setup_dataGravatar Jason A. Donenfeld 1-4/+34
2022-07-01x86/kexec: Carry forward IMA measurement log on kexecGravatar Jonathan McDowell 1-2/+40
2021-03-08x86: Use ELF fields defined in 'struct kimage'Gravatar Lakshmi Ramasubramanian 1-1/+1
2020-10-14x86/kexec: Use up-to-dated screen_info copy to fill boot paramsGravatar Kairui Song 1-2/+1
2020-07-17x86/efi: Remove references to no-longer-used efi_have_uv1_memmap()Gravatar steve.wahl@hpe.com 1-9/+0
2020-02-23efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificGravatar Ard Biesheuvel 1-2/+2
2020-02-23efi/x86: Remove runtime table address from kexec EFI setup dataGravatar Ard Biesheuvel 1-1/+0
2020-01-20efi/x86: Limit EFI old memory map to SGI UV machinesGravatar Ard Biesheuvel 1-1/+1
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2019-08-19lockdown: Copy secure_boot flag in boot params across kexec rebootGravatar Dave Young 1-0/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-07-09Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+5
2019-06-28x86/kexec/64: Prevent kexec from 5-level paging to a 4-level only kernelGravatar Baoquan He 1-0/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Gravatar Thomas Gleixner 1-3/+1
2019-06-08docs: fix broken documentation linksGravatar Mauro Carvalho Chehab 1-1/+1
2019-03-10Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+11
2019-03-07Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+3
2019-02-06x86/kexec: Fill in acpi_rsdp_addr from the first kernelGravatar Kairui Song 1-1/+3
2019-02-04kexec, KEYS: Make use of platform keyring for signature verifyGravatar Kairui Song 1-3/+11
2019-02-01x86/kexec: Don't setup EFI info if EFI runtime is not enabledGravatar Kairui Song 1-0/+3
2019-01-15x86/kexec: Fix a kexec_file_load() failureGravatar Dave Young 1-0/+2
2018-08-16Fix kexec forbidding kernels signed with keys in the secondary keyring to bootGravatar Yannik Sembritzki 1-1/+1
2018-04-20kexec_file: do not add extra alignment to efi memmapGravatar Dave Young 1-3/+2
2018-04-13kernel/kexec_file.c: allow archs to set purgatory load addressGravatar Philipp Rudo 1-4/+4
2018-04-13kexec_file,x86,powerpc: factor out kexec_file_ops functionsGravatar AKASHI Takahiro 1-1/+1
2017-07-05x86/boot/e820: Rename the e820_table_firmware to e820_table_kexecGravatar Chen Yu 1-2/+2
2017-01-28x86/boot/e820: Clean up the E820 table size define namesGravatar Ingo Molnar 1-3/+3
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Gravatar Ingo Molnar 1-1/+1
2017-01-28x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the...Gravatar Ingo Molnar 1-2/+2
2017-01-28x86/boot/e820: Harmonize the 'struct e820_table' fieldsGravatar Ingo Molnar 1-3/+2
2017-01-28x86/boot/e820: Rename everything to e820_tableGravatar Ingo Molnar 1-5/+5
2017-01-28x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Gravatar Ingo Molnar 1-5/+5
2017-01-28x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Gravatar Ingo Molnar 1-1/+1
2017-01-28x86/boot/e820: Remove spurious asm/e820/api.h inclusionsGravatar Ingo Molnar 1-0/+1
2016-11-30kexec_file: Change kexec_add_buffer to take kexec_buf as argument.Gravatar Thiago Jung Bauermann 1-22/+26
2016-09-21x86/e820: Prepare e280 code for switch to dynamic storageGravatar Denys Vlasenko 1-2/+2
2016-04-06KEYS: Generalise system_verify_data() to provide access to internal contentGravatar David Howells 1-14/+4
2016-02-24x86: Fix misspellings in commentsGravatar Adam Buchbinder 1-1/+1
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-1/+3
2015-08-12PKCS#7: Appropriately restrict authenticated attributes and content typeGravatar David Howells 1-1/+3
2015-07-21x86/boot: Obsolete the MCA sys_desc_tableGravatar Paolo Pisati 1-3/+0