summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/vmlinux.lds.h
AgeCommit message (Expand)AuthorLines
2020-08-14include/asm-generic/vmlinux.lds.h: align ro_after_initRomain Naour-0/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-0/+4
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+3
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+22
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman-1/+4
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+4
2020-07-24dyndbg: rename __verbose section to __dyndbgJim Cromie-3/+3
2020-07-22x86, vmlinux.lds: Page-align end of ..page_aligned sectionsJoerg Roedel-1/+4
2020-07-13bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macrosJiri Olsa-0/+4
2020-07-08sched, vmlinux.lds: Increase STRUCT_ALIGNMENT to 64 bytes for GCC-4.9Peter Zijlstra-7/+11
2020-06-25sched: Have sched_class_highest define by vmlinux.lds.hSteven Rostedt (VMware)-1/+4
2020-06-25sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)-0/+13
2020-05-19vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner-0/+10
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-0/+15
2020-03-27x86, vmlinux.lds: Add RUNTIME_DISCARD_EXIT to generic DISCARDSH.J. Lu-2/+9
2020-03-19bpf: Support llvm-objcopy for vmlinux BTFFangrui Song-0/+15
2019-11-27Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-2/+11
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-14/+39
2019-11-18ftrace: Rename ftrace_graph_stub to ftrace_stub_graphSteven Rostedt (VMware)-4/+4
2019-11-14fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubSteven Rostedt (VMware)-3/+14
2019-11-06module/ftrace: handle patchable-function-entryMark Rutland-7/+7
2019-11-04vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATAKees Cook-0/+12
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook-2/+2
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook-5/+2
2019-11-04vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook-3/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook-4/+5
2019-11-04vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook-2/+11
2019-11-04vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook-0/+8
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+7
2019-08-19security: Support early LSMsMatthew Garrett-1/+7
2019-07-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds-0/+11
2019-06-27thermal/drivers/core: Add init section table for self-encapsulationDaniel Lezcano-0/+11
2019-06-08parisc: add dynamic ftraceSven Schnelle-0/+7
2019-05-14Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+0
2019-05-07moduleparam: Save information about built-in modules in separate fileAlexey Gladkov-0/+1
2019-03-18vmlinux.lds.h: drop unused __vermagicMathias Krause-1/+0
2019-03-06x86/unwind/orc: Fix ORC unwind table alignmentJosh Poimboeuf-1/+1
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-14/+11
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+7
2018-10-12vmlinux.lds.h: Fix linker warnings about orphan .LPBX sectionsPeter Oberparleiter-1/+1
2018-10-12vmlinux.lds.h: Fix incomplete .text.exit discardsPeter Oberparleiter-2/+2
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook-13/+11
2018-10-10LSM: Rename .security_initcall section to .lsm_infoKees Cook-5/+5
2018-10-10vmlinux.lds.h: Avoid copy/paste of security_init sectionKees Cook-7/+6
2018-09-27jump_table: Move entries into ro_after_init regionArd Biesheuvel-4/+7
2018-08-22vmlinux.lds.h: remove stale <linux/export.h> includeMasahiro Yamada-2/+0
2018-07-10iommu: Remove IOMMU_OF_DECLARERob Herring-2/+0
2018-05-17kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATIONNicholas Piggin-20/+29
2018-05-17vmlinux.lds.h: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada-145/+144
2018-04-23earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz-1/+1