aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/module.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-20modules: add support for soft module dependenciesAndreas Robinson1-0/+5
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell1-2/+2
2013-01-21module: constify within_module_*Sasha Levin1-2/+2
2013-01-12module: add new state MODULE_STATE_UNFORMED.Rusty Russell1-5/+5
2012-10-10module: signature checking hookRusty Russell1-0/+8
2012-03-26module: move __module_get and try_module_get() out of line.Steven Rostedt1-28/+4
2012-01-13module: struct module_ref should contains long fieldsEric Dumazet1-5/+16
2011-10-31module.h: relocate MODULE_PARM_DESC into moduleparam.hPaul Gortmaker1-5/+0
2011-10-31module.h: split out the EXPORT_SYMBOL into export.hPaul Gortmaker1-67/+1
2011-08-10Tracepoint: Dissociate from module mutexMathieu Desnoyers1-12/+0
2011-07-24module: add /sys/module/<name>/uevent filesKay Sievers1-0/+1
2011-07-24module: change attr callbacks to take struct module_kobjectKay Sievers1-11/+12
2011-05-19module: Sort exported symbolsAlessio Igor Bogani1-2/+2
2011-05-19module: each_symbol_section instead of each_symbolRusty Russell1-2/+3
2011-05-19module: remove 64 bit alignment padding from struct module with CONFIG_TRACE*Richard Kennedy1-6/+7
2011-05-19module: do not hide __modver_version_show declaration behind ifdefDmitry Torokhov1-2/+3