| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: caam - fix gcc 4.6 warning | Kim Phillips | 2012-01-26 | 1 | -1/+1 |
* | crypto: caam - be less noisy on startup | Kim Phillips | 2012-01-13 | 1 | -4/+4 |
* | crypto: caam - add sha224 and sha384 variants to existing AEAD algorithms | Hemant Agrawal | 2012-01-13 | 1 | -0/+115 |
* | crypto: ixp4xx - convert GFP_KERNEL to GFP_ATOMIC | Julia Lawall | 2012-01-13 | 1 | -1/+1 |
* | crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag | Nikos Mavrogiannopoulos | 2012-01-13 | 11 | -25/+73 |
* | hwrng: tx4939 - use devm_request_and_ioremap | Julia Lawall | 2012-01-13 | 1 | -4/+1 |
* | crypto: driver for Tegra AES hardware | Varun Wadekar | 2012-01-13 | 4 | -0/+1211 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2012-01-10 | 19 | -1410/+1636 |
|\ |
|
| * | crypto: picoxcell - fix boolean and / or confusion | Jamie Iles | 2011-12-20 | 1 | -2/+2 |
| * | crypto: caam - remove DECO access initialization code | Kim Phillips | 2011-12-20 | 2 | -14/+0 |
| * | crypto: caam - fix polarity of "propagate error" logic | Kim Phillips | 2011-12-20 | 3 | -10/+11 |
| * | crypto: caam - more desc.h cleanups | Kim Phillips | 2011-12-20 | 1 | -168/+167 |
| * | crypto: caam - desc.h - convert spaces to tabs | Kim Phillips | 2011-12-20 | 1 | -1039/+1039 |
| * | crypto: talitos - convert talitos_error to struct device | Kim Phillips | 2011-12-20 | 1 | -3/+2 |
| * | crypto: talitos - remove NO_IRQ references | Kim Phillips | 2011-12-20 | 1 | -9/+9 |
| * | crypto: talitos - fix bad kfree | Kim Phillips | 2011-12-20 | 1 | -4/+4 |
| * | crypto: convert drivers/crypto/* to use module_platform_driver() | Axel Lin | 2011-11-30 | 6 | -69/+6 |
| * | char: hw_random: convert drivers/char/hw_random/* to use module_platform_driv... | Axel Lin | 2011-11-30 | 7 | -80/+7 |
| * | crypto: caam - add support for MD5 algorithm variants | Kim Phillips | 2011-11-21 | 2 | -0/+58 |
| * | crypto: talitos - support for channel remap and 2nd IRQ | Kim Phillips | 2011-11-21 | 2 | -72/+149 |
| * | crypto: talitos - prepare driver for channel remap support | Kim Phillips | 2011-11-21 | 2 | -30/+38 |
| * | crypto: talitos - be less noisy on startup | Kim Phillips | 2011-11-21 | 1 | -3/+4 |
| * | crypto: talitos - add hmac algorithms | Lee Nipper | 2011-11-21 | 1 | -2/+235 |
* | | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2012-01-10 | 4 | -80/+152 |
|\ \ |
|
| * \ | Merge branch 'next' into for-linus | James Morris | 2012-01-09 | 4 | -80/+152 |
| |\ \ |
|
| | * \ | Merge branch 'for-james' of git://github.com/srajiv/tpm into next | James Morris | 2011-11-17 | 4 | -80/+152 |
| | |\ \ |
|
| | | * | | TPM: fix transmit_cmd error logic | Rajiv Andrade | 2011-11-16 | 3 | -10/+9 |
| | | * | | TPM: NSC and TIS drivers X86 dependency fix | Rajiv Andrade | 2011-11-16 | 1 | -0/+2 |
| | | * | | TPM: Export wait_for_stat for other vendor specific drivers | Rajiv Andrade | 2011-11-16 | 3 | -53/+55 |
| | | * | | TPM: Use vendor specific function for status probe | Rajiv Andrade | 2011-11-16 | 1 | -5/+5 |
| | | * | | tpm_tis: add delay after aborting command | Stefan Berger | 2011-11-16 | 1 | -0/+3 |
| | | * | | tpm_tis: Check return code from getting timeouts/durations | Stefan Berger | 2011-11-16 | 1 | -1/+5 |
| | | * | | tpm: Introduce function to poll for result of self test | Stefan Berger | 2011-11-16 | 3 | -6/+51 |
| | | * | | tpm: Cleanup tpm_continue_selftest | Stefan Berger | 2011-11-16 | 2 | -8/+24 |
| | | * | | tpm: Have tpm_get_timeouts return an error code | Stefan Berger | 2011-11-16 | 2 | -5/+6 |
* | | | | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2012-01-10 | 2 | -6/+6 |
|\ \ \ \ \ |
|
| * | | | | | input: xilinx_ps2: Don't use NO_IRQ | Michal Simek | 2012-01-05 | 1 | -1/+1 |
| * | | | | | block: xsysace: Don't use NO_IRQ | Michal Simek | 2012-01-05 | 1 | -5/+5 |
| |/ / / / |
|
* | | | | | Merge branch 'unicore32' of git://github.com/gxt/linux | Linus Torvalds | 2012-01-10 | 3 | -32/+7 |
|\ \ \ \ \ |
|
| * | | | | | rtc-puv3: solve section mismatch in rtc-puv3.c | Guan Xuetao | 2012-01-10 | 1 | -2/+2 |
| * | | | | | rtc-puv3: using module_platform_driver() | Guan Xuetao | 2012-01-10 | 1 | -15/+1 |
| * | | | | | i2c-puv3: using module_platform_driver() | Guan Xuetao | 2012-01-10 | 1 | -14/+2 |
| * | | | | | rtc-puv3: irq: remove IRQF_DISABLED | Guan Xuetao | 2012-01-10 | 1 | -2/+2 |
| * | | | | | of: add include asm/setup.h in drivers/of/fdt.c | Yu Yue | 2012-01-10 | 1 | -0/+1 |
* | | | | | | Merge branch 'akpm' (aka "Andrew's patch-bomb") | Linus Torvalds | 2012-01-10 | 91 | -1236/+1172 |
|\ \ \ \ \ \ |
|
| * | | | | | | drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-range | Ben Hutchings | 2012-01-10 | 1 | -2/+2 |
| * | | | | | | drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030 | Benoit Cousson | 2012-01-10 | 1 | -2/+8 |
| * | | | | | | drivers/rtc/: remove redundant spi driver bus initialization | Lars-Peter Clausen | 2012-01-10 | 5 | -5/+0 |
| * | | | | | | drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver static | Axel Lin | 2012-01-10 | 1 | -1/+1 |
| * | | | | | | drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable static | Axel Lin | 2012-01-10 | 1 | -1/+1 |