summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-27crypto: twofish-avx - remove duplicated glue code and use shared glue code fr...Jussi Kivilinna4-487/+162
2012-06-27crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue...Jussi Kivilinna2-272/+94
2012-06-27crypto: camellia-x86_64 - remove duplicated glue code and use shared glue cod...Jussi Kivilinna2-269/+87
2012-06-27crypto: serpent-avx: remove duplicated glue code and use shared glue code fro...Jussi Kivilinna2-304/+95
2012-06-27crypto: serpent-sse2 - split generic glue code to new helper moduleJussi Kivilinna5-351/+431
2012-06-27crypto: serpent-sse2 - prepare serpent-sse2 glue code into generic x86 glue c...Jussi Kivilinna1-163/+303
2012-06-27crypto: aes_ni - change to use shared ablk_* functionsJussi Kivilinna4-102/+20
2012-06-27crypto: twofish-avx - change to use shared ablk_* functionsJussi Kivilinna2-110/+7
2012-06-27crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t...Jussi Kivilinna6-218/+201
2012-06-27crypto: nx - fix typo in nx driver config optionSeth Jennings1-1/+1
2012-06-27crypto: nx - move nx build to driver/crypto MakefileSeth Jennings2-1/+1
2012-06-27hwrng: mxc-rnga - fix data_present APIBenoît Thébaudeau1-8/+13
2012-06-22crypto: algapi - Move larval completion into algbossHerbert Xu3-26/+9
2012-06-14crypto: serpent-sse2/avx - allow both to be built into kernelJussi Kivilinna5-10/+42
2012-06-14crypto: arc4 - improve performance by using u32 for ctx and variablesJussi Kivilinna1-6/+6
2012-06-14crypto: arc4 - improve performance by adding ecb(arc4)Jussi Kivilinna1-22/+87
2012-06-14crypto: testmgr - add ecb(arc4) speed testsJussi Kivilinna1-0/+10
2012-06-14crypto: s390 - clean up DES code a bit morePaul Bolle1-18/+0
2012-06-12crypto: serpent - add x86_64/avx assembler implementationJohannes Goetzfried5-0/+1735
2012-06-12crypto: testmgr - expand twofish test vectorsJohannes Goetzfried1-32/+896
2012-06-12crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried7-0/+1498
2012-06-12crypto: mv_cesa - fix for hash finalisation with dataPhil Sutter1-6/+13
2012-06-12crypto: mv_cesa - initialise the interrupt status field to zeroPhil Sutter1-0/+1
2012-06-12crypto: mv_cesa - add an expiry timer in case anything goes wrongPhil Sutter1-10/+31
2012-06-12crypto: bfin_crc - CRC hardware driver for BF60x family processors.Sonic Zhang3-1/+789
2012-06-12crypto: testmgr - Add new test cases for Blackfin CRC crypto driverSonic Zhang3-0/+102
2012-06-12crypto: sha1 - use Kbuild supplied flags for AVX testMathias Krause3-11/+4
2012-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-2/+11
2012-06-11Merge tag 'regmap-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds1-4/+6
2012-06-11Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds5-14/+15
2012-06-08Linux 3.5-rc2v3.5-rc2Linus Torvalds1-1/+1
2012-06-08mm, oom: fix badness score underflowDavid Rientjes1-2/+2
2012-06-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-39/+179
2012-06-08sched/fair: fix lots of kernel-doc warningsRandy Dunlap1-16/+6
2012-06-08Revert "drm/i915/crt: Do not rely upon the HPD presence pin"Linus Torvalds1-5/+3
2012-06-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-5/+4
2012-06-08Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2-9/+16
2012-06-08Merge tag 'upstream-3.5-rc2' of git://git.infradead.org/linux-ubifsLinus Torvalds3-8/+33
2012-06-08Revert "vfs: stop d_splice_alias creating directory aliases"Linus Torvalds1-6/+10
2012-06-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds13-91/+168
2012-06-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds29-120/+357
2012-06-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds16-45/+161
2012-06-08Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2012-06-08Merge tag 'moduleparam-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-12/+7
2012-06-08x86/nmi: Fix section mismatch warnings on 32-bitDon Zickus2-2/+16
2012-06-08powerpc: Fix kernel panic during kernel module loadSteffen Rumler1-6/+5
2012-06-08x86/uv: Fix UV2 BAU legacy modeCliff Wickman2-2/+0
2012-06-08x86/mm: Only add extra pages count for the first memory range during pre-allo...Yinghai Lu1-1/+2
2012-06-08Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie7-28/+31
2012-06-08Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie9-17/+130