aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/vmlinux.lds.S
AgeCommit message (Expand)Author
2020-06-17x86_64: Fix jiffies ODR violationBob Haarman
2020-01-14x86/vdso: Provide vdso_data offset on vvar_pageDmitry Safonov
2019-11-04x86/vmlinux: Use INT3 instead of NOP for linker fill bytesKees Cook
2019-11-04x86/vmlinux: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook
2019-11-04x86/vmlinux: Actually use _etext for the end of the text segmentKees Cook
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook
2019-11-04vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook
2019-11-04vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook
2019-11-04x86/vmlinux: Restore "text" Program Header with dummy sectionKees Cook
2019-07-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-09Revert "x86/build: Move _etext to actual end of .text"Ross Zwisler
2019-06-20x86/mm: Create a workarea in the kernel for SME early encryptionThomas Lendacky
2019-06-20x86/mm: Identify the end of the kernel area to be reservedThomas Lendacky
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-06Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-04-26Merge branch 'linus' into x86/mm, to pick up dependent fixIngo Molnar
2019-04-24x86/build: Move _etext to actual end of .textKees Cook
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski
2019-04-16x86/build/lto: Fix truncated .bss with -fdata-sectionsSami Tolvanen
2019-01-16x86/build: Use the single-argument OUTPUT_FORMAT() linker script commandBorislav Petkov
2019-01-09x86/build: Mark per-CPU symbols as absolute explicitly for LLDRafael Ávila de Espíndola
2018-10-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-09-15x86/mm: Add .bss..decrypted section to hold shared variablesBrijesh Singh
2018-09-12x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski
2018-07-20x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bitJoerg Roedel
2018-05-13x86/build: Remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada
2018-03-20Merge branch 'linus' into x86/build to pick up dependenciesThomas Gleixner
2018-03-09x86/kprobes: Fix kernel crash when probing .entry_trampoline codeFrancis Deslauriers
2018-02-13x86/build: Drop superfluous ALIGN from the linker scriptCao jin
2018-01-19retpoline: Introduce start/end markers of indirect thunkMasami Hiramatsu
2017-12-23x86/entry: Align entry text section to PMD boundaryThomas Gleixner
2017-12-17x86/entry/64: Create a per-CPU SYSCALL entry trampolineAndy Lutomirski
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf
2017-04-03debug: Fix __bug_table[] in arch linker scriptsPeter Zijlstra
2017-03-01objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf
2017-02-24objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf
2016-10-20x86/boot: Move the _stext marker to before the boot codeJosh Poimboeuf
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf
2016-04-29x86/boot: Move compressed kernel to the end of the decompression bufferYinghai Lu
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko
2016-03-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-03-20x86/kallsyms: fix GOLD link failure with new relative kallsyms table formatArd Biesheuvel
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-02-29objtool: Add STACK_FRAME_NON_STANDARD() macroJosh Poimboeuf
2016-02-22x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook
2016-01-30x86/alternatives: Add an auxilary sectionBorislav Petkov
2015-11-29x86/mm: Page align the '_end' symbol to avoid pfn conversion bugsMatt Fleming
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young