summaryrefslogtreecommitdiff
path: root/include/linux/module.h
AgeCommit message (Expand)Author
2012-02-03module.h: split out the EXPORT_SYMBOL into export.hPaul Gortmaker
2011-07-24module: add /sys/module/<name>/uevent filesKay Sievers
2011-07-24module: change attr callbacks to take struct module_kobjectKay Sievers
2011-05-19module: Sort exported symbolsAlessio Igor Bogani
2011-05-19module: each_symbol_section instead of each_symbolRusty Russell
2011-05-19module: remove 64 bit alignment padding from struct module with CONFIG_TRACE*Richard Kennedy
2011-05-19module: do not hide __modver_version_show declaration behind ifdefDmitry Torokhov
2011-05-19module: deal with alignment issues in built-in module versionsDmitry Torokhov
2011-02-21module: explicitly align module_version_attribute structureDmitry Torokhov
2011-02-03tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers
2011-02-02tracing: Replace trace_event struct array with pointer arraySteven Rostedt
2011-01-24module: fix linker error for MODULE_VERSION when !MODULE and CONFIG_SYSFS=nRusty Russell
2011-01-24module: show version information for built-in modules in sysfsDmitry Torokhov
2010-12-23Merge commit 'v2.6.37-rc7' into x86/securityIngo Molnar
2010-11-24module: Update prototype for ref_module (formerly use_module)Anders Kaseorg
2010-11-18x86: Add RO/NX protection for loadable kernel modulesmatthieu castet
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds
2010-09-22jump label: Base patch for jump labelJason Baron
2010-06-05module: Make module sysfs functions private.Rusty Russell
2010-06-05module: fix kdb's illicit use of struct module_use.Rusty Russell
2010-06-05module: Make the 'usage' lists be two-wayLinus Torvalds
2010-04-08Merge branch 'linus' into tracing/coreIngo Molnar
2010-04-05Fix up possibly racy module refcountingNick Piggin
2010-03-31tracing: Remove side effect from module tracepoints that caused a GPFLi Zefan
2010-03-31module: add stub for is_module_percpu_addressRandy Dunlap
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo
2010-03-29module: encapsulate percpu handling better and record percpu_sizeTejun Heo
2010-03-12sysctl extern cleanup: moduleDave Young
2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo
2010-01-05local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.cChristoph Lameter
2010-01-05module: Use this_cpu_xx to dynamically allocate countersChristoph Lameter
2009-12-15module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins
2009-09-25module: preferred way to use MODULE_AUTHORJohannes Berg
2009-09-25module: reduce string table for loaded modules (v2)Jan Beulich
2009-09-25module: reduce symbol table for loaded modules (v2)Jan Beulich
2009-09-18tracing: Remove markersChristoph Hellwig
2009-08-17tracing/events: Add module tracepointsLi Zefan
2009-06-18kernel: constructor supportPeter Oberparleiter
2009-06-16headers: move module_bug_finalize()/module_bug_cleanup() definitions into mod...Andrew Morton
2009-06-12module: trim exception table on init free.Rusty Russell
2009-04-17ftrace: use module notifier for function tracerSteven Rostedt
2009-04-14tracing/events: add support for modules to TRACE_EVENTSteven Rostedt
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-03-31module: Export symbols needed for KspliceTim Abbott
2009-03-31Ksplice: Add functions for walking kallsyms symbolsAnders Kaseorg
2009-03-31module: remove module_text_address()Rusty Russell
2009-03-31module: __module_addressRusty Russell
2009-03-31param: fix charp parameters set via sysfsRusty Russell
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_b...Frederic Weisbecker