summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Merge branch 'x86/cpu' into x86/xsaveH. Peter Anvin2008-09-043-14/+26
| | |\| | |
| | * | | | Merge commit 'v2.6.27-rc3' into x86/xsaveIngo Molnar2008-08-141-1/+2
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'x86/core' into x86/xsaveIngo Molnar2008-07-3022-309/+3127
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
* | | / | | | Revert "crypto: camellia - Use kernel-provided bitops, unaligned access helpers"Herbert Xu2008-09-081-36/+48
|/ / / / / /
* | | | / / async_tx: fix the bug in async_tx_run_dependenciesYuri Tikhonov2008-09-051-1/+2
| |_|_|/ / |/| | | |
* | | | | crypto: authenc - Avoid using clobbered request pointerHerbert Xu2008-08-231-4/+6
| |_|_|/ |/| | |
* | | | crypto: hash - Fix digest size check for digest typeHerbert Xu2008-08-131-1/+1
* | | | crypto: tcrypt - Fix AEAD chunk testingHerbert Xu2008-08-131-9/+19
| |_|/ |/| |
* | | async_tx: fix missing braces in async_xor_zero_sumDan Williams2008-08-051-1/+2
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds2008-07-234-178/+141
|\ \
| * | async_tx: remove depend_tx from async_tx_sync_epilogDan Williams2008-07-174-7/+6
| * | async_tx: export async_tx_quiesceDan Williams2008-07-174-62/+24
| * | async_tx: fix handling of the "out of descriptor" condition in async_xorDan Williams2008-07-171-6/+26
| * | async_tx: ensure the xor destination buffer remains dma-mappedDan Williams2008-07-171-131/+113
| * | async_tx: list_for_each_entry_rcu() cleanupLi Zefan2008-07-171-1/+1
| * | async_tx: fix async_memset compile errorDan Williams2008-07-081-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-07-154-447/+1
|\ \ \
| * | | Revert crypto: prng - Deterministic CPRNGHerbert Xu2008-07-154-447/+1
* | | | Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar2008-07-151-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'linus' into core/rcuIngo Molnar2008-07-112-11/+9
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'linus' into core/rcuIngo Molnar2008-06-161-0/+6
| |\ \ \
| * | | | rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-191-0/+1
| | |_|/ | |/| |
* | | | crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu2008-07-104-0/+4
* | | | crypto: crc32c - Add ahash implementationHerbert Xu2008-07-102-8/+122
* | | | crypto: hash - Added scatter list walking helperHerbert Xu2008-07-101-1/+90
* | | | crypto: prng - Deterministic CPRNGNeil Horman2008-07-104-1/+447
* | | | crypto: hash - Removed vestigial ahash fieldsHerbert Xu2008-07-103-3/+0
* | | | crypto: hash - Fixed digest size checkHerbert Xu2008-07-104-9/+13
* | | | crypto: rmd - sparse annotationsHarvey Harrison2008-07-103-12/+12
* | | | crypto: rmd128 - sparse annotationsHarvey Harrison2008-07-101-4/+4
* | | | crypto: camellia - Use kernel-provided bitops, unaligned access helpersHarvey Harrison2008-07-101-48/+36
* | | | crypto: tcrpyt - Remove unnecessary kmap/kunmap callsHerbert Xu2008-07-101-10/+5
* | | | [CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc modeNeil Horman2008-07-102-3/+106
* | | | [CRYPTO] rmd: Use pointer form of endian swapping operationsHerbert Xu2008-07-104-8/+8
* | | | [CRYPTO] rmd320: Fix endian issuesAdrian-Ken Rueegsegger2008-07-101-28/+9
* | | | [CRYPTO] rmd256: Fix endian issuesAdrian-Ken Rueegsegger2008-07-101-28/+9
* | | | [CRYPTO] rmd160: Fix endian issuesAdrian-Ken Rueegsegger2008-07-101-28/+9
* | | | [CRYPTO] rmd128: Fix endian problemsAdrian-Ken Rueegsegger2008-07-101-28/+9
* | | | [CRYPTO] tcrypt: Use asynchronous hash interfaceLoc Ho2008-07-101-19/+57
* | | | [CRYPTO] cryptd: Add asynchronous hash supportLoc Ho2008-07-102-0/+244
* | | | [CRYPTO] hash: Add asynchronous hash supportLoc Ho2008-07-106-11/+288
* | | | [CRYPTO] ripemd: Add Kconfig entries for extended RIPEMD hash algorithmsAdrian-Ken Rueegsegger2008-07-101-0/+25
* | | | [CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320Adrian-Ken Rueegsegger2008-07-102-2/+155
* | | | [CRYPTO] ripemd: Add support for RIPEMD-256 and RIPEMD-320Adrian-Ken Rueegsegger2008-07-103-0/+777
* | | | [CRYPTO] ripemd: Put all common RIPEMD values in header fileAdrian-Ken Rueegsegger2008-07-103-18/+35
* | | | [CRYPTO] tcrypt: Catch cipher destination memory corruptionPatrick McHardy2008-07-101-5/+21
* | | | [CRYPTO] tcrpyt: Get rid of change log in sourceHerbert Xu2008-07-102-15/+0
* | | | [CRYPTO] ripemd: Add Kconfig entries for RIPEMD hash algorithmsAdrian-Ken Rueegsegger2008-07-101-0/+26
* | | | [CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160Adrian-Ken Rueegsegger2008-07-102-1/+320
* | | | [CRYPTO] ripemd: Add support for RIPEMD hash algorithmsAdrian-Ken Rueegsegger2008-07-104-0/+760