aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/module.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-16headers: move module_bug_finalize()/module_bug_cleanup() definitions into module.hAndrew Morton1-0/+17
2009-06-12module: trim exception table on init free.Rusty Russell1-0/+1
2009-04-17ftrace: use module notifier for function tracerSteven Rostedt1-0/+4
2009-04-14tracing/events: add support for modules to TRACE_EVENTSteven Rostedt1-0/+4
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+5
2009-03-31module: Export symbols needed for KspliceTim Abbott1-0/+28
2009-03-31Ksplice: Add functions for walking kallsyms symbolsAnders Kaseorg1-0/+12
2009-03-31module: remove module_text_address()Rusty Russell1-7/+0
2009-03-31module: __module_addressRusty Russell1-5/+15
2009-03-31param: fix charp parameters set via sysfsRusty Russell1-0/+4
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk()Frederic Weisbecker1-1/+1
2009-03-06tracing: add trace_bprintk()Lai Jiangshan1-0/+5
2009-02-07module: remove over-zealous check in __module_get()Rusty Russell1-1/+0
2009-02-02modules: Use a better scheme for refcountingEric Dumazet1-9/+16
2009-01-06module: add within_module_core() and within_module_init()Masami Hiramatsu1-0/+12
2009-01-06Remove remaining unwinder codeAlexey Dobriyan1-3/+0
2008-10-22param: Fix duplicate module prefixesRusty Russell1-1/+1
2008-10-22module: check kernel param length at compile time, not runtimeRusty Russell1-1/+1
2008-10-22module: simplify load_module.Rusty Russell1-1/+1
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+17
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesJason Baron1-1/+0
2008-10-14tracing: Kernel TracepointsMathieu Desnoyers1-0/+17
2008-07-24remove the v850 portAdrian Bunk1-1/+1
2008-07-22module: turn longs into ints for module sizesDenys Vlasenko1-3/+3
2008-07-22Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefsDenys Vlasenko1-0/+2
2008-07-22module: reorder struct module to save space on 64 bit buildsRichard Kennedy1-20/+22
2008-05-01module: reduce module image and resident sizeRusty Russell1-1/+1
2008-05-01module: make module_sect_attrs private to kernel/module.cRusty Russell1-17/+0
2008-02-14fix module_update_markers() compile errorAdrian Bunk1-2/+1
2008-02-13Linux Kernel Markers: support multiple probesMathieu Desnoyers1-1/+1
2008-02-08fix "modules: make module_address_lookup() safe"Andrew Morton1-2/+2
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-2/+2
2008-01-29module: make module_address_lookup safeRusty Russell1-9/+13
2008-01-28remove __attribute_used__Adrian Bunk1-2/+2
2008-01-24Driver core: move the driver specific module code into the driver coreGreg Kroah-Hartman1-15/+0
2008-01-24kset: convert /sys/module to use kset_createGreg Kroah-Hartman1-1/+3
2007-10-19Linux Kernel MarkersMathieu Desnoyers1-0/+12
2007-10-17Add /sys/module/name/notesRoland McGrath1-0/+3
2007-10-17Remove "unsafe" from module structRusty Russell1-15/+0
2007-07-16Remove unnecessary includes of spinlock.h under include/linuxRobert P. J. Day1-1/+0
2007-05-11module_author: don't advise putting in an email addressRene Herman1-1/+1
2007-05-09Allow arch to initialize arch field of the module structureRoman Zippel1-0/+3
2007-05-08Fix race between cat /proc/slab_allocators and rmmodAlexey Dobriyan1-0/+6
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan1-0/+6
2007-05-08Fix race between rmmod and cat /proc/kallsymsAlexey Dobriyan1-14/+7
2007-05-08Simplify module_get_kallsym() by dropping length argAlexey Dobriyan1-3/+2
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-1/+1
2007-02-16sysfs: fix build errors: uevent with CONFIG_SYSFS=nRandy Dunlap1-9/+44
2007-02-07/sys/modules/*/holdersKay Sievers1-0/+1
2007-02-07MODULES: add the module name for built in kernel driversKay Sievers1-1/+1