aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/export.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-16export.h: reduce __ksymtab_strings string duplication by using "MS" section flagsJessica Yu1-10/+23
2019-12-05Merge tag 'modules-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-63/+28
2019-11-14export,module: add SPDX GPL-2.0 license identifier to headers with no licenseMasahiro Yamada1-0/+1
2019-10-28export: avoid code duplication in include/linux/export.hMasahiro Yamada1-63/+28
2019-10-18symbol namespaces: revert to previous __ksymtab name schemeMatthias Maennich1-9/+5
2019-10-07module: rename __kstrtab_ns_* to __kstrtabns_* to avoid symbol conflictMasahiro Yamada1-3/+3
2019-10-07module: swap the order of symbol.namespaceMasahiro Yamada1-2/+2
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-10/+66
2019-09-14export.h, genksyms: do not make genksyms calculate CRC of trimmed symbolsMasahiro Yamada1-26/+16
2019-09-11module: Fix link failure due to invalid relocation on namespace offsetWill Deacon1-1/+1
2019-09-10export.h: remove defined(__KERNEL__), which is no longer neededMasahiro Yamada1-1/+1
2019-09-10export: allow definition default namespaces in Makefiles or sourcesMatthias Maennich1-0/+6
2019-09-10module: add support for symbol namespaces.Matthias Maennich1-16/+75
2019-09-10export: explicitly align struct kernel_symbolMatthias Maennich1-1/+2
2018-12-01kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada1-9/+9
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