aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/vmlinux.lds.S
AgeCommit message (Expand)AuthorFilesLines
2024-02-16arm64: head: Move early kernel mapping routines into C codeGravatar Ard Biesheuvel 1-2/+2
2024-02-16arm64: head: Run feature override detection before mapping the kernelGravatar Ard Biesheuvel 1-3/+1
2024-02-16arm64: head: Clear BSS and the kernel page tables in one goGravatar Ard Biesheuvel 1-0/+3
2024-02-16arm64: head: move relocation handling to C codeGravatar Ard Biesheuvel 1-4/+8
2023-05-02arm64: lds: move .got section out of .textGravatar Fangrui Song 1-10/+9
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+7
2023-02-10Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Gravatar Catalin Marinas 1-1/+7
2023-01-27arm64: avoid executing padding bytes during kexec / hibernationGravatar Mark Rutland 1-0/+6
2023-01-24arm64: kernel: move identity map out of .text mappingGravatar Ard Biesheuvel 1-1/+1
2023-01-13objtool/idle: Validate __cpuidle code as noinstrGravatar Peter Zijlstra 1-1/+0
2022-11-09arm64: unwind: add asynchronous unwind tables to kernel and modulesGravatar Ard Biesheuvel 1-0/+13
2022-07-25Merge branch 'for-next/boot' into for-next/coreGravatar Will Deacon 1-10/+9
2022-06-24arm64: head: use relative references to the RELA and RELR tablesGravatar Ard Biesheuvel 1-8/+4
2022-06-24arm64: head: cover entire kernel image in initial ID mapGravatar Ard Biesheuvel 1-2/+5
2022-06-24arm64: entry: simplify trampoline data pageGravatar Ard Biesheuvel 1-1/+2
2022-05-17arm64: lds: move special code sections out of kernel exec segmentGravatar Ard Biesheuvel 1-9/+12
2022-02-15arm64: entry: Allow the trampoline text to occupy multiple pagesGravatar James Morse 1-1/+1
2021-10-29Merge branch 'for-next/kexec' into for-next/coreGravatar Will Deacon 1-0/+19
2021-10-21arm64: vmlinux.lds.S: remove `.fixup` sectionGravatar Mark Rutland 1-1/+0
2021-10-21arm64: extable: add `type` and `data` fieldsGravatar Mark Rutland 1-1/+1
2021-10-01arm64: kexec: use ld script for relocation functionGravatar Pasha Tatashin 1-0/+19
2021-08-04arm64: Move .hyp.rodata outside of the _sdata.._edata rangeGravatar Marc Zyngier 1-2/+2
2021-03-19KVM: arm64: Page-align the .hyp sectionsGravatar Quentin Perret 1-13/+9
2021-03-19KVM: arm64: Introduce a BSS section for use at HypGravatar Quentin Perret 1-18/+34
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-3/+15
2021-02-03arm64: vmlinux.ld.S: add assertion for tramp_pg_dir offsetGravatar Joey Gouly 1-0/+5
2021-02-03arm64: vmlinux.ld.S: add assertion for reserved_pg_dir offsetGravatar Joey Gouly 1-0/+3
2021-01-23KVM: arm64: Generate hyp relocation dataGravatar David Brazdil 1-0/+11
2021-01-23KVM: arm64: Set up .hyp.rodata ELF sectionGravatar David Brazdil 1-3/+4
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+10
2020-12-09Merge branch 'for-next/misc' into for-next/coreGravatar Catalin Marinas 1-6/+4
2020-12-09Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lt...Gravatar Catalin Marinas 1-8/+28
2020-12-04KVM: arm64: Add .hyp.data..ro_after_init ELF sectionGravatar David Brazdil 1-0/+10
2020-11-27arm64: vmlinux.lds.S: Drop redundant *.init.rodata.*Gravatar Youling Tang 1-1/+1
2020-11-17arm64: omit [_text, _stext) from permanent kernel mappingGravatar Ard Biesheuvel 1-1/+1
2020-11-10arm64: consistently use reserved_pg_dirGravatar Mark Rutland 1-5/+3
2020-11-09arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=yGravatar Will Deacon 1-1/+1
2020-10-28arm64: vmlinux.lds: account for spurious empty .igot.plt sectionsGravatar Ard Biesheuvel 1-1/+1
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+13
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+24
2020-09-30kvm: arm64: Set up hyp percpu data for nVHEGravatar David Brazdil 1-0/+8
2020-09-30kvm: arm64: Only define __kvm_ex_table for CONFIG_KVMGravatar David Brazdil 1-0/+4
2020-09-30kvm: arm64: Move nVHE hyp namespace macros to hyp_image.hGravatar David Brazdil 1-0/+1
2020-09-07arm64: get rid of TEXT_OFFSETGravatar Ard Biesheuvel 1-2/+2
2020-09-01arm64/build: Assert for unwanted sectionsGravatar Kees Cook 1-0/+20
2020-09-01arm64/build: Add missing DWARF sectionsGravatar Kees Cook 1-0/+1
2020-09-01arm64/build: Use common DISCARDS in linker scriptGravatar Kees Cook 1-3/+2
2020-09-01arm64/build: Remove .eh_frame* sections due to unwind tablesGravatar Kees Cook 1-1/+0
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGGravatar Kees Cook 1-0/+1
2020-08-28KVM: arm64: Add kvm_extable for vaxorcism codeGravatar James Morse 1-0/+8