Age | Commit message (Expand) | Author | Files | Lines |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 1 | -1/+0 |
2019-12-23 | x86/crash: Define arch_crash_save_vmcoreinfo() if CONFIG_CRASH_CORE=y | Omar Sandoval | 1 | -19/+0 |
2019-11-14 | x86/kdump: Remove the backup region handling | Lianbo Jiang | 1 | -47/+0 |
2019-07-09 | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -3/+28 |
2019-07-09 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+87 |
2019-06-20 | x86/kexec: Set the C-bit in the identity map page table when SEV is active | Lianbo Jiang | 1 | -3/+13 |
2019-06-20 | x86/kexec: Do not map kexec area as decrypted when SEV is active | Lianbo Jiang | 1 | -0/+15 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230 | Thomas Gleixner | 1 | -3/+1 |
2019-06-10 | x86/kexec: Add the ACPI NVS region to the ident map | Kairui Song | 1 | -3/+15 |
2019-06-06 | x86/kexec: Add the EFI system tables and ACPI tables to the ident map | Kairui Song | 1 | -0/+75 |
2019-01-11 | x86/kdump: Export the SME mask to vmcoreinfo | Lianbo Jiang | 1 | -0/+3 |
2018-05-19 | x86/mm: Stop pretending pgtable_l5_enabled is a variable | Kirill A. Shutemov | 1 | -1/+2 |
2018-05-13 | x86/kexec: Avoid double free_page() upon do_kexec_load() failure | Tetsuo Handa | 1 | -1/+4 |
2018-04-14 | kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory load | Philipp Rudo | 1 | -4/+6 |
2018-04-14 | kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations* | Philipp Rudo | 1 | -36/+20 |
2018-04-14 | kexec_file,x86,powerpc: factor out kexec_file_ops functions | AKASHI Takahiro | 1 | -43/+2 |
2018-04-03 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+1 |
2018-04-02 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+4 |
2018-03-12 | kdump, vmcoreinfo: Export pgtable_l5_enabled value | Baoquan He | 1 | -0/+1 |
2018-02-22 | x86: Treat R_X86_64_PLT32 as R_X86_64_PC32 | H.J. Lu | 1 | -0/+1 |
2018-02-17 | x86/apic: Remove the (now) unused disable_IO_APIC() function | Baoquan He | 1 | -3/+2 |
2018-02-17 | x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=y | Baoquan He | 1 | -1/+2 |
2017-07-30 | x86/mm, kexec: Fix memory corruption with SME on successive kexecs | Tom Lendacky | 1 | -1/+2 |
2017-07-18 | x86/mm, kexec: Allow kexec to be used with SME | Tom Lendacky | 1 | -1/+21 |
2017-06-13 | x86/boot/64: Rename init_level4_pgt and early_level4_pgt | Kirill A. Shutemov | 1 | -1/+1 |
2017-05-12 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+5 |
2017-05-09 | x86: use set_memory.h header | Laura Abbott | 1 | -0/+1 |
2017-05-08 | x86/kexec/64: Use gbpages for identity mappings if available | Xunlei Pang | 1 | -0/+4 |
2017-05-08 | x86/mm: Add support for gbpages to kernel_ident_mapping_init() | Xunlei Pang | 1 | -1/+1 |
2017-03-27 | x86/kexec: Add 5-level paging support | Kirill A. Shutemov | 1 | -2/+12 |
2017-03-10 | kexec, x86/purgatory: Unbreak it and clean it up | Thomas Gleixner | 1 | -3/+6 |
2016-12-15 | kexec: export the value of phys_base instead of symbol address | Baoquan He | 1 | -1/+2 |
2016-12-15 | Revert "kdump, vmcoreinfo: report memory sections virtual addresses" | Baoquan He | 1 | -3/+0 |
2016-10-12 | kdump, vmcoreinfo: report memory sections virtual addresses | Thomas Garnier | 1 | -0/+3 |
2016-05-24 | kexec: provide arch_kexec_protect(unprotect)_crashkres() | Xunlei Pang | 1 | -0/+45 |
2016-01-21 | kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILE | Xunlei Pang | 1 | -0/+2 |
2015-06-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+2 |
2015-06-03 | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> | Stephen Rothwell | 1 | -0/+1 |
2015-04-29 | x86: introduce kaslr_offset() | Jiri Kosina | 1 | -1/+2 |
2014-12-16 | x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.h | Jiang Liu | 1 | -0/+1 |
2014-08-30 | kexec: create a new config option CONFIG_KEXEC_FILE for new syscall | Vivek Goyal | 1 | -0/+11 |
2014-08-09 | kexec: verify the signature of signed PE bzImage | Vivek Goyal | 1 | -0/+11 |
2014-08-09 | kexec: support for kexec on panic using new system call | Vivek Goyal | 1 | -0/+40 |
2014-08-09 | kexec-bzImage64: support for loading bzImage using 64bit entry | Vivek Goyal | 1 | -2/+3 |
2014-08-09 | kexec: load and relocate purgatory at kernel load time | Vivek Goyal | 1 | -0/+142 |
2014-08-09 | kexec: implementation of new syscall kexec_file_load | Vivek Goyal | 1 | -0/+45 |
2014-02-26 | x86, kaslr: export offset in VMCOREINFO ELF notes | Eugene Surovegin | 1 | -0/+2 |
2013-01-30 | x86, kexec, 64bit: Only set ident mapping for ram. | Yinghai Lu | 1 | -4/+9 |
2013-01-30 | x86, kexec: Replace ident_mapping_init and init_level4_page | Yinghai Lu | 1 | -135/+26 |
2013-01-30 | x86, kexec: Set ident mapping for kernel that is above max_pfn | Yinghai Lu | 1 | -6/+37 |