summaryrefslogtreecommitdiff
path: root/include/asm-generic/vmlinux.lds.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-12vmlinux.lds.h: Remove a reference to no longer used sections .text..refcountPetr Pavlu1-1/+0
2023-07-07Merge tag 'riscv-for-linus-6.5-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-0/+1
2023-07-01Merge patch series "riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION"Palmer Dabbelt1-1/+1
2023-06-26vmlinux.lds.h: use correct .init.data.* section nameJisheng Zhang1-1/+1
2023-06-22kbuild: generate KSYMTAB entries by modpostMasahiro Yamada1-0/+1
2023-06-16x86/unwind/orc: Add ELF section with ORC version identifierOmar Sandoval1-0/+3
2023-05-16vmlinux.lds.h: Discard .note.gnu.property sectionJosh Poimboeuf1-1/+8
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar1-0/+5
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-6/+3
2022-12-30arch: fix broken BuildID for arm64 and riscvMasahiro Yamada1-0/+5
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-140/+94
2022-12-15Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+7
2022-11-22Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar1-1/+1
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman1-7/+13
2022-11-17vmlinux.lds.h: add HEADERED_SECTION_* macrosJim Cromie1-0/+15
2022-11-17vmlinux.lds.h: fix BOUNDED_SECTION_(PRE|POST)_LABEL macrosJim Cromie1-8/+6
2022-11-11Merge tag 'hardening-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-11-10vmlinux.lds.h: place optional header space in BOUNDED_SECTIONJim Cromie1-0/+2
2022-11-10vmlinux.lds.h: add BOUNDED_SECTION* macrosJim Cromie1-140/+79
2022-11-09arm64: unwind: add asynchronous unwind tables to kernel and modulesArd Biesheuvel1-2/+7
2022-11-08vmlinux.lds.h: Fix placement of '.data..decrypted' sectionNathan Chancellor1-1/+1
2022-10-22Merge branch 'x86/urgent' into x86/core, to resolve conflictIngo Molnar1-6/+12
2022-10-20ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Peter Zijlstra1-6/+12
2022-10-17arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra1-2/+2
2022-10-08Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+10
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+10
2022-09-26cfi: Switch to -fsanitize=kcfiSami Tolvanen1-18/+19
2022-09-23vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignmentWill Deacon1-2/+1
2022-09-16ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLEPeter Zijlstra (Intel)1-1/+10
2022-09-07kernel/module: add __dyndbg_classes sectionJim Cromie1-0/+3
2022-05-20sched: Reverse sched_class layoutPeter Zijlstra1-6/+6
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2022-03-15static_call: Avoid building empty .static_call_sitesPeter Zijlstra1-0/+4
2022-02-04powercap/drivers/dtpm: Convert the init table section to a simple arrayDaniel Lezcano1-11/+0
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+13
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2021-10-27vmlinux.lds.h: Have ORC lookup cover entire _etext - _stextKristen Carlson Accardi1-1/+2
2021-10-22vmlinux.lds.h: wrap built-in firmware support under FW_LOADERLuis Chamberlain1-7/+13
2021-10-20tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)1-2/+8
2021-09-13vmlinux.lds.h: remove old check for GCC 4.9Nick Desaulniers1-4/+0
2021-09-02Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+13
2021-08-11vmlinux.lds.h: Handle clang's module.{c,d}tor sectionsNathan Chancellor1-0/+1
2021-07-19printk: Userspace format indexing supportChris Down1-0/+13
2021-06-02vmlinux.lds.h: Avoid orphan section with !SMPNathan Chancellor1-0/+1
2021-04-09add support for Clang CFISami Tolvanen1-1/+19
2021-02-26Merge tag 'orphan-handling-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+5
2021-02-26vmlinux.lds.h: Define SANTIZER_DISCARDS with CONFIG_GCOV_KERNEL=yNathan Chancellor1-4/+5