summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/export.h
Commit message (Expand)AuthorAgeFilesLines
* asm-generic: export: Stub EXPORT_SYMBOL with __DISABLE_EXPORTSQuentin Perret2021-02-031-1/+1
* export.h: reduce __ksymtab_strings string duplication by using "MS" section f...Jessica Yu2019-12-161-3/+5
* Merge tag 'spdx-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-12-031-0/+1
|\
| * export,module: add SPDX GPL-2.0 license identifier to headers with no licenseMasahiro Yamada2019-11-141-0/+1
* | asm-generic/export.h: remove unneeded __kcrctab_* symbolsMasahiro Yamada2019-11-111-1/+0
* | asm-generic/export.h: make __ksymtab_* local symbolsMasahiro Yamada2019-11-111-1/+0
|/
* module: Remove leftover '#undef' from export headerWill Deacon2019-09-121-1/+0
* module: Fix link failure due to invalid relocation on namespace offsetWill Deacon2019-09-111-1/+1
* module: add support for symbol namespaces.Matthias Maennich2019-09-101-3/+3
* export: explicitly align struct kernel_symbolMatthias Maennich2019-09-101-5/+3
* kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada2018-12-011-5/+8
* module: use relative references for __ksymtab entriesArd Biesheuvel2018-08-221-2/+10
* export.h: remove code for prefixing symbols with underscoreMasahiro Yamada2018-05-171-22/+12
* modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel2017-02-031-5/+6
* Revert "default exported asm symbols to zero"Linus Torvalds2016-12-071-1/+0
* default exported asm symbols to zeroArnd Bergmann2016-12-021-0/+1
* kconfig.h: remove config_enabled() macroMasahiro Yamada2016-10-271-1/+1
* EXPORT_SYMBOL() for asmAl Viro2016-08-071-0/+94