aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/module.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+2
2015-04-08tracing: Allow for modules to convert their enums to valuesSteven Rostedt (Red Hat)1-0/+2
2015-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-0/+4
2015-03-17livepatch: Fix subtle race with coming and going modulesPetr Mladek1-0/+4
2015-02-13module: fix types of device tables aliasesAndrey Ryabinin1-1/+1
2015-01-22module: make module_refcount() a signed integer.Rusty Russell1-1/+1
2014-11-11module: Replace module_ref with atomic_t refcntMasami Hiramatsu1-15/+1
2014-07-27module: return bool from within_module*()Petr Mladek1-3/+5
2014-07-27module: add within_module() functionPetr Mladek1-0/+5
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-11/+8
2014-03-13module: remove MODULE_GENERIC_TABLERusty Russell1-11/+8
2014-03-13module: allow multiple calls to MODULE_DEVICE_TABLE() per moduleTom Gundersen1-1/+1
2014-03-07tracing/module: Replace include of tracepoint.h with jump_label.h in module.hSteven Rostedt (Red Hat)1-1/+1
2014-01-16module: fix coding styleSeunghun Lee1-31/+31
2013-12-04module.h: Remove unnecessary semicolonJoe Perches1-1/+1
2013-09-23module: remove rmmod --wait option.Rusty Russell1-3/+0
2013-09-03module: Fix mod->mkobj.kobj potentially freed too earlyLi Zhong1-0/+1
2013-08-20modules: add support for soft module dependenciesAndreas Robinson1-0/+5
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell1-2/+2
2013-01-21module: constify within_module_*Sasha Levin1-2/+2
2013-01-12module: add new state MODULE_STATE_UNFORMED.Rusty Russell1-5/+5
2012-10-10module: signature checking hookRusty Russell1-0/+8
2012-03-26module: move __module_get and try_module_get() out of line.Steven Rostedt1-28/+4
2012-01-13module: struct module_ref should contains long fieldsEric Dumazet1-5/+16
2011-10-31module.h: relocate MODULE_PARM_DESC into moduleparam.hPaul Gortmaker1-5/+0
2011-10-31module.h: split out the EXPORT_SYMBOL into export.hPaul Gortmaker1-67/+1
2011-08-10Tracepoint: Dissociate from module mutexMathieu Desnoyers1-12/+0
2011-07-24module: add /sys/module/<name>/uevent filesKay Sievers1-0/+1
2011-07-24module: change attr callbacks to take struct module_kobjectKay Sievers1-11/+12
2011-05-19module: Sort exported symbolsAlessio Igor Bogani1-2/+2
2011-05-19module: each_symbol_section instead of each_symbolRusty Russell1-2/+3
2011-05-19module: remove 64 bit alignment padding from struct module with CONFIG_TRACE*Richard Kennedy1-6/+7
2011-05-19module: do not hide __modver_version_show declaration behind ifdefDmitry Torokhov1-2/+3
2011-05-19module: deal with alignment issues in built-in module versionsDmitry Torokhov1-5/+5
2011-02-21module: explicitly align module_version_attribute structureDmitry Torokhov1-1/+1
2011-02-03tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers1-1/+1
2011-02-02tracing: Replace trace_event struct array with pointer arraySteven Rostedt1-1/+1
2011-01-24module: fix linker error for MODULE_VERSION when !MODULE and CONFIG_SYSFS=nRusty Russell1-1/+1
2011-01-24module: show version information for built-in modules in sysfsDmitry Torokhov1-0/+27
2010-12-23Merge commit 'v2.6.37-rc7' into x86/securityIngo Molnar1-1/+1
2010-11-24module: Update prototype for ref_module (formerly use_module)Anders Kaseorg1-1/+1
2010-11-18x86: Add RO/NX protection for loadable kernel modulesmatthieu castet1-1/+10
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar1-3/+2
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds1-3/+2
2010-09-22jump label: Base patch for jump labelJason Baron1-1/+4
2010-06-05module: Make module sysfs functions private.Rusty Russell1-33/+0
2010-06-05module: fix kdb's illicit use of struct module_use.Rusty Russell1-0/+7
2010-06-05module: Make the 'usage' lists be two-wayLinus Torvalds1-1/+3
2010-04-08Merge branch 'linus' into tracing/coreIngo Molnar1-6/+15
2010-04-05Fix up possibly racy module refcountingNick Piggin1-7/+7