Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [CRYPTO] cryptd: Fix problem with cryptd and the freezer | Rafael J. Wysocki | 2007-05-31 |
| | | | | | | | | Make sure that cryptd is marked as nonfreezable and does not hold up the freezer. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> | ||
* | [CRYPTO] cryptd: Add software async crypto daemon | Herbert Xu | 2007-05-02 |
This patch adds the cryptd module which is a template that takes a synchronous software crypto algorithm and converts it to an asynchronous one by executing it in a kernel thread. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |