- patches.suse/slab-handle-memoryless-nodes-v2a.patch: Refresh.
[linux-flexiantxendom0-3.2.10.git] / include / linux / module.h
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2009-10-08 Jeff Mahoney- Updated to 2.6.32-rc3.
2009-09-24 Johannes Bergmodule: preferred way to use MODULE_AUTHOR
2009-09-24 Jan Beulichmodule: reduce string table for loaded modules (v2)
2009-09-24 Jan Beulichmodule: reduce symbol table for loaded modules (v2)
2009-09-18 Christoph Hellwigtracing: Remove markers
2009-08-17 Li Zefantracing/events: Add module tracepoints
2009-07-03 Jeff Mahoney- Update to 2.6.31-rc1-git10.
2009-06-18 Peter Oberparleiterkernel: constructor support
2009-06-17 Andrew Mortonheaders: move module_bug_finalize()/module_bug_cleanup...
2009-06-12 Rusty Russellmodule: trim exception table on init free.
2009-04-17 Steven Rostedtftrace: use module notifier for function tracer
2009-04-15 Jeff Mahoney- Update to 2.6.30-rc2.
2009-04-14 Steven Rostedttracing/events: add support for modules to TRACE_EVENT
2009-04-05 Linus TorvaldsMerge branch 'tracing-for-linus' of git://git./linux...
2009-03-31 Tim Abbottmodule: Export symbols needed for Ksplice
2009-03-31 Anders KaseorgKsplice: Add functions for walking kallsyms symbols
2009-03-31 Rusty Russellmodule: remove module_text_address()
2009-03-31 Rusty Russellmodule: __module_address
2009-03-31 Rusty Russellparam: fix charp parameters set via sysfs
2009-03-06 Frederic Weisbeckertracing/core: drop the old trace_printk() implementatio...
2009-03-06 Lai Jiangshantracing: add trace_bprintk()
2009-02-20 Jan Beulich- misc/xen-port-patches.py: Adjust fro new x86 header...
2009-02-09 Jeff Mahoney- Updated to 2.6.29-rc4.
2009-02-07 Rusty Russellmodule: remove over-zealous check in __module_get()
2009-02-03 Eric Dumazetmodules: Use a better scheme for refcounting
2009-02-02 Jeff Mahoney- Updated to 2.6.29-rc3.
2009-01-06 Masami Hiramatsumodule: add within_module_core() and within_module_init()
2009-01-06 Alexey DobriyanRemove remaining unwinder code
2008-11-11 Takashi Iwai- patches.suse/module-ref-dynamic-alloc: Allocate modul...
2008-10-21 Rusty Russellparam: Fix duplicate module prefixes
2008-10-21 Rusty Russellmodule: check kernel param length at compile time,...
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-16 Jason Barondriver core: basic infrastructure for per-module dynami...
2008-10-14 Mathieu Desnoyerstracing: Kernel Tracepoints
2008-10-09 Jeff Mahoney- patches.suse/supported-flag-sysfs: Export supported...
2008-10-03 Greg Kroah-Hartman- patches.drivers/driver-core-basic-infrastructure...
2008-09-24 Jan BlunckThis adds some tracepoint instrumentation taken from...
2008-07-24 Adrian Bunkremove the v850 port
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 Richard Kennedymodule: reorder struct module to save space on 64 bit...
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-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-15 Adrian Bunkfix module_update_markers() compile error
2008-02-14 Mathieu DesnoyersLinux Kernel Markers: support multiple probes
2008-02-08 Andrew Mortonfix "modules: make module_address_lookup() safe"
2008-01-29 Linus TorvaldsMerge git://git./linux/kernel/git/sam/kbuild
2008-01-29 Rusty Russellmodule: make module_address_lookup safe
2008-01-28 Adrian Bunkremove __attribute_used__
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
2007-11-07 Jeff Mahoney-rc2 for real this time. ;)
2007-10-19 Mathieu DesnoyersLinux Kernel Markers
2007-10-17 Roland McGrathAdd /sys/module/name/notes
2007-10-17 Rusty RussellRemove "unsafe" from module struct
2007-07-16 Robert P. J. DayRemove unnecessary includes of spinlock.h under include...
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-05-11 Rene Hermanmodule_author: don't advise putting in an email address
2007-05-09 Roman ZippelAllow arch to initialize arch field of the module structure
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 DobriyanFix race between rmmod and cat /proc/kallsyms
2007-05-08 Alexey DobriyanSimplify module_get_kallsym() by dropping length arg
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
2007-02-16 Randy Dunlapsysfs: fix build errors: uevent with CONFIG_SYSFS=n
2007-02-07 Kay Sievers/sys/modules/*/holders
2007-02-07 Kay SieversMODULES: add the module name for built in kernel drivers
2006-12-08 Jeremy Fitzhardinge[PATCH] Generic BUG implementation
2006-12-04 Al Viro[PATCH] severing module.h->sched.h
2006-12-01 Kay SieversDriver core: show drivers in /sys/module/
2006-10-11 Florin Malita[PATCH] fix Module taint flags listing in Oops/panic
2006-10-02 Randy Dunlap[PATCH] list module taint flags in Oops/panic
2006-09-29 Ian S. Nelson[PATCH] /sys/modules: allow full length section names
2006-08-30 Jon Masters[SCSI] MODULE_FIRMWARE for binary firmware(s)
2006-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
2006-07-15 Andreas Gruenbacher[PATCH] null-terminate over-long /proc/kallsyms symbols
2006-07-03 Ingo Molnar[PATCH] lockdep: add is_module_address()
2006-06-28 Arjan van de Ven[PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMB...
2006-06-26 Jan Beulich[PATCH] x86_64: reliable stack trace support
2006-06-23 Xose Vazquez Perez[PATCH] module.h: updated comments with a new license
2006-06-20 Linus TorvaldsMerge git://git.infradead.org/hdrcleanup-2.6
2006-05-08 David WoodhouseFinally remove the obnoxious inter_module_xxx()
2006-05-02 Olaf Hering+- define EXPORT_SYMBOL_GPL_FUTURE when KMOD is disabled
2006-04-26 David WoodhouseDon't include linux/config.h from anywhere else in...
2006-04-02 Andreas Gruenbacher- patches.fixes/remove-MODULE_PARM: Remove MODULE_PARM...
2006-03-25 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2006-03-25 Rusty Russell[PATCH] Remove MODULE_PARM
2006-03-24 Patrick McHardy[MODULES]: Don't allow statically declared exports
2006-03-20 Greg Kroah-Hartman[PATCH] fix module sysfs files reference counting
2006-03-20 Greg Kroah-Hartman[PATCH] add EXPORT_SYMBOL_GPL_FUTURE()
2006-02-10 Greg Kroah-Hartman- EXPORT_SYMBOL_GPL_FUTURE support added
2005-10-31 Pavel Roskin[PATCH] modules: fix sparse warning for every MODULE_PARM
2005-06-24 Matt Domsch[PATCH] modules: add version and srcversion to sysfs
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2005-01-30 Andreas Gruenbacher- Fix what got broken in stupid upstream merge.
2005-01-30 Andreas Gruenbacher- patches.rpmify/module-parmtype.diff: Module parameter...
next