summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/vmlinux.lds.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * bpf: Support llvm-objcopy for vmlinux BTFFangrui Song2020-03-191-0/+15
* | x86, vmlinux.lds: Add RUNTIME_DISCARD_EXIT to generic DISCARDSH.J. Lu2020-03-271-2/+9
|/
* Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-11-271-2/+11
|\
| * ftrace: Rename ftrace_graph_stub to ftrace_stub_graphSteven Rostedt (VMware)2019-11-181-4/+4
| * fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubSteven Rostedt (VMware)2019-11-141-3/+14
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-14/+39
|\ \
| * | vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATAKees Cook2019-11-041-0/+12
| * | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-2/+2
| * | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-041-5/+2
| * | vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook2019-11-041-3/+1
| * | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-4/+5
| * | vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook2019-11-041-2/+11
| * | vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook2019-11-041-0/+8
| |/
* / module/ftrace: handle patchable-function-entryMark Rutland2019-11-061-7/+7
|/
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-1/+7
|\
| * security: Support early LSMsMatthew Garrett2019-08-191-1/+7
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2019-07-171-0/+11
|\ \
| * | thermal/drivers/core: Add init section table for self-encapsulationDaniel Lezcano2019-06-271-0/+11
| |/
* / parisc: add dynamic ftraceSven Schnelle2019-06-081-0/+7
|/
* Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-141-1/+0
|\
| * vmlinux.lds.h: drop unused __vermagicMathias Krause2019-03-181-1/+0
* | moduleparam: Save information about built-in modules in separate fileAlexey Gladkov2019-05-071-0/+1
|/
* x86/unwind/orc: Fix ORC unwind table alignmentJosh Poimboeuf2019-03-061-1/+1