summaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)Author
2018-12-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-10-10module: exclude SHN_UNDEF symbols from kallsyms apiJessica Yu
2018-03-05Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-02-25module/retpoline: Warn about missing retpoline in moduleAndi Kleen
2018-01-22Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-01-10module: Issue warnings when tainting kernelLibor Pechacek
2018-01-10module: keep percpu symbols in module's symtabMiroslav Benes
2017-08-11UPSTREAM: modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell
2017-08-11UPSTREAM: module: keep percpu symbols in module's symtabMiroslav Benes
2017-08-11UPSTREAM: module: clean up RO/NX handling.Rusty Russell
2017-08-11UPSTREAM: module: use a structure to encapsulate layout.Rusty Russell
2017-08-11UPSTREAM: module: Use the same logic for setting and unsetting RO/NXJosh Poimboeuf
2017-08-11LSK-ANDROID: Revert "modules: fix longstanding /proc/kallsyms vs module inser...Amit Pundir
2016-08-20module: Invalidate signatures on force-loaded modulesBen Hutchings
2016-03-09modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell
2016-02-25modules: fix modparam async_probe requestLuis R. Rodriguez
2016-02-25module: wrapper for symbol name.Rusty Russell
2016-01-07ftrace/module: Call clean up function when module init fails earlySteven Rostedt (Red Hat)
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
2015-04-08Copy the kernel module data from user space in chunksLinus Torvalds
2015-04-08tracing: Allow for modules to convert their enums to valuesSteven Rostedt (Red Hat)
2015-03-24module: do not print allocation-fail warning on bogus user buffer sizeKirill A. Shutemov
2015-03-24kernel/module.c: fix typos in message about unused symbolsYannick Guerrini
2015-03-23lockdep: Fix the module unload key range freeing logicPeter Zijlstra
2015-03-12kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin
2015-03-06kernel/module.c: Update debug alignment after symtable generationLaura Abbott
2015-02-17kernel/module.c: do not inline do_init_module()Jan Kiszka