summaryrefslogtreecommitdiff
path: root/include/asm-generic/export.h
AgeCommit message (Expand)Author
2024-03-28export.h: remove include/asm-generic/export.hMasahiro Yamada
2023-06-22ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*Masahiro Yamada
2023-06-22kbuild: generate KSYMTAB entries by modpostMasahiro Yamada
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada
2021-02-03asm-generic: export: Stub EXPORT_SYMBOL with __DISABLE_EXPORTSQuentin Perret
2019-12-16export.h: reduce __ksymtab_strings string duplication by using "MS" section f...Jessica Yu
2019-12-03Merge tag 'spdx-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-11-14export,module: add SPDX GPL-2.0 license identifier to headers with no licenseMasahiro Yamada
2019-11-11asm-generic/export.h: remove unneeded __kcrctab_* symbolsMasahiro Yamada
2019-11-11asm-generic/export.h: make __ksymtab_* local symbolsMasahiro Yamada
2019-09-12module: Remove leftover '#undef' from export headerWill Deacon
2019-09-11module: Fix link failure due to invalid relocation on namespace offsetWill Deacon
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-22module: use relative references for __ksymtab entriesArd Biesheuvel
2018-05-17export.h: remove code for prefixing symbols with underscoreMasahiro Yamada
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel
2016-12-07Revert "default exported asm symbols to zero"Linus Torvalds
2016-12-02default exported asm symbols to zeroArnd Bergmann
2016-10-27kconfig.h: remove config_enabled() macroMasahiro Yamada
2016-08-07EXPORT_SYMBOL() for asmAl Viro