aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/machine_kexec_64.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23x86, crash: wrap crash dumping code into crash related ifdefsGravatar Baoquan He 1-0/+3
2023-12-29x86/kexec: fix incorrect end address passed to kernel_ident_mapping_init()Gravatar Yuntao Wang 1-1/+1
2023-12-20x86/kexec: simplify the logic of mem_region_callback()Gravatar Yuntao Wang 1-5/+2
2023-04-08x86/kexec: remove unnecessary arch_kexec_kernel_image_load()Gravatar Bjorn Helgaas 1-11/+0
2022-06-01x86/kexec: fix memory leak of elf header bufferGravatar Baoquan He 1-3/+9
2022-03-15x86/ibt,kexec: Disable CET on kexecGravatar Peter Zijlstra 1-1/+3
2021-10-04x86/sev: Replace occurrences of sev_active() with cc_platform_has()Gravatar Tom Lendacky 1-2/+2
2021-10-04x86/sme: Replace occurrences of sme_active() with cc_platform_has()Gravatar Tom Lendacky 1-7/+8
2021-05-21x86/kexec: Set_[gi]dt() -> native_[gi]dt_invalidate() in machine_kexec_*.cGravatar H. Peter Anvin (Intel) 1-31/+2
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2021-03-18x86: Fix various typos in commentsGravatar Ingo Molnar 1-1/+1
2021-03-08x86: Use ELF fields defined in 'struct kimage'Gravatar Lakshmi Ramasubramanian 1-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2019-12-23x86/crash: Define arch_crash_save_vmcoreinfo() if CONFIG_CRASH_CORE=yGravatar Omar Sandoval 1-19/+0
2019-11-14x86/kdump: Remove the backup region handlingGravatar Lianbo Jiang 1-47/+0
2019-07-09Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+28
2019-07-09Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+87
2019-06-20x86/kexec: Set the C-bit in the identity map page table when SEV is activeGravatar Lianbo Jiang 1-3/+13
2019-06-20x86/kexec: Do not map kexec area as decrypted when SEV is activeGravatar Lianbo Jiang 1-0/+15
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Gravatar Thomas Gleixner 1-3/+1
2019-06-10x86/kexec: Add the ACPI NVS region to the ident mapGravatar Kairui Song 1-3/+15
2019-06-06x86/kexec: Add the EFI system tables and ACPI tables to the ident mapGravatar Kairui Song 1-0/+75
2019-01-11x86/kdump: Export the SME mask to vmcoreinfoGravatar Lianbo Jiang 1-0/+3
2018-05-19x86/mm: Stop pretending pgtable_l5_enabled is a variableGravatar Kirill A. Shutemov 1-1/+2
2018-05-13x86/kexec: Avoid double free_page() upon do_kexec_load() failureGravatar Tetsuo Handa 1-1/+4
2018-04-13kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory loadGravatar Philipp Rudo 1-4/+6
2018-04-13kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Gravatar Philipp Rudo 1-36/+20
2018-04-13kexec_file,x86,powerpc: factor out kexec_file_ops functionsGravatar AKASHI Takahiro 1-43/+2
2018-04-02Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2018-04-02Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+4
2018-03-12kdump, vmcoreinfo: Export pgtable_l5_enabled valueGravatar Baoquan He 1-0/+1
2018-02-22x86: Treat R_X86_64_PLT32 as R_X86_64_PC32Gravatar H.J. Lu 1-0/+1
2018-02-17x86/apic: Remove the (now) unused disable_IO_APIC() functionGravatar Baoquan He 1-3/+2
2018-02-17x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=yGravatar Baoquan He 1-1/+2
2017-07-30x86/mm, kexec: Fix memory corruption with SME on successive kexecsGravatar Tom Lendacky 1-1/+2
2017-07-18x86/mm, kexec: Allow kexec to be used with SMEGravatar Tom Lendacky 1-1/+21
2017-06-13x86/boot/64: Rename init_level4_pgt and early_level4_pgtGravatar Kirill A. Shutemov 1-1/+1
2017-05-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+5
2017-05-08x86: use set_memory.h headerGravatar Laura Abbott 1-0/+1
2017-05-08x86/kexec/64: Use gbpages for identity mappings if availableGravatar Xunlei Pang 1-0/+4
2017-05-08x86/mm: Add support for gbpages to kernel_ident_mapping_init()Gravatar Xunlei Pang 1-1/+1
2017-03-27x86/kexec: Add 5-level paging supportGravatar Kirill A. Shutemov 1-2/+12
2017-03-10kexec, x86/purgatory: Unbreak it and clean it upGravatar Thomas Gleixner 1-3/+6
2016-12-14kexec: export the value of phys_base instead of symbol addressGravatar Baoquan He 1-1/+2
2016-12-14Revert "kdump, vmcoreinfo: report memory sections virtual addresses"Gravatar Baoquan He 1-3/+0
2016-10-11kdump, vmcoreinfo: report memory sections virtual addressesGravatar Thomas Garnier 1-0/+3
2016-05-23kexec: provide arch_kexec_protect(unprotect)_crashkres()Gravatar Xunlei Pang 1-0/+45
2016-01-20kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEGravatar Xunlei Pang 1-0/+2
2015-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+2
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Gravatar Stephen Rothwell 1-0/+1