aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/module.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-24module: fix linker error for MODULE_VERSION when !MODULE and CONFIG_SYSFS=nRusty Russell1-1/+1
2011-01-24module: show version information for built-in modules in sysfsDmitry Torokhov1-0/+27
2010-12-23Merge commit 'v2.6.37-rc7' into x86/securityIngo Molnar1-1/+1
2010-11-24module: Update prototype for ref_module (formerly use_module)Anders Kaseorg1-1/+1
2010-11-18x86: Add RO/NX protection for loadable kernel modulesmatthieu castet1-1/+10
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar1-3/+2
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds1-3/+2
2010-09-22jump label: Base patch for jump labelJason Baron1-1/+4
2010-06-05module: Make module sysfs functions private.Rusty Russell1-33/+0
2010-06-05module: fix kdb's illicit use of struct module_use.Rusty Russell1-0/+7
2010-06-05module: Make the 'usage' lists be two-wayLinus Torvalds1-1/+3
2010-04-08Merge branch 'linus' into tracing/coreIngo Molnar1-6/+15
2010-04-05Fix up possibly racy module refcountingNick Piggin1-7/+7
2010-03-31tracing: Remove side effect from module tracepoints that caused a GPFLi Zefan1-4/+2
2010-03-31module: add stub for is_module_percpu_addressRandy Dunlap1-0/+5
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo1-0/+1
2010-03-29module: encapsulate percpu handling better and record percpu_sizeTejun Heo1-1/+4
2010-03-12sysctl extern cleanup: moduleDave Young1-0/+1
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo1-1/+1
2010-01-05local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.cChristoph Lameter1-1/+0
2010-01-05module: Use this_cpu_xx to dynamically allocate countersChristoph Lameter1-22/+14
2009-12-15module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins1-2/+4
2009-09-25module: preferred way to use MODULE_AUTHORJohannes Berg1-1/+4
2009-09-25module: reduce string table for loaded modules (v2)Jan Beulich1-1/+1
2009-09-25module: reduce symbol table for loaded modules (v2)Jan Beulich1-3/+7
2009-09-18tracing: Remove markersChristoph Hellwig1-11/+0
2009-08-17tracing/events: Add module tracepointsLi Zefan1-3/+11
2009-06-18kernel: constructor supportPeter Oberparleiter1-0/+6
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