aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/export.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-7/+0
2018-08-22module: use relative references for __ksymtab entriesArd Biesheuvel1-11/+35
2018-08-22module: allow symbol exports to be disabledArd Biesheuvel1-1/+10
2018-08-22export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR()Masahiro Yamada1-7/+0
2018-05-17export.h: remove code for prefixing symbols with underscoreMasahiro Yamada1-11/+5
2017-02-03module: unify absolute krctab definitions for 32-bit and 64-bitArd Biesheuvel1-7/+0
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel1-0/+14
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-15/+15
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-1/+0
2016-09-09kbuild: allow archs to select link dead code/data eliminationNicholas Piggin1-15/+15
2016-06-20export.h: use __is_defined() to check if __KSYM_* is definedMasahiro Yamada1-1/+1
2016-03-29kbuild: add fine grained build dependencies for exported symbolsNicolas Pitre1-1/+12
2016-03-29export.h: allow for per-symbol configurable EXPORT_SYMBOL()Nicolas Pitre1-2/+20
2014-01-16export: declare ksymtab symbolsJohannes Berg1-0/+1
2013-10-29asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visibleAndi Kleen1-2/+2
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell1-6/+14
2011-10-31module.h: split out the EXPORT_SYMBOL into export.hPaul Gortmaker1-0/+89