aboutsummaryrefslogtreecommitdiff
path: root/include/linux/module.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.9.188 into android-4.9Greg Kroah-Hartman2019-08-061-2/+2
|\
| * include/linux/module.h: copy __init/__exit attrs to init/cleanup_moduleMiguel Ojeda2019-08-061-2/+2
| * modules: mark __inittest/__exittest as __maybe_unusedArnd Bergmann2018-11-231-2/+2
* | UPSTREAM: module: add stubs for within_module functionsTri Vo2019-05-231-0/+17
* | add support for clang Control Flow Integrity (CFI)Sami Tolvanen2018-02-281-0/+5
* | Merge 4.9.81 into android-4.9Greg Kroah-Hartman2018-02-131-0/+9
|\|
| * module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-02-131-0/+9
* | UPSTREAM: modules: mark __inittest/__exittest as __maybe_unusedArnd Bergmann2017-10-161-2/+2
|/
* modules: add ro_after_init supportJessica Yu2016-08-041-2/+4
* exceptions: fork exception table content from module.h into extable.hPaul Gortmaker2016-08-041-25/+2
* module: fix noreturn attribute for __module_put_and_exit()Jiri Kosina2016-07-271-2/+2
* module: preserve Elf information for livepatch modulesJessica Yu2016-04-011-0/+25
* modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell2016-02-031-9/+10
* module: clean up RO/NX handling.Rusty Russell2015-12-041-0/+4
* module: use a structure to encapsulate layout.Rusty Russell2015-12-041-35/+29
* module: relocate module_init from init.h to module.hPaul Gortmaker2015-07-051-0/+84
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-5/+41
|\
| * param: fix module param locks when !CONFIG_SYSFS.Rusty Russell2015-06-281-0/+2
| * module: add per-module param_lockDan Streetman2015-06-231-0/+1
| * module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACINGPeter Zijlstra2015-05-281-1/+3
| * module: Optimize __module_address() using a latched RB-treePeter Zijlstra2015-05-281-3/+26
| * module: Sanitize RCU usage and lockingPeter Zijlstra2015-05-281-2/+10
* | Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-06-261-0/+13
|\ \
| * | driver-core: fix build for !CONFIG_MODULESDmitry Torokhov2015-05-241-0/+11
| * | driver-core: add driver module asynchronous probe supportLuis R. Rodriguez2015-05-201-0/+2
| |/
* | Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-06-261-1/+1
|\ \
| * | tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)2015-05-131-1/+1
| |/
* / crypto: api - Move module sig ifdef into accessor functionHerbert Xu2015-04-231-0/+12
|/
* Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-04-141-0/+2
|\
| * tracing: Allow for modules to convert their enums to valuesSteven Rostedt (Red Hat)2015-04-081-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-03-181-0/+4
|\ \ | |/ |/|
| * livepatch: Fix subtle race with coming and going modulesPetr Mladek2015-03-171-0/+4
* | module: fix types of device tables aliasesAndrey Ryabinin2015-02-131-1/+1
|/
* module: make module_refcount() a signed integer.Rusty Russell2015-01-221-1/+1
* module: Replace module_ref with atomic_t refcntMasami Hiramatsu2014-11-111-15/+1
* module: return bool from within_module*()Petr Mladek2014-07-271-3/+5
* module: add within_module() functionPetr Mladek2014-07-271-0/+5
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-04-061-11/+8
|\
| * module: remove MODULE_GENERIC_TABLERusty Russell2014-03-131-11/+8
| * module: allow multiple calls to MODULE_DEVICE_TABLE() per moduleTom Gundersen2014-03-131-1/+1
* | tracing/module: Replace include of tracepoint.h with jump_label.h in module.hSteven Rostedt (Red Hat)2014-03-071-1/+1
|/
* module: fix coding styleSeunghun Lee2014-01-161-31/+31
* module.h: Remove unnecessary semicolonJoe Perches2013-12-041-1/+1
* module: remove rmmod --wait option.Rusty Russell2013-09-231-3/+0
* module: Fix mod->mkobj.kobj potentially freed too earlyLi Zhong2013-09-031-0/+1
* modules: add support for soft module dependenciesAndreas Robinson2013-08-201-0/+5
* CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell2013-03-151-2/+2
* module: constify within_module_*Sasha Levin2013-01-211-2/+2
* module: add new state MODULE_STATE_UNFORMED.Rusty Russell2013-01-121-5/+5
* module: signature checking hookRusty Russell2012-10-101-0/+8