summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-04-0331-1766/+1977
|\
| * crypto: caam - add missing key_dma unmapHoria Geanta2014-03-211-0/+5
| * crypto: caam - add support for aead null encryptionHoria Geanta2014-03-213-13/+342
| * crypto: caam - remove error propagation handlingHoria Geanta2014-03-211-47/+7
| * crypto: caam - Fix first parameter to caam_init_rngHerbert Xu2014-03-211-1/+1
| * crypto: omap-sham - Map SG pages if they are HIGHMEM before accessingJoel Fernandes2014-03-101-1/+7
| * crypto: caam - Dynamic memory allocation for caam_rng_ctx objectNitesh Lal2014-03-101-6/+9
| * hwrng: add randomness to system from rng sourcesKees Cook2014-03-101-0/+7
| * crypto: mxs-dcp - Optimize hashingMarek Vasut2014-03-101-11/+17
| * crypto: mxs-dcp - Align the bounce buffersMarek Vasut2014-03-101-1/+7
| * crypto: omap-des - make local functions staticJingoo Han2014-03-101-2/+2
| * crypto: omap-sham - Use SIMPLE_DEV_PM_OPS macroJingoo Han2014-03-101-3/+1
| * crypto: omap-des - Use SIMPLE_DEV_PM_OPS macroJingoo Han2014-03-101-3/+1
| * crypto: omap-aes - Use SIMPLE_DEV_PM_OPS macroJingoo Han2014-03-101-3/+1
| * hwrng: timeriomem - Use devm_*() functionsJingoo Han2014-03-101-30/+10
| * hwrng: nomadik - Use devm_*() functionsJingoo Han2014-03-101-9/+4
| * hwrng: pixocell - Use devm_clk_get()Jingoo Han2014-03-101-6/+2
| * hwrng: omap3-rom - Use devm_clk_get()Jingoo Han2014-03-101-2/+1
| * hwrng: atmel - Use devm_clk_get()Jingoo Han2014-03-101-6/+2
| * crypt: bfin_crc - Remove useless SSYNC instruction and cache flush to DMA coh...Sonic Zhang2014-03-101-34/+11
| * crypto: sahara - Use return value of devm_request_irq() on errorAlexander Shiyan2014-03-101-3/+4
| * crypto: ccp - Account for CCP backlog processingTom Lendacky2014-02-271-7/+11
| * crypto: ccp - Invoke context callback when there is a backlog errorTom Lendacky2014-02-271-0/+3
| * crypto: ccp - Prevent a possible lost CCP command requestTom Lendacky2014-02-271-0/+4
| * crypto: caam - writel() arguments are swappedDan Carpenter2014-02-271-2/+2
| * crypto: tegra - remove driverStephen Warren2014-02-274-1202/+0
| * crypto: omap-des - Add config and build optionsJoel Fernandes2014-02-272-0/+12
| * crypto: omap-des - Add omap-des driver for OMAP4/AM43xxJoel Fernandes2014-02-271-0/+1218
| * crypto: mxs-dcp - Fix platform_get_irq() error handlingFabio Estevam2014-02-271-2/+7
| * hwrng: pixocell - Use devm_ioremap_resource()Jingoo Han2014-02-271-16/+3
| * hwrng: atmel - Use devm_ioremap_resource()Jingoo Han2014-02-271-11/+4
| * crypto: s5p-sss - Use devm_ioremap_resource()Jingoo Han2014-02-271-9/+4
| * crypto: sahara - Use devm_ioremap_resource()Jingoo Han2014-02-271-16/+3
| * crypto: picoxcell - Use devm_ioremap_resource()Jingoo Han2014-02-271-11/+5
| * crypto: caam - fix ERA retrieval functionAlex Porosanu2014-02-092-27/+11
| * hwrng: cleanup in hwrng_register()Dan Carpenter2014-02-091-7/+3
| * crypto: mxs-dcp: Check the return value of stmp_reset_block()Fabio Estevam2014-02-091-1/+3
| * crypto: mxs-dcp: Use devm_kzalloc()Fabio Estevam2014-02-091-7/+2
| * crypto: talitos: init the priv->alg_list more earlier in talitos_probe()Kevin Hao2014-02-091-2/+2
| * crypto: ccp - Perform completion callbacks using a taskletTom Lendacky2014-02-091-4/+17
| * crypto: ccp - Use a single queue for proper ordering of tfm requestsTom Lendacky2014-02-091-116/+48
| * crypto: ccp - Move HMAC calculation down to ccp ops fileTom Lendacky2014-02-093-110/+132
| * crypto: ccp - Allow for selective disablement of crypto API algorithmsTom Lendacky2014-02-091-12/+25
| * crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignmentsDave Jones2014-02-091-2/+2
| * crypto: caam - Fix job ring discovery in controller driverNitesh Lal2014-02-091-19/+6
| * crypto: dcp - Move the AES operation type from actx to rctxMarek Vasut2014-02-091-10/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-02885-22365/+79944
|\ \
| * \ Merge tag 'linux-can-fixes-for-3.15-20140401' of git://gitorious.org/linux-ca...David S. Miller2014-04-014-161/+265
| |\ \
| | * | can: c_can: Avoid led toggling for every packet.Thomas Gleixner2014-04-011-3/+4
| | * | can: c_can: Simplify TX interrupt cleanupThomas Gleixner2014-04-011-20/+17