summaryrefslogtreecommitdiffstats
path: root/kernel/slow-work.c
AgeCommit message (Expand)AuthorLines
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan-6/+6
2009-06-16slow-work: use round_jiffies() for thread pool's cull and OOM timersChris Peterson-9/+14
2009-06-11slow_work_thread() should do the exclusive waitOleg Nesterov-2/+2
2009-04-24Delete slow-work timers properlyJonathan Corbet-2/+2
2009-04-03Document the slow work thread poolDavid Howells-0/+2
2009-04-03Make the slow work pool configurableDavid Howells-2/+116
2009-04-03Make slow-work thread pool actually dynamicDavid Howells-1/+137
2009-04-03Create a dynamically sized pool of threads for doing very slow work itemsDavid Howells-0/+388