aboutsummaryrefslogtreecommitdiff
path: root/include/linux/module.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-29module: Remove const attribute from alias for MODULE_DEVICE_TABLEGravatar Matthias Kaehlcke 1-1/+1
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2017-06-30randstruct: Mark various structs for randomizationGravatar Kees Cook 1-2/+2
2017-06-13trace: rename struct module entry for trace enumsGravatar Jeremy Linton 1-2/+2
2017-06-13trace: rename trace_enum_map to trace_eval_mapGravatar Jeremy Linton 1-1/+1
2017-05-03Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+3
2017-04-23module: Unify the return value type of try_module_getGravatar Gao Feng 1-3/+3
2017-03-16locking/lockdep: Handle statically initialized PER_CPU locks properlyGravatar Thomas Gleixner 1-0/+6
2017-02-22Merge tag 'modules-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+2
2017-02-21Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2017-02-21Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0
2017-02-09module.h: remove extable.h include now users have migratedGravatar Paul Gortmaker 1-1/+0
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXGravatar Laura Abbott 1-1/+1
2017-02-06modules: mark __inittest/__exittest as __maybe_unusedGravatar Arnd Bergmann 1-2/+2
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesGravatar Ard Biesheuvel 1-7/+7
2017-01-03module: Drop redundant declaration of struct moduleGravatar Jean Delvare 1-2/+0
2016-11-26module: remove trailing whitespaceGravatar Anson Jacob 1-1/+1
2016-11-26taint/module: Clean up global and module taint flags handlingGravatar Petr Mladek 1-1/+1
2016-08-04modules: add ro_after_init supportGravatar Jessica Yu 1-2/+4
2016-08-04exceptions: fork exception table content from module.h into extable.hGravatar Paul Gortmaker 1-25/+2
2016-07-27module: fix noreturn attribute for __module_put_and_exit()Gravatar Jiri Kosina 1-2/+2
2016-04-01module: preserve Elf information for livepatch modulesGravatar Jessica Yu 1-0/+25
2016-02-03modules: fix longstanding /proc/kallsyms vs module insertion race.Gravatar Rusty Russell 1-9/+10
2015-12-04module: clean up RO/NX handling.Gravatar Rusty Russell 1-0/+4
2015-12-04module: use a structure to encapsulate layout.Gravatar Rusty Russell 1-35/+29
2015-07-05module: relocate module_init from init.h to module.hGravatar Paul Gortmaker 1-0/+84
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-5/+41
2015-06-28param: fix module param locks when !CONFIG_SYSFS.Gravatar Rusty Russell 1-0/+2
2015-06-26Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+13
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-1/+1
2015-06-23module: add per-module param_lockGravatar Dan Streetman 1-0/+1
2015-05-28module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACINGGravatar Peter Zijlstra 1-1/+3
2015-05-28module: Optimize __module_address() using a latched RB-treeGravatar Peter Zijlstra 1-3/+26
2015-05-28module: Sanitize RCU usage and lockingGravatar Peter Zijlstra 1-2/+10
2015-05-24driver-core: fix build for !CONFIG_MODULESGravatar Dmitry Torokhov 1-0/+11
2015-05-20driver-core: add driver module asynchronous probe supportGravatar Luis R. Rodriguez 1-0/+2
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Gravatar Steven Rostedt (Red Hat) 1-1/+1
2015-04-23crypto: api - Move module sig ifdef into accessor functionGravatar Herbert Xu 1-0/+12
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-0/+2
2015-04-08tracing: Allow for modules to convert their enums to valuesGravatar Steven Rostedt (Red Hat) 1-0/+2
2015-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-0/+4
2015-03-17livepatch: Fix subtle race with coming and going modulesGravatar Petr Mladek 1-0/+4
2015-02-13module: fix types of device tables aliasesGravatar Andrey Ryabinin 1-1/+1
2015-01-22module: make module_refcount() a signed integer.Gravatar Rusty Russell 1-1/+1
2014-11-11module: Replace module_ref with atomic_t refcntGravatar Masami Hiramatsu 1-15/+1
2014-07-27module: return bool from within_module*()Gravatar Petr Mladek 1-3/+5
2014-07-27module: add within_module() functionGravatar Petr Mladek 1-0/+5
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-11/+8
2014-03-13module: remove MODULE_GENERIC_TABLEGravatar Rusty Russell 1-11/+8
2014-03-13module: allow multiple calls to MODULE_DEVICE_TABLE() per moduleGravatar Tom Gundersen 1-1/+1