aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/module.h
Commit message (Expand)AuthorAge
* 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
* exceptions: fork exception table content from module.h into extable.hPaul Gortmaker2016-08-03
* module: fix noreturn attribute for __module_put_and_exit()Jiri Kosina2016-07-26
* module: preserve Elf information for livepatch modulesJessica Yu2016-04-01
* modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell2016-02-03
* module: clean up RO/NX handling.Rusty Russell2015-12-04
* module: use a structure to encapsulate layout.Rusty Russell2015-12-04
* module: relocate module_init from init.h to module.hPaul Gortmaker2015-07-05
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-01
|\
| * param: fix module param locks when !CONFIG_SYSFS.Rusty Russell2015-06-28
| * module: add per-module param_lockDan Streetman2015-06-23
| * module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACINGPeter Zijlstra2015-05-27
| * module: Optimize __module_address() using a latched RB-treePeter Zijlstra2015-05-27