Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / kernel / module.c
2012-04-09 Jeff Mahoney- Updated to 3.4-rc1.
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-02-07 Jeff Mahoney- Update to 3.3-rc2.
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-16 Jeff Mahoney- Update to 3.2-rc1.
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-09-12 Jan Beulich- Refresh patches.arch/x86_64-unwind-annotations.
2011-08-24 Jeff Mahoney- Update to 3.1-rc3.
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-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-31 Jeff MahoneyRevert "- Updated to 3.0-rc1."
2011-05-31 Jeff Mahoney- Updated to 3.0-rc1.
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-04-12 Jeff Mahoney- Updated to 2.6.39-rc3.
2011-04-12 Jeff Mahoney- Update to 2.6.39-rc2.
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-23 Kees Cookprintk: use %pK for /proc/kallsyms and /proc/modules
2011-02-08 Jeff Mahoney- Updated to 2.6.38-rc4.
2011-02-08 Jan Beulich- Update config files.
2011-02-03 Mathieu Desnoyerstracepoints: Fix section alignment using pointer array
2011-01-22 Jeff Mahoney- Update to 2.6.38-rc1.
2011-01-07 Thomas RenningerSome are mainline, some are/will be implemented differe...
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-29 Jeff Mahoney- Update to 2.6.37-rc3-git6.
2010-11-18 matthieu castetx86: Add RO/NX protection for loadable kernel modules
2010-11-12 Jeff Mahoney- Update to 2.6.37-rc1.
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 Jeff Mahoney- Update to 2.6.36-rc7.
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-24 Thomas Renninger- kernel/module.c: Fix compiler warnings if debug is...
2010-09-24 Thomas Renninger- Dynamic Debug: Introduce global fake module param...
2010-09-22 Jason Baronjump label: Base patch for jump label
2010-08-26 Jeff Mahoney- Refresh patches.suse/supported-flag-enterprise: Fixed...
2010-08-26 Jeff Mahoney- Refresh patches.suse/stack-unwind: Fixed recovery...
2010-08-24 Jeff Mahoney- patches.suse/stack-unwind: Fix build on !SMP
2010-08-18 Jeff Mahoney- Update to 2.6.36-rc1.
2010-08-06 Jeff Mahoney- Update to 2.6.35-final and refresh patch set.
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-06 Jeff Mahoney- Update to 2.6.35-rc4.
2010-07-05 Yehuda Sadehmodule: initialize module dynamic debug later
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
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
next