aboutsummaryrefslogtreecommitdiff
path: root/include/linux/export.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-01kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSGravatar Masahiro Yamada 1-9/+9
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-7/+0
2018-08-22module: use relative references for __ksymtab entriesGravatar Ard Biesheuvel 1-11/+35
2018-08-22module: allow symbol exports to be disabledGravatar Ard Biesheuvel 1-1/+10
2018-08-22export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR()Gravatar Masahiro Yamada 1-7/+0
2018-05-17export.h: remove code for prefixing symbols with underscoreGravatar Masahiro Yamada 1-11/+5
2017-02-03module: unify absolute krctab definitions for 32-bit and 64-bitGravatar Ard Biesheuvel 1-7/+0
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesGravatar Ard Biesheuvel 1-0/+14
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-15/+15
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Gravatar Masahiro Yamada 1-1/+0
2016-09-09kbuild: allow archs to select link dead code/data eliminationGravatar Nicholas Piggin 1-15/+15
2016-06-20export.h: use __is_defined() to check if __KSYM_* is definedGravatar Masahiro Yamada 1-1/+1
2016-03-29kbuild: add fine grained build dependencies for exported symbolsGravatar Nicolas Pitre 1-1/+12
2016-03-29export.h: allow for per-symbol configurable EXPORT_SYMBOL()Gravatar Nicolas Pitre 1-2/+20
2014-01-16export: declare ksymtab symbolsGravatar Johannes Berg 1-0/+1
2013-10-29asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visibleGravatar Andi Kleen 1-2/+2
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Gravatar Rusty Russell 1-6/+14
2011-10-31module.h: split out the EXPORT_SYMBOL into export.hGravatar Paul Gortmaker 1-0/+89