summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/vmlinux.lds.S
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86-64: Move vread_tsc and vread_hpet into the vDSOAndy Lutomirski2011-07-151-3/+0Star
* x86-64: Fill unused parts of the vsyscall page with 0xccAndy Lutomirski2011-06-061-9/+7Star
* x86-64: Remove vsyscall number 3 (venosys)Andy Lutomirski2011-06-061-4/+0Star
* x86-64: Give vvars their own pageAndy Lutomirski2011-06-051-11/+17
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-261-23/+11Star
|\
| * x86-64: Clean up vdso/kernel shared variablesAndy Lutomirski2011-05-241-23/+11Star
* | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+1
|\ \ | |/ |/|
| * percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-1/+1
* | x86, apic: Introduce .apicdrivers section to find the list of apic driversSuresh Siddha2011-05-221-0/+7
|/
* Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2011-03-161-0/+13
|\
| * x86, trampoline: Common infrastructure for low memory trampolinesH. Peter Anvin2011-02-181-0/+13
* | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-161-2/+2
|\ \
| * | percpu: align percpu readmostly subsection to cachelineTejun Heo2011-01-251-2/+2
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-03-161-1/+1
|\ \
| * | x86: Reduce back the alignment of the per-CPU data sectionJan Beulich2011-02-101-1/+1
| |/
* / x86: Separate out entry text sectionJiri Olsa2011-03-081-0/+1
|/
* Revert "x86: Make relocatable kernel work with new binutils"Ingo Molnar2011-01-191-9/+2Star
* x86: Make relocatable kernel work with new binutilsShaohua Li2011-01-181-2/+9
* x86: Add NX protection for kernel dataMatthieu Castet2010-11-181-2/+6
* Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-10-221-1/+1
|\
| * x86, 32-bit: Align percpu area and irq stacks to THREAD_SIZEAlexander van Heukelum2010-09-071-1/+1
* | x86, iommu: Fix IOMMU_INIT alignment rulesKonrad Rzeszutek Wilk2010-08-311-2/+1Star
* | x86, doc: Adding comments about .iommu_table and its neighbors.Konrad Rzeszutek Wilk2010-08-281-0/+22
* | x86, iommu: Add IOMMU_INIT macros, .iommu_table section, and iommu_table_entr...Konrad Rzeszutek Wilk2010-08-271-0/+7
|/
* Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-011-2/+2
|\
| * Rename .text.page_aligned to .text..page_aligned.Denys Vlasenko2010-03-031-1/+1
| * Rename .bss.page_aligned to .bss..page_aligned.Tim Abbott2010-03-031-1/+1
* | x86: Make smp_locks end with page alignmentYinghai Lu2010-03-291-1/+1