summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/relocate_kernel_64.S
Commit message (Expand)AuthorAgeFilesLines
* x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf2023-03-231-5/+5
* x86/callthunks: Add call patching for call depth trackingThomas Gleixner2022-10-171-2/+3
* x86/kexec: Disable RET on kexecKonrad Rzeszutek Wilk2022-07-091-6/+17
* x86/ibt: Annotate text referencesPeter Zijlstra2022-03-151-0/+2
* x86/ibt,kexec: Disable CET on kexecPeter Zijlstra2022-03-151-0/+8
* x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-081-5/+5
* x86/sme: Replace occurrences of sme_active() with cc_platform_has()Tom Lendacky2021-10-041-1/+1
* x86: Fix various typos in comments, take #2Ingo Molnar2021-03-211-1/+1
* x86/kexec: Make relocate_kernel_64.S objtool cleanPeter Zijlstra2020-03-251-0/+7
* x86/kexec: Use RIP relative addressingPeter Zijlstra2020-03-251-4/+1
* x86/asm: Annotate relocate_kernel_{32,64}.cJiri Slaby2019-10-181-5/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-191-3/+1
* x86/kexec: Make kexec (mostly) work in 5-level paging modeKirill A. Shutemov2018-01-311-0/+8
* x86/mm, kexec: Fix memory corruption with SME on successive kexecsTom Lendacky2017-07-301-0/+14
* x86/asm: Replace "MOVQ $imm, %reg" with MOVLDenys Vlasenko2015-04-011-4/+4
* x86/asm: Optimize unnecessarily wide TEST instructionsDenys Vlasenko2015-03-071-4/+4
* x86, reloc: Use xorl instead of xorq in relocate_kernel_64.SH. Peter Anvin2013-06-201-17/+17
* x86: Fix typo in kexec register clearingKees Cook2013-06-121-1/+1
* kexec, x86: Fix incorrect jump back address if not preserving contextHuang Ying2011-07-211-0/+2
* x86, kexec: x86_64: add kexec jump support for x86_64Huang Ying2009-03-101-33/+144
* x86, kexec: fix kexec x86 coding styleHuang Ying2009-03-101-8/+16
* x86: use _types.h headers in asm where availableJeremy Fitzhardinge2009-02-131-2/+2
* x86: kexec: Use one page table in x86_64 machine_kexecHuang Ying2009-02-031-122/+3
* x86: relocate_kernel - use predefined macroses for page attributesgorcunov@gmail.com2008-04-171-1/+2
* x86: relocate_kernel - use predefined macroses for processor stategorcunov@gmail.com2008-04-171-21/+11
* x86: relocate_kernel - use PAGE_SIZE instead of numeric constantgorcunov@gmail.com2008-04-171-1/+1
* x86: relocate_kernel - use predefined PAGE_SIZE instead of own aliasCyrill Gorcunov2008-04-171-2/+1
* x86_64: move kernelThomas Gleixner2007-10-111-0/+276