summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
AgeCommit message (Expand)Author
2016-08-04Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-08-04modules: add ro_after_init supportJessica Yu
2016-08-04modules: Add kernel parameter to blacklist modulesPrarit Bhargava
2016-08-04module: Do a WARN_ON_ONCE() for assert module mutex not heldSteven Rostedt
2016-08-02dynamic_debug: only add header when usedLuis de Bethencourt
2016-07-27module: Invalidate signatures on force-loaded modulesBen Hutchings
2016-07-27module: Issue warnings when tainting kernelLibor Pechacek
2016-07-27module: fix redundant test.Rusty Russell
2016-07-27module: fix noreturn attribute for __module_put_and_exit()Jiri Kosina
2016-04-01module: preserve Elf information for livepatch modulesJessica Yu
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-03-17livepatch/module: remove livepatch module notifierJessica Yu
2016-03-17modules: split part of complete_formation() into prepare_coming_module()Jessica Yu
2016-02-21module: replace copy_module_from_fd with kernel versionMimi Zohar
2016-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-02-17ftrace/module: remove ftrace module notifierJessica Yu
2016-02-03modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell
2016-02-03module: wrapper for symbol name.Rusty Russell
2016-02-03modules: fix modparam async_probe requestLuis R. Rodriguez
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-01-07ftrace/module: Call clean up function when module init fails earlySteven Rostedt (Red Hat)
2015-12-04module: keep percpu symbols in module's symtabMiroslav Benes
2015-12-04module: clean up RO/NX handling.Rusty Russell
2015-12-04module: use a structure to encapsulate layout.Rusty Russell
2015-12-04module: Use the same logic for setting and unsetting RO/NXJosh Poimboeuf
2015-08-24module: Fix locking in symbol_put_addr()Peter Zijlstra
2015-07-29module: weaken locking assertion for oops path.Rusty Russell
2015-07-09module: Fix load_module() error pathPeter Zijlstra
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-06-28param: fix module param locks when !CONFIG_SYSFS.Rusty Russell
2015-06-26Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-06-23module: add per-module param_lockDan Streetman
2015-06-08Merge 4.1-rc7 into driver-core-nextGreg Kroah-Hartman
2015-05-28kernel/module.c: avoid ifdefs for sig_enforce declarationLuis R. Rodriguez
2015-05-28kernel/params.c: generalize bool_enable_onlyLuis R. Rodriguez
2015-05-28kernel/module.c: use generic module param operaters for sig_enforceLuis R. Rodriguez
2015-05-28module: Rework module_addr_{min,max}Peter Zijlstra
2015-05-28module: Use __module_address() for module_address_lookup()Peter Zijlstra
2015-05-28module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACINGPeter Zijlstra
2015-05-28module: Optimize __module_address() using a latched RB-treePeter Zijlstra
2015-05-28module: Sanitize RCU usage and lockingPeter Zijlstra
2015-05-27module: Annotate module version magicPeter Zijlstra
2015-05-20driver-core: add driver module asynchronous probe supportLuis R. Rodriguez
2015-05-20module: add extra argument for parse_params() callbackLuis R. Rodriguez
2015-05-13tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)
2015-05-09module: Call module notifier on failure after complete_formation()Steven Rostedt
2015-04-22Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds