aboutsummaryrefslogtreecommitdiff
path: root/include/linux/export.h
AgeCommit message (Expand)AuthorFilesLines
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+4
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSGravatar Masahiro Yamada 1-22/+8
2022-05-06export: fix string handling of namespace in EXPORT_SYMBOL_NSGravatar Greg Kroah-Hartman 1-3/+4
2021-05-21export: Make CRCs robust to symbol trimmingGravatar Quentin Perret 1-0/+5
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Gravatar Christoph Hellwig 1-8/+0
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREGravatar Christoph Hellwig 1-1/+0
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-1/+1
2020-10-13export.h: fix section name for CONFIG_TRIM_UNUSED_KSYMS for ClangGravatar Nick Desaulniers 1-1/+1
2019-12-16export.h: reduce __ksymtab_strings string duplication by using "MS" section f...Gravatar Jessica Yu 1-10/+23
2019-12-05Merge tag 'modules-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-63/+28
2019-11-14export,module: add SPDX GPL-2.0 license identifier to headers with no licenseGravatar Masahiro Yamada 1-0/+1
2019-10-28export: avoid code duplication in include/linux/export.hGravatar Masahiro Yamada 1-63/+28
2019-10-18symbol namespaces: revert to previous __ksymtab name schemeGravatar Matthias Maennich 1-9/+5
2019-10-07module: rename __kstrtab_ns_* to __kstrtabns_* to avoid symbol conflictGravatar Masahiro Yamada 1-3/+3
2019-10-07module: swap the order of symbol.namespaceGravatar Masahiro Yamada 1-2/+2
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-10/+66
2019-09-14export.h, genksyms: do not make genksyms calculate CRC of trimmed symbolsGravatar Masahiro Yamada 1-26/+16
2019-09-11module: Fix link failure due to invalid relocation on namespace offsetGravatar Will Deacon 1-1/+1
2019-09-10export.h: remove defined(__KERNEL__), which is no longer neededGravatar Masahiro Yamada 1-1/+1
2019-09-10export: allow definition default namespaces in Makefiles or sourcesGravatar Matthias Maennich 1-0/+6
2019-09-10module: add support for symbol namespaces.Gravatar Matthias Maennich 1-16/+75
2019-09-10export: explicitly align struct kernel_symbolGravatar Matthias Maennich 1-1/+2
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