index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
asm-generic
/
export.h
Age
Commit message (
Expand
)
Author
2019-12-03
Merge tag 'spdx-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-11-14
export,module: add SPDX GPL-2.0 license identifier to headers with no license
Masahiro Yamada
2019-11-11
asm-generic/export.h: remove unneeded __kcrctab_* symbols
Masahiro Yamada
2019-11-11
asm-generic/export.h: make __ksymtab_* local symbols
Masahiro Yamada
2019-09-12
module: Remove leftover '#undef' from export header
Will Deacon
2019-09-11
module: Fix link failure due to invalid relocation on namespace offset
Will Deacon
2019-09-10
module: add support for symbol namespaces.
Matthias Maennich
2019-09-10
export: explicitly align struct kernel_symbol
Matthias Maennich
2018-12-01
kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMS
Masahiro Yamada
2018-08-22
module: use relative references for __ksymtab entries
Ard Biesheuvel
2018-05-17
export.h: remove code for prefixing symbols with underscore
Masahiro Yamada
2017-02-03
modversions: treat symbol CRCs as 32 bit quantities
Ard Biesheuvel
2016-12-07
Revert "default exported asm symbols to zero"
Linus Torvalds
2016-12-02
default exported asm symbols to zero
Arnd Bergmann
2016-10-27
kconfig.h: remove config_enabled() macro
Masahiro Yamada
2016-08-07
EXPORT_SYMBOL() for asm
Al Viro