Commit Graph

102 Commits (c8acccc959663f1434093c275c455f92a5964974)

Author SHA1 Message Date
Mike Travis dd5af90a7f x86/non-x86: percpu, node ids, apic ids x86.git fixup 17 years ago
Greg Kroah-Hartman 6494a93d55 Module: check to see if we have a built in module with the same name 17 years ago
Jon Masters 0aa5bd52d0 module: add module taint on ndiswrapper 17 years ago
Rusty Russell 6dd06c9fbe module: make module_address_lookup safe 17 years ago
Rusty Russell bb9d3d56e7 module: better OOPS and lockdep coverage for loading modules 17 years ago
Rusty Russell efa5345e39 module: Fix gratuitous sprintf in module.c 17 years ago
Rusty Russell c9a3ba55bb module: wait for dependent modules doing init. 17 years ago
Greg Kroah-Hartman 123ca9575b Module: check to see if we have a built in module with the same name 17 years ago
Arjan van de Ven e14af7eeb4 debug: track and print last unloaded module in the oops trace 17 years ago
Arjan van de Ven 21aa9280b9 debug: show being-loaded/being-unloaded indicator for modules 17 years ago
Greg Kroah-Hartman 78a2d906b4 Kobject: convert remaining kobject_unregister() to kobject_put() 17 years ago
Greg Kroah-Hartman ac3c8141f6 Kobject: convert kernel/module.c to use kobject_init/add_ng() 17 years ago
Kay Sievers 97c146ef07 sysfs: fix /sys/module/*/holders after sysfs logic change 17 years ago
Greg Kroah-Hartman c63469a398 Driver core: move the driver specific module code into the driver core 17 years ago
Greg Kroah-Hartman 7405c1e15e kset: convert /sys/module to use kset_create 17 years ago
Greg Kroah-Hartman 4ff6abff83 kobject: get rid of kobject_add_dir 17 years ago
Greg Kroah-Hartman 3514faca19 kobject: remove struct kobj_type from struct kset 17 years ago
Rusty Russell cb2a52052c modules: de-mutex more symbol lookup paths in the module code 17 years ago
Matti Linnanvuori 9a4b9708f1 module: fix and elaborate comments 17 years ago
Mathieu Desnoyers 8256e47cdc Linux Kernel Markers 18 years ago
Daniel Walker 22a8bdeb53 whitespace fixes: module loading 18 years ago
Akinobu Mita d58ae67813 module: return error when mod_sysfs_init() failed 18 years ago
Roland McGrath 6d76013381 Add /sys/module/name/notes 18 years ago
Rusty Russell af49d9248f Remove "unsafe" from module struct 18 years ago
Alexey Dobriyan 256e2fdf03 Fix Off-by-one in /sys/module/*/refcnt 18 years ago
Tejun Heo 9281acea6a kallsyms: make KSYM_NAME_LEN include space for trailing '\0' 18 years ago
Rusty Russell 24da1cbff9 modules: remove modlist_lock 18 years ago
Pavel Emelianov 708f4b5223 Make /proc/modules use seq_list_xxx helpers 18 years ago
Tejun Heo 7b595756ec sysfs: kill unnecessary attribute->owner 18 years ago
Robert P. J. Day 02a3e59a08 Fix minor typoes in kernel/module.c 18 years ago
Alexey Dobriyan a5c43dae7a Fix race between cat /proc/slab_allocators and rmmod 18 years ago
Alexey Dobriyan 9d65cb4a17 Fix race between cat /proc/*/wchan and rmmod et al 18 years ago
Alexey Dobriyan ffb4512276 Simplify kallsyms_lookup() 18 years ago
Alexey Dobriyan ea07890a68 Fix race between rmmod and cat /proc/kallsyms 18 years ago
Alexey Dobriyan ae84e32470 Simplify module_get_kallsym() by dropping length arg 18 years ago
Pekka Enberg 6d4f9c5500 module: use krealloc 18 years ago
Greg Kroah-Hartman 823bccfc40 remove "struct subsystem" as it is no longer needed 18 years ago
Jeremy Fitzhardinge b6e3590f81 [PATCH] x86: Allow percpu variables to be page-aligned 18 years ago
Jeremy Fitzhardinge b00742d399 [PATCH] x86-64: Account for module percpu space separately from kernel percpu 18 years ago
Akinobu Mita 240936e18b mod_sysfs_setup() doesn't return errno when kobject_add_dir() failure occurs 18 years ago
Kay Sievers 0c84ce268b [PATCH] driver core: fix built-in drivers sysfs links 18 years ago
Greg Kroah-Hartman 161e232b88 Revert "driver core: refcounting fix" 18 years ago
Greg Kroah-Hartman dfff0a0671 Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent" 18 years ago
Mike Galbraith 63ce18cfe6 driver core: refcounting fix 18 years ago
Randy Dunlap ef665c1a06 sysfs: fix build errors: uevent with CONFIG_SYSFS=n 18 years ago
Mariusz Kozlowski b92be9f1ec Driver: remove redundant kobject_unregister checks 18 years ago
Kay Sievers c353c3fb07 Driver core: let request_module() send a /sys/modules/kmod/-uevent 18 years ago
Kay Sievers 270a6c4cad /sys/modules/*/holders 18 years ago
Greg Kroah-Hartman fe480a2675 Modules: only add drivers/ direcory if needed 18 years ago
Kay Sievers f30c53a873 MODULES: add the module name for built in kernel drivers 18 years ago