summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/vmlinux.lds.S
AgeCommit message (Expand)Author
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf
2016-08-25arm64: vmlinux.ld: Add mmuoff data sections and move mmuoff text into idmapJames Morse
2016-07-29arm64: relocatable: suppress R_AARCH64_ABS64 relocations in vmlinuxArd Biesheuvel
2016-07-29arm64: vmlinux.lds: make __rela_offset and __dynsym_offset ABSOLUTEArd Biesheuvel
2016-07-21Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas
2016-07-19arm64: Treat all entry code as non-kprobe-ablePratyush Anand
2016-07-19arm64: Kprobes with single stepping supportSandeepa Prabhu
2016-06-27arm64: mm: fix location of _etextArd Biesheuvel
2016-04-28arm64: kernel: Add support for hibernate/suspend-to-diskJames Morse
2016-04-26arm64: kernel: perform relocation processing from ID mapArd Biesheuvel
2016-04-14arm64: simplify kernel segment mapping granularityArd Biesheuvel
2016-04-14arm64: cover the .head.text section in the .text segment mappingArd Biesheuvel
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko
2016-03-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-02-26arm64: mm: Mark .rodata as ROJeremy Linton
2016-02-24arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel
2016-02-22arm64/vmlinux.lds.S: Handle .init.rodata.xxx and .init.bss sectionsArd Biesheuvel
2016-02-18arm64: introduce KIMAGE_VADDR as the virtual base of the kernel regionArd Biesheuvel
2016-02-16arm64: ensure _stext and _etext are page-alignedMark Rutland
2016-01-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-12-10arm64: mm: fold alternatives into .initMark Rutland
2015-12-10arm64: Remove redundant padding from linker scriptMark Rutland
2015-12-07arm64: update linker script to increased L1_CACHE_BYTES valueArd Biesheuvel
2015-10-29arm64: page-align sections for DEBUG_RODATAMark Rutland
2015-10-19arm64: Move swapper pagetable definitionsSuzuki K. Poulose
2015-06-02arm64: reduce ID map to a single pageArd Biesheuvel
2015-03-19ARM, arm64: kvm: get rid of the bounce pageArd Biesheuvel
2015-01-22arm64: add better page protections to arm64Laura Abbott
2014-11-25arm64: vmlinux.lds.S: don't discard .exit.* sections at link-timeWill Deacon
2014-11-25arm64: add alternative runtime patchingAndre Przywara
2014-11-05arm64/efi: set PE/COFF file alignment to 512 bytesArd Biesheuvel
2014-10-02ARM: 8168/1: extend __init_end to a page align addressYalin Wang
2014-07-10arm64: Enable TEXT_OFFSET fuzzingMark Rutland
2014-07-10arm64: Update the Image headerMark Rutland
2014-07-10arm64: place initial page tables above the kernelMark Rutland
2014-05-23arm64: Fix linker script entry pointGeoff Levand
2013-12-20arm64: Remove unused __data_loc variableGeoff Levand
2013-12-19arm64: vmlinux.lds.S: drop redundant .commentMark Rutland
2013-11-04arm64: use generic RW_DATA_SECTION macro in linker scriptMark Salter
2013-10-25arm64: factor out spin-table boot methodMark Rutland
2013-08-27arm64: move elf notes into readonly segmentMark Salter
2013-06-12Merge branch 'kvm-arm64/kvm-for-3.11' of git://git.kernel.org/pub/scm/linux/k...Catalin Marinas
2013-06-12arm64: extable: sort the exception table at build timeWill Deacon
2013-06-07arm64: KVM: HYP mode idmap supportMarc Zyngier
2012-09-17arm64: Build infrastructureCatalin Marinas