aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/machine_kexec_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-30x86/mm, kexec: Fix memory corruption with SME on successive kexecsTom Lendacky1-1/+2
2017-07-18x86/mm, kexec: Allow kexec to be used with SMETom Lendacky1-1/+21
2017-06-13x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov1-1/+1
2017-05-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+5
2017-05-08x86: use set_memory.h headerLaura Abbott1-0/+1
2017-05-08x86/kexec/64: Use gbpages for identity mappings if availableXunlei Pang1-0/+4
2017-05-08x86/mm: Add support for gbpages to kernel_ident_mapping_init()Xunlei Pang1-1/+1
2017-03-27x86/kexec: Add 5-level paging supportKirill A. Shutemov1-2/+12
2017-03-10kexec, x86/purgatory: Unbreak it and clean it upThomas Gleixner1-3/+6
2016-12-14kexec: export the value of phys_base instead of symbol addressBaoquan He1-1/+2
2016-12-14Revert "kdump, vmcoreinfo: report memory sections virtual addresses"Baoquan He1-3/+0
2016-10-11kdump, vmcoreinfo: report memory sections virtual addressesThomas Garnier1-0/+3
2016-05-23kexec: provide arch_kexec_protect(unprotect)_crashkres()Xunlei Pang1-0/+45
2016-01-20kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang1-0/+2
2015-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-1/+2
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell1-0/+1
2015-04-29x86: introduce kaslr_offset()Jiri Kosina1-1/+2
2014-12-16x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.hJiang Liu1-0/+1
2014-08-29kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal1-0/+11
2014-08-08kexec: verify the signature of signed PE bzImageVivek Goyal1-0/+11
2014-08-08kexec: support for kexec on panic using new system callVivek Goyal1-0/+40
2014-08-08kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal1-2/+3
2014-08-08kexec: load and relocate purgatory at kernel load timeVivek Goyal1-0/+142
2014-08-08kexec: implementation of new syscall kexec_file_loadVivek Goyal1-0/+45
2014-02-25x86, kaslr: export offset in VMCOREINFO ELF notesEugene Surovegin1-0/+2
2013-01-29x86, kexec, 64bit: Only set ident mapping for ram.Yinghai Lu1-4/+9
2013-01-29x86, kexec: Replace ident_mapping_init and init_level4_pageYinghai Lu1-135/+26
2013-01-29x86, kexec: Set ident mapping for kernel that is above max_pfnYinghai Lu1-6/+37
2010-09-22x86, cleanups: Use clear_page/copy_page rather than memset/memcpyJan Beulich1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1