xfs: remove nr_to_write writeback windup.
[safe/jmp/linux-2.6] / kernel / module.c
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.
2009-09-24 Rusty Russellmodule: fix memory leak when load fails after srcversio...
2009-09-24 Jan Beulichmodule: reduce string table for loaded modules (v2)
2009-09-24 Jan Beulichmodule: reduce symbol table for loaded modules (v2)
2009-09-23 Ingo Molnarmodules, tracing: Remove stale struct marker signature...
2009-09-22 Bernd Schmidtnommu: add support for Memory Protection Units (MPU)
2009-09-18 Christoph Hellwigtracing: Remove markers
2009-09-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-06 Ingo MolnarMerge commit 'v2.6.31-rc9' into tracing/core
2009-08-29 Ingo Molnarmodules: Fix build error in the !CONFIG_KALLSYMS case
2009-08-27 James Bottomleymodule: workaround duplicate section names
2009-08-27 Rusty Russellmodule: fix BUG_ON() for powerpc (and other function...
2009-08-17 Li Zefantracing/events: Add module tracepoints
2009-08-14 Tejun HeoMerge branch 'percpu-for-linus' into percpu-for-next
2009-07-27 Mike Frysingermodule: use MODULE_SYMBOL_PREFIX with module_layout
2009-07-08 Joe PerchesRemove multiple KERN_ prefixes from printk formats
2009-06-24 Tejun Heopercpu: use dynamic percpu allocator as the default...
2009-06-18 Peter Oberparleiterkernel: constructor support
2009-06-16 Linus Torvaldsprintk: add KERN_DEFAULT loglevel to print_modules()
2009-06-12 Rusty Russellmodule: trim exception table on init free.
2009-06-11 Linus TorvaldsMerge branch 'for-linus' of git://linux-arm.org/linux-2.6
2009-06-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-06-11 Catalin Marinaskmemleak: Add modules support
2009-05-08 James MorrisMerge branch 'master' into next
2009-04-17 Steven Rostedtftrace: use module notifier for function tracer
2009-04-14 Stephen Rothwellmodules: Fix up build when CONFIG_MODULE_UNLOAD=n.
2009-04-14 Steven Rostedttracing/events: add support for modules to TRACE_EVENT
2009-04-11 Linus Torvaldsasync: Fix module loading async-work regression
2009-04-07 Rusty RussellRevert "module: remove the SHF_ALLOC flag on the __vers...
2009-04-05 Linus TorvaldsMerge branch 'tracing-for-linus' of git://git./linux...
2009-04-03 Kees Cookmodules: sysctl to block module loading
2009-04-01 Ingo MolnarMerge branch 'tracing/core-v2' into tracing-for-linus
2009-03-31 Rusty Russellmodule: use strstarts()
2009-03-31 Rusty Russellmodule: don't use stop_machine on module load
2009-03-31 Rusty Russellmodule: include other structures in module version...
2009-03-31 Rusty Russellmodule: remove the SHF_ALLOC flag on the __versions...
2009-03-31 Rusty Russellmodule: clarify the force-loading taint message.
2009-03-31 Tim Abbottmodule: Export symbols needed for Ksplice
2009-03-31 Anders KaseorgKsplice: Add functions for walking kallsyms symbols
2009-03-31 Rusty Russellmodule: remove module_text_address()
2009-03-31 Rusty Russellmodule: __module_address
2009-03-31 Tim Abbottmodule: Make find_symbol return a struct kernel_symbol
2009-03-31 Américo Wangkernel/module.c: fix an unused goto label
2009-03-31 Rusty Russellparam: fix charp parameters set via sysfs
2009-03-27 Ingo MolnarMerge branch 'core/percpu' into percpu-cpumask-x86...
2009-03-24 Jason Barondynamic debug: combine dprintk and dynamic printk
2009-03-23 Thomas GleixnerMerge branch 'cpus4096' into irq/threaded
2009-03-20 Ingo MolnarMerge branches 'x86/cleanups', 'x86/mm', 'x86/setup...
2009-03-20 Ingo MolnarMerge branches 'tracing/ftrace', 'tracing/kprobes'...
2009-03-17 Masami Hiramatsumodule: fix refptr allocation and release order
2009-03-10 Ingo MolnarMerge branch 'x86/core' into tracing/ftrace
2009-03-06 Ingo Molnartracing: trace_bprintk() cleanups
2009-03-06 Lai Jiangshantracing: add trace_bprintk()
2009-03-06 Ingo MolnarMerge branch 'x86/core' into tracing/textedit
2009-03-06 Tejun Heopercpu, module: implement reserved allocation and use...
2009-02-20 Tejun Heopercpu: implement new dynamic percpu allocator
2009-02-20 Tejun Heomodule: reorder module pcpu related functions
2009-02-09 Frederic Weisbeckertracing/function-graph-tracer: drop the kernel_text_add...
2009-02-03 Eric Dumazetmodules: Use a better scheme for refcounting
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 08
next