aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/vmlinux.lds.h
AgeCommit message (Expand)Author
2021-08-26vmlinux.lds.h: Handle clang's module.{c,d}tor sectionsNathan Chancellor
2021-03-03vmlinux.lds.h: add DWARF v5 sectionsNick Desaulniers
2021-01-17vmlinux.lds.h: Add PGO and AutoFDO input sectionsNick Desaulniers
2020-08-05x86, vmlinux.lds: Page-align end of ..page_aligned sectionsJoerg Roedel
2019-03-23x86/unwind/orc: Fix ORC unwind table alignmentJosh Poimboeuf
2018-05-01earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz
2017-12-25x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf
2017-12-10locking/refcounts, x86/asm: Use unique .text section for refcount exceptionsKees Cook
2017-09-09Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-08-28Merge tag 'v4.13-rc7' into mtd/nextBoris Brezillon
2017-08-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-08-15mtd: only use __xipram annotation when XIP_KERNEL is setArnd Bergmann
2017-08-10irq: Make the irqentry text section unconditionalMasami Hiramatsu
2017-08-10kbuild: linker script do not match C names unless LD_DEAD_CODE_DATA_ELIMINATI...Nicholas Piggin
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-07-06Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-06-14clocksource/drivers: Rename CLKSRC_OF to TIMER_OFDaniel Lezcano
2017-06-14clocksource/drivers: Rename clksrc table to timerDaniel Lezcano
2017-06-13trace: rename kernel enum section to evalJeremy Linton
2017-06-12Revert "clockevents: Add a clkevt-of mechanism like clksrc-of"Daniel Lezcano
2017-05-30powerpc: Link warning for orphan sectionsNicholas Piggin
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-04-20ACPI/IORT: Remove linker section for IORT entries probingLorenzo Pieralisi
2017-04-08vmlinux.lds: add missing VMLINUX_SYMBOL macrosJessica Yu
2017-04-02Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-03-31mm: fix section name for .data..ro_after_initKees Cook
2017-03-30debug: Add _ONCE() logic to report_bug()Peter Zijlstra
2017-03-28vmlinux.lds: Add __clkevt_of_table to kernelAlexander Kochetkov
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-11-29ACPI/IORT: Introduce linker section for IORT entries probingLorenzo Pieralisi
2016-11-29kbuild: keep data tables through dead code eliminationNicholas Piggin
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf
2016-09-22kbuild: -ffunction-sections fix for archs with conflicting sectionsNicholas Piggin
2016-09-09kbuild: allow archs to select link dead code/data eliminationNicholas Piggin
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2016-07-15vmlinux.lds: account for destructor sectionsDmitry Vyukov
2016-06-20vmlinux.lds.h: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2016-06-13vmlinux.lds.h: allow arch specific handling of ro_after_init data sectionHeiko Carstens
2016-04-13x86/asm: Make sure verify_cpu() has a good stackBorislav Petkov
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko
2016-03-17Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-02-22arch: Introduce post-init read-only memoryKees Cook
2016-02-06earlycon: Use common framework for earlycon declarationsPeter Hurley