summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/vmlinux.lds.S
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-3/+3
|\
| * Merge branch 'linus' into x86/mm, to pick up dependent fixIngo Molnar2019-04-261-1/+1
| |\
| * | x86/build: Move _etext to actual end of .textKees Cook2019-04-241-3/+3
* | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-071-3/+4
|\ \ \ | |_|/ |/| |
| * | x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski2019-04-171-3/+4
| |/
* / x86/build/lto: Fix truncated .bss with -fdata-sectionsSami Tolvanen2019-04-161-1/+1
|/
* x86/build: Use the single-argument OUTPUT_FORMAT() linker script commandBorislav Petkov2019-01-161-1/+1
* x86/build: Mark per-CPU symbols as absolute explicitly for LLDRafael Ávila de Espíndola2019-01-091-1/+1
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-231-10/+0Star
|\
| * x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski2018-09-121-10/+0Star
* | x86/mm: Add .bss..decrypted section to hold shared variablesBrijesh Singh2018-09-151-0/+19
|/
* x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bitJoerg Roedel2018-07-201-7/+10
* x86/build: Remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada2018-05-131-2/+2
* Merge branch 'linus' into x86/build to pick up dependenciesThomas Gleixner2018-03-201-0/+2
|\
| * x86/kprobes: Fix kernel crash when probing .entry_trampoline codeFrancis Deslauriers2018-03-091-0/+2
* | x86/build: Drop superfluous ALIGN from the linker scriptCao jin2018-02-131-4/+3Star
|/
* retpoline: Introduce start/end markers of indirect thunkMasami Hiramatsu2018-01-191-0/+6
* x86/entry: Align entry text section to PMD boundaryThomas Gleixner2017-12-231-0/+8
* x86/entry/64: Create a per-CPU SYSCALL entry trampolineAndy Lutomirski2017-12-171-0/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/unwind: Add the ORC unwinderJosh Poimboeuf2017-07-261-0/+3
* debug: Fix __bug_table[] in arch linker scriptsPeter Zijlstra2017-04-031-0/+1
* objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf2017-03-011-2/+0Star
* objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf2017-02-241-0/+1
* x86/boot: Move the _stext marker to before the boot codeJosh Poimboeuf2016-10-201-1/+1
* nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-081-0/+1
* x86/boot: Move compressed kernel to the end of the decompression bufferYinghai Lu2016-04-291-1/+1
* arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-261-0/+1
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-211-0/+1
|\
| * x86/mm: Page align the '_end' symbol to avoid pfn conversion bugsMatt Fleming2015-11-291-0/+1
* | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-211-1/+4
|\ \
| * | objtool: Add STACK_FRAME_NON_STANDARD() macroJosh Poimboeuf2016-02-291-1/+4
* | | x86/kallsyms: fix GOLD link failure with new relative kallsyms table formatArd Biesheuvel2016-03-201-4/+4
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-151-0/+11
|\| |
| * | x86/alternatives: Add an auxilary sectionBorislav Petkov2016-01-301-0/+11
| |/
* / x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook2016-02-221-14/+11Star
|/
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-1/+1
* x86-64: Use RIP-relative addressing for most per-CPU accessesJan Beulich2014-11-041-0/+2
* x86, vdso: Zero-pad the VVAR pageAndy Lutomirski2014-03-181-0/+5
* x86, vdso: Make vsyscall_gtod_data handling x86 genericStefani Seibold2014-03-181-3/+0Star
* x86: intel-mid: Add section for sfi device tableDavid Cohen2013-10-181-0/+9
* x86: Drop always empty .text..page_aligned sectionJan Beulich2013-03-111-4/+0Star
* x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen2012-05-081-12/+0Star
* x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski2011-08-111-33/+0Star
* x86-64: Work around gold bug 13023Andy Lutomirski2011-08-051-6/+10
* x86-64: Move the "user" vsyscall segment out of the data segment.Andy Lutomirski2011-08-051-18/+18