aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/relocate_kernel_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-31x86/kexec: Make kexec (mostly) work in 5-level paging modeKirill A. Shutemov1-0/+8
2017-07-30x86/mm, kexec: Fix memory corruption with SME on successive kexecsTom Lendacky1-0/+14
2015-04-01x86/asm: Replace "MOVQ $imm, %reg" with MOVLDenys Vlasenko1-4/+4
2015-03-07x86/asm: Optimize unnecessarily wide TEST instructionsDenys Vlasenko1-4/+4
2013-06-20x86, reloc: Use xorl instead of xorq in relocate_kernel_64.SH. Peter Anvin1-17/+17
2013-06-12x86: Fix typo in kexec register clearingKees Cook1-1/+1
2011-07-21kexec, x86: Fix incorrect jump back address if not preserving contextHuang Ying1-0/+2
2009-03-10x86, kexec: x86_64: add kexec jump support for x86_64Huang Ying1-33/+144
2009-03-10x86, kexec: fix kexec x86 coding styleHuang Ying1-8/+16
2009-02-13x86: use _types.h headers in asm where availableJeremy Fitzhardinge1-2/+2
2009-02-03x86: kexec: Use one page table in x86_64 machine_kexecHuang Ying1-122/+3
2008-04-17x86: relocate_kernel - use predefined macroses for page attributesgorcunov@gmail.com1-1/+2
2008-04-17x86: relocate_kernel - use predefined macroses for processor stategorcunov@gmail.com1-21/+11
2008-04-17x86: relocate_kernel - use PAGE_SIZE instead of numeric constantgorcunov@gmail.com1-1/+1
2008-04-17x86: relocate_kernel - use predefined PAGE_SIZE instead of own aliasCyrill Gorcunov1-2/+1
2007-10-11x86_64: move kernelThomas Gleixner1-0/+276