Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d64810f56147b53e92228c31442e925576314aa2
/
kernel
/
module.c
d64810f
module: Annotate nested sleep in resolve_symbol()
by Peter Zijlstra
· 10 years ago
ab92ebb
module: Remove double spaces in module verification taint message
by Marcel Holtmann
· 10 years ago
de96d79
kernel/module.c: Free lock-classes if parse_args failed
by Andrey Tsyvarev
· 10 years ago
d5db139
module: make module_refcount() a signed integer.
by Rusty Russell
· 10 years ago
c749637
module: fix race in kallsyms resolution during module load success.
by Rusty Russell
· 10 years ago
be1f221
module: remove mod arg from module_free, rename module_memfree().
by Rusty Russell
· 10 years ago
d453cde
module_arch_freeing_init(): new hook for archs before module->module_init freed.
by Rusty Russell
· 10 years ago
d790be3
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
6da0b56
kernel:module Fix coding style errors and warnings.
by Ionut Alexa
· 10 years ago
e513cc1
module: Remove stop_machine from module unloading
by Masami Hiramatsu
· 10 years ago
2f35c41
module: Replace module_ref with atomic_t refcnt
by Masami Hiramatsu
· 10 years ago
0286b5e
lib/bug: Use RCU list ops for module_bug_list
by Masami Hiramatsu
· 10 years ago
461e34a
module: Unlink module with RCU synchronizing instead of stop_machine
by Masami Hiramatsu
· 10 years ago
4f48795
module: Wait for RCU synchronizing before releasing a module
by Masami Hiramatsu
· 10 years ago
3c9b2c3
sched, modules: Fix nested sleep in add_unformed_module()
by Peter Zijlstra
· 10 years ago
50edb5c
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
d3051b4
modules, lock around setting of MODULE_STATE_UNFORMED
by Prarit Bhargava
· 10 years ago
6325e94
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
6c34f1f
aarch64: filter $x from kallsyms
by Kyle McMartin
· 10 years ago
6a4c264
module: rename KERNEL_PARAM_FL_NOARG to avoid confusion
by Jani Nikula
· 10 years ago
ff7e005
module: Clean up ro/nx after early module load failures
by Andy Lutomirski
· 10 years ago
c8d6637
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
2e3a10a
ARM: avoid ARM binutils leaking ELF local symbols
by Russell King
· 10 years ago
9b20a35
module: add within_module() function
by Petr Mladek
· 10 years ago
002c77a
crypto: fips - only panic on bad/missing crypto mod signatures
by Jarod Wilson
· 10 years ago
4251c2a6
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
4982223
module: set nx before marking module MODULE_STATE_COMING.
by Rusty Russell
· 11 years ago
60b88f3
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
a949ae5
ftrace/module: Hardcode ftrace_module_init() call into load_module()
by Steven Rostedt (Red Hat)
· 11 years ago
51e158c
param: hand arguments after -- straight to init
by Rusty Russell
· 11 years ago
79465d2
module: remove warning about waiting module removal.
by Rusty Russell
· 11 years ago
08f141d
modules: use raw_cpu_write for initialization of per cpu refcount.
by Christoph Lameter
· 11 years ago
6f4c98e
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
176ab02
Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
57673c2
Use 'E' instead of 'X' for unsigned module taint flag.
by Rusty Russell
· 11 years ago
8c90487
Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC
by Dave Jones
· 11 years ago
66cc69e
Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE
by Mathieu Desnoyers
· 11 years ago
27bba4d
module: use pr_cont
by Jiri Slaby
· 11 years ago
8037598
lto: Handle LTO common symbols in module loader
by Joe Mario
· 11 years ago
22e6695
module: Add missing newline in printk call.
by Tetsuo Handa
· 11 years ago
ce6513f
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
bddb12b
kernel/module.c: use pr_foo()
by Andrew Morton
· 11 years ago
eb3057d
kernel: add support for init_array constructors
by Frantisek Hrbata
· 11 years ago
3f2b9c9
module: remove rmmod --wait option.
by Rusty Russell
· 11 years ago
45d9a22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
a2e0578
switch copy_module_from_fd() to fdget
by Al Viro
· 11 years ago
942e443
module: Fix mod->mkobj.kobj potentially freed too early
by Li Zhong
· 11 years ago
cc56ded
kernel/module.c: use scnprintf() instead of sprintf()
by Chen Gang
· 11 years ago
0ce8140
module: Add NOARG flag for ops with param_set_bool_enable_only() set function
by Steven Rostedt
· 11 years ago
8133633
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
9eb76d7
module: cleanup call chain.
by Rusty Russell
· 11 years ago
8d8022e
module: do percpu allocation after uniqueness check. No, really!
by Rusty Russell
· 11 years ago
54041d8
modules: don't fail to load on unknown parameters.
by Rusty Russell
· 11 years ago
4f6de4d
module: don't modify argument of module_kallsyms_lookup_name()
by Mathias Krause
· 11 years ago
89c8373
kmemleak: No need for scanning specific module sections
by Steven Rostedt
· 12 years ago
06c9494
kmemleak: Scan all allocated, writeable and not executable module sections
by Steven Rostedt
· 12 years ago
944a1fa
module: don't unlink the module until we've removed all exposure.
by Rusty Russell
· 12 years ago
a4b6a77
module: fix symbol versioning with symbol prefixes
by James Hogan
· 12 years ago
b92021b
CONFIG_SYMBOL_PREFIX: cleanup.
by Rusty Russell
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
3dadecc
switch vfs_getattr() to struct path
by Al Viro
· 12 years ago
a3535c7
module: clean up load_module a little more.
by Rusty Russell
· 12 years ago
373d4d0
taint: add explicit flag to show whether lock dep is still OK.
by Rusty Russell
· 12 years ago
64748a2
module: printk message when module signature fail taints kernel.
by Rusty Russell
· 12 years ago
ee61abb
module: fix missing module_mutex unlock
by Linus Torvalds
· 12 years ago
2263647
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
774a122
module, async: async_synchronize_full() on module init iff async is used
by Tejun Heo
· 12 years ago
1fb9341
module: put modules in list much earlier.
by Rusty Russell
· 12 years ago
0d21b0e
module: add new state MODULE_STATE_UNFORMED.
by Rusty Russell
· 12 years ago
52441fa
module: prevent warning when finit_module a 0 sized file
by Sasha Levin
· 12 years ago
7a684c4
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
8ec7d50
kernel: remove reference to feature-removal-schedule.txt
by Tao Ma
· 12 years ago
82fab44
modules: don't hand 0 to vmalloc.
by Rusty Russell
· 12 years ago
54523ec
module: Remove a extra null character at the top of module->strtab.
by Satoru Takeuchi
· 12 years ago
2e72d51
security: introduce kernel_module_from_file hook
by Kees Cook
· 12 years ago
2f3238a
module: add flags arg to sys_finit_module()
by Rusty Russell
· 12 years ago
34e1169
module: add syscall to load module from fd
by Kees Cook
· 12 years ago
59ef28b
module: fix out-by-one error in kallsyms
by Rusty Russell
· 12 years ago
caabe24
MODSIGN: Move the magic string to the end of a module and eliminate the search
by David Howells
· 12 years ago
1d0059f
MODSIGN: Add FIPS policy
by David Howells
· 12 years ago
106a4ee
module: signature checking hook
by Rusty Russell
· 12 years ago
9bb9c3b
module: wait when loading a module which is currently initializing.
by Rusty Russell
· 12 years ago
6f13909
module: fix symbol waiting when module fails before init
by Rusty Russell
· 12 years ago
786d35d
Make most arch asm/module.h files use asm-generic/module.h
by David Howells
· 12 years ago
c99af37
module: taint kernel when lve module is loaded
by Matthew Garrett
· 13 years ago
ef26a5a
Guard check in module loader against integer overflow
by David Howells
· 13 years ago
b48420c
dynamic_debug: make dynamic-debug work for module initialization
by Jim Cromie
· 13 years ago
f946eeb
module: Remove module size limit
by Sasha Levin
· 13 years ago
d53799b
module: move __module_get and try_module_get() out of line.
by Steven Rostedt
· 13 years ago
026cee0
params: <level>_initcall-like kernel parameters
by Pawel Moll
· 13 years ago
02608be
module: add kernel param to force disable module load
by Dave Young
· 13 years ago
53999bf
error: implicit declaration of function 'module_flags_taint'
by Kevin Winchester
· 13 years ago
cca3e70
modules: sysfs - export: taint, coresize, initsize
by Kay Sievers
· 13 years ago
5e12416
module: replace DEBUGP with pr_debug
by Jim Cromie
· 13 years ago
bd77c04
module: struct module_ref should contains long fields
by Eric Dumazet
· 13 years ago
48fd118
module: Fix performance regression on modules with large symbol tables
by Kevin Cernekee
· 13 years ago
70b1e916
module: Add comments describing how the "strmap" logic works
by Kevin Cernekee
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
2449b8b
module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree
by Ben Hutchings
· 13 years ago
1cd0d6c
module: Enable dynamic debugging regardless of taint
by Ben Hutchings
· 13 years ago
Next »