summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kexec-bzimage64.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
|/
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-111-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-211-3/+2Star
* kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo2018-04-141-4/+4
* kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro2018-04-141-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/+2Star
* 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/+4Star
* 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/+0Star
|/
* x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel com...KarimAllah Ahmed2015-07-011-5/+6
* kexec-bzimage64: fix sparse warningsVivek Goyal2014-10-141-7/+8
* kexec: verify the signature of signed PE bzImageVivek Goyal2014-08-091-0/+21
* kexec: support kexec/kdump on EFI systemsVivek Goyal2014-08-091-12/+134
* kexec: support for kexec on panic using new system callVivek Goyal2014-08-091-10/+45
* kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal2014-08-091-0/+375