summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/vmlinux.lds.h
Commit message (Expand)AuthorAgeFilesLines
* vmlinux.lds.h: Avoid orphan section with !SMPNathan Chancellor2021-06-021-0/+1
* add support for Clang CFISami Tolvanen2021-04-081-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
|\ \ \ \
| * | | | kbuild: add support for Clang LTOSami Tolvanen2021-01-141-4/+7
| |/ / /
* | | | Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-02-211-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | vmlinux.lds.h: catch more UBSAN symbols into .dataAlexander Lobakin2021-02-161-1/+1
| * | | vmlinux.lds.h: catch UBSAN's "unnamed data" into dataAlexander Lobakin2021-01-151-1/+1
| * | | vmlinux.lds.h: catch compound literals into data and BSSAlexander Lobakin2021-01-151-3/+3
| |/ /
* | | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-211-1/+4
|\ \ \
| * | | static_call: Allow module use without exposing static_call_keyJosh Poimboeuf2021-02-171-1/+4
| | |/ | |/|
* | | Merge tag 'pm-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-02-201-0/+11
|\ \ \ | |/ / |/| |
| * | powercap/drivers/dtpm: Add API for dynamic thermal power managementDaniel Lezcano2020-12-221-0/+11
| |/
* / firmware_loader: align .builtin_fw to 8Fangrui Song2021-02-091-1/+1
|/
* vmlinux.lds.h: Keep .ctors.* with .ctorsKees Cook2020-10-271-0/+1
* Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-10-181-1/+9
|\
| * vmlinux.lds.h: add linker section for KUnit test suitesBrendan Higgins2020-10-091-1/+9
* | Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-10-121-0/+13
|\ \
| * | x86/static_call: Add inline static call implementation for x86-64Josh Poimboeuf2020-09-011-0/+6
| * | static_call: Add inline static call infrastructureJosh Poimboeuf2020-09-011-0/+7
| |/
* | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-7/+42
|\ \
| * | vmlinux.lds.h: Add PGO and AutoFDO input sectionsNick Desaulniers2020-09-011-1/+4
| * | vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to ELF_DETAILSKees Cook2020-09-011-1/+4
| * | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-2/+6
| * | vmlinux.lds.h: Avoid KASAN and KCSAN's unwanted sectionsKees Cook2020-09-011-0/+20
| * | vmlinux.lds.h: Add .gnu.version* to COMMON_DISCARDSKees Cook2020-09-011-1/+3
| * | vmlinux.lds.h: Create COMMON_DISCARDSKees Cook2020-09-011-3/+6
* | | bpf: Prevent .BTF section eliminationTony Ambardar2020-09-211-1/+1
| |/ |/|
* | include/asm-generic/vmlinux.lds.h: align ro_after_initRomain Naour2020-08-141-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-0/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-1/+4
| |\
| * | bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macrosJiri Olsa2020-07-131-0/+4
* | | Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-051-3/+3
|\ \ \
| * \ \ Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman2020-07-271-1/+4
| |\ \ \ | | | |/ | | |/|
| * | | dyndbg: rename __verbose section to __dyndbgJim Cromie2020-07-241-3/+3
| | |/ | |/|
* | | Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-031-2/+22
|\ \ \ | |_|/ |/| |
| * | sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9Peter Zijlstra2020-07-081-7/+11
| * | sched: Have sched_class_highest define by vmlinux.lds.hSteven Rostedt (VMware)2020-06-251-1/+4
| * | sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)2020-06-251-0/+13
| |/
* / x86, vmlinux.lds: Page-align end of ..page_aligned sectionsJoerg Roedel2020-07-221-1/+4
|/
* vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner2020-05-191-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-311-0/+15
|\