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