aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/vmlinux.lds.S
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+5
2019-11-04arm64: Move EXCEPTION_TABLE to RO_DATA segmentGravatar Kees Cook 1-3/+4
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAGravatar Kees Cook 1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAGravatar Kees Cook 1-1/+0
2019-10-28arm64: remove __exception annotationsGravatar James Morse 1-3/+0
2019-08-14arm64/efi: Move variable assignments after SECTIONSGravatar Kees Cook 1-0/+2
2019-08-05arm64: Add support for relocating the kernel with RELR relocationsGravatar Peter Collingbourne 1-0/+9
2018-12-04arm64: relocatable: fix inconsistencies in linker script and optionsGravatar Ard Biesheuvel 1-4/+5
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAGravatar Kees Cook 1-1/+0
2018-09-25arm64/mm: move runtime pgds to rodataGravatar Jun Yao 1-16/+17
2018-09-25arm64/mm: Separate boot-time page tables from swapper_pg_dirGravatar Jun Yao 1-1/+5
2018-05-15arm64: remove no-op macro VMLINUX_SYMBOL()Gravatar Masahiro Yamada 1-10/+10
2018-01-14arm64: Extend early page table code to allow for larger kernelsGravatar Steve Capper 1-0/+1
2018-01-14arm64: entry: Move the trampoline to be before PANGravatar Steve Capper 1-5/+6
2018-01-14arm64: Re-order reserved_ttbr0 in linker scriptGravatar Steve Capper 1-3/+2
2017-12-11arm64: kaslr: Put kernel vectors address in separate data pageGravatar Will Deacon 1-1/+4
2017-12-11arm64: entry: Add exception trampoline page for exceptions from EL0Gravatar Will Deacon 1-0/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-15arm64: add basic VMAP_STACK supportGravatar Mark Rutland 1-1/+1
2017-08-15arm64: move SEGMENT_ALIGN to <asm/memory.h>Gravatar Mark Rutland 1-16/+0
2017-04-04arm64: efi: split Image code and data into separate PE/COFF sectionsGravatar Ard Biesheuvel 1-0/+2
2017-03-23arm64: mmu: apply strict permissions to .init.text and .init.dataGravatar Ard Biesheuvel 1-9/+16
2016-11-21arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1Gravatar Catalin Marinas 1-0/+5
2016-10-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 1-0/+1
2016-08-25arm64: vmlinux.ld: Add mmuoff data sections and move mmuoff text into idmapGravatar James Morse 1-0/+19
2016-07-29arm64: relocatable: suppress R_AARCH64_ABS64 relocations in vmlinuxGravatar Ard Biesheuvel 1-10/+1
2016-07-29arm64: vmlinux.lds: make __rela_offset and __dynsym_offset ABSOLUTEGravatar Ard Biesheuvel 1-2/+2
2016-07-21Merge branch 'for-next/kprobes' into for-next/coreGravatar Catalin Marinas 1-0/+2
2016-07-19arm64: Treat all entry code as non-kprobe-ableGravatar Pratyush Anand 1-0/+1
2016-07-19arm64: Kprobes with single stepping supportGravatar Sandeepa Prabhu 1-0/+1
2016-06-27arm64: mm: fix location of _etextGravatar Ard Biesheuvel 1-3/+4
2016-04-28arm64: kernel: Add support for hibernate/suspend-to-diskGravatar James Morse 1-0/+15
2016-04-26arm64: kernel: perform relocation processing from ID mapGravatar Ard Biesheuvel 1-3/+4
2016-04-14arm64: simplify kernel segment mapping granularityGravatar Ard Biesheuvel 1-10/+15
2016-04-14arm64: cover the .head.text section in the .text segment mappingGravatar Ard Biesheuvel 1-1/+0
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsGravatar Alexander Potapenko 1-0/+1
2016-03-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2016-02-26arm64: mm: Mark .rodata as ROGravatar Jeremy Linton 1-2/+3
2016-02-24arm64: add support for building vmlinux as a relocatable PIE binaryGravatar Ard Biesheuvel 1-0/+16
2016-02-22arm64/vmlinux.lds.S: Handle .init.rodata.xxx and .init.bss sectionsGravatar Ard Biesheuvel 1-0/+1
2016-02-18arm64: introduce KIMAGE_VADDR as the virtual base of the kernel regionGravatar Ard Biesheuvel 1-2/+2
2016-02-16arm64: ensure _stext and _etext are page-alignedGravatar Mark Rutland 1-3/+2
2016-01-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-5/+2
2015-12-10arm64: mm: fold alternatives into .initGravatar Mark Rutland 1-3/+2
2015-12-10arm64: Remove redundant padding from linker scriptGravatar Mark Rutland 1-2/+0
2015-12-07arm64: update linker script to increased L1_CACHE_BYTES valueGravatar Ard Biesheuvel 1-2/+3
2015-10-29arm64: page-align sections for DEBUG_RODATAGravatar Mark Rutland 1-1/+4
2015-10-19arm64: Move swapper pagetable definitionsGravatar Suzuki K. Poulose 1-0/+1
2015-06-02arm64: reduce ID map to a single pageGravatar Ard Biesheuvel 1-1/+10