aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/vmlinux.lds.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+0
2018-09-15x86/mm: Add .bss..decrypted section to hold shared variablesBrijesh Singh1-0/+19
2018-09-12x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski1-10/+0
2018-07-20x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bitJoerg Roedel1-7/+10
2018-05-13x86/build: Remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada1-2/+2
2018-03-20Merge branch 'linus' into x86/build to pick up dependenciesThomas Gleixner1-0/+2
2018-03-09x86/kprobes: Fix kernel crash when probing .entry_trampoline codeFrancis Deslauriers1-0/+2
2018-02-13x86/build: Drop superfluous ALIGN from the linker scriptCao jin1-4/+3
2018-01-19retpoline: Introduce start/end markers of indirect thunkMasami Hiramatsu1-0/+6
2017-12-23x86/entry: Align entry text section to PMD boundaryThomas Gleixner1-0/+8
2017-12-17x86/entry/64: Create a per-CPU SYSCALL entry trampolineAndy Lutomirski1-0/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf1-0/+3
2017-04-03debug: Fix __bug_table[] in arch linker scriptsPeter Zijlstra1-0/+1
2017-03-01objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf1-2/+0
2017-02-24objtool: Improve detection of BUG() and other dead endsJosh Poimboeuf1-0/+1
2016-10-20x86/boot: Move the _stext marker to before the boot codeJosh Poimboeuf1-1/+1
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-04-29x86/boot: Move compressed kernel to the end of the decompression bufferYinghai Lu1-1/+1
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko1-0/+1
2016-03-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2016-03-20x86/kallsyms: fix GOLD link failure with new relative kallsyms table formatArd Biesheuvel1-4/+4
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+11
2016-02-29objtool: Add STACK_FRAME_NON_STANDARD() macroJosh Poimboeuf1-1/+4
2016-02-22x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook1-14/+11
2016-01-30x86/alternatives: Add an auxilary sectionBorislav Petkov1-0/+11
2015-11-29x86/mm: Page align the '_end' symbol to avoid pfn conversion bugsMatt Fleming1-0/+1
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-1/+1
2014-11-04x86-64: Use RIP-relative addressing for most per-CPU accessesJan Beulich1-0/+2
2014-03-18x86, vdso: Zero-pad the VVAR pageAndy Lutomirski1-0/+5
2014-03-18x86, vdso: Make vsyscall_gtod_data handling x86 genericStefani Seibold1-3/+0
2013-10-17x86: intel-mid: Add section for sfi device tableDavid Cohen1-0/+9
2013-03-11x86: Drop always empty .text..page_aligned sectionJan Beulich1-4/+0
2012-05-08x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen1-12/+0
2011-08-10x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski1-33/+0
2011-08-04x86-64: Work around gold bug 13023Andy Lutomirski1-6/+10
2011-08-04x86-64: Move the "user" vsyscall segment out of the data segment.Andy Lutomirski1-18/+18
2011-07-14x86-64: Move vread_tsc and vread_hpet into the vDSOAndy Lutomirski1-3/+0
2011-06-06x86-64: Fill unused parts of the vsyscall page with 0xccAndy Lutomirski1-9/+7
2011-06-06x86-64: Remove vsyscall number 3 (venosys)Andy Lutomirski1-4/+0
2011-06-05x86-64: Give vvars their own pageAndy Lutomirski1-11/+17
2011-05-26Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-23/+11
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2011-05-24x86-64: Clean up vdso/kernel shared variablesAndy Lutomirski1-23/+11
2011-05-22x86, apic: Introduce .apicdrivers section to find the list of apic driversSuresh Siddha1-0/+7
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo1-1/+1
2011-03-16Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+13
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2011-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1