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
/
linux
/
export.h
Age
Commit message (
Expand
)
Author
2021-02-08
module: remove EXPORT_UNUSED_SYMBOL*
Christoph Hellwig
2021-02-08
module: remove EXPORT_SYMBOL_GPL_FUTURE
Christoph Hellwig
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-10-13
export.h: fix section name for CONFIG_TRIM_UNUSED_KSYMS for Clang
Nick Desaulniers
2019-12-16
export.h: reduce __ksymtab_strings string duplication by using "MS" section f...
Jessica Yu
2019-12-05
Merge tag 'modules-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-11-14
export,module: add SPDX GPL-2.0 license identifier to headers with no license
Masahiro Yamada
2019-10-28
export: avoid code duplication in include/linux/export.h
Masahiro Yamada
2019-10-18
symbol namespaces: revert to previous __ksymtab name scheme
Matthias Maennich
2019-10-07
module: rename __kstrtab_ns_* to __kstrtabns_* to avoid symbol conflict
Masahiro Yamada
2019-10-07
module: swap the order of symbol.namespace
Masahiro Yamada
2019-09-22
Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-09-14
export.h, genksyms: do not make genksyms calculate CRC of trimmed symbols
Masahiro Yamada
2019-09-11
module: Fix link failure due to invalid relocation on namespace offset
Will Deacon
2019-09-10
export.h: remove defined(__KERNEL__), which is no longer needed
Masahiro Yamada
2019-09-10
export: allow definition default namespaces in Makefiles or sources
Matthias Maennich
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-25
Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2018-08-22
module: use relative references for __ksymtab entries
Ard Biesheuvel
2018-08-22
module: allow symbol exports to be disabled
Ard Biesheuvel
2018-08-22
export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR()
Masahiro Yamada
2018-05-17
export.h: remove code for prefixing symbols with underscore
Masahiro Yamada
2017-02-03
module: unify absolute krctab definitions for 32-bit and 64-bit
Ard Biesheuvel
2017-02-03
modversions: treat symbol CRCs as 32 bit quantities
Ard Biesheuvel
2016-10-14
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
2016-10-11
treewide: remove redundant #include <linux/kconfig.h>
Masahiro Yamada
2016-09-09
kbuild: allow archs to select link dead code/data elimination
Nicholas Piggin
2016-06-20
export.h: use __is_defined() to check if __KSYM_* is defined
Masahiro Yamada
2016-03-29
kbuild: add fine grained build dependencies for exported symbols
Nicolas Pitre
2016-03-29
export.h: allow for per-symbol configurable EXPORT_SYMBOL()
Nicolas Pitre
2014-01-16
export: declare ksymtab symbols
Johannes Berg
2013-10-29
asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visible
Andi Kleen
2013-03-15
CONFIG_SYMBOL_PREFIX: cleanup.
Rusty Russell
2011-10-31
module.h: split out the EXPORT_SYMBOL into export.h
Paul Gortmaker