aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/vmlinux.lds.S (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-08x86: Separate out entry text sectionJiri Olsa1-0/+1
2011-02-17x86, trampoline: Common infrastructure for low memory trampolinesH. Peter Anvin1-0/+13
2011-02-10x86: Reduce back the alignment of the per-CPU data sectionJan Beulich1-1/+1
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo1-2/+2
2011-01-19Revert "x86: Make relocatable kernel work with new binutils"Ingo Molnar1-9/+2
2011-01-18x86: Make relocatable kernel work with new binutilsShaohua Li1-2/+9
2010-11-18x86: Add NX protection for kernel dataMatthieu Castet1-2/+6
2010-10-22Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-09-07x86, 32-bit: Align percpu area and irq stacks to THREAD_SIZEAlexander van Heukelum1-1/+1
2010-08-31x86, iommu: Fix IOMMU_INIT alignment rulesKonrad Rzeszutek Wilk1-2/+1
2010-08-27x86, doc: Adding comments about .iommu_table and its neighbors.Konrad Rzeszutek Wilk1-0/+22
2010-08-26x86, iommu: Add IOMMU_INIT macros, .iommu_table section, and iommu_table_entry structureKonrad Rzeszutek Wilk1-0/+7
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds1-2/+2
2010-03-29x86: Make smp_locks end with page alignmentYinghai Lu1-1/+1
2010-03-03Rename .text.page_aligned to .text..page_aligned.Denys Vlasenko1-1/+1
2010-03-03Rename .bss.page_aligned to .bss..page_aligned.Tim Abbott1-1/+1
2010-01-05Merge branch 'master' into percpuTejun Heo1-8/+37
2009-12-14x86: Regex support and known-movable symbols for relocs, fix _endH. Peter Anvin1-3/+1
2009-12-08Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+33
2009-11-19x86: Eliminate redundant/contradicting cache line size config optionsJan Beulich1-5/+5
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell1-2/+2
2009-10-20x86-64: add comment for RODATA large page retainmentSuresh Siddha1-1/+12
2009-10-20x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATASuresh Siddha1-0/+17
2009-10-16x86: Document linker script ASSERT() quirkIngo Molnar1-0/+3
2009-10-15Revert "x86: linker script syntax nits"Ingo Molnar1-8/+9
2009-10-14x86: linker script syntax nitsRoland McGrath1-9/+8
2009-09-25Merge branch 'x86/asm' into x86/urgentIngo Molnar1-66/+13
2009-09-20x86: Correct segment permission flags in 64-bit linker scriptJan Beulich1-2/+2
2009-09-18x86: Cleanup linker script using new linker script macros.Tim Abbott1-44/+3
2009-09-18x86: Use section .data.page_aligned for the idt_table.Tim Abbott1-1/+0
2009-09-18x86: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott1-9/+3
2009-09-18x86: fix fragile computation of vsyscall addressAnders Kaseorg1-12/+7
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-7/+4
2009-08-25x86: Fix build with older binutils and consolidate linker scriptJan Beulich1-79/+47
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo1-15/+8