aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/vmlinux.lds.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-17kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATIONNicholas Piggin1-20/+29
2018-05-17vmlinux.lds.h: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada1-145/+144
2018-04-23earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz1-1/+1
2018-04-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+0
2018-03-28bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov1-0/+10
2018-03-08ACPI/IORT: Remove linker section for IORT entries againJia He1-1/+0
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+10
2018-01-12error-injection: Add injectable error typesMasami Hiramatsu1-1/+1
2018-01-12error-injection: Separate error-injection from kprobeMasami Hiramatsu1-7/+7
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells1-0/+4
2017-12-12add infrastructure for tagging functions as error injectableJosef Bacik1-0/+10
2017-11-17kernel debug: support resetting WARN*_ONCEAndi Kleen1-0/+3
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+20
2017-11-07percpu: Introduce DEFINE_PER_CPU_DECRYPTEDBrijesh Singh1-0/+19
2017-10-14x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf1-1/+1
2017-09-28locking/refcounts, x86/asm: Use unique .text section for refcount exceptionsKees Cook1-0/+1
2017-09-09Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds1-0/+1
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+26
2017-08-28Merge tag 'v4.13-rc7' into mtd/nextBoris Brezillon1-12/+26
2017-08-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-12/+26
2017-08-15mtd: only use __xipram annotation when XIP_KERNEL is setArnd Bergmann1-0/+1
2017-08-10irq: Make the irqentry text section unconditionalMasami Hiramatsu1-8/+0
2017-08-10kbuild: linker script do not match C names unless LD_DEAD_CODE_DATA_ELIMINATION is configuredNicholas Piggin1-12/+26
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf1-1/+26
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+12
2017-07-06Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+3
2017-06-14clocksource/drivers: Rename CLKSRC_OF to TIMER_OFDaniel Lezcano1-1/+1
2017-06-14clocksource/drivers: Rename clksrc table to timerDaniel Lezcano1-3/+4
2017-06-13trace: rename kernel enum section to evalJeremy Linton1-3/+3
2017-06-12Revert "clockevents: Add a clkevt-of mechanism like clksrc-of"Daniel Lezcano1-2/+0
2017-05-30powerpc: Link warning for orphan sectionsNicholas Piggin1-0/+12
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+0
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-3/+4
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2017-04-20ACPI/IORT: Remove linker section for IORT entries probingLorenzo Pieralisi1-1/+0
2017-04-08vmlinux.lds: add missing VMLINUX_SYMBOL macrosJessica Yu1-2/+2
2017-04-02Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-03-31mm: fix section name for .data..ro_after_initKees Cook1-2/+2
2017-03-30debug: Add _ONCE() logic to report_bug()Peter Zijlstra1-3/+2
2017-03-28vmlinux.lds: Add __clkevt_of_table to kernelAlexander Kochetkov1-0/+2
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-34/+34
2016-11-29ACPI/IORT: Introduce linker section for IORT entries probingLorenzo Pieralisi1-0/+1
2016-11-29kbuild: keep data tables through dead code eliminationNicholas Piggin1-34/+34
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski1-1/+4
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-23/+34
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+6
2016-09-22kbuild: -ffunction-sections fix for archs with conflicting sectionsNicholas Piggin1-5/+10
2016-09-09kbuild: allow archs to select link dead code/data eliminationNicholas Piggin1-23/+29
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2016-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+9