| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | crypto: omap-sham - Map SG pages if they are HIGHMEM before accessing | Joel Fernandes | 2014-03-10 | 1 | -1/+7 |
| * | crypto: caam - Dynamic memory allocation for caam_rng_ctx object | Nitesh Lal | 2014-03-10 | 1 | -6/+9 |
| * | crypto: allow blkcipher walks over AEAD data | Ard Biesheuvel | 2014-03-10 | 2 | -0/+18 |
| * | crypto: remove direct blkcipher_walk dependency on transform | Ard Biesheuvel | 2014-03-10 | 2 | -35/+37 |
| * | hwrng: add randomness to system from rng sources | Kees Cook | 2014-03-10 | 1 | -0/+7 |
| * | crypto: mxs-dcp - Optimize hashing | Marek Vasut | 2014-03-10 | 1 | -11/+17 |
| * | crypto: mxs-dcp - Align the bounce buffers | Marek Vasut | 2014-03-10 | 1 | -1/+7 |
| * | crypto: omap-des - make local functions static | Jingoo Han | 2014-03-10 | 1 | -2/+2 |
| * | crypto: omap-sham - Use SIMPLE_DEV_PM_OPS macro | Jingoo Han | 2014-03-10 | 1 | -3/+1 |
| * | crypto: omap-des - Use SIMPLE_DEV_PM_OPS macro | Jingoo Han | 2014-03-10 | 1 | -3/+1 |
| * | crypto: omap-aes - Use SIMPLE_DEV_PM_OPS macro | Jingoo Han | 2014-03-10 | 1 | -3/+1 |
| * | hwrng: timeriomem - Use devm_*() functions | Jingoo Han | 2014-03-10 | 1 | -30/+10 |
| * | hwrng: nomadik - Use devm_*() functions | Jingoo Han | 2014-03-10 | 1 | -9/+4 |
| * | hwrng: pixocell - Use devm_clk_get() | Jingoo Han | 2014-03-10 | 1 | -6/+2 |
| * | hwrng: omap3-rom - Use devm_clk_get() | Jingoo Han | 2014-03-10 | 1 | -2/+1 |
| * | hwrng: atmel - Use devm_clk_get() | Jingoo Han | 2014-03-10 | 1 | -6/+2 |
| * | crypt: bfin_crc - Remove useless SSYNC instruction and cache flush to DMA coh... | Sonic Zhang | 2014-03-10 | 1 | -34/+11 |
| * | crypto: sahara - Use return value of devm_request_irq() on error | Alexander Shiyan | 2014-03-10 | 1 | -3/+4 |
| * | crypto: ccp - Account for CCP backlog processing | Tom Lendacky | 2014-02-27 | 1 | -7/+11 |
| * | crypto: ccp - Invoke context callback when there is a backlog error | Tom Lendacky | 2014-02-27 | 1 | -0/+3 |
| * | crypto: ccp - Prevent a possible lost CCP command request | Tom Lendacky | 2014-02-27 | 1 | -0/+4 |
| * | crypto: caam - writel() arguments are swapped | Dan Carpenter | 2014-02-27 | 1 | -2/+2 |
| * | crypto: tegra - remove driver | Stephen Warren | 2014-02-27 | 4 | -1202/+0 |
| * | crypto: omap-des - Add config and build options | Joel Fernandes | 2014-02-27 | 2 | -0/+12 |
| * | crypto: omap-des - Add omap-des driver for OMAP4/AM43xx | Joel Fernandes | 2014-02-27 | 1 | -0/+1218 |
| * | crypto: mxs-dcp - Fix platform_get_irq() error handling | Fabio Estevam | 2014-02-27 | 1 | -2/+7 |
| * | crypto: remove a duplicate checks in __cbc_decrypt() | Dan Carpenter | 2014-02-27 | 2 | -6/+0 |
| * | hwrng: pixocell - Use devm_ioremap_resource() | Jingoo Han | 2014-02-27 | 1 | -16/+3 |
| * | hwrng: atmel - Use devm_ioremap_resource() | Jingoo Han | 2014-02-27 | 1 | -11/+4 |
| * | crypto: s5p-sss - Use devm_ioremap_resource() | Jingoo Han | 2014-02-27 | 1 | -9/+4 |
| * | crypto: sahara - Use devm_ioremap_resource() | Jingoo Han | 2014-02-27 | 1 | -16/+3 |
| * | crypto: picoxcell - Use devm_ioremap_resource() | Jingoo Han | 2014-02-27 | 1 | -11/+5 |
| * | CRC32C: Add soft module dependency to load other accelerated crc32c modules | Tim Chen | 2014-02-25 | 2 | -1/+3 |
| * | crypto: caam - fix ERA retrieval function | Alex Porosanu | 2014-02-09 | 2 | -27/+11 |
| * | hwrng: cleanup in hwrng_register() | Dan Carpenter | 2014-02-09 | 1 | -7/+3 |
| * | crypto: mxs-dcp: Check the return value of stmp_reset_block() | Fabio Estevam | 2014-02-09 | 1 | -1/+3 |
| * | crypto: mxs-dcp: Use devm_kzalloc() | Fabio Estevam | 2014-02-09 | 1 | -7/+2 |
| * | crypto: talitos: init the priv->alg_list more earlier in talitos_probe() | Kevin Hao | 2014-02-09 | 1 | -2/+2 |
| * | crypto: ccp - Perform completion callbacks using a tasklet | Tom Lendacky | 2014-02-09 | 1 | -4/+17 |
| * | crypto: ccp - Use a single queue for proper ordering of tfm requests | Tom Lendacky | 2014-02-09 | 1 | -116/+48 |
| * | crypto: ccp - Move HMAC calculation down to ccp ops file | Tom Lendacky | 2014-02-09 | 4 | -110/+139 |
| * | crypto: ccp - Allow for selective disablement of crypto API algorithms | Tom Lendacky | 2014-02-09 | 1 | -12/+25 |
| * | crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignments | Dave Jones | 2014-02-09 | 1 | -2/+2 |
| * | crypto: caam - Fix job ring discovery in controller driver | Nitesh Lal | 2014-02-09 | 1 | -19/+6 |
| * | crypto: dcp - Move the AES operation type from actx to rctx | Marek Vasut | 2014-02-09 | 1 | -10/+17 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2014-04-03 | 30 | -207/+235 |
|\ \ |
|
| * | | selinux: correctly label /proc inodes in use before the policy is loaded | Paul Moore | 2014-03-19 | 1 | -9/+27 |
| * | | selinux: put the mmap() DAC controls before the MAC controls | Paul Moore | 2014-03-19 | 1 | -12/+8 |
| * | | selinux: fix the output of ./scripts/get_maintainer.pl for SELinux | Paul Moore | 2014-03-19 | 0 | -0/+0 |
| * | | Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/zo... | James Morris | 2014-03-12 | 20 | -143/+167 |
| |\ \ |
|