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