summaryrefslogtreecommitdiff
path: root/include/linux/export.h
AgeCommit message (Expand)Author
2023-12-10init: move THIS_MODULE from <linux/export.h> to <linux/init.h>Masahiro Yamada
2023-07-25linux/export.h: make <linux/export.h> independent of CONFIG_MODULESMasahiro Yamada
2023-06-22linux/export.h: rename 'sec' argument to 'license'Masahiro Yamada
2023-06-22kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursionMasahiro Yamada
2023-06-22kbuild: generate KSYMTAB entries by modpostMasahiro Yamada
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada
2022-05-06export: fix string handling of namespace in EXPORT_SYMBOL_NSGreg Kroah-Hartman
2021-05-21export: Make CRCs robust to symbol trimmingQuentin Perret
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-13export.h: fix section name for CONFIG_TRIM_UNUSED_KSYMS for ClangNick Desaulniers
2019-12-16export.h: reduce __ksymtab_strings string duplication by using "MS" section f...Jessica Yu
2019-12-05Merge tag 'modules-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-11-14export,module: add SPDX GPL-2.0 license identifier to headers with no licenseMasahiro Yamada
2019-10-28export: avoid code duplication in include/linux/export.hMasahiro Yamada
2019-10-18symbol namespaces: revert to previous __ksymtab name schemeMatthias Maennich
2019-10-07module: rename __kstrtab_ns_* to __kstrtabns_* to avoid symbol conflictMasahiro Yamada
2019-10-07module: swap the order of symbol.namespaceMasahiro Yamada
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-14export.h, genksyms: do not make genksyms calculate CRC of trimmed symbolsMasahiro Yamada
2019-09-11module: Fix link failure due to invalid relocation on namespace offsetWill Deacon
2019-09-10export.h: remove defined(__KERNEL__), which is no longer neededMasahiro Yamada
2019-09-10export: allow definition default namespaces in Makefiles or sourcesMatthias Maennich
2019-09-10module: add support for symbol namespaces.Matthias Maennich
2019-09-10export: explicitly align struct kernel_symbolMatthias Maennich
2018-12-01kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-08-22module: use relative references for __ksymtab entriesArd Biesheuvel
2018-08-22module: allow symbol exports to be disabledArd Biesheuvel
2018-08-22export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR()Masahiro Yamada
2018-05-17export.h: remove code for prefixing symbols with underscoreMasahiro Yamada
2017-02-03module: unify absolute krctab definitions for 32-bit and 64-bitArd Biesheuvel
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada
2016-09-09kbuild: allow archs to select link dead code/data eliminationNicholas Piggin
2016-06-20export.h: use __is_defined() to check if __KSYM_* is definedMasahiro Yamada
2016-03-29kbuild: add fine grained build dependencies for exported symbolsNicolas Pitre
2016-03-29export.h: allow for per-symbol configurable EXPORT_SYMBOL()Nicolas Pitre
2014-01-16export: declare ksymtab symbolsJohannes Berg
2013-10-29asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visibleAndi Kleen
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell
2011-10-31module.h: split out the EXPORT_SYMBOL into export.hPaul Gortmaker