Masami Hiramatsu
|
2f35c41f58
module: Replace module_ref with atomic_t refcnt
|
11 years ago |
Petr Mladek
|
76681c8faa
module: return bool from within_module*()
|
11 years ago |
Petr Mladek
|
9b20a352d7
module: add within_module() function
|
11 years ago |
Linus Torvalds
|
6f4c98e1c2
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
|
11 years ago |
Rusty Russell
|
cff26a51da
module: remove MODULE_GENERIC_TABLE
|
11 years ago |
Tom Gundersen
|
21bdd17b21
module: allow multiple calls to MODULE_DEVICE_TABLE() per module
|
11 years ago |
Steven Rostedt (Red Hat)
|
b2e285fcb4
tracing/module: Replace include of tracepoint.h with jump_label.h in module.h
|
11 years ago |
Seunghun Lee
|
e865d06b17
module: fix coding style
|
11 years ago |
Joe Perches
|
74e22fac88
module.h: Remove unnecessary semicolon
|
11 years ago |
Rusty Russell
|
3f2b9c9cdf
module: remove rmmod --wait option.
|
12 years ago |
Li Zhong
|
942e443127
module: Fix mod->mkobj.kobj potentially freed too early
|
12 years ago |
Andreas Robinson
|
7cb14ba75d
modules: add support for soft module dependencies
|
12 years ago |
Rusty Russell
|
b92021b09d
CONFIG_SYMBOL_PREFIX: cleanup.
|
12 years ago |
Sasha Levin
|
93843b3764
module: constify within_module_*
|
12 years ago |
Rusty Russell
|
0d21b0e347
module: add new state MODULE_STATE_UNFORMED.
|
12 years ago |
Rusty Russell
|
106a4ee258
module: signature checking hook
|
13 years ago |
Steven Rostedt
|
d53799be67
module: move __module_get and try_module_get() out of line.
|
13 years ago |
Eric Dumazet
|
bd77c04772
module: struct module_ref should contains long fields
|
13 years ago |
Paul Gortmaker
|
639938eb60
module.h: relocate MODULE_PARM_DESC into moduleparam.h
|
14 years ago |
Paul Gortmaker
|
f50169324d
module.h: split out the EXPORT_SYMBOL into export.h
|
14 years ago |
Mathieu Desnoyers
|
b75ef8b44b
Tracepoint: Dissociate from module mutex
|
14 years ago |
Kay Sievers
|
88bfa32479
module: add /sys/module/<name>/uevent files
|
14 years ago |
Kay Sievers
|
4befb026cf
module: change attr callbacks to take struct module_kobject
|
14 years ago |
Alessio Igor Bogani
|
f02e8a6596
module: Sort exported symbols
|
14 years ago |
Rusty Russell
|
de4d8d5346
module: each_symbol_section instead of each_symbol
|
14 years ago |
Richard Kennedy
|
a288bd651f
module: remove 64 bit alignment padding from struct module with CONFIG_TRACE*
|
14 years ago |
Dmitry Torokhov
|
9b73a5840c
module: do not hide __modver_version_show declaration behind ifdef
|
14 years ago |
Dmitry Torokhov
|
b4bc842802
module: deal with alignment issues in built-in module versions
|
14 years ago |
Dmitry Torokhov
|
98562ad8cb
module: explicitly align module_version_attribute structure
|
14 years ago |
Mathieu Desnoyers
|
6549864629
tracepoints: Fix section alignment using pointer array
|
14 years ago |