summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kexec-bzimage64.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian2021-03-081-1/+1
* x86/kexec: Use up-to-dated screen_info copy to fill boot paramsKairui Song2020-10-141-2/+1
* x86/efi: Remove references to no-longer-used efi_have_uv1_memmap()steve.wahl@hpe.com2020-07-171-9/+0
* efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel2020-02-231-2/+2
* efi/x86: Remove runtime table address from kexec EFI setup dataArd Biesheuvel2020-02-231-1/+0
* efi/x86: Limit EFI old memory map to SGI UV machinesArd Biesheuvel2020-01-201-1/+1
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+1
|\
| * lockdown: Copy secure_boot flag in boot params across kexec rebootDave Young2019-08-191-0/+1
* | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \
| * | docs: fix broken documentation linksMauro Carvalho Chehab2019-06-081-1/+1
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-091-0/+5
|\ \ \ | |_|/ |/| |
| * | x86/kexec/64: Prevent kexec from 5-level paging to a 4-level only kernelBaoquan He2019-06-281-0/+5
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-191-3/+1
|/
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-101-3/+11
|\
| * kexec, KEYS: Make use of platform keyring for signature verifyKairui Song2019-02-041-3/+11
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-071-1/+3
|\ \
| * | x86/kexec: Fill in acpi_rsdp_addr from the first kernelKairui Song2019-02-061-1/+3
* | | x86/kexec: Don't setup EFI info if EFI runtime is not enabledKairui Song2019-02-011-0/+3
|/ /
* / x86/kexec: Fix a kexec_file_load() failureDave Young2019-01-151-0/+2
|/
* Fix kexec forbidding kernels signed with keys in the secondary keyring to bootYannik Sembritzki2018-08-161-1/+1
* kexec_file: do not add extra alignment to efi memmapDave Young2018-04-201-3/+2
* kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo2018-04-131-4/+4
* kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro2018-04-131-1/+1
* x86/boot/e820: Rename the e820_table_firmware to e820_table_kexecChen Yu2017-07-051-2/+2
* x86/boot/e820: Clean up the E820 table size define namesIngo Molnar2017-01-281-3/+3
* x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar2017-01-281-1/+1
* x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the...Ingo Molnar2017-01-281-2/+2
* x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar2017-01-281-3/+2
* x86/boot/e820: Rename everything to e820_tableIngo Molnar2017-01-281-5/+5
* x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar2017-01-281-5/+5
* x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Ingo Molnar2017-01-281-1/+1
* x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar2017-01-281-0/+1
* kexec_file: Change kexec_add_buffer to take kexec_buf as argument.Thiago Jung Bauermann2016-11-301-22/+26
* x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko2016-09-211-2/+2
* KEYS: Generalise system_verify_data() to provide access to internal contentDavid Howells2016-04-061-14/+4
* x86: Fix misspellings in commentsAdam Buchbinder2016-02-241-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-09-081-1/+3
|\
| * PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2015-08-121-1/+3
* | x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati2015-07-211-3/+0
|/
* x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel com...KarimAllah Ahmed2015-06-301-5/+6
* kexec-bzimage64: fix sparse warningsVivek Goyal2014-10-141-7/+8
* kexec: verify the signature of signed PE bzImageVivek Goyal2014-08-081-0/+21
* kexec: support kexec/kdump on EFI systemsVivek Goyal2014-08-081-12/+134
* kexec: support for kexec on panic using new system callVivek Goyal2014-08-081-10/+45
* kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal2014-08-081-0/+375