summaryrefslogtreecommitdiffstats
path: root/include/linux/module.h
Commit message (Expand)AuthorAge
* srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney2019-05-28
* Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-14
|\
| * module: add stubs for within_module functionsTri Vo2019-05-02
| * kallsyms: store type information in its own arrayEugene Loh2019-03-28
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-09
|\ \
| * | x86/ima: require signed kernel modulesMimi Zohar2019-03-27
| |/
* | Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-05-08
|\ \
| * | moduleparam: Save information about built-in modules in separate fileAlexey Gladkov2019-05-07
| |/
* / vfs: Implement logging through fs_contextDavid Howells2019-03-20
|/
* Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds2019-03-09
|\
| * module: Cure the MODULE_LICENSE "GPL" vs. "GPL v2" bogosityThomas Gleixner2019-02-11
* | include/linux/module.h: copy __init/__exit attrs to init/cleanup_moduleMiguel Ojeda2019-02-15
* | x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao2019-01-09
|/
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-27
|\
| * bpf: support raw tracepoints in modulesMatt Mullins2018-12-18
* | ARM: module: Fix function kallsyms on Thumb-2Vincent Whitchurch2018-12-14
|/
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-24
|\
| * LSM: Convert from initcall to struct lsm_infoKees Cook2018-10-10
* | tracepoint: Fix tracepoint array element size mismatchMathieu Desnoyers2018-10-17
|/
* module: replace VMLINUX_SYMBOL_STR() with __stringify() or string literalMasahiro Yamada2018-06-25
* kernel/module: module_is_live can be booleanYaowei Bai2018-02-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-01
|\
| * sections: split dereference_function_descriptor()Sergey Senozhatsky2018-01-09
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-31
|\ \
| * | error-injection: Add injectable error typesMasami Hiramatsu2018-01-12
| * | error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-12
| * | add infrastructure for tagging functions as error injectableJosef Bacik2017-12-12
| |/
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-29
|\ \ | |/ |/|
| * module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-01-26
* | module: export module signature enforcement statusBruno E. O. Meneguele2017-11-08
|/
* module: Remove const attribute from alias for MODULE_DEVICE_TABLEMatthias Kaehlcke2017-07-29
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-19
|\
| * randstruct: Mark various structs for randomizationKees Cook2017-06-30
* | trace: rename struct module entry for trace enumsJeremy Linton2017-06-13
* | trace: rename trace_enum_map to trace_eval_mapJeremy Linton2017-06-13
|/
* Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-03
|\
| * module: Unify the return value type of try_module_getGao Feng2017-04-24
* | locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner2017-03-16
|/
* Merge tag 'modules-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-22
|\
| * modules: mark __inittest/__exittest as __maybe_unusedArnd Bergmann2017-02-06
| * module: Drop redundant declaration of struct moduleJean Delvare2017-01-03
* | Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-21
|\ \
| * | arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott2017-02-07
| |/
* | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-21
|\ \
| * | module.h: remove extable.h include now users have migratedPaul Gortmaker2017-02-09
| |/
* / modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel2017-02-03
|/
* module: remove trailing whitespaceAnson Jacob2016-11-26
* taint/module: Clean up global and module taint flags handlingPetr Mladek2016-11-26
* modules: add ro_after_init supportJessica Yu2016-08-03