summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/vmlinux.lds.S
Commit message (Expand)AuthorAgeFilesLines
* x86/paravirt: Remove no longer needed paravirt patching codeJuergen Gross2023-12-101-13/+0
* x86/srso: Disentangle rethunk-dependent optionsJosh Poimboeuf2023-10-201-5/+2
* x86/build: Fix linker fill bytes quirk/incompatibility for ld.lldSong Liu2023-09-061-1/+1
* x86/cpu: Rename srso_(.*)_alias to srso_alias_\1Peter Zijlstra2023-08-161-4/+4
* x86/cpu: Rename original retbleed methodsPeter Zijlstra2023-08-161-1/+1
* x86/cpu: Clean up SRSO return thunk messPeter Zijlstra2023-08-161-1/+1
* x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines...Petr Pavlu2023-08-141-2/+0
* x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu2023-08-141-4/+4
* x86/srso: Fix build breakage with the LLVM linkerNick Desaulniers2023-08-101-3/+9
* x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)2023-07-271-2/+27
* x86/retbleed: Add __x86_return_thunk alignment checksBorislav Petkov (AMD)2023-05-171-0/+4
* objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
* x86/ibt: Implement FineIBTPeter Zijlstra2022-11-011-0/+9
* x86/callthunks: Add call patching for call depth trackingThomas Gleixner2022-10-171-8/+0
* objtool: Add .call_sites sectionPeter Zijlstra2022-10-171-0/+7
* x86: Sanitize linker scriptThomas Gleixner2022-10-171-6/+7
* Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-07-111-1/+8
|\
| * x86: Add magic AMD return-thunkPeter Zijlstra2022-06-271-1/+1
| * x86: Undo return-thunk damagePeter Zijlstra2022-06-271-0/+7
* | x86: Fix .brk attribute in linker scriptJuergen Gross2022-07-011-1/+1
|/
* x86/mm: Fix RESERVE_BRK() for older binutilsJosh Poimboeuf2022-06-131-2/+2
* x86: remove the IOMMU table infrastructureChristoph Hellwig2022-04-181-12/+0
* objtool: Find unused ENDBR instructionsPeter Zijlstra2022-03-151-0/+9
* x86: Remove .fixup sectionPeter Zijlstra2021-12-111-1/+0
* objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra2021-10-281-0/+14
* x86/build: Fix vmlinux size check on 64-bitArvind Sankar2020-10-291-9/+3
* Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-10-121-0/+1
|\
| * x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf2020-09-011-0/+1
* | x86/build: Add asserts for unwanted sectionsKees Cook2020-09-011-0/+24
* | x86/build: Enforce an empty .got.plt sectionKees Cook2020-09-011-1/+13
* | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1
|/
* x86, vmlinux.lds: Page-align end of ..page_aligned sectionsJoerg Roedel2020-07-221-0/+1
* Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-131-1/+0
|\
| * x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner2020-06-111-1/+0
* | x86_64: Fix jiffies ODR violationBob Haarman2020-06-091-2/+2
|/
* Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-311-0/+1
|\
| * x86, vmlinux.lds: Add RUNTIME_DISCARD_EXIT to generic DISCARDSH.J. Lu2020-03-271-0/+1
* | x86/vmlinux: Drop unneeded linker script discard of .eh_frameArvind Sankar2020-02-251-5/+2
|/
* x86/vdso: Provide vdso_data offset on vvar_pageDmitry Safonov2020-01-141-3/+1
* x86/vmlinux: Use INT3 instead of NOP for linker fill bytesKees Cook2019-11-041-1/+1
* x86/vmlinux: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-2/+1
* x86/vmlinux: Actually use _etext for the end of the text segmentKees Cook2019-11-041-4/+3
* vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-2/+0
* vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook2019-11-041-2/+1
* vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook2019-11-041-0/+2
* x86/vmlinux: Restore "text" Program Header with dummy sectionKees Cook2019-11-041-1/+2
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-111-3/+3
|\
| * Revert "x86/build: Move _etext to actual end of .text"Ross Zwisler2019-07-091-3/+3
* | x86/mm: Create a workarea in the kernel for SME early encryptionThomas Lendacky2019-06-201-0/+25
* | x86/mm: Identify the end of the kernel area to be reservedThomas Lendacky2019-06-201-1/+8
|/