summaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds2008-10-231-18/+41
|\
| * proc: move /proc/modules boilerplate to kernel/module.cAlexey Dobriyan2008-10-231-18/+41
* | Remove stop_machine during module load v2Andi Kleen2008-10-221-25/+22
* | module: simplify load_module.Rusty Russell2008-10-221-136/+99
|/
* Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-201-1/+80
|\
| * ftrace: remove old pointers to mcountSteven Rostedt2008-10-141-4/+8
| * ftrace: enable mcount recording for modulesSteven Rostedt2008-10-141-0/+11
| * tracing: Kernel TracepointsMathieu Desnoyers2008-10-141-1/+65
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2008-10-171-0/+11
|\ \
| * | Staging: add TAINT_CRAP for all drivers/staging codeGreg Kroah-Hartman2008-10-101-0/+11
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-161-1/+32
|\ \
| * | driver core: basic infrastructure for per-module dynamic debug messagesJason Baron2008-10-161-0/+31
| * | modules: fix module "notes" kobject leakAlexey Dobriyan2008-10-161-1/+1
| |/
* / Make the taint flags reliableAndi Kleen2008-10-161-6/+6
|/
* [module] Don't let gcc inline load_module()Linus Torvalds2008-08-251-1/+1
* modules: extend initcall_debug functionality to the module loaderArjan van de Ven2008-08-121-1/+1
* stop_machine: Wean existing callers off stop_machine_run()Rusty Russell2008-07-281-4/+4
* module: fix build warning with !CONFIG_KALLSYMSWANG Cong2008-07-281-12/+13
* modules: Take a shortcut for checking if an address is in a moduleRusty Russell2008-07-221-2/+22
* module: turn longs into ints for module sizesDenys Vlasenko2008-07-221-2/+2
* Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefsDenys Vlasenko2008-07-221-15/+34
* module: generic each_symbol iterator functionRusty Russell2008-07-221-110/+134
* module: don't use stop_machine for waiting rmmodRusty Russell2008-07-221-4/+11
* modules: proper cleanup of kobject without CONFIG_SYSFSDenis V. Lunev2008-05-231-2/+14
* module loading ELF handling: use SELFMAG instead of numeric constantCyrill Gorcunov2008-05-231-1/+1
* module: don't ignore vermagic string if module doesn't have modversionsRusty Russell2008-05-091-6/+10
* module: be more picky about allowing missing module versionsRusty Russell2008-05-091-2/+7
* Make forced module loading optionalLinus Torvalds2008-05-041-15/+29
* module: add MODULE_STATE_GOING notifier callPeter Oberparleiter2008-05-011-4/+7
* module: Enhance verify_export_symbolsRusty Russell2008-05-011-24/+24
* module: set unused_gpl_crcs instead of overwriting unused_crcsRusty Russell2008-05-011-1/+2
* module: neaten __find_symbol, rename to find_symbolRusty Russell2008-05-011-121/+125
* module: reduce module image and resident sizeRusty Russell2008-05-011-1/+2
* module: make module_sect_attrs private to kernel/module.cRusty Russell2008-05-011-1/+15
* kernel: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-2/+1
* modules: warn about suspicious return values from module's ->init() hookAlexey Dobriyan2008-03-101-0/+8
* modules: fix module waiting for dependent modules' initRusty Russell2008-03-101-3/+4
* module: allow ndiswrapper to use GPL-only symbolsPavel Roskin2008-03-041-1/+8
* modules: do not try to add sysfs attributes if !CONFIG_SYSFSKay Sievers2008-02-211-5/+2
* Linux Kernel Markers: support multiple probesMathieu Desnoyers2008-02-131-4/+3
* fix "modules: make module_address_lookup() safe"Andrew Morton2008-02-081-2/+2
* modules: include sections.h to avoid defining linker variables explicitlyChristoph Lameter2008-02-081-3/+1
* Modules: handle symbols that have a zero valueChristoph Lameter2008-02-081-9/+14
* x86/non-x86: percpu, node ids, apic ids x86.git fixupMike Travis2008-01-301-0/+8
* Module: check to see if we have a built in module with the same nameGreg Kroah-Hartman2008-01-291-0/+10
* module: add module taint on ndiswrapperJon Masters2008-01-291-1/+1
* module: make module_address_lookup safeRusty Russell2008-01-291-9/+13
* module: better OOPS and lockdep coverage for loading modulesRusty Russell2008-01-291-18/+20
* module: Fix gratuitous sprintf in module.cRusty Russell2008-01-291-1/+1
* module: wait for dependent modules doing init.Rusty Russell2008-01-291-5/+23