aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/module.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+0
2018-10-17tracepoint: Fix tracepoint array element size mismatchMathieu Desnoyers1-1/+2
2018-10-10LSM: Convert from initcall to struct lsm_infoKees Cook1-1/+0
2018-06-25module: replace VMLINUX_SYMBOL_STR() with __stringify() or string literalMasahiro Yamada1-2/+2
2018-02-06kernel/module: module_is_live can be booleanYaowei Bai1-1/+1
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-0/+10
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+6
2018-01-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2018-01-26module/retpoline: Warn about missing retpoline in moduleAndi Kleen1-0/+9
2018-01-12error-injection: Add injectable error typesMasami Hiramatsu1-1/+2
2018-01-12error-injection: Separate error-injection from kprobeMasami Hiramatsu1-3/+3
2018-01-09sections: split dereference_function_descriptor()Sergey Senozhatsky1-0/+10
2017-12-12add infrastructure for tagging functions as error injectableJosef Bacik1-0/+5
2017-11-08module: export module signature enforcement statusBruno E. O. Meneguele1-0/+7
2017-07-29module: Remove const attribute from alias for MODULE_DEVICE_TABLEMatthias Kaehlcke1-1/+1
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2017-06-30randstruct: Mark various structs for randomizationKees Cook1-2/+2
2017-06-13trace: rename struct module entry for trace enumsJeremy Linton1-2/+2
2017-06-13trace: rename trace_enum_map to trace_eval_mapJeremy Linton1-1/+1
2017-05-03Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-3/+3
2017-04-23module: Unify the return value type of try_module_getGao Feng1-3/+3
2017-03-16locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner1-0/+6
2017-02-22Merge tag 'modules-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-4/+2
2017-02-21Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2017-02-21Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+0
2017-02-09module.h: remove extable.h include now users have migratedPaul Gortmaker1-1/+0
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott1-1/+1
2017-02-06modules: mark __inittest/__exittest as __maybe_unusedArnd Bergmann1-2/+2
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel1-7/+7
2017-01-03module: Drop redundant declaration of struct moduleJean Delvare1-2/+0
2016-11-26module: remove trailing whitespaceAnson Jacob1-1/+1
2016-11-26taint/module: Clean up global and module taint flags handlingPetr Mladek1-1/+1
2016-08-04modules: add ro_after_init supportJessica Yu1-2/+4
2016-08-04exceptions: fork exception table content from module.h into extable.hPaul Gortmaker1-25/+2
2016-07-27module: fix noreturn attribute for __module_put_and_exit()Jiri Kosina1-2/+2
2016-04-01module: preserve Elf information for livepatch modulesJessica Yu1-0/+25
2016-02-03modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell1-9/+10
2015-12-04module: clean up RO/NX handling.Rusty Russell1-0/+4
2015-12-04module: use a structure to encapsulate layout.Rusty Russell1-35/+29
2015-07-05module: relocate module_init from init.h to module.hPaul Gortmaker1-0/+84
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-5/+41
2015-06-28param: fix module param locks when !CONFIG_SYSFS.Rusty Russell1-0/+2
2015-06-26Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+13
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2015-06-23module: add per-module param_lockDan Streetman1-0/+1
2015-05-28module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACINGPeter Zijlstra1-1/+3
2015-05-28module: Optimize __module_address() using a latched RB-treePeter Zijlstra1-3/+26
2015-05-28module: Sanitize RCU usage and lockingPeter Zijlstra1-2/+10
2015-05-24driver-core: fix build for !CONFIG_MODULESDmitry Torokhov1-0/+11
2015-05-20driver-core: add driver module asynchronous probe supportLuis R. Rodriguez1-0/+2