aboutsummaryrefslogtreecommitdiff
path: root/include/linux/module.h
AgeCommit message (Expand)AuthorFilesLines
2010-04-08Merge branch 'linus' into tracing/coreGravatar Ingo Molnar 1-6/+15
2010-04-05Fix up possibly racy module refcountingGravatar Nick Piggin 1-7/+7
2010-03-31tracing: Remove side effect from module tracepoints that caused a GPFGravatar Li Zefan 1-4/+2
2010-03-31module: add stub for is_module_percpu_addressGravatar Randy Dunlap 1-0/+5
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Gravatar Tejun Heo 1-0/+1
2010-03-29module: encapsulate percpu handling better and record percpu_sizeGravatar Tejun Heo 1-1/+4
2010-03-12sysctl extern cleanup: moduleGravatar Dave Young 1-0/+1
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsGravatar Tejun Heo 1-1/+1
2010-01-05local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.cGravatar Christoph Lameter 1-1/+0
2010-01-05module: Use this_cpu_xx to dynamically allocate countersGravatar Christoph Lameter 1-22/+14
2009-12-15module: make MODULE_SYMBOL_PREFIX into a CONFIG optionGravatar Alan Jenkins 1-2/+4
2009-09-25module: preferred way to use MODULE_AUTHORGravatar Johannes Berg 1-1/+4
2009-09-25module: reduce string table for loaded modules (v2)Gravatar Jan Beulich 1-1/+1
2009-09-25module: reduce symbol table for loaded modules (v2)Gravatar Jan Beulich 1-3/+7
2009-09-18tracing: Remove markersGravatar Christoph Hellwig 1-11/+0
2009-08-17tracing/events: Add module tracepointsGravatar Li Zefan 1-3/+11
2009-06-18kernel: constructor supportGravatar Peter Oberparleiter 1-0/+6
2009-06-16headers: move module_bug_finalize()/module_bug_cleanup() definitions into mod...Gravatar Andrew Morton 1-0/+17
2009-06-12module: trim exception table on init free.Gravatar Rusty Russell 1-0/+1
2009-04-17ftrace: use module notifier for function tracerGravatar Steven Rostedt 1-0/+4
2009-04-14tracing/events: add support for modules to TRACE_EVENTGravatar Steven Rostedt 1-0/+4
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+5
2009-03-31module: Export symbols needed for KspliceGravatar Tim Abbott 1-0/+28
2009-03-31Ksplice: Add functions for walking kallsyms symbolsGravatar Anders Kaseorg 1-0/+12
2009-03-31module: remove module_text_address()Gravatar Rusty Russell 1-7/+0
2009-03-31module: __module_addressGravatar Rusty Russell 1-5/+15
2009-03-31param: fix charp parameters set via sysfsGravatar Rusty Russell 1-0/+4
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_b...Gravatar Frederic Weisbecker 1-1/+1
2009-03-06tracing: add trace_bprintk()Gravatar Lai Jiangshan 1-0/+5
2009-02-07module: remove over-zealous check in __module_get()Gravatar Rusty Russell 1-1/+0
2009-02-02modules: Use a better scheme for refcountingGravatar Eric Dumazet 1-9/+16
2009-01-06module: add within_module_core() and within_module_init()Gravatar Masami Hiramatsu 1-0/+12
2009-01-06Remove remaining unwinder codeGravatar Alexey Dobriyan 1-3/+0
2008-10-22param: Fix duplicate module prefixesGravatar Rusty Russell 1-1/+1
2008-10-22module: check kernel param length at compile time, not runtimeGravatar Rusty Russell 1-1/+1
2008-10-22module: simplify load_module.Gravatar Rusty Russell 1-1/+1
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+17
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesGravatar Jason Baron 1-1/+0
2008-10-14tracing: Kernel TracepointsGravatar Mathieu Desnoyers 1-0/+17
2008-07-24remove the v850 portGravatar Adrian Bunk 1-1/+1
2008-07-22module: turn longs into ints for module sizesGravatar Denys Vlasenko 1-3/+3
2008-07-22Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefsGravatar Denys Vlasenko 1-0/+2
2008-07-22module: reorder struct module to save space on 64 bit buildsGravatar Richard Kennedy 1-20/+22
2008-05-01module: reduce module image and resident sizeGravatar Rusty Russell 1-1/+1
2008-05-01module: make module_sect_attrs private to kernel/module.cGravatar Rusty Russell 1-17/+0
2008-02-14fix module_update_markers() compile errorGravatar Adrian Bunk 1-2/+1
2008-02-13Linux Kernel Markers: support multiple probesGravatar Mathieu Desnoyers 1-1/+1
2008-02-08fix "modules: make module_address_lookup() safe"Gravatar Andrew Morton 1-2/+2
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildGravatar Linus Torvalds 1-2/+2
2008-01-29module: make module_address_lookup safeGravatar Rusty Russell 1-9/+13