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