aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic/export.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-22ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*Gravatar Masahiro Yamada 1-3/+0
2023-06-22kbuild: generate KSYMTAB entries by modpostGravatar Masahiro Yamada 1-79/+5
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSGravatar Masahiro Yamada 1-14/+8
2021-02-03asm-generic: export: Stub EXPORT_SYMBOL with __DISABLE_EXPORTSGravatar Quentin Perret 1-1/+1
2019-12-16export.h: reduce __ksymtab_strings string duplication by using "MS" section f...Gravatar Jessica Yu 1-3/+5
2019-12-03Merge tag 'spdx-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2019-11-14export,module: add SPDX GPL-2.0 license identifier to headers with no licenseGravatar Masahiro Yamada 1-0/+1
2019-11-11asm-generic/export.h: remove unneeded __kcrctab_* symbolsGravatar Masahiro Yamada 1-1/+0
2019-11-11asm-generic/export.h: make __ksymtab_* local symbolsGravatar Masahiro Yamada 1-1/+0
2019-09-12module: Remove leftover '#undef' from export headerGravatar Will Deacon 1-1/+0
2019-09-11module: Fix link failure due to invalid relocation on namespace offsetGravatar Will Deacon 1-1/+1
2019-09-10module: add support for symbol namespaces.Gravatar Matthias Maennich 1-3/+3
2019-09-10export: explicitly align struct kernel_symbolGravatar Matthias Maennich 1-5/+3
2018-12-01kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSGravatar Masahiro Yamada 1-5/+8
2018-08-22module: use relative references for __ksymtab entriesGravatar Ard Biesheuvel 1-2/+10
2018-05-17export.h: remove code for prefixing symbols with underscoreGravatar Masahiro Yamada 1-22/+12
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesGravatar Ard Biesheuvel 1-5/+6
2016-12-07Revert "default exported asm symbols to zero"Gravatar Linus Torvalds 1-1/+0
2016-12-02default exported asm symbols to zeroGravatar Arnd Bergmann 1-0/+1
2016-10-27kconfig.h: remove config_enabled() macroGravatar Masahiro Yamada 1-1/+1
2016-08-07EXPORT_SYMBOL() for asmGravatar Al Viro 1-0/+94