Linus Torvalds
|
7a684c452e
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
|
12 years ago |
Tao Ma
|
8ec7d50f1e
kernel: remove reference to feature-removal-schedule.txt
|
12 years ago |
Rusty Russell
|
82fab442f5
modules: don't hand 0 to vmalloc.
|
12 years ago |
Satoru Takeuchi
|
54523ec71f
module: Remove a extra null character at the top of module->strtab.
|
12 years ago |
Kees Cook
|
2e72d51b4a
security: introduce kernel_module_from_file hook
|
12 years ago |
Rusty Russell
|
2f3238aebe
module: add flags arg to sys_finit_module()
|
12 years ago |
Kees Cook
|
34e1169d99
module: add syscall to load module from fd
|
12 years ago |
Rusty Russell
|
59ef28b1f1
module: fix out-by-one error in kallsyms
|
12 years ago |
David Howells
|
caabe24057
MODSIGN: Move the magic string to the end of a module and eliminate the search
|
12 years ago |
David Howells
|
1d0059f3a4
MODSIGN: Add FIPS policy
|
12 years ago |
Rusty Russell
|
106a4ee258
module: signature checking hook
|
12 years ago |
Rusty Russell
|
9bb9c3be56
module: wait when loading a module which is currently initializing.
|
12 years ago |
Rusty Russell
|
6f13909f4f
module: fix symbol waiting when module fails before init
|
12 years ago |
David Howells
|
786d35d45c
Make most arch asm/module.h files use asm-generic/module.h
|
12 years ago |
Matthew Garrett
|
c99af3752b
module: taint kernel when lve module is loaded
|
13 years ago |
David Howells
|
ef26a5a6ea
Guard check in module loader against integer overflow
|
13 years ago |
Jim Cromie
|
b48420c1d3
dynamic_debug: make dynamic-debug work for module initialization
|
13 years ago |
Sasha Levin
|
f946eeb931
module: Remove module size limit
|
13 years ago |
Steven Rostedt
|
d53799be67
module: move __module_get and try_module_get() out of line.
|
13 years ago |
Pawel Moll
|
026cee0086
params: <level>_initcall-like kernel parameters
|
13 years ago |
Dave Young
|
02608bef8f
module: add kernel param to force disable module load
|
13 years ago |
Kevin Winchester
|
53999bf34d
error: implicit declaration of function 'module_flags_taint'
|
13 years ago |
Kay Sievers
|
cca3e70730
modules: sysfs - export: taint, coresize, initsize
|
13 years ago |
Jim Cromie
|
5e12416927
module: replace DEBUGP with pr_debug
|
13 years ago |
Eric Dumazet
|
bd77c04772
module: struct module_ref should contains long fields
|
13 years ago |
Kevin Cernekee
|
48fd11880b
module: Fix performance regression on modules with large symbol tables
|
13 years ago |
Kevin Cernekee
|
70b1e9161e
module: Add comments describing how the "strmap" logic works
|
13 years ago |
Linus Torvalds
|
32aaeffbd4
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
|
13 years ago |
Ben Hutchings
|
2449b8ba07
module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree
|
13 years ago |
Ben Hutchings
|
1cd0d6c302
module: Enable dynamic debugging regardless of taint
|
13 years ago |