aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/vmlinux.lds.S
AgeCommit message (Expand)AuthorFilesLines
2023-06-25riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATIONGravatar Zhangjin Wu 1-3/+3
2023-05-09riscv: Fix orphan section warnings caused by kernel/piGravatar Alexandre Ghiti 1-5/+2
2023-05-01riscv: Move .rela.dyn to the init sectionsGravatar Alexandre Ghiti 1-6/+6
2023-04-26riscv: Allow to downgrade paging mode from the command lineGravatar Alexandre Ghiti 1-1/+10
2023-04-19riscv: Introduce CONFIG_RELOCATABLEGravatar Alexandre Ghiti 1-2/+15
2023-04-19riscv: Move .rela.dyn outside of init to avoid empty relocationsGravatar Alexandre Ghiti 1-4/+4
2023-04-19riscv: Prepare EFI header for relocatable kernelsGravatar Alexandre Ghiti 1-3/+2
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+9
2023-02-21riscv: vmlinux.lds.S: explicitly catch .init.bss sections from EFI stubGravatar Jisheng Zhang 1-0/+3
2023-02-21riscv: vmlinux.lds.S: explicitly catch .riscv.attributes sectionsGravatar Jisheng Zhang 1-0/+1
2023-02-21riscv: vmlinux.lds.S: explicitly catch .rela.dyn symbolsGravatar Jisheng Zhang 1-0/+4
2023-02-21riscv: lds: define RUNTIME_DISCARD_EXITGravatar Jisheng Zhang 1-0/+1
2023-01-13objtool/idle: Validate __cpuidle code as noinstrGravatar Peter Zijlstra 1-1/+0
2022-01-05riscv: vmlinux.lds.S|vmlinux-xip.lds.S: remove `.fixup` sectionGravatar Jisheng Zhang 1-1/+0
2022-01-05riscv: extable: add `type` and `data` fieldsGravatar Jisheng Zhang 1-1/+1
2021-09-10riscv: Move EXCEPTION_TABLE to RO_DATA segmentGravatar Jisheng Zhang 1-2/+2
2021-07-06riscv: add VMAP_STACK overflow detectionGravatar Tong Tiangen 1-1/+1
2021-04-26RISC-V: enable XIPGravatar Vitaly Wool 1-0/+6
2021-04-26riscv: Move kernel mapping outside of linear mappingGravatar Alexandre Ghiti 1-1/+2
2021-04-26riscv: Introduce alternative mechanism to apply errata solutionGravatar Vincent Chen 1-0/+7
2020-11-25RISC-V: Move dynamic relocation section under __initGravatar Atish Patra 1-4/+4
2020-11-25RISC-V: Protect all kernel sections including init earlyGravatar Atish Patra 1-22/+27
2020-11-25RISC-V: Align the .init.text sectionGravatar Atish Patra 1-1/+7
2020-10-19Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+21
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2020-10-06riscv: Fixup bootup failure with HARDENED_USERCOPYGravatar Guo Ren 1-2/+3
2020-10-02RISC-V: Add PE/COFF header for EFI stubGravatar Atish Patra 1-2/+21
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGGravatar Kees Cook 1-0/+1
2020-07-30riscv: Fixup static_obj() failGravatar Guo Ren 1-1/+1
2020-05-18riscv: Allow device trees to be built into the kernelGravatar Palmer Dabbelt 1-0/+5
2020-04-03riscv: Add SOC early init supportGravatar Damien Le Moal 1-0/+6
2020-03-31RISC-V: Move relocate and few other functions out of __initGravatar Atish Patra 1-1/+4
2020-03-26riscv: add alignment for text, rodata and data sectionsGravatar Zong Li 1-1/+4
2020-03-26riscv: move exception table immediately after RO_DATAGravatar Zong Li 1-2/+4
2020-03-03RISC-V: Stop putting .sbss in .sdataGravatar Palmer Dabbelt 1-1/+0
2020-01-22riscv: Add KASAN supportGravatar Nick Hu 1-0/+1
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAGravatar Kees Cook 1-1/+1
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAGravatar Kees Cook 1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAGravatar Kees Cook 1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Gravatar Thomas Gleixner 1-9/+1
2019-02-11Revert "RISC-V: Make BSS section as the last section in vmlinux.lds.S"Gravatar Palmer Dabbelt 1-6/+2
2019-01-07RISC-V: Make BSS section as the last section in vmlinux.lds.SGravatar Anup Patel 1-2/+6
2018-11-20RISC-V: Build flat and compressed kernel imagesGravatar Anup Patel 1-1/+1
2017-09-26RISC-V: Build InfrastructureGravatar Palmer Dabbelt 1-0/+92