summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/vmlinux.lds.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-311-0/+5
|\
| * arch: fix broken BuildID for arm64 and riscvMasahiro Yamada2022-12-301-0/+5
* | objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-6/+3
|/
* Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-140/+94
|\
| * Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman2022-11-211-7/+13
| |\
| * | vmlinux.lds.h: add HEADERED_SECTION_* macrosJim Cromie2022-11-171-0/+15
| * | vmlinux.lds.h: fix BOUNDED_SECTION_(PRE|POST)_LABEL macrosJim Cromie2022-11-171-8/+6
| * | vmlinux.lds.h: place optional header space in BOUNDED_SECTIONJim Cromie2022-11-101-0/+2
| * | vmlinux.lds.h: add BOUNDED_SECTION* macrosJim Cromie2022-11-101-140/+79
* | | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-151-2/+2
|\ \ \
| * \ \ Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar2022-11-211-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'x86/urgent' into x86/core, to resolve conflictIngo Molnar2022-10-221-6/+12
| |\ \ \
| * | | | arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra2022-10-171-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-12-121-2/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | arm64: unwind: add asynchronous unwind tables to kernel and modulesArd Biesheuvel2022-11-091-2/+7
| | |/ | |/|
* | | Merge tag 'hardening-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-11-111-1/+1
|\ \ \ | |/ / |/| |
| * | vmlinux.lds.h: Fix placement of '.data..decrypted' sectionNathan Chancellor2022-11-081-1/+1
| |/
* / ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Peter Zijlstra2022-10-201-6/+12
|/
* Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-081-0/+3
|\
| * kernel/module: add __dyndbg_classes sectionJim Cromie2022-09-071-0/+3
* | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-041-1/+10
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-10-031-1/+10
| |\ \
| | * | ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLEPeter Zijlstra (Intel)2022-09-161-1/+10
| | |/
| * / vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignmentWill Deacon2022-09-231-2/+1
| |/
* / cfi: Switch to -fsanitize=kcfiSami Tolvanen2022-09-261-18/+19
|/
* sched: Reverse sched_class layoutPeter Zijlstra2022-05-191-6/+6
* Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-0/+4
|\
| * static_call: Avoid building empty .static_call_sitesPeter Zijlstra2022-03-151-0/+4
* | powercap/drivers/dtpm: Convert the init table section to a simple arrayDaniel Lezcano2022-02-041-11/+0
|/
* Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-041-7/+13
|\
| * vmlinux.lds.h: wrap built-in firmware support under FW_LOADERLuis Chamberlain2021-10-221-7/+13
* | Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-021-1/+2
|\ \
| * | vmlinux.lds.h: Have ORC lookup cover entire _etext - _stextKristen Carlson Accardi2021-10-271-1/+2
| |/
* / tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)2021-10-201-2/+8
|/
* vmlinux.lds.h: remove old check for GCC 4.9Nick Desaulniers2021-09-131-4/+0
* Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-0/+13
|\
| * printk: Userspace format indexing supportChris Down2021-07-191-0/+13
* | vmlinux.lds.h: Handle clang's module.{c,d}tor sectionsNathan Chancellor2021-08-111-0/+1
|/
* vmlinux.lds.h: Avoid orphan section with !SMPNathan Chancellor2021-06-021-0/+1
* add support for Clang CFISami Tolvanen2021-04-091-1/+19
* Merge tag 'orphan-handling-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-02-261-4/+5
|\
| * vmlinux.lds.h: Define SANTIZER_DISCARDS with CONFIG_GCOV_KERNEL=yNathan Chancellor2021-02-251-4/+5
* | Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2021-02-251-1/+1
|\ \
| * | vmlinux.lds.h: catch even more instrumentation symbols into .dataAlexander Lobakin2021-02-231-1/+1
* | | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-1/+6
|\ \ \
| * | | vmlinux.lds.h: add DWARF v5 sectionsNick Desaulniers2021-02-161-1/+6
* | | | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-231-42/+0
|\ \ \ \
| * | | | module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-081-28/+0
| * | | | module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig2021-02-081-14/+0
| |/ / /
* | | | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-231-1/+4
|\ \ \ \