summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-111-17/+30
|\
| * futex: Detect mismatched requeue targetsDarren Hart2009-08-161-4/+20
| * futex: Correct futex_wait_requeue_pi() commentaryDarren Hart2009-08-041-13/+10
* | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-117-21/+56
|\ \
| * | debug lockups: Improve lockup detection, fix generic arch fallbackIngo Molnar2009-08-036-10/+38
| * | debug lockups: Improve lockup detectionIngo Molnar2009-08-023-13/+20
* | | Merge branch 'core-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-09-111-1/+6
|\ \ \
| * | | workqueues: Improve schedule_work() documentationBart Van Assche2009-08-041-1/+6
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-09-1153-1512/+4515
|\ \ \
| * | | crypto: sha-s390 - Fix warnings in import functionJan Glauber2009-09-053-6/+6
| * | | crypto: vmac - New hash algorithm for intel_txt supportShane Wang2009-09-027-0/+781
| * | | crypto: api - Do not displace newly registered algorithmsHerbert Xu2009-08-311-14/+63
| * | | crypto: ansi_cprng - Fix module initializationSteffen Klassert2009-08-291-8/+1
| * | | crypto: xcbc - Fix alignment calculation of xcbc_tfm_ctxSteffen Klassert2009-08-201-3/+5
| * | | crypto: fips - Depend on ansi_cprngNeil Horman2009-08-201-2/+6
| * | | crypto: blkcipher - Do not use eseqiv on stream ciphersHerbert Xu2009-08-141-0/+6
| * | | crypto: ctr - Use chainiv on raw counter modeHerbert Xu2009-08-131-0/+2
| * | | Revert crypto: fips - Select CPRNGHerbert Xu2009-08-131-1/+0
| * | | crypto: rng - Fix typoChristian Kujau2009-08-131-1/+1
| * | | crypto: talitos - add support for 36 bit addressingKim Phillips2009-08-132-29/+41
| * | | crypto: talitos - align locks on cache linesKim Phillips2009-08-131-83/+58
| * | | crypto: talitos - simplify hmac data size calculationKim Phillips2009-08-131-5/+3
| * | | crypto: mv_cesa - Add support for Orion5X crypto engineSebastian Andrzej Siewior2009-08-104-0/+739
| * | | crypto: cryptd - Add support to access underlaying shashHuang Ying2009-08-062-0/+52
| * | | crypto: gcm - Use GHASH digest algorithmHuang Ying2009-08-062-174/+408
| * | | crypto: ghash - Add GHASH digest algorithm for GCMHuang Ying2009-08-063-0/+178
| * | | crypto: authenc - Convert to ahashSteffen Klassert2009-08-051-69/+285
| * | | crypto: api - Fix aligned ctx helperHerbert Xu2009-07-241-6/+2
| * | | crypto: hmac - Prehash ipad/opadHerbert Xu2009-07-241-46/+62
| * | | crypto: aes - Undefined behaviour in crypto_aes_expand_keyPhil Carmody2009-07-241-2/+7
| * | | crypto: shash - Test for the algorithms import function before exporting itSteffen Klassert2009-07-241-1/+1
| * | | crypto: ahash - Use GFP_KERNEL on allocation if the request can sleepSteffen Klassert2009-07-241-2/+2
| * | | crypto: shash - Require all algorithms to support export/importHerbert Xu2009-07-221-8/+11
| * | | crypto: sha512-s390 - Add export/import supportHerbert Xu2009-07-221-0/+36
| * | | crypto: sha512_generic - Use 64-bit countersHerbert Xu2009-07-222-20/+14
| * | | crypto: sha512 - Export struct sha512_stateHerbert Xu2009-07-222-13/+13
| * | | crypto: xcbc - Fix shash conversionHerbert Xu2009-07-221-91/+73
| * | | crypto: xcbc - Use crypto_xorHerbert Xu2009-07-221-16/+6
| * | | crypto: cryptd - Add finup/export/import for hashHerbert Xu2009-07-221-0/+40
| * | | crypto: s390 - Fix sha build failureSachin Sant2009-07-162-2/+2
| * | | crypto: padlock - Fix hashing of partial blocksHerbert Xu2009-07-161-0/+2
| * | | crypto: shash - Fix async finup handling of null digestHerbert Xu2009-07-151-2/+7
| * | | crypto: shash - Fix digest size offsetHerbert Xu2009-07-151-1/+2
| * | | crypto: ahash - Fix setkey crashHerbert Xu2009-07-151-4/+2
| * | | crypto: padlock - Fix compile error on i386Herbert Xu2009-07-151-2/+4
| * | | crypto: xcbc - Fix incorrect error value when creating instanceHerbert Xu2009-07-151-0/+1
| * | | crypto: hmac - Fix incorrect error value when creating instanceHerbert Xu2009-07-151-0/+1
| * | | crypto: cryptd - Fix uninitialized return valueSteffen Klassert2009-07-151-0/+2
| * | | crypto: crypto4xx - Disable SHA implementationHerbert Xu2009-07-151-19/+0
| * | | crypto: ahash - Add unaligned handling and default operationsHerbert Xu2009-07-154-22/+263