Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | padata: Allocate the cpumask for the padata instance | Steffen Klassert | 2010-03-04 | 1 | -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 interface | Steffen Klassert | 2010-01-06 | 1 | -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> |