summaryrefslogtreecommitdiffstats
path: root/kernel/padata.c
AgeCommit message (Expand)AuthorLines
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita-2/+2
2010-05-19padata: Use get_online_cpus/put_online_cpus in padata_freeSteffen Klassert-0/+3
2010-05-19padata: Add some code commentsSteffen Klassert-11/+57
2010-05-19padata: Flush the padata queues activelySteffen Klassert-8/+25
2010-05-19padata: Use a timer to handle remaining objects in the reorder queues Steffen Klassert-7/+18
2010-05-03padata: Use get_online_cpus/put_online_cpusSteffen Klassert-0/+13
2010-05-03padata: Initialize the padata queues only for the used cpusSteffen Klassert-9/+5
2010-05-03padata: Remove superfluous might_sleepSteffen Klassert-10/+0
2010-05-03padata: cpu hotplug code should depend on CONFIG_HOTPLUG_CPUSteffen Klassert-6/+7
2010-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu-1/+8
2010-05-03padata: Dont scale the parallel objects with the cpusSteffen Klassert-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-29padata: Section cleanupHenrik Kretzschmar-2/+2
2010-03-04padata: Allocate the cpumask for the padata instanceSteffen Klassert-1/+7
2010-01-06padata: Generic parallelization/serialization interfaceSteffen Klassert-0/+690