summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/vmlinux.lds.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-14/+11
|\
| * vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook2018-10-101-13/+11
| * LSM: Rename .security_initcall section to .lsm_infoKees Cook2018-10-101-5/+5
| * vmlinux.lds.h: Avoid copy/paste of security_init sectionKees Cook2018-10-101-7/+6
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-4/+7
|\ \
| * | jump_table: Move entries into ro_after_init regionArd Biesheuvel2018-09-271-4/+7
| |/
* | vmlinux.lds.h: Fix linker warnings about orphan .LPBX sectionsPeter Oberparleiter2018-10-121-1/+1
* | vmlinux.lds.h: Fix incomplete .text.exit discardsPeter Oberparleiter2018-10-121-2/+2
|/
* vmlinux.lds.h: remove stale <linux/export.h> includeMasahiro Yamada2018-08-221-2/+0
* iommu: Remove IOMMU_OF_DECLARERob Herring2018-07-101-2/+0
* kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATIONNicholas Piggin2018-05-171-20/+29
* vmlinux.lds.h: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada2018-05-171-145/+144
* earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz2018-04-231-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-041-1/+0
|\
| * ACPI/IORT: Remove linker section for IORT entries againJia He2018-03-081-1/+0
* | bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov2018-03-281-0/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-0/+10
|\
| * error-injection: Add injectable error typesMasami Hiramatsu2018-01-121-1/+1
| * error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-121-7/+7
| * add infrastructure for tagging functions as error injectableJosef Bacik2017-12-121-0/+10
* | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-091-0/+4
|/
* kernel debug: support resetting WARN*_ONCEAndi Kleen2017-11-171-0/+3
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-131-1/+20
|\
| * percpu: Introduce DEFINE_PER_CPU_DECRYPTEDBrijesh Singh2017-11-071-0/+19
| * x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf2017-10-141-1/+1
* | locking/refcounts, x86/asm: Use unique .text section for refcount exceptionsKees Cook2017-09-281-0/+1
|/
* Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds2017-09-091-0/+1
|\
| * Merge tag 'v4.13-rc7' into mtd/nextBoris Brezillon2017-08-281-12/+26
| |\
| * | mtd: only use __xipram annotation when XIP_KERNEL is setArnd Bergmann2017-08-151-0/+1