Sign in
googlers
/
maze
/
linux
/
d471d340ef9543a1e2f70f99c21ee2c770e7b17c
/
kernel
/
module.c
24da1cb
modules: remove modlist_lock
by Rusty Russell
· 17 years ago
708f4b5
Make /proc/modules use seq_list_xxx helpers
by Pavel Emelianov
· 17 years ago
7b59575
sysfs: kill unnecessary attribute->owner
by Tejun Heo
· 18 years ago
02a3e59
Fix minor typoes in kernel/module.c
by Robert P. J. Day
· 18 years ago
a5c43da
Fix race between cat /proc/slab_allocators and rmmod
by Alexey Dobriyan
· 18 years ago
9d65cb4
Fix race between cat /proc/*/wchan and rmmod et al
by Alexey Dobriyan
· 18 years ago
ffb4512
Simplify kallsyms_lookup()
by Alexey Dobriyan
· 18 years ago
ea07890
Fix race between rmmod and cat /proc/kallsyms
by Alexey Dobriyan
· 18 years ago
ae84e32
Simplify module_get_kallsym() by dropping length arg
by Alexey Dobriyan
· 18 years ago
6d4f9c5
module: use krealloc
by Pekka Enberg
· 18 years ago
ea62ccd
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
by Linus Torvalds
· 18 years ago
823bccf
remove "struct subsystem" as it is no longer needed
by Greg Kroah-Hartman
· 18 years ago
b6e3590
[PATCH] x86: Allow percpu variables to be page-aligned
by Jeremy Fitzhardinge
· 18 years ago
b00742d
[PATCH] x86-64: Account for module percpu space separately from kernel percpu
by Jeremy Fitzhardinge
· 18 years ago
240936e
mod_sysfs_setup() doesn't return errno when kobject_add_dir() failure occurs
by Akinobu Mita
· 18 years ago
0c84ce2
[PATCH] driver core: fix built-in drivers sysfs links
by Kay Sievers
· 18 years ago
161e232b
Revert "driver core: refcounting fix"
by Greg Kroah-Hartman
· 18 years ago
dfff0a0
Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent"
by Greg Kroah-Hartman
· 18 years ago
63ce18c
driver core: refcounting fix
by Mike Galbraith
· 18 years ago
ef665c1
sysfs: fix build errors: uevent with CONFIG_SYSFS=n
by Randy Dunlap
· 18 years ago
b92be9f
Driver: remove redundant kobject_unregister checks
by Mariusz Kozlowski
· 18 years ago
c353c3f
Driver core: let request_module() send a /sys/modules/kmod/-uevent
by Kay Sievers
· 18 years ago
270a6c4
/sys/modules/*/holders
by Kay Sievers
· 18 years ago
fe480a2
Modules: only add drivers/ direcory if needed
by Greg Kroah-Hartman
· 18 years ago
f30c53a
MODULES: add the module name for built in kernel drivers
by Kay Sievers
· 18 years ago
7f422e2
[PATCH] Driver core: Fix prefix driver links in /sys/module by bus-name
by Kay Sievers
· 18 years ago
a3f99f8
[PATCH] module: fix mod_sysfs_setup() return value
by Akinobu Mita
· 18 years ago
1f71740
Driver core: show "initstate" of module
by Kay Sievers
· 18 years ago
15ad7cd
[PATCH] struct seq_operations and struct file_operations constification
by Helge Deller
· 18 years ago
f6a5703
[PATCH] severing module.h->sched.h
by Al Viro
· 18 years ago
e17e0f5
Driver core: show drivers in /sys/module/
by Kay Sievers
· 18 years ago
0e2d57f
[PATCH] ndiswrapper: don't set the module->taints flags
by Randy Dunlap
· 18 years ago
1d4d262
[PATCH] Add missing space in module.c for taintskernel
by Jan Dittmer
· 18 years ago
fa3ba2e8
[PATCH] fix Module taint flags listing in Oops/panic
by Florin Malita
· 18 years ago
ffc5089
[PATCH] Create kallsyms_lookup_size_offset()
by Franck Bui-Huu
· 18 years ago
2bc2d61
[PATCH] list module taint flags in Oops/panic
by Randy Dunlap
· 18 years ago
04b1db9
[PATCH] /sys/modules: allow full length section names
by Ian S. Nelson
· 18 years ago
1cc5f71
[PATCH] load_module: no BUG if module_subsys uninitialized
by Ed Swierk
· 18 years ago
098c5ee
[PATCH] null-terminate over-long /proc/kallsyms symbols
by Andreas Gruenbacher
· 18 years ago
fbb9ce95
[PATCH] lockdep: core
by Ingo Molnar
· 18 years ago
4d435f9
[PATCH] lockdep: add is_module_address()
by Ingo Molnar
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
84860f9
[PATCH] load_module() cleanup
by Andrew Morton
· 19 years ago
f71d20e
[PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPL
by Arjan van de Ven
· 19 years ago
2a2ed2d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
by Linus Torvalds
· 19 years ago
4552d5d
[PATCH] x86_64: reliable stack trace support
by Jan Beulich
· 19 years ago
f867d2a
[PATCH] ensure NULL deref can't possibly happen in is_exported()
by Jesper Juhl
· 19 years ago
b817f6f
kbuild: check license compatibility when building modules
by Sam Ravnborg
· 19 years ago
5e37661
[PATCH] symbol_put_addr() locks kernel
by Trent Piepho
· 19 years ago
7529c30
[PATCH] modules: permit Dual-MIT/GPL licenses
by Andrew Morton
· 19 years ago
f83ca9f
[PATCH] symversion warning fix
by Andrew Morton
· 19 years ago
e041c68
[PATCH] Notifier chain update: API changes
by Alan Stern
· 19 years ago
8d3b33f
[PATCH] Remove MODULE_PARM
by Rusty Russell
· 19 years ago
24277dd
[PATCH] strndup_user: convert module
by Davi Arnaut
· 19 years ago
6389a38
[PATCH] kernel/module.c Semaphore to Mutex Conversion for module_mutex
by Ashutosh Naik
· 19 years ago
97d1f15
[PATCH] sem2mutex: kernel/
by Arjan van de Ven
· 19 years ago
03e88ae
[PATCH] fix module sysfs files reference counting
by Greg Kroah-Hartman
· 19 years ago
9f28bb7
[PATCH] add EXPORT_SYMBOL_GPL_FUTURE()
by Greg Kroah-Hartman
· 19 years ago
3fd6805
[PATCH] Clean up module.c symbol searching logic
by Sam Ravnborg
· 19 years ago
8e08b75
[PATCH] module: strlen_user() race fix
by Andrew Morton
· 19 years ago
54e8ce4
[PATCH] Tell kallsyms_lookup_name() to ignore type U entries
by Keith Owens
· 19 years ago
c59ede7
[PATCH] move capable() to capability.h
by Randy.Dunlap
· 19 years ago
eb46996
[PATCH] kernel/module.c: remove redundant spinlock in resolve_symbol()
by Ashutosh Naik
· 19 years ago
fb16979
[PATCH] modules: mark TAINT_FORCED_RMMOD correctly
by Akinobu Mita
· 19 years ago
eea8b54
[PATCH] modules: prevent overriding of symbols
by Ashutosh Naik
· 19 years ago
9841d61
[PATCH] Add tainting for proprietary helper modules
by Dave Jones
· 19 years ago
6fe2e70
[PATCH] kernel/module.c: removed dead code
by Jayachandran C
· 19 years ago
8c65b4a
[PATCH] fix remaining missing includes
by Tim Schmielau
· 19 years ago
9f15833
[PATCH] use add_taint() for setting tainted bit flags
by Randy Dunlap
· 19 years ago
378bac8
[PATCH] flush icache early when loading module
by Thomas Koeller
· 19 years ago
842bbaa
[PATCH] Module per-cpu alignment cannot always be met
by Rusty Russell
· 19 years ago
52c1da3
[PATCH] make various thing static
by Adrian Bunk
· 20 years ago
c988d2b
[PATCH] modules: add version and srcversion to sysfs
by Matt Domsch
· 20 years ago
39c715b
[PATCH] smp_processor_id() cleanup
by Ingo Molnar
· 20 years ago
ae92ef8
[PATCH] flush icache in correct context
by Roman Zippel
· 20 years ago
fbd568a3e
[PATCH] Change synchronize_kernel to _rcu and _sched
by Paul E. McKenney
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago
v2.6.12-rc2