aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/module.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)1-1/+1
2015-04-23crypto: api - Move module sig ifdef into accessor functionHerbert Xu1-0/+12
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+2
2015-04-08tracing: Allow for modules to convert their enums to valuesSteven Rostedt (Red Hat)1-0/+2
2015-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-0/+4
2015-03-17livepatch: Fix subtle race with coming and going modulesPetr Mladek1-0/+4
2015-02-13module: fix types of device tables aliasesAndrey Ryabinin1-1/+1
2015-01-22module: make module_refcount() a signed integer.Rusty Russell1-1/+1
2014-11-11module: Replace module_ref with atomic_t refcntMasami Hiramatsu1-15/+1
2014-07-27module: return bool from within_module*()Petr Mladek1-3/+5
2014-07-27module: add within_module() functionPetr Mladek1-0/+5
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-11/+8
2014-03-13module: remove MODULE_GENERIC_TABLERusty Russell1-11/+8
2014-03-13module: allow multiple calls to MODULE_DEVICE_TABLE() per moduleTom Gundersen1-1/+1
2014-03-07tracing/module: Replace include of tracepoint.h with jump_label.h in module.hSteven Rostedt (Red Hat)1-1/+1
2014-01-16module: fix coding styleSeunghun Lee1-31/+31
2013-12-04module.h: Remove unnecessary semicolonJoe Perches1-1/+1
2013-09-23module: remove rmmod --wait option.Rusty Russell1-3/+0
2013-09-03module: Fix mod->mkobj.kobj potentially freed too earlyLi Zhong1-0/+1