Commit Graph

129 Commits (7531e2f34d1d551b096143f19111139f0dd84c8b)

Author SHA1 Message Date
Rusty Russell 9b1a4d3837 stop_machine: Wean existing callers off stop_machine_run() 17 years ago
WANG Cong 15bba37d62 module: fix build warning with !CONFIG_KALLSYMS 17 years ago
Rusty Russell 3a642e99ba modules: Take a shortcut for checking if an address is in a module 17 years ago
Denys Vlasenko 2f0f2a334b module: turn longs into ints for module sizes 17 years ago
Denys Vlasenko f7f5b67557 Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefs 17 years ago
Rusty Russell dafd0940c9 module: generic each_symbol iterator function 17 years ago
Rusty Russell da39ba5e1d module: don't use stop_machine for waiting rmmod 17 years ago
Denis V. Lunev 34e4e2fef4 modules: proper cleanup of kobject without CONFIG_SYSFS 17 years ago
Cyrill Gorcunov c4ea6fcf5a module loading ELF handling: use SELFMAG instead of numeric constant 17 years ago
Rusty Russell 91e37a793b module: don't ignore vermagic string if module doesn't have modversions 17 years ago
Rusty Russell a5dd697074 module: be more picky about allowing missing module versions 17 years ago
Linus Torvalds 826e4506a0 Make forced module loading optional 17 years ago
Peter Oberparleiter df4b565e1f module: add MODULE_STATE_GOING notifier call 17 years ago
Rusty Russell b211104d11 module: Enhance verify_export_symbols 17 years ago
Rusty Russell 4e2d92454b module: set unused_gpl_crcs instead of overwriting unused_crcs 17 years ago
Rusty Russell ad9546c991 module: neaten __find_symbol, rename to find_symbol 17 years ago
Rusty Russell ea01e798e2 module: reduce module image and resident size 17 years ago
Rusty Russell a58730c421 module: make module_sect_attrs private to kernel/module.c 17 years ago
Matthew Wilcox a655020753 kernel: Remove unnecessary inclusions of asm/semaphore.h 17 years ago
Alexey Dobriyan e24e2e64c4 modules: warn about suspicious return values from module's ->init() hook 17 years ago
Rusty Russell 6c5db22d28 modules: fix module waiting for dependent modules' init 17 years ago
Pavel Roskin 9b37ccfc63 module: allow ndiswrapper to use GPL-only symbols 17 years ago
Kay Sievers 120fc3d77a modules: do not try to add sysfs attributes if !CONFIG_SYSFS 17 years ago
Mathieu Desnoyers fb40bd78b0 Linux Kernel Markers: support multiple probes 17 years ago
Andrew Morton 92dfc9dc7b fix "modules: make module_address_lookup() safe" 17 years ago
Christoph Lameter 6d7623943c modules: include sections.h to avoid defining linker variables explicitly 17 years ago
Christoph Lameter 88173507e4 Modules: handle symbols that have a zero value 17 years ago
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