开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
kexec.h
Age
Commit message (
Expand
)
Author
2024-04-23
crash: add a new kexec flag for hotplug support
Sourabh Jain
2024-04-23
crash: forward memory_notify arg to arch crash hotplug handler
Sourabh Jain
2024-01-30
x86: Do not include <asm/bootparam.h> in several files
Thomas Zimmermann
2023-09-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-08-24
crash: hotplug support for kexec_load()
Eric DeVolder
2023-08-24
x86/crash: add x86 crash hotplug support
Eric DeVolder
2023-08-03
x86/reboot: VMCLEAR active VMCSes before emergency reboot
Sean Christopherson
2023-04-08
x86/kexec: remove unnecessary arch_kexec_kernel_image_load()
Bjorn Helgaas
2022-07-15
kexec: drop weak attribute from functions
Naveen N. Rao
2022-07-15
kexec_file: drop weak attribute from functions
Naveen N. Rao
2022-05-27
kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]
Naveen N. Rao
2021-10-04
x86/sme: Replace occurrences of sme_active() with cc_platform_has()
Tom Lendacky
2021-03-08
x86: Use ELF fields defined in 'struct kimage'
Lakshmi Ramasubramanian
2019-11-14
x86/kdump: Remove the backup region handling
Lianbo Jiang
2019-06-25
x86/stackframe/32: Provide consistent pt_regs
Peter Zijlstra
2018-10-31
treewide: remove current_text_addr
Nick Desaulniers
2018-10-09
x86/kexec: Correct KEXEC_BACKUP_SRC_END off-by-one error
Bjorn Helgaas
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-30
x86/mm, kexec: Fix memory corruption with SME on successive kexecs
Tom Lendacky
2017-07-18
x86/mm, kexec: Allow kexec to be used with SME
Tom Lendacky
2017-03-27
x86/kexec: Add 5-level paging support
Kirill A. Shutemov
2016-10-11
x86/panic: replace smp_send_stop() with kdump friendly version in panic path
Hidehiro Kawai
2014-08-08
kexec: support for kexec on panic using new system call
Vivek Goyal
2014-08-08
kexec-bzImage64: support for loading bzImage using 64bit entry
Vivek Goyal
2013-01-29
x86, kexec: Remove 1024G limitation for kexec buffer on 64bit
Yinghai Lu
2012-12-11
x86/kexec: crash_vmclear_local_vmcss needs __rcu
Zhang Yanfei
2012-12-06
x86/kexec: VMCLEAR VMCSs loaded on all cpus if necessary
Zhang Yanfei
2009-03-10
x86, kexec: x86_64: add kexec jump support for x86_64
Huang Ying
2009-02-03
x86: kexec: Use one page table in x86_64 machine_kexec
Huang Ying
2008-10-31
kexec/i386: setup kexec page table in C
Huang Ying
2008-10-31
kexec/i386: allocate page table pages dynamically
Huang Ying
2008-10-22
x86: Fix ASM_X86__ header guards
H. Peter Anvin
2008-10-22
x86, um: ... and asm-x86 move
Al Viro