Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
[linux-flexiantxendom0-3.2.10.git] / kernel / module.c
2012-03-26 Sasha Levinmodule: Remove module size limit
2012-03-26 Steven Rostedtmodule: move __module_get and try_module_get() out...
2012-03-26 Pawel Mollparams: <level>_initcall-like kernel parameters
2012-03-26 Dave Youngmodule: add kernel param to force disable module load
2012-01-16 Kevin Winchestererror: implicit declaration of function 'module_flags_t...
2012-01-12 Kay Sieversmodules: sysfs - export: taint, coresize, initsize
2012-01-12 Jim Cromiemodule: replace DEBUGP with pr_debug
2012-01-12 Eric Dumazetmodule: struct module_ref should contains long fields
2012-01-12 Kevin Cernekeemodule: Fix performance regression on modules with...
2012-01-12 Kevin Cernekeemodule: Add comments describing how the "strmap" logic...
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-06 Ben Hutchingsmodule,bug: Add TAINT_OOT_MODULE flag for modules not...
2011-11-06 Ben Hutchingsmodule: Enable dynamic debugging regardless of taint
2011-10-31 Paul Gortmakerkernel: Map most files to use export.h instead of module.h
2011-08-11 Mathieu DesnoyersTracepoint: Dissociate from module mutex
2011-07-24 Kay Sieversmodule: add /sys/module/<name>/uevent files
2011-07-24 Kay Sieversmodule: change attr callbacks to take struct module_kobject
2011-07-24 Jonas Bonnmodules: add default loader hook implementations
2011-05-23 Linus TorvaldsMerge branch 'staging-next' of git://git./linux/kernel...
2011-05-19 Alessio Igor Boganimodule: Use binary search in lookup_symbol()
2011-05-19 Alessio Igor Boganimodule: Use the binary search for symbols resolution
2011-05-19 Rusty Russellmodule: each_symbol_section instead of each_symbol
2011-05-19 Jan Glaubermodule: split unset_section_ro_nx function.
2011-05-19 Jan Glaubermodule: undo module RONX protection correctly.
2011-05-19 Jan Glaubermodule: zero mod->init_ro_size after init is freed.
2011-05-19 Daniel J Bluemanminor ANSI prototype sparse fix
2011-04-25 Roland Vossenmodules: Enabled dynamic debugging for staging modules
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-23 Kees Cookprintk: use %pK for /proc/kallsyms and /proc/modules
2011-02-03 Mathieu Desnoyerstracepoints: Fix section alignment using pointer array
2010-12-23 Steven Rostedtmodule: Move RO/NX module protection to after ftrace...
2010-12-23 Ingo MolnarMerge commit 'v2.6.37-rc7' into x86/security
2010-11-18 matthieu castetx86: Add RO/NX protection for loadable kernel modules
2010-11-11 Steven Rostedttracing: Fix module use of trace_bprintk()
2010-10-27 Michał Mirosław(trivial) Fix compiler warning in kernel/modules.c
2010-10-08 Ingo MolnarMerge commit 'v2.6.36-rc7' into perf/core
2010-10-05 Linus Torvaldsmodules: Fix module_bug_list list corruption race
2010-09-22 Jason Baronjump label: Base patch for jump label
2010-08-05 Rusty Russellmodule: cleanup comments, remove noinline
2010-08-05 Rusty Russellmodule: group post-relocation functions into post_reloc...
2010-08-05 Rusty Russellmodule: move module args strndup_user to just before use
2010-08-05 Rusty Russellmodule: pass load_info into other functions
2010-08-05 Rusty Russellmodule: fix sysfs cleanup for !CONFIG_SYSFS
2010-08-05 Rusty Russellmodule: sysfs cleanup
2010-08-05 Rusty Russellmodule: layout_and_allocate
2010-08-05 Rusty Russellmodule: fix crash in get_ksymbol() when oopsing in...
2010-08-05 Rusty Russellmodule: kallsyms functions take struct load_info
2010-08-05 Rusty Russellmodule: refactor out section header rewriting: FIX...
2010-08-05 Rusty Russellmodule: refactor out section header rewriting
2010-08-05 Linus Torvaldsmodule: add load_info
2010-08-05 Linus Torvaldsmodule: reduce stack usage for each_symbol()
2010-08-05 Rusty Russellmodule: refactor load_module part 5
2010-08-05 Rusty Russellmodule: refactor load_module part 4
2010-08-05 Rusty Russellmodule: refactor load_module part 3
2010-08-05 Linus Torvaldsmodule: refactor load_module part 2
2010-08-05 Linus Torvaldsmodule: refactor load_module
2010-08-05 Eric Dumazetmodule: module_unload_init() cleanup
2010-07-27 Jason Barondynamic debug: move ddebug_remove_module() down into...
2010-07-05 Yehuda Sadehmodule: initialize module dynamic debug later
2010-06-05 Rusty Russellmodule: fix bne2 "gave up waiting for init of module...
2010-06-05 Rusty Russellmodule: verify_export_symbols under the lock
2010-06-05 Linus Torvaldsmodule: move find_module check to end
2010-06-05 Rusty Russellmodule: make locking more fine-grained.
2010-06-05 Rusty Russellmodule: Make module sysfs functions private.
2010-06-05 Rusty Russellmodule: move sysfs exposure to end of load_module
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-06-01 Linus TorvaldsMerge branch 'for-35' of git://repo.or.cz/linux-kbuild
2010-05-31 Rusty Russellmodule: fix reference to mod->percpu after freeing...
2010-05-25 Linus TorvaldsRevert "module: drop the lock while waiting for module...
2010-05-25 Wenji Huangmodule: remove duplicate declaration of __ksymtab_gpl_f...
2010-05-22 Linus TorvaldsMerge branch 'modules' of git://git./linux/kernel/git...
2010-05-21 Linus TorvaldsMerge branch 'kdb-merge' of git://git./linux/kernel...
2010-05-21 Chris Wrightsysfs: add struct file* to bin_attr callbacks
2010-05-21 Jason Wesselkdb: core for kgdb back end (2 of 2)
2010-05-19 Rusty Russellmodule: drop the lock while waiting for module to compl...
2010-05-18 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2010-05-14 Steven RostedtMerge branch 'sched/core' of git://git./linux/kernel...
2010-05-06 Tejun Heostop_machine: reimplement using cpu_stop
2010-04-08 Ingo MolnarMerge branch 'linus' into tracing/core
2010-04-06 Nick PigginFix up possibly racy module refcounting
2010-04-01 Steven Rostedttracing: Fix compile error in module tracepoints when...
2010-04-01 Li Zefantracing: Remove side effect from module tracepoints...
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-08 Eric W. Biedermansysfs: Use sysfs_attr_init and sysfs_bin_attr_init...
2010-03-03 Denys VlasenkoRename .data[.percpu][.XXX] to .data[..percpu][..XXX].
2010-02-02 Tejun HeoMerge branch 'master' into percpu
2010-01-06 Ben Hutchingsmodules: Skip empty sections when exporting section...
2010-01-05 Christoph Lametermodule: Use this_cpu_xx to dynamically allocate counters
2009-12-18 Linus TorvaldsMerge branch 'kmemleak' of git://linux-arm.org/linux-2.6
2009-12-15 Rusty Russellmodule: handle ppc64 relocating kcrctabs when CONFIG_RE...
2009-12-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-02 Helge Dellermodules: don't export section names of empty sections...
2009-10-28 Catalin Marinaskmemleak: Scan the _ftrace_events section in modules
2009-10-28 Catalin Marinaskmemleak: Simplify the kmemleak_scan_area() function...
2009-10-02 Tejun Heopercpu: kill legacy percpu allocator
2009-10-01 Paul Mundtmodule: fix up CONFIG_KALLSYMS=n build.
2009-09-26 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2009-09-24 Rusty Russellmodule: don't call percpu_modfree on NULL pointer.
next