Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec', 'misc...
[safe/jmp/linux-2.6] / kernel / module.c
2009-02-03 Eric Dumazetmodules: Use a better scheme for refcounting
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 08
2009-01-07 Arjan van de Venasync: Asynchronous function calls to speed up kernel...
2009-01-06 Masami Hiramatsumodule: add MODULE_STATE_LIVE notify
2009-01-06 Masami Hiramatsumodule: add within_module_core() and within_module_init()
2009-01-06 Alexey DobriyanRemove remaining unwinder code
2009-01-04 Heiko Carstensmodule: convert to stop_machine_create/destroy.
2009-01-04 Helge Dellermodule: fix module loading failure of large kernel...
2009-01-04 Jianjun Kongmodule: fix warning of unused function when !CONFIG_PROC_FS
2009-01-04 Tim Abbottkernel/module.c: compare symbol values when marking...
2008-12-08 Frederic Weisbeckertracing/function-graph-tracer: introduce __notrace_func...
2008-11-17 Ingo MolnarMerge branches 'tracing/branch-tracer', 'tracing/ftrace...
2008-11-16 Mathieu Desnoyerstracepoints: use modules notifiers
2008-11-16 Mathieu Desnoyersmarkers: use module notifier
2008-11-16 Steven Rostedtftrace: pass module struct to arch dynamic ftrace functions
2008-10-23 Linus TorvaldsMerge branch 'proc' of git://git./linux/kernel/git...
2008-10-23 Alexey Dobriyanproc: move /proc/modules boilerplate to kernel/module.c
2008-10-21 Andi KleenRemove stop_machine during module load v2
2008-10-21 Rusty Russellmodule: simplify load_module.
2008-10-20 Linus TorvaldsMerge branch 'tracing-v28-for-linus' of git://git....
2008-10-19 Ingo MolnarMerge branch 'linus' into tracing-v28-for-linus-v3
2008-10-17 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/staging-2.6
2008-10-16 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2008-10-16 Andi KleenMake the taint flags reliable
2008-10-16 Jason Barondriver core: basic infrastructure for per-module dynami...
2008-10-16 Alexey Dobriyanmodules: fix module "notes" kobject leak
2008-10-14 Steven Rostedtftrace: remove old pointers to mcount
2008-10-14 Steven Rostedtftrace: enable mcount recording for modules
2008-10-14 Mathieu Desnoyerstracing: Kernel Tracepoints
2008-10-10 Greg Kroah-HartmanStaging: add TAINT_CRAP for all drivers/staging code
2008-08-25 Linus Torvalds[module] Don't let gcc inline load_module()
2008-08-12 Arjan van de Venmodules: extend initcall_debug functionality to the...
2008-07-28 Rusty Russellstop_machine: Wean existing callers off stop_machine_run()
2008-07-28 WANG Congmodule: fix build warning with !CONFIG_KALLSYMS
2008-07-22 Rusty Russellmodules: Take a shortcut for checking if an address...
2008-07-22 Denys Vlasenkomodule: turn longs into ints for module sizes
2008-07-22 Denys VlasenkoShrink struct module: CONFIG_UNUSED_SYMBOLS ifdefs
2008-07-22 Rusty Russellmodule: generic each_symbol iterator function
2008-07-22 Rusty Russellmodule: don't use stop_machine for waiting rmmod
2008-05-23 Denis V. Lunevmodules: proper cleanup of kobject without CONFIG_SYSFS
2008-05-23 Cyrill Gorcunovmodule loading ELF handling: use SELFMAG instead of...
2008-05-09 Rusty Russellmodule: don't ignore vermagic string if module doesn...
2008-05-09 Rusty Russellmodule: be more picky about allowing missing module...
2008-05-05 Linus TorvaldsMake forced module loading optional
2008-05-01 Peter Oberparleitermodule: add MODULE_STATE_GOING notifier call
2008-05-01 Rusty Russellmodule: Enhance verify_export_symbols
2008-05-01 Rusty Russellmodule: set unused_gpl_crcs instead of overwriting...
2008-05-01 Rusty Russellmodule: neaten __find_symbol, rename to find_symbol
2008-05-01 Rusty Russellmodule: reduce module image and resident size
2008-05-01 Rusty Russellmodule: make module_sect_attrs private to kernel/module.c
2008-04-19 Matthew Wilcoxkernel: Remove unnecessary inclusions of asm/semaphore.h
2008-03-11 Alexey Dobriyanmodules: warn about suspicious return values from modul...
2008-03-11 Rusty Russellmodules: fix module waiting for dependent modules'...
2008-03-05 Pavel Roskinmodule: allow ndiswrapper to use GPL-only symbols
2008-02-21 Kay Sieversmodules: do not try to add sysfs attributes if !CONFIG_...
2008-02-14 Mathieu DesnoyersLinux Kernel Markers: support multiple probes
2008-02-08 Andrew Mortonfix "modules: make module_address_lookup() safe"
2008-02-08 Christoph Lametermodules: include sections.h to avoid defining linker...
2008-02-08 Christoph LameterModules: handle symbols that have a zero value
2008-01-30 Mike Travisx86/non-x86: percpu, node ids, apic ids x86.git fixup
2008-01-29 Greg Kroah-HartmanModule: check to see if we have a built in module with...
2008-01-29 Jon Mastersmodule: add module taint on ndiswrapper
2008-01-29 Rusty Russellmodule: make module_address_lookup safe
2008-01-29 Rusty Russellmodule: better OOPS and lockdep coverage for loading...
2008-01-29 Rusty Russellmodule: Fix gratuitous sprintf in module.c
2008-01-29 Rusty Russellmodule: wait for dependent modules doing init.
2008-01-27 Greg Kroah-HartmanModule: check to see if we have a built in module with...
2008-01-25 Arjan van de Vendebug: track and print last unloaded module in the...
2008-01-25 Arjan van de Vendebug: show being-loaded/being-unloaded indicator for...
2008-01-25 Greg Kroah-HartmanKobject: convert remaining kobject_unregister() to...
2008-01-25 Greg Kroah-HartmanKobject: convert kernel/module.c to use kobject_init...
2008-01-25 Kay Sieverssysfs: fix /sys/module/*/holders after sysfs logic...
2008-01-25 Greg Kroah-HartmanDriver core: move the driver specific module code into...
2008-01-25 Greg Kroah-Hartmankset: convert /sys/module to use kset_create
2008-01-25 Greg Kroah-Hartmankobject: get rid of kobject_add_dir
2008-01-25 Greg Kroah-Hartmankobject: remove struct kobj_type from struct kset
2008-01-14 Rusty Russellmodules: de-mutex more symbol lookup paths in the modul...
2007-11-19 Matti Linnanvuorimodule: fix and elaborate comments
2007-10-19 Mathieu DesnoyersLinux Kernel Markers
2007-10-18 Daniel Walkerwhitespace fixes: module loading
2007-10-17 Akinobu Mitamodule: return error when mod_sysfs_init() failed
2007-10-17 Roland McGrathAdd /sys/module/name/notes
2007-10-17 Rusty RussellRemove "unsafe" from module struct
2007-08-22 Alexey DobriyanFix Off-by-one in /sys/module/*/refcnt
2007-07-17 Tejun Heokallsyms: make KSYM_NAME_LEN include space for trailing...
2007-07-16 Rusty Russellmodules: remove modlist_lock
2007-07-16 Pavel EmelianovMake /proc/modules use seq_list_xxx helpers
2007-07-11 Tejun Heosysfs: kill unnecessary attribute->owner
2007-05-09 Robert P. J. DayFix minor typoes in kernel/module.c
2007-05-08 Alexey DobriyanFix race between cat /proc/slab_allocators and rmmod
2007-05-08 Alexey DobriyanFix race between cat /proc/*/wchan and rmmod et al
2007-05-08 Alexey DobriyanSimplify kallsyms_lookup()
2007-05-08 Alexey DobriyanFix race between rmmod and cat /proc/kallsyms
2007-05-08 Alexey DobriyanSimplify module_get_kallsym() by dropping length arg
2007-05-08 Pekka Enbergmodule: use krealloc
2007-05-05 Linus TorvaldsMerge branch 'for-linus' of git://one.firstfloor.org...
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
2007-05-02 Jeremy Fitzhardinge[PATCH] x86: Allow percpu variables to be page-aligned
2007-05-02 Jeremy Fitzhardinge[PATCH] x86-64: Account for module percpu space separat...
2007-04-27 Akinobu Mitamod_sysfs_setup() doesn't return errno when kobject_add...
next