summaryrefslogtreecommitdiffstats
path: root/kernel/padata.c
Commit message (Collapse)AuthorAgeFilesLines
* padata: Allocate the cpumask for the padata instanceSteffen Klassert2010-03-041-1/+7
| | | | | | | | | The cpumask of the padata instance was used without allocated. This caused boot crashes if CONFIG_CPUMASK_OFFSTACK is enabled. This patch fixes this by doing proper allocation for this cpumask. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
* padata: Generic parallelization/serialization interfaceSteffen Klassert2010-01-061-0/+690
This patch introduces an interface to process data objects in parallel. The parallelized objects return after serialization in the same order as they were before the parallelization. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>