summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | crypto: api - Disallow cryptomgr as a module if algorithms are built-inHerbert Xu2008-12-102-13/+41
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2008-10-201-18/+16
|\
| * async_tx: make async_tx_run_dependencies() easier to readDan Williams2008-09-131-18/+16
* | Merge branch 'x86/signal' into core/signalIngo Molnar2008-10-120-0/+0
|\ \
| * \ Merge branch 'linus' into x86/signalIngo Molnar2008-10-1220-10089/+11962
| |\ \
* | \ \ Merge branch 'x86/urgent' into core/signalIngo Molnar2008-10-1219-10053/+11914
|\ \ \ \ | | |/ / | |/| |
| * | | Merge phase #4 (X2APIC, APIC unification, CPU identification unification) of ...Linus Torvalds2008-10-110-0/+0
| |\ \ \
| | * \ \ Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar2008-10-110-0/+0
| | |\ \ \
| | | * \ \ Merge commit 'v2.6.27-rc6' into x86/unify-cpu-detectIngo Molnar2008-09-102-37/+50
| | | |\ \ \ | | | | | |/ | | | | |/|
| | * | | | Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar2008-10-110-0/+0
| | |\ \ \ \
| | | * \ \ \ Merge branch 'x86/core' into x86/apicIngo Molnar2008-08-153-11/+22
| | | |\ \ \ \
| * | | | | | | Merge phase #3 (IOMMU) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/l...Linus Torvalds2008-10-110-0/+0
| |\| | | | | |
| | * | | | | | Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for...Ingo Molnar2008-10-100-0/+0
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | / / | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-10-1019-10053/+11914
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | crypto: skcipher - Use RNG interface instead of get_random_bytesHerbert Xu2008-08-294-13/+75
| | * | | | | crypto: rng - RNG interface and implementationNeil Horman2008-08-295-1/+628
| | * | | | | crypto: api - Add fips_enable flagNeil Horman2008-08-295-0/+90
| | * | | | | crypto: skcipher - Move IV generators into their own modulesHerbert Xu2008-08-294-35/+18
| | * | | | | crypto: cryptomgr - Test ciphers using ECBHerbert Xu2008-08-292-50/+169
| | * | | | | crypto: api - Use test infrastructureHerbert Xu2008-08-295-42/+259
| | * | | | | crypto: cryptomgr - Add test infrastructureHerbert Xu2008-08-298-10413/+10525
| | * | | | | crypto: tcrypt - Add alg_test interfaceHerbert Xu2008-08-291-438/+1017
| | * | | | | crypto: tcrypt - Abort and only log if there is an errorHerbert Xu2008-08-291-146/+200
| | * | | | | crypto: crc32c - Use Intel CRC32 instructionAustin Zhang2008-08-291-0/+12
| | * | | | | crypto: tcrypt - Avoid using contiguous pagesHerbert Xu2008-08-292-155/+157
| | * | | | | crypto: api - Display larval objects properlyHerbert Xu2008-08-291-2/+5
| | * | | | | crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookupHerbert Xu2008-08-293-8/+6
| | * | | | | crypto: Kconfig - Replace leading spaces with tabsAdrian Bunk2008-08-291-39/+42
* | | | | | | Merge branch 'x86/signal' into core/signalIngo Molnar2008-09-230-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Merge branches 'x86/tracehook', 'x86/xsave' and 'x86/prototypes' into x86/signalIngo Molnar2008-09-060-0/+0
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | 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
| |\ \ \ | | | |/ | | |/|