Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / include / linux / module.h
2010-06-05 Rusty Russellmodule: Make module sysfs functions private.
2010-06-05 Rusty Russellmodule: fix kdb's illicit use of struct module_use.
2010-06-05 Linus Torvaldsmodule: Make the 'usage' lists be two-way
2010-04-08 Ingo MolnarMerge branch 'linus' into tracing/core
2010-04-06 Nick PigginFix up possibly racy module refcounting
2010-04-01 Li Zefantracing: Remove side effect from module tracepoints...
2010-03-31 Randy Dunlapmodule: add stub for is_module_percpu_address
2010-03-29 Tejun Heopercpu, module: implement and use is_kernel/module_perc...
2010-03-29 Tejun Heomodule: encapsulate percpu handling better and record...
2010-03-12 Dave Youngsysctl extern cleanup: module
2010-02-17 Tejun Heopercpu: add __percpu sparse annotations to core kernel...
2010-01-05 Christoph Lameterlocal_t: Move local.h include to ringbuffer.c and ring_...
2010-01-05 Christoph Lametermodule: Use this_cpu_xx to dynamically allocate counters
2009-12-15 Alan Jenkinsmodule: make MODULE_SYMBOL_PREFIX into a CONFIG option
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-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-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-07 Rusty Russellmodule: remove over-zealous check in __module_get()
2009-02-03 Eric Dumazetmodules: Use a better scheme for refcounting
2009-01-06 Masami Hiramatsumodule: add within_module_core() and within_module_init()
2009-01-06 Alexey DobriyanRemove remaining unwinder code
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-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-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-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-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-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-04-26 David WoodhouseDon't include linux/config.h from anywhere else in...
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()
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 v2.6.12-rc2