summaryrefslogtreecommitdiffstats
path: root/kernel/padata.c
Commit message (Expand)AuthorAgeFilesLines
...
* padata: Use a timer to handle remaining objects in the reorder queues Steffen Klassert2010-05-191-7/+18
* padata: Use get_online_cpus/put_online_cpusSteffen Klassert2010-05-031-0/+13
* padata: Initialize the padata queues only for the used cpusSteffen Klassert2010-05-031-9/+5Star
* padata: Remove superfluous might_sleepSteffen Klassert2010-05-031-10/+0Star
* padata: cpu hotplug code should depend on CONFIG_HOTPLUG_CPUSteffen Klassert2010-05-031-6/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu2010-05-031-1/+8
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
| * padata: Allocate the cpumask for the padata instanceSteffen Klassert2010-03-041-1/+7
* | padata: Dont scale the parallel objects with the cpusSteffen Klassert2010-05-031-1/+1
* | padata: Section cleanupHenrik Kretzschmar2010-03-291-2/+2
|/
* padata: Generic parallelization/serialization interfaceSteffen Klassert2010-01-061-0/+690