summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/machine_kexec_64.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* x86/crash: Define arch_crash_save_vmcoreinfo() if CONFIG_CRASH_CORE=yOmar Sandoval2019-12-231-19/+0
* x86/kdump: Remove the backup region handlingLianbo Jiang2019-11-141-47/+0
* Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-091-3/+28
|\
| * x86/kexec: Set the C-bit in the identity map page table when SEV is activeLianbo Jiang2019-06-201-3/+13
| * x86/kexec: Do not map kexec area as decrypted when SEV is activeLianbo Jiang2019-06-201-0/+15
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-091-0/+87
|\ \
| * | x86/kexec: Add the ACPI NVS region to the ident mapKairui Song2019-06-101-3/+15
| * | x86/kexec: Add the EFI system tables and ACPI tables to the ident mapKairui Song2019-06-061-0/+75
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-191-3/+1
|/
* x86/kdump: Export the SME mask to vmcoreinfoLianbo Jiang2019-01-111-0/+3
* x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov2018-05-191-1/+2
* x86/kexec: Avoid double free_page() upon do_kexec_load() failureTetsuo Handa2018-05-131-1/+4
* kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory loadPhilipp Rudo2018-04-131-4/+6
* kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo2018-04-131-36/+20
* kexec_file,x86,powerpc: factor out kexec_file_ops functionsAKASHI Takahiro2018-04-131-43/+2
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-021-0/+1
|\
| * kdump, vmcoreinfo: Export pgtable_l5_enabled valueBaoquan He2018-03-121-0/+1
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-021-4/+4
|\ \ | |/ |/|
| * x86/apic: Remove the (now) unused disable_IO_APIC() functionBaoquan He2018-02-171-3/+2
| * x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=yBaoquan He2018-02-171-1/+2
* | x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu2018-02-221-0/+1
|/
* x86/mm, kexec: Fix memory corruption with SME on successive kexecsTom Lendacky2017-07-301-1/+2
* x86/mm, kexec: Allow kexec to be used with SMETom Lendacky2017-07-181-1/+21
* x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov2017-06-131-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-121-1/+5
|\
| * x86/kexec/64: Use gbpages for identity mappings if availableXunlei Pang2017-05-081-0/+4
| * x86/mm: Add support for gbpages to kernel_ident_mapping_init()Xunlei Pang2017-05-081-1/+1
* | x86: use set_memory.h headerLaura Abbott2017-05-081-0/+1
|/
* x86/kexec: Add 5-level paging supportKirill A. Shutemov2017-03-271-2/+12
* kexec, x86/purgatory: Unbreak it and clean it upThomas Gleixner2017-03-101-3/+6
* kexec: export the value of phys_base instead of symbol addressBaoquan He2016-12-141-1/+2
* Revert "kdump, vmcoreinfo: report memory sections virtual addresses"Baoquan He2016-12-141-3/+0
* kdump, vmcoreinfo: report memory sections virtual addressesThomas Garnier2016-10-111-0/+3
* kexec: provide arch_kexec_protect(unprotect)_crashkres()Xunlei Pang2016-05-231-0/+45
* kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang2016-01-201-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-231-1/+2
|\
| * x86: introduce kaslr_offset()Jiri Kosina2015-04-291-1/+2
* | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-031-0/+1
|/
* x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.hJiang Liu2014-12-161-0/+1
* kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal2014-08-291-0/+11
* kexec: verify the signature of signed PE bzImageVivek Goyal2014-08-081-0/+11
* kexec: support for kexec on panic using new system callVivek Goyal2014-08-081-0/+40
* kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal2014-08-081-2/+3
* kexec: load and relocate purgatory at kernel load timeVivek Goyal2014-08-081-0/+142
* kexec: implementation of new syscall kexec_file_loadVivek Goyal2014-08-081-0/+45
* x86, kaslr: export offset in VMCOREINFO ELF notesEugene Surovegin2014-02-251-0/+2
* x86, kexec, 64bit: Only set ident mapping for ram.Yinghai Lu2013-01-291-4/+9
* x86, kexec: Replace ident_mapping_init and init_level4_pageYinghai Lu2013-01-291-135/+26