summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/vmlinux.lds.S
AgeCommit message (Expand)AuthorLines
2017-12-17ARM: probes: avoid adding kprobes to sensitive kernel-entry/exit codeRussell King-3/+3
2017-11-16Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-34/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-10ARM: vmlinux.lds.S: replace open coded .data sections with generic macrosNicolas Pitre-32/+6
2017-09-10ARM: vmlinux*.lds.S: some decruftificationNicolas Pitre-3/+1
2017-04-03debug: Fix __bug_table[] in arch linker scriptsPeter Zijlstra-0/+2
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott-4/+4
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf-0/+1
2016-08-04arm: jump label may reference text in __exitJason Baron-1/+1
2016-07-02ARM: 8583/1: mm: fix location of _etextKees Cook-2/+2
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko-0/+1
2016-03-19Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-34/+26
2016-02-29ARM: KVM: Move the HYP code to its own sectionMarc Zyngier-0/+6
2016-02-22ARM: 8536/1: mm: hide __start_rodata_section_aligned for non-debug buildsArnd Bergmann-0/+2
2016-02-11ARM: 8502/1: mm: mark section-aligned portion of rodata NXKees Cook-2/+7
2016-02-11ARM: 8515/2: move .vectors and .stubs sections back into the kernel VMAArd Biesheuvel-2/+4
2016-02-11ARM: 8513/1: xip: Move XIP linking to a separate fileChris Brandt-27/+10
2016-02-08ARM: 8501/1: mm: flip priority of CONFIG_DEBUG_RODATAKees Cook-5/+5
2015-04-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-4/+7
2015-03-29ARM: 8322/1: keep .text and .fixup regions closer togetherArd Biesheuvel-4/+1
2015-03-28ARM: 8317/1: move the .idmap.text section closer to .head.textArd Biesheuvel-1/+1
2015-03-27ARM: kvm: round HYP section to page size instead of log2 upper boundArd Biesheuvel-30/+1
2015-03-25ARM: kvm: assert on HYP section boundaries not actual code sizeArd Biesheuvel-1/+1
2015-03-23ARM: kvm: implement replacement for ld's LOG2CEIL()Ard Biesheuvel-2/+22
2015-03-19ARM, arm64: kvm: get rid of the bounce pageArd Biesheuvel-3/+15
2014-11-03Merge tag 'ronx-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/l...Russell King-0/+19
2014-10-16ARM: mm: allow text and rodata sections to be read-onlyKees Cook-0/+3
2014-10-16ARM: mm: allow non-text sections to be non-executableKees Cook-0/+16
2014-10-02ARM: 8168/1: extend __init_end to a page align addressYalin Wang-1/+1
2014-07-18ARM: 8088/1: vmlinux.lds.S: drop redundant .commentMark Rutland-1/+0
2013-07-31ARM: use linker magic for vectors and vector stubsRussell King-0/+17
2013-06-03Finally eradicate CONFIG_HOTPLUGStephen Rothwell-4/+0
2013-04-28ARM: KVM: enforce maximum size for identity mapped codeMarc Zyngier-1/+6
2013-01-23ARM: Section based HYP idmapChristoffer Dall-1/+5
2012-12-16ARM: 7605/1: vmlinux.lds: Move .notes section next to the rodataPawel Moll-2/+2
2012-11-04ARM: 7568/1: Sort exception table at compile timeStephen Boyd-10/+9
2012-06-22ARM: 7428/1: Prevent KALLSYM size mismatch on ARM.David Brown-0/+2
2012-02-09ARM: 7320/1: Fix proc_info table alignmentMarc Zyngier-0/+1
2012-01-23ARM: 7290/1: vmlinux.lds.S: align the exception fixup table to a 4-byte boundaryWill Deacon-1/+1
2012-01-23ARM: 7289/1: vmlinux.lds.S: do not hardcode cacheline size as 32 bytesWill Deacon-3/+4
2011-12-06ARM: idmap: populate identity map pgd at init time using .init.textWill Deacon-0/+7
2011-10-25Merge branch 'misc' into for-linusRussell King-1/+2
2011-10-17ARM: 7017/1: Use generic BUG() handlerSimon Glass-1/+2
2011-09-20ARM: fix vmlinux.lds.S discarding sectionsRussell King-3/+12
2011-07-07ARM: vmlinux.lds: use _text and _stext the same way as x86Russell King-2/+2
2011-07-07ARM: vmlinux.lds: move init sections between text and data sectionsRussell King-48/+48
2011-07-07ARM: vmlinux.lds: remove .rodata/.rodata1 from main .text segmentRussell King-2/+0
2011-07-07ARM: vmlinux.lds: rearrange .init output sectionRussell King-18/+29
2011-07-07ARM: vmlinux.lds: move discarded sections to beginningRussell King-25/+22
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo-1/+1