summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* padata - share code between CPU_ONLINE and CPU_DOWN_FAILED, same to CPU_DOWN_...Chen Gang2013-08-291-16/+4
* hwrng: omap - reorder OMAP TRNG driver codeOlof Johansson2013-08-211-54/+54
* crypto: omap-sham - correct dma burst sizeLokesh Vutla2013-08-211-7/+4
* crypto: omap-sham - Enable Polling mode if DMA failsLokesh Vutla2013-08-211-19/+42
* crypto: tegra-aes - bitwise vs logical andDan Carpenter2013-08-211-3/+3
* crypto: sahara - checking the wrong variableDan Carpenter2013-08-211-1/+1
* crypto: omap-aes - Kconfig: Add build support for AM437xJoel Fernandes2013-08-211-1/+1
* crypto: omap-aes - Convert request_irq to devm_request_irqJoel Fernandes2013-08-211-4/+2
* crypto: omap-aes - Convert kzalloc to devm_kzallocJoel Fernandes2013-08-211-3/+1
* crypto: omap-aes - Add support for cases of unaligned lengthsJoel Fernandes2013-08-211-3/+83
* crypto: omap-aes - Switch to PIO mode during probeJoel Fernandes2013-08-211-5/+23
* crypto: omap-aes - PIO mode: platform data for OMAP4/AM437x and triggerJoel Fernandes2013-08-211-13/+30
* crypto: omap-aes - PIO mode: Add IRQ handler and walk SGsJoel Fernandes2013-08-211-0/+90
* crypto: omap-aes - Add IRQ info and helper macrosJoel Fernandes2013-08-211-0/+8
* crypto: omap-aes - Remove previously used intermediate buffersJoel Fernandes2013-08-211-90/+0
* crypto: omap-aes - Sync SG before DMA operationJoel Fernandes2013-08-211-0/+4
* crypto: omap-aes - Simplify DMA usage by using direct SGsJoel Fernandes2013-08-211-122/+25
* crypto: omap-aes - Populate number of SG elementsJoel Fernandes2013-08-211-0/+6
* crypto: omap-aes - Add useful debug macrosJoel Fernandes2013-08-211-1/+23
* crypto: scatterwalk - Add support for calculating number of SG elementsJoel Fernandes2013-08-212-0/+24
* crypto: nx - fix nx-aes-gcm verificationjmlatten@linux.vnet.ibm.com2013-08-211-2/+2
* crypto: caam - add option for enabling DEBUG modeAlex Porosanu2013-08-212-0/+11
* crypto: caam - replace xstr macro with __stringifyAlex Porosanu2013-08-213-75/+77
* crypto: xor - Check for osxsave as well as avx in crypto/xorJohn Haxby2013-08-211-2/+2
* crypto: camellia_generic - replace commas by semicolons and adjust code align...Julia Lawall2013-08-211-24/+24
* crypto: camellia-x86-64 - replace commas by semicolons and adjust code alignmentJulia Lawall2013-08-211-24/+24
* hwrng: tx4939 - simplify use of devm_ioremap_resourceJulia Lawall2013-08-141-3/+1
* crypto: nx - fix concurrency issueMarcelo Cerri2013-08-1410-12/+87
* crypto: make tables used from assembler __visibleAndi Kleen2013-08-143-16/+16
* crypto: crypto4xx - Staticize local symbolsJingoo Han2013-08-141-7/+8
* crypto: sahara - Staticize local symbolJingoo Han2013-08-141-1/+1
* hwrng: pixocel - Staticize 'rng_dev'Jingoo Han2013-08-091-1/+1
* crypto: nx - saves chaining value from co-processorFionnuala Gunter2013-08-091-0/+1
* hwrng: omap - Add OMAP4 TRNG supportLokesh Vutla2013-08-092-53/+305
* ARM: OMAP2+: Only manually add hwmod data when DT not used.Lokesh Vutla2013-08-091-1/+1
* hwrng: omap - Add device tree supportLokesh Vutla2013-08-091-0/+12
* hwrng: omap - Remove duplicated function callLokesh Vutla2013-08-091-1/+0
* hwrng: omap - Convert to devm_kzalloc()Lokesh Vutla2013-08-091-7/+2
* hwrng: omap - Use module_platform_driver macroLokesh Vutla2013-08-091-16/+2
* crypto: nx - fix limits to sg lists for SHA-2Marcelo Cerri2013-08-092-95/+132
* crypto: nx - fix physical addresses added to sg listsMarcelo Cerri2013-08-091-3/+19
* crypto: testmgr - remove double execution of the same test suiteCristian Stoica2013-08-011-1/+1
* crypto: caam - Remove unused functions from Job RingRuchika Gupta2013-08-014-77/+0
* modules: add support for soft module dependenciesAndreas Robinson2013-08-011-0/+5
* crypto: omap-sham - Convert to devm_kzalloc()Lokesh Vutla2013-08-011-10/+5
* crypto: omap-sham - Convert to devm_request_irq()Lokesh Vutla2013-08-011-7/+5
* crypto: omap-sham - Add OMAP5/AM43XX SHAM SupportLokesh Vutla2013-08-011-0/+44
* crypto: omap-sham - Add SHA384 and SHA512 SupportLokesh Vutla2013-08-012-47/+209
* hwrng: mxc-rnga - Check the return value from clk_prepare_enable()Fabio Estevam2013-08-011-1/+3
* crypto: ux500 - Fix logging, make arrays const, neateningJoe Perches2013-08-011-307/+279
OpenPOWER on IntegriCloud