Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
3ab5aee7fe840b5b1b35a8d1ac11c3de5281e611
/
kernel
/
module.c
88ed86f
Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc
by Linus Torvalds
· 16 years ago
3b5d5c6
proc: move /proc/modules boilerplate to kernel/module.c
by Alexey Dobriyan
· 16 years ago
d72b375
Remove stop_machine during module load v2
by Andi Kleen
· 16 years ago
5e458cc
module: simplify load_module.
by Rusty Russell
· 16 years ago
92b29b8
Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
26e9a39
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
by Linus Torvalds
· 16 years ago
c813b4e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 16 years ago
25ddbb1
Make the taint flags reliable
by Andi Kleen
· 16 years ago
346e15b
driver core: basic infrastructure for per-module dynamic debug messages
by Jason Baron
· 16 years ago
e943209
modules: fix module "notes" kobject leak
by Alexey Dobriyan
· 16 years ago
fed1939
ftrace: remove old pointers to mcount
by Steven Rostedt
· 16 years ago
90d595f
ftrace: enable mcount recording for modules
by Steven Rostedt
· 16 years ago
97e1c18
tracing: Kernel Tracepoints
by Mathieu Desnoyers
· 16 years ago
061b1bd
Staging: add TAINT_CRAP for all drivers/staging code
by Greg Kroah-Hartman
· 16 years ago
ffb4ba7
[module] Don't let gcc inline load_module()
by Linus Torvalds
· 16 years ago
59f9415
modules: extend initcall_debug functionality to the module loader
by Arjan van de Ven
· 16 years ago
9b1a4d3
stop_machine: Wean existing callers off stop_machine_run()
by Rusty Russell
· 16 years ago
15bba37
module: fix build warning with !CONFIG_KALLSYMS
by WANG Cong
· 16 years ago
3a642e9
modules: Take a shortcut for checking if an address is in a module
by Rusty Russell
· 16 years ago
2f0f2a3
module: turn longs into ints for module sizes
by Denys Vlasenko
· 16 years ago
f7f5b67
Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefs
by Denys Vlasenko
· 16 years ago
dafd094
module: generic each_symbol iterator function
by Rusty Russell
· 16 years ago
da39ba5
module: don't use stop_machine for waiting rmmod
by Rusty Russell
· 16 years ago
34e4e2f
modules: proper cleanup of kobject without CONFIG_SYSFS
by Denis V. Lunev
· 17 years ago
c4ea6fc
module loading ELF handling: use SELFMAG instead of numeric constant
by Cyrill Gorcunov
· 17 years ago
91e37a7
module: don't ignore vermagic string if module doesn't have modversions
by Rusty Russell
· 17 years ago
a5dd697
module: be more picky about allowing missing module versions
by Rusty Russell
· 17 years ago
826e450
Make forced module loading optional
by Linus Torvalds
· 17 years ago
df4b565
module: add MODULE_STATE_GOING notifier call
by Peter Oberparleiter
· 17 years ago
b211104
module: Enhance verify_export_symbols
by Rusty Russell
· 17 years ago
4e2d924
module: set unused_gpl_crcs instead of overwriting unused_crcs
by Rusty Russell
· 17 years ago
ad9546c
module: neaten __find_symbol, rename to find_symbol
by Rusty Russell
· 17 years ago
ea01e79
module: reduce module image and resident size
by Rusty Russell
· 17 years ago
a58730c
module: make module_sect_attrs private to kernel/module.c
by Rusty Russell
· 17 years ago
a655020
kernel: Remove unnecessary inclusions of asm/semaphore.h
by Matthew Wilcox
· 17 years ago
e24e2e6
modules: warn about suspicious return values from module's ->init() hook
by Alexey Dobriyan
· 17 years ago
6c5db22
modules: fix module waiting for dependent modules' init
by Rusty Russell
· 17 years ago
9b37ccf
module: allow ndiswrapper to use GPL-only symbols
by Pavel Roskin
· 17 years ago
120fc3d
modules: do not try to add sysfs attributes if !CONFIG_SYSFS
by Kay Sievers
· 17 years ago
fb40bd7
Linux Kernel Markers: support multiple probes
by Mathieu Desnoyers
· 17 years ago
92dfc9d
fix "modules: make module_address_lookup() safe"
by Andrew Morton
· 17 years ago
6d76239
modules: include sections.h to avoid defining linker variables explicitly
by Christoph Lameter
· 17 years ago
8817350
Modules: handle symbols that have a zero value
by Christoph Lameter
· 17 years ago
dd5af90
x86/non-x86: percpu, node ids, apic ids x86.git fixup
by Mike Travis
· 17 years ago
6494a93
Module: check to see if we have a built in module with the same name
by Greg Kroah-Hartman
· 17 years ago
0aa5bd5
module: add module taint on ndiswrapper
by Jon Masters
· 17 years ago
6dd06c9
module: make module_address_lookup safe
by Rusty Russell
· 17 years ago
bb9d3d5
module: better OOPS and lockdep coverage for loading modules
by Rusty Russell
· 17 years ago
efa5345
module: Fix gratuitous sprintf in module.c
by Rusty Russell
· 17 years ago
c9a3ba5
module: wait for dependent modules doing init.
by Rusty Russell
· 17 years ago
e14af7e
debug: track and print last unloaded module in the oops trace
by Arjan van de Ven
· 17 years ago
21aa928
debug: show being-loaded/being-unloaded indicator for modules
by Arjan van de Ven
· 17 years ago
78a2d90
Kobject: convert remaining kobject_unregister() to kobject_put()
by Greg Kroah-Hartman
· 17 years ago
ac3c814
Kobject: convert kernel/module.c to use kobject_init/add_ng()
by Greg Kroah-Hartman
· 17 years ago
97c146e
sysfs: fix /sys/module/*/holders after sysfs logic change
by Kay Sievers
· 17 years ago
c63469a
Driver core: move the driver specific module code into the driver core
by Greg Kroah-Hartman
· 17 years ago
7405c1e
kset: convert /sys/module to use kset_create
by Greg Kroah-Hartman
· 17 years ago
4ff6abf
kobject: get rid of kobject_add_dir
by Greg Kroah-Hartman
· 17 years ago
3514fac
kobject: remove struct kobj_type from struct kset
by Greg Kroah-Hartman
· 17 years ago
cb2a520
modules: de-mutex more symbol lookup paths in the module code
by Rusty Russell
· 17 years ago
9a4b970
module: fix and elaborate comments
by Matti Linnanvuori
· 17 years ago
8256e47
Linux Kernel Markers
by Mathieu Desnoyers
· 17 years ago
22a8bde
whitespace fixes: module loading
by Daniel Walker
· 17 years ago
d58ae67
module: return error when mod_sysfs_init() failed
by Akinobu Mita
· 17 years ago
6d76013
Add /sys/module/name/notes
by Roland McGrath
· 17 years ago
af49d92
Remove "unsafe" from module struct
by Rusty Russell
· 17 years ago
256e2fd
Fix Off-by-one in /sys/module/*/refcnt
by Alexey Dobriyan
· 17 years ago
9281ace
kallsyms: make KSYM_NAME_LEN include space for trailing '\0'
by Tejun Heo
· 17 years ago
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
Next »