aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/machine_kexec_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+22
2025-05-21x86/crash: make the page that stores the dm crypt keys inaccessibleCoiby Xu1-0/+22
2025-04-10x86/kexec: Invalidate GDT/IDT from relocate_kernel() instead of earlierDavid Woodhouse1-8/+2
2025-04-10x86/kexec: Add 8250 MMIO serial port outputDavid Woodhouse1-0/+17
2025-03-25x86/kexec: Debugging support: Load an IDT and basic exception entry pointsDavid Woodhouse1-0/+21
2025-01-14x86/kexec: Use typedef for relocate_kernel_fn function prototypeDavid Woodhouse1-7/+2
2025-01-14x86/kexec: Mark machine_kexec() with __nocfiDavid Woodhouse1-1/+1
2024-12-06x86/kexec: Mark relocate_kernel page as ROX instead of RWXDavid Woodhouse1-1/+2
2024-12-06x86/kexec: Drop page_list argument from relocate_kernel()David Woodhouse1-11/+7
2024-12-06x86/kexec: Add data section to relocate_kernelDavid Woodhouse1-1/+7
2024-12-06x86/kexec: Move relocate_kernel to kernel .data sectionDavid Woodhouse1-1/+3
2024-12-06x86/kexec: Invoke copy of relocate_kernel() instead of the originalDavid Woodhouse1-6/+24
2024-12-06x86/kexec: Copy control page into place in machine_kexec_prepare()David Woodhouse1-6/+4
2024-12-06x86/kexec: Allocate PGD for x86_64 transition page tables separatelyDavid Woodhouse1-21/+24
2024-08-05x86/kexec: Add EFI config table identity mapping for kexec kernelTao Liu1-0/+27
2024-06-03x86/kexec: Fix bug with call depth trackingDavid Kaplan1-2/+9
2024-02-23x86, crash: wrap crash dumping code into crash related ifdefsBaoquan He1-0/+3
2023-12-29x86/kexec: fix incorrect end address passed to kernel_ident_mapping_init()Yuntao Wang1-1/+1
2023-12-20x86/kexec: simplify the logic of mem_region_callback()Yuntao Wang1-5/+2
2023-04-08x86/kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas1-11/+0
2022-06-01x86/kexec: fix memory leak of elf header bufferBaoquan He1-3/+9
2022-03-15x86/ibt,kexec: Disable CET on kexecPeter Zijlstra1-1/+3
2021-10-04x86/sev: Replace occurrences of sev_active() with cc_platform_has()Tom Lendacky1-2/+2
2021-10-04x86/sme: Replace occurrences of sme_active() with cc_platform_has()Tom Lendacky1-7/+8
2021-05-21x86/kexec: Set_[gi]dt() -> native_[gi]dt_invalidate() in machine_kexec_*.cH. Peter Anvin (Intel)1-31/+2
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+2
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2021-03-08x86: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian1-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-12-23x86/crash: Define arch_crash_save_vmcoreinfo() if CONFIG_CRASH_CORE=yOmar Sandoval1-19/+0
2019-11-14x86/kdump: Remove the backup region handlingLianbo Jiang1-47/+0
2019-07-09Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+28
2019-07-09Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+87
2019-06-20x86/kexec: Set the C-bit in the identity map page table when SEV is activeLianbo Jiang1-3/+13
2019-06-20x86/kexec: Do not map kexec area as decrypted when SEV is activeLianbo Jiang1-0/+15
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner1-3/+1
2019-06-10x86/kexec: Add the ACPI NVS region to the ident mapKairui Song1-3/+15
2019-06-06x86/kexec: Add the EFI system tables and ACPI tables to the ident mapKairui Song1-0/+75
2019-01-11x86/kdump: Export the SME mask to vmcoreinfoLianbo Jiang1-0/+3
2018-05-19x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov1-1/+2
2018-05-13x86/kexec: Avoid double free_page() upon do_kexec_load() failureTetsuo Handa1-1/+4
2018-04-13kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory loadPhilipp Rudo1-4/+6
2018-04-13kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo1-36/+20
2018-04-13kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro1-43/+2
2018-04-02Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-04-02Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2018-03-12kdump, vmcoreinfo: Export pgtable_l5_enabled valueBaoquan He1-0/+1
2018-02-22x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu1-0/+1
2018-02-17x86/apic: Remove the (now) unused disable_IO_APIC() functionBaoquan He1-3/+2
2018-02-17x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=yBaoquan He1-1/+2