summaryrefslogtreecommitdiff
path: root/kernel/module.c (follow)
Commit message (Expand)AuthorAge
* Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2021-03-17
|\
| * module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbolsFangrui Song2021-03-03
* | Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2021-02-07
|\|
| * module: delay kobject uevent until after module init callJessica Yu2021-01-09
| * module: set MODULE_STATE_GOING state when a module fails to loadMiroslav Benes2021-01-09
* | Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2020-03-08
|\|
| * kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko2019-12-21
* | Merge android-4.4.188 (886d085) into msm-4.4Srinivasarao P2019-08-07
|\|
| * kernel/module.c: Only return -EEXIST for modules that have finished loadingPrarit Bhargava2019-08-06
* | Merge android-4.4.160 (a94efb1) into msm-4.4Srinivasarao P2018-10-15
|\|
| * module: exclude SHN_UNDEF symbols from kallsyms apiJessica Yu2018-10-10
* | Merge android-4.4.118 (5f7f76a) into msm-4.4Srinivasarao P2018-03-01
|\|
| * module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-02-25
* | Merge android-4.4.111 (f851888) into msm-4.4Srinivasarao P2018-01-24
|\|
| * module: Issue warnings when tainting kernelLibor Pechacek2018-01-10
| * module: keep percpu symbols in module's symtabMiroslav Benes2018-01-10
* | Merge branch 'v4.4-16.09-android-tmp' into lsk-v4.4-16.09-androidRunmin Wang2016-12-16
|\|
| * module: Invalidate signatures on force-loaded modulesBen Hutchings2016-08-20
* | Merge remote-tracking branch 'origin/tmp-917a9a9133a6' into lskRunmin Wang2016-07-12
|\|
| * modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell2016-03-09
* | kmemleak : Make module scanning optional using configVignesh Radhakrishnan2016-03-23
* | modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell2016-03-23
|/
* modules: fix modparam async_probe requestLuis R. Rodriguez2016-02-25
* module: wrapper for symbol name.Rusty Russell2016-02-25
* ftrace/module: Call clean up function when module init fails earlySteven Rostedt (Red Hat)2016-01-07
* module: Fix locking in symbol_put_addr()Peter Zijlstra2015-08-24
* module: weaken locking assertion for oops path.Rusty Russell2015-07-29
* module: Fix load_module() error pathPeter Zijlstra2015-07-09
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-01
|\
| * param: fix module param locks when !CONFIG_SYSFS.Rusty Russell2015-06-28
| * module: add per-module param_lockDan Streetman2015-06-23
| * kernel/module.c: avoid ifdefs for sig_enforce declarationLuis R. Rodriguez2015-05-28
| * kernel/params.c: generalize bool_enable_onlyLuis R. Rodriguez2015-05-28
| * kernel/module.c: use generic module param operaters for sig_enforceLuis R. Rodriguez2015-05-28
| * module: Rework module_addr_{min,max}Peter Zijlstra2015-05-28
| * module: Use __module_address() for module_address_lookup()Peter Zijlstra2015-05-28
| * module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACINGPeter Zijlstra2015-05-28
| * module: Optimize __module_address() using a latched RB-treePeter Zijlstra2015-05-28
| * module: Sanitize RCU usage and lockingPeter Zijlstra2015-05-28
| * module: Annotate module version magicPeter Zijlstra2015-05-27
* | Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-06-26
|\ \
| * \ Merge 4.1-rc7 into driver-core-nextGreg Kroah-Hartman2015-06-08
| |\ \
| * | | driver-core: add driver module asynchronous probe supportLuis R. Rodriguez2015-05-20
| * | | module: add extra argument for parse_params() callbackLuis R. Rodriguez2015-05-20
| | |/ | |/|
* | | Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-06-26
|\ \ \ | |_|/ |/| |
| * | tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)2015-05-13
| |/
* / module: Call module notifier on failure after complete_formation()Steven Rostedt2015-05-09
|/
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-22
|\
| * module: do not print allocation-fail warning on bogus user buffer sizeKirill A. Shutemov2015-03-24
| * kernel/module.c: fix typos in message about unused symbolsYannick Guerrini2015-03-24