summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: user - ensure user supplied strings are nul-terminatedMathias Krause2013-02-191-0/+14
| * crypto: user - fix empty string test in report APIMathias Krause2013-02-191-1/+1
| * crypto: user - fix info leaks in report APIMathias Krause2013-02-198-30/+29Star
| * crypto: caam - Added property fsl,sec-era in SEC4.0 device tree binding.Vakul Garg2013-02-041-3/+9
| * crypto: use ERR_CASTJulia Lawall2013-02-0411-59/+27Star
| * crypto: atmel-aes - adjust duplicate testJulia Lawall2013-02-041-1/+1
| * crypto: crc32-pclmul - Kill warning on x86-32Herbert Xu2013-01-201-1/+0Star
| * crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump l...Jussi Kivilinna2013-01-204-48/+29Star
| * crypto: x86/sha1 - assembler clean-ups: use ENTRY/ENDPROCJussi Kivilinna2013-01-201-5/+5
| * crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize j...Jussi Kivilinna2013-01-203-48/+27Star
| * crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember funct...Jussi Kivilinna2013-01-203-34/+27Star
| * crypto: x86/ghash - assembler clean-up: use ENDPROC at end of assember functionsJussi Kivilinna2013-01-201-0/+4
| * crypto: x86/crc32c - assembler clean-up: use ENTRY/ENDPROCJussi Kivilinna2013-01-201-2/+6
| * crypto: cast6-avx: use ENTRY()/ENDPROC() for assembler functionsJussi Kivilinna2013-01-201-24/+11Star
| * crypto: cast5-avx: use ENTRY()/ENDPROC() for assembler functions and localize...Jussi Kivilinna2013-01-201-30/+18Star
| * crypto: camellia-x86_64/aes-ni: use ENTRY()/ENDPROC() for assembler functions...Jussi Kivilinna2013-01-202-52/+36Star
| * crypto: blowfish-x86_64: use ENTRY()/ENDPROC() for assembler functions and lo...Jussi Kivilinna2013-01-201-25/+14Star
| * crypto: aesni-intel - add ENDPROC statements for assembler functionsJussi Kivilinna2013-01-201-1/+22
| * crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targetsJussi Kivilinna2013-01-202-25/+20Star
| * crypto: testmgr - add test vector for fcryptJussi Kivilinna2013-01-201-0/+15
| * crypto: omap-sham - Fix compile errors when CONFIG_OF not definedMark A. Greer2013-01-201-1/+5
| * crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table imp...Alexander Boyko2013-01-206-0/+630
| * crypto: s5p-sss - Use devm_clk_get()Jingoo Han2013-01-201-3/+1Star
| * crypto: omap-aes - Add CTR algorithm SupportMark A. Greer2013-01-201-15/+128
| * crypto: omap-aes - Add OMAP4/AM33XX AES SupportMark A. Greer2013-01-201-33/+125
| * crypto: omap-aes - Convert to dma_request_slave_channel_compat()Mark A. Greer2013-01-201-4/+8
| * crypto: omap-aes - Add Device Tree SupportMark A. Greer2013-01-201-26/+97
| * crypto: omap-aes - Remove usage of private DMA APIMark A. Greer2013-01-201-133/+0Star
| * crypto: omap-aes - Add code to use dmaengine APIMark A. Greer2013-01-201-1/+183
| * crypto: omap-aes - Add suspend/resume supportMark A. Greer2013-01-201-0/+19
| * crypto: omap-aes - Convert to use pm_runtime APIMark A. Greer2013-01-201-18/+11Star
| * crypto: omap-aes - Don't reset controller for every operationMark A. Greer2013-01-201-27/+0Star
| * crypto: omap-aes - Remmove unnecessary pr_info noiseMark A. Greer2013-01-201-4/+0Star
| * crypto: bfin_crc - reposition free_irq to avoid access to invalid dataJulia Lawall2013-01-201-3/+3
| * crypto: omap-sham - Add SHA224 and SHA256 SupportMark A. Greer2013-01-051-10/+173
| * crypto: omap-sham - Add OMAP4/AM33XX SHAM SupportMark A. Greer2013-01-051-84/+332
| * crypto: omap-sham - Convert to dma_request_slave_channel_compat()Mark A. Greer2013-01-051-1/+2
| * crypto: omap-sham - Add Device Tree SupportMark A. Greer2013-01-051-33/+106
| * crypto: omap-sham - Remove usage of private DMA APIMark A. Greer2013-01-051-109/+0Star
| * crypto: omap-sham - Add code to use dmaengine APIMark A. Greer2013-01-051-9/+145
| * crypto: omap-sham - Add suspend/resume supportMark A. Greer2013-01-051-0/+19
| * crypto: omap-sham - Convert to use pm_runtime APIMark A. Greer2013-01-051-17/+11Star
| * crypto: omap-sham - Remove unnecessary pr_info noiseMark A. Greer2013-01-051-2/+0Star
* | Merge tag 'please-pull-vm_unwrapped' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-262-36/+21Star
|\ \
| * | mm: use vm_unmapped_area() in hugetlbfs on ia64 architectureMichel Lespinasse2013-02-221-11/+9Star
| * | mm: use vm_unmapped_area() on ia64 architectureMichel Lespinasse2013-02-221-25/+12Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2013-02-263-6/+18
|\ \ \
| * | | block: fix part_pack_uuid() build errorMimi Zohar2013-02-252-5/+16
| * | | ima: "remove enforce checking duplication" merge fixMimi Zohar2013-02-251-1/+2
* | | | Merge tag 'ktest-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-02-263-18/+253
|\ \ \ \