summaryrefslogtreecommitdiff
path: root/include/linux/module.h
AgeCommit message (Expand)Author
2015-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-03-17livepatch: Fix subtle race with coming and going modulesPetr Mladek
2015-02-13module: fix types of device tables aliasesAndrey Ryabinin
2015-01-22module: make module_refcount() a signed integer.Rusty Russell
2014-11-11module: Replace module_ref with atomic_t refcntMasami Hiramatsu
2014-07-27module: return bool from within_module*()Petr Mladek
2014-07-27module: add within_module() functionPetr Mladek
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-03-13module: remove MODULE_GENERIC_TABLERusty Russell
2014-03-13module: allow multiple calls to MODULE_DEVICE_TABLE() per moduleTom Gundersen
2014-03-07tracing/module: Replace include of tracepoint.h with jump_label.h in module.hSteven Rostedt (Red Hat)
2014-01-16module: fix coding styleSeunghun Lee
2013-12-04module.h: Remove unnecessary semicolonJoe Perches
2013-09-23module: remove rmmod --wait option.Rusty Russell
2013-09-03module: Fix mod->mkobj.kobj potentially freed too earlyLi Zhong
2013-08-20modules: add support for soft module dependenciesAndreas Robinson
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell
2013-01-21module: constify within_module_*Sasha Levin
2013-01-12module: add new state MODULE_STATE_UNFORMED.Rusty Russell
2012-10-10module: signature checking hookRusty Russell
2012-03-26module: move __module_get and try_module_get() out of line.Steven Rostedt
2012-01-13module: struct module_ref should contains long fieldsEric Dumazet
2011-10-31module.h: relocate MODULE_PARM_DESC into moduleparam.hPaul Gortmaker
2011-10-31module.h: split out the EXPORT_SYMBOL into export.hPaul Gortmaker
2011-08-10Tracepoint: Dissociate from module mutexMathieu Desnoyers
2011-07-24module: add /sys/module/<name>/uevent filesKay Sievers
2011-07-24module: change attr callbacks to take struct module_kobjectKay Sievers
2011-05-19module: Sort exported symbolsAlessio Igor Bogani
2011-05-19module: each_symbol_section instead of each_symbolRusty Russell
2011-05-19module: remove 64 bit alignment padding from struct module with CONFIG_TRACE*Richard Kennedy
2011-05-19module: do not hide __modver_version_show declaration behind ifdefDmitry Torokhov
2011-05-19module: deal with alignment issues in built-in module versionsDmitry Torokhov
2011-02-21module: explicitly align module_version_attribute structureDmitry Torokhov
2011-02-03tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers
2011-02-02tracing: Replace trace_event struct array with pointer arraySteven Rostedt
2011-01-24module: fix linker error for MODULE_VERSION when !MODULE and CONFIG_SYSFS=nRusty Russell
2011-01-24module: show version information for built-in modules in sysfsDmitry Torokhov
2010-12-23Merge commit 'v2.6.37-rc7' into x86/securityIngo Molnar
2010-11-24module: Update prototype for ref_module (formerly use_module)Anders Kaseorg
2010-11-18x86: Add RO/NX protection for loadable kernel modulesmatthieu castet
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds
2010-09-22jump label: Base patch for jump labelJason Baron
2010-06-05module: Make module sysfs functions private.Rusty Russell
2010-06-05module: fix kdb's illicit use of struct module_use.Rusty Russell
2010-06-05module: Make the 'usage' lists be two-wayLinus Torvalds
2010-04-08Merge branch 'linus' into tracing/coreIngo Molnar
2010-04-05Fix up possibly racy module refcountingNick Piggin
2010-03-31tracing: Remove side effect from module tracepoints that caused a GPFLi Zefan
2010-03-31module: add stub for is_module_percpu_addressRandy Dunlap