index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
machine_kexec_64.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/sev: Replace occurrences of sev_active() with cc_platform_has()
Tom Lendacky
2021-10-04
1
-2
/
+2
*
x86/sme: Replace occurrences of sme_active() with cc_platform_has()
Tom Lendacky
2021-10-04
1
-7
/
+8
*
x86/kexec: Set_[gi]dt() -> native_[gi]dt_invalidate() in machine_kexec_*.c
H. Peter Anvin (Intel)
2021-05-21
1
-31
/
+2
*
Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-04-29
1
-2
/
+2
|
\
|
*
x86: Use ELF fields defined in 'struct kimage'
Lakshmi Ramasubramanian
2021-03-08
1
-2
/
+2
*
|
x86: Fix various typos in comments
Ingo Molnar
2021-03-18
1
-1
/
+1
|
/
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
x86/crash: Define arch_crash_save_vmcoreinfo() if CONFIG_CRASH_CORE=y
Omar Sandoval
2019-12-23
1
-19
/
+0
*
x86/kdump: Remove the backup region handling
Lianbo Jiang
2019-11-14
1
-47
/
+0
*
Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-07-09
1
-3
/
+28
|
\
|
*
x86/kexec: Set the C-bit in the identity map page table when SEV is active
Lianbo Jiang
2019-06-20
1
-3
/
+13
|
*
x86/kexec: Do not map kexec area as decrypted when SEV is active
Lianbo Jiang
2019-06-20
1
-0
/
+15
*
|
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-07-09
1
-0
/
+87
|
\
\
|
*
|
x86/kexec: Add the ACPI NVS region to the ident map
Kairui Song
2019-06-10
1
-3
/
+15
|
*
|
x86/kexec: Add the EFI system tables and ACPI tables to the ident map
Kairui Song
2019-06-06
1
-0
/
+75
|
|
/
*
/
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
Thomas Gleixner
2019-06-19
1
-3
/
+1
|
/
*
x86/kdump: Export the SME mask to vmcoreinfo
Lianbo Jiang
2019-01-11
1
-0
/
+3
*
x86/mm: Stop pretending pgtable_l5_enabled is a variable
Kirill A. Shutemov
2018-05-19
1
-1
/
+2
*
x86/kexec: Avoid double free_page() upon do_kexec_load() failure
Tetsuo Handa
2018-05-13
1
-1
/
+4
*
kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory load
Philipp Rudo
2018-04-14
1
-4
/
+6
*
kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*
Philipp Rudo
2018-04-14
1
-36
/
+20
*
kexec_file,x86,powerpc: factor out kexec_file_ops functions
AKASHI Takahiro
2018-04-14
1
-43
/
+2
*
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-04-03
1
-0
/
+1
|
\
|
*
kdump, vmcoreinfo: Export pgtable_l5_enabled value
Baoquan He
2018-03-12
1
-0
/
+1
*
|
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-04-02
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
x86/apic: Remove the (now) unused disable_IO_APIC() function
Baoquan He
2018-02-17
1
-3
/
+2
|
*
x86/apic: Split disable_IO_APIC() into two functions to fix CONFIG_KEXEC_JUMP=y
Baoquan He
2018-02-17
1
-1
/
+2
*
|
x86: Treat R_X86_64_PLT32 as R_X86_64_PC32
H.J. Lu
2018-02-22
1
-0
/
+1
|
/
*
x86/mm, kexec: Fix memory corruption with SME on successive kexecs
Tom Lendacky
2017-07-30
1
-1
/
+2
*
x86/mm, kexec: Allow kexec to be used with SME
Tom Lendacky
2017-07-18
1
-1
/
+21
*
x86/boot/64: Rename init_level4_pgt and early_level4_pgt
Kirill A. Shutemov
2017-06-13
1
-1
/
+1
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-05-12
1
-1
/
+5
|
\
|
*
x86/kexec/64: Use gbpages for identity mappings if available
Xunlei Pang
2017-05-08
1
-0
/
+4
|
*
x86/mm: Add support for gbpages to kernel_ident_mapping_init()
Xunlei Pang
2017-05-08
1
-1
/
+1
*
|
x86: use set_memory.h header
Laura Abbott
2017-05-09
1
-0
/
+1
|
/
*
x86/kexec: Add 5-level paging support
Kirill A. Shutemov
2017-03-27
1
-2
/
+12
*
kexec, x86/purgatory: Unbreak it and clean it up
Thomas Gleixner
2017-03-10
1
-3
/
+6
*
kexec: export the value of phys_base instead of symbol address
Baoquan He
2016-12-15
1
-1
/
+2
*
Revert "kdump, vmcoreinfo: report memory sections virtual addresses"
Baoquan He
2016-12-15
1
-3
/
+0
*
kdump, vmcoreinfo: report memory sections virtual addresses
Thomas Garnier
2016-10-12
1
-0
/
+3
*
kexec: provide arch_kexec_protect(unprotect)_crashkres()
Xunlei Pang
2016-05-24
1
-0
/
+45
*
kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILE
Xunlei Pang
2016-01-21
1
-0
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2015-06-23
1
-1
/
+2
|
\
|
*
x86: introduce kaslr_offset()
Jiri Kosina
2015-04-29
1
-1
/
+2
*
|
x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>
Stephen Rothwell
2015-06-03
1
-0
/
+1
|
/
*
x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.h
Jiang Liu
2014-12-16
1
-0
/
+1
*
kexec: create a new config option CONFIG_KEXEC_FILE for new syscall
Vivek Goyal
2014-08-30
1
-0
/
+11
*
kexec: verify the signature of signed PE bzImage
Vivek Goyal
2014-08-09
1
-0
/
+11
*
kexec: support for kexec on panic using new system call
Vivek Goyal
2014-08-09
1
-0
/
+40
*
kexec-bzImage64: support for loading bzImage using 64bit entry
Vivek Goyal
2014-08-09
1
-2
/
+3
[next]