summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-12-1542-1668/+9373
|\
| * crypto: caam - Updated SEC-4.0 device tree binding for ERA information.Vakul Garg2012-12-061-2/+3
| * crypto: testmgr - remove superfluous initializers for xts(aes)Mathias Krause2012-12-061-4/+0
| * crypto: testmgr - allow compression algs in fips modeMilan Broz2012-12-061-0/+3
| * crypto: testmgr - add larger crc32c test vector to test FPU path in crc32c_intelJussi Kivilinna2012-12-061-3/+264
| * crypto: testmgr - clean alg_test_null entries in alg_test_descs[]Jussi Kivilinna2012-12-061-372/+0
| * crypto: testmgr - remove fips_allowed flag from camellia-aesni null-testsJussi Kivilinna2012-12-061-2/+0
| * crypto: cast5/cast6 - move lookup tables to shared moduleJussi Kivilinna2012-12-0610-575/+336
| * padata: use __this_cpu_read per-cpu helperShan Wei2012-12-061-3/+2
| * crypto: s5p-sss - Fix compilation errorSachin Kamat2012-11-091-1/+1
| * crypto: picoxcell - Add terminating entry for platform_device_id tableAxel Lin2012-11-091-0/+1
| * crypto: omap-aes - select BLKCIPHER2Sebastian Andrzej Siewior2012-11-091-0/+1
| * crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia...Jussi Kivilinna2012-11-095-0/+1747
| * crypto: camellia-x86_64 - share common functions and move structures and func...Jussi Kivilinna2012-11-092-57/+105
| * crypto: tcrypt - add async speed test for camellia cipherJussi Kivilinna2012-11-091-0/+23
| * crypto: tegra-aes - fix error-valued pointer dereferenceWei Yongjun2012-11-091-1/+1
| * crypto: tegra - fix missing unlock on error caseWei Yongjun2012-10-241-2/+6
| * crypto: cast5/avx - avoid using temporary stack buffersJussi Kivilinna2012-10-242-131/+280
| * crypto: serpent/avx - avoid using temporary stack buffersJussi Kivilinna2012-10-243-115/+121
| * crypto: twofish/avx - avoid using temporary stack buffersJussi Kivilinna2012-10-242-129/+152
| * crypto: cast6/avx - avoid using temporary stack buffersJussi Kivilinna2012-10-243-125/+227
| * crypto: x86/glue_helper - use le128 instead of u128 for CTR modeJussi Kivilinna2012-10-249-58/+64
| * crypto: testmgr - add new larger DES3_EDE testvectorsJussi Kivilinna2012-10-243-4/+1118
| * crypto: testmgr - add new larger DES testvectorsJussi Kivilinna2012-10-243-4/+596
| * crypto: testmgr - add new larger AES testvectorsJussi Kivilinna2012-10-241-8/+1104
| * crypto: testmgr - expand serpent test vectorsJussi Kivilinna2012-10-241-38/+742
| * crypto: testmgr - expand blowfish test vectorsJussi Kivilinna2012-10-241-38/+962
| * crypto: testmgr - expand camellia test vectorsJussi Kivilinna2012-10-241-50/+940
| * crypto: vmac - Make VMAC work when blocks aren't alignedSalman Qazi2012-10-153-5/+77
| * crypto: talitos - convert to use be16_add_cpu()Wei Yongjun2012-10-151-2/+1
| * crypto: tcrypt - Added speed test in tcrypt for crc32cTim Chen2012-10-151-0/+4
| * crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instructionTim Chen2012-10-154-0/+552
| * crypto: crc32c - Rename crc32c-intel.c to crc32c-intel_glue.cTim Chen2012-10-152-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2012-12-1516-194/+380
|\ \
| * | GFS2: Set gl_object during inode createBob Peterson2012-11-211-0/+1
| * | GFS2: add error check while allocating new inodesBob Peterson2012-11-161-0/+4
| * | GFS2: don't reference inode's glock during block allocation traceBob Peterson2012-11-161-1/+1
| * | GFS2: remove redundant lvb pointerDavid Teigland2012-11-155-15/+12
| * | GFS2: only use lvb on glocks that need itDavid Teigland2012-11-154-13/+32
| * | GFS2: skip dlm_unlock calls in unmountDavid Teigland2012-11-143-0/+10
| * | GFS2: Fix one RG corner caseSteven Whitehouse2012-11-131-1/+2
| * | GFS2: Eliminate redundant buffer_head manipulation in gfs2_unlink_inodeBob Peterson2012-11-131-18/+4
| * | GFS2: Use dirty_inode in gfs2_dir_addBob Peterson2012-11-131-6/+1
| * | GFS2: Fix truncation of journaled data filesSteven Whitehouse2012-11-131-3/+49
| * | GFS2: Add Orlov allocatorSteven Whitehouse2012-11-078-15/+38
| * | GFS2: Use proper allocation context for new inodesSteven Whitehouse2012-11-071-79/+92
| * | GFS2: Add test for resource group congestion statusSteven Whitehouse2012-11-071-4/+90
| * | GFS2: Rename glops go_xmote_th to go_syncBob Peterson2012-11-073-6/+6
| * | GFS2: Speed up gfs2_rbm_from_blockBob Peterson2012-11-073-9/+16
| * | GFS2: Review bug traps in glops.cSteven Whitehouse2012-11-073-38/+36