aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/export.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada1-14/+8
2021-02-03asm-generic: export: Stub EXPORT_SYMBOL with __DISABLE_EXPORTSQuentin Perret1-1/+1
2019-12-16export.h: reduce __ksymtab_strings string duplication by using "MS" section flagsJessica Yu1-3/+5
2019-12-03Merge tag 'spdx-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2019-11-14export,module: add SPDX GPL-2.0 license identifier to headers with no licenseMasahiro Yamada1-0/+1
2019-11-11asm-generic/export.h: remove unneeded __kcrctab_* symbolsMasahiro Yamada1-1/+0
2019-11-11asm-generic/export.h: make __ksymtab_* local symbolsMasahiro Yamada1-1/+0
2019-09-12module: Remove leftover '#undef' from export headerWill Deacon1-1/+0
2019-09-11module: Fix link failure due to invalid relocation on namespace offsetWill Deacon1-1/+1
2019-09-10module: add support for symbol namespaces.Matthias Maennich1-3/+3
2019-09-10export: explicitly align struct kernel_symbolMatthias Maennich1-5/+3
2018-12-01kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada1-5/+8
2018-08-22module: use relative references for __ksymtab entriesArd Biesheuvel1-2/+10
2018-05-17export.h: remove code for prefixing symbols with underscoreMasahiro Yamada1-22/+12
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel1-5/+6
2016-12-07Revert "default exported asm symbols to zero"Linus Torvalds1-1/+0
2016-12-02default exported asm symbols to zeroArnd Bergmann1-0/+1
2016-10-27kconfig.h: remove config_enabled() macroMasahiro Yamada1-1/+1
2016-08-07EXPORT_SYMBOL() for asmAl Viro1-0/+94