mmc: s3c6410: enable ADMA feature in 6410 sdhci controller
[safe/jmp/linux-2.6] / kernel / slow-work.c
2010-03-29 Dave Airlieslow-work: use get_ref wrapper instead of directly...
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/ebiederm/sysctl-2.6
2009-12-01 David HowellsSLOW_WORK: Move slow_work's proc file to debugfs
2009-12-01 David HowellsSLOW_WORK: Fix the CONFIG_MODULES=n case
2009-11-19 David HowellsSLOW_WORK: Allow a requeueable work item to sleep till...
2009-11-19 David HowellsSLOW_WORK: Allow the work items to be viewed through...
2009-11-19 Jens AxboeSLOW_WORK: Add delayed_slow_work support
2009-11-19 Jens AxboeSLOW_WORK: Add support for cancellation of slow work
2009-11-19 Jens AxboeSLOW_WORK: Make slow_work_ops ->get_ref/->put_ref optional
2009-11-19 David HowellsSLOW_WORK: Wait for outstanding work items belonging...
2009-11-18 Eric W. Biedermansysctl: Drop & in front of every proc_handler.
2009-11-12 Eric W. Biedermansysctl kernel: Remove binary sysctl logic
2009-09-24 Alexey Dobriyansysctl: remove "struct file *" argument of ->proc_handler
2009-06-17 Chris Petersonslow-work: use round_jiffies() for thread pool's cull...
2009-06-11 Oleg Nesterovslow_work_thread() should do the exclusive wait
2009-04-24 Jonathan CorbetDelete slow-work timers properly
2009-04-03 David HowellsDocument the slow work thread pool
2009-04-03 David HowellsMake the slow work pool configurable
2009-04-03 David HowellsMake slow-work thread pool actually dynamic
2009-04-03 David HowellsCreate a dynamically sized pool of threads for doing...