summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | crypto: caam - Add define for Adjust Output Frame Length in PDBAndrei Varvara2013-05-281-0/+1
| * | crypto: caam - Add defines for CAAM commandsAndrei Varvara2013-05-281-0/+9
| * | crypto: caam - Add defines for overwriting Descriptor's memoryAndrei Varvara2013-05-281-0/+4
| * | crypto: caam - Add new macros for building extended SEC descriptors (> 64 words)Andrei Varvara2013-05-282-1/+56
| * | crypto: caam - Add MATH command to support shld functionAndrei Varvara2013-05-281-0/+2
| * | crypto: caam - Fix STORE command to support overwriting Shared Descriptor's m...Andrei Varvara2013-05-281-1/+17
| * | crypto: caam - fix SEQ IN PTR command when RTO or PRE bit is setAndrei Varvara2013-05-282-4/+8
| * | crypto: sahara - remove dependency on EXPERIMENTALPaul Bolle2013-05-241-1/+1
| * | hwrng: tx4939 - remove unnecessary platform_set_drvdata()Jingoo Han2013-05-241-1/+0
| * | hwrng: timeriomem - remove unnecessary platform_set_drvdata()Jingoo Han2013-05-241-2/+0
| * | hwrng: bcm63xx - remove unnecessary platform_set_drvdata()Jingoo Han2013-05-241-2/+0
| * | hwrng: atmel - remove unnecessary platform_set_drvdata()Jingoo Han2013-05-241-2/+0
| * | crypto: s5p-sss: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-241-2/+0
| * | crypto: mv_cesa: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-241-1/+0
| * | drivers: crypto: use devm_ioremap_resource()Laurent Navet2013-05-242-8/+6
| * | crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hashTim Chen2013-05-243-0/+51
| * | crypto: crct10dif - Glue code to cast accelerated CRCT10DIF assembly as a cry...Tim Chen2013-05-243-0/+164
| * | crypto: crct10dif - Accelerated CRC T10 DIF computation with PCLMULQDQ instru...Tim Chen2013-05-201-0/+643
| * | crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform fram...Tim Chen2013-05-206-43/+225
| * | crypto: caam - FIX RNG init for RNG greater than equal to 4Ruchika Gupta2013-05-142-4/+48
* | | Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2013-07-053-21/+47
|\ \ \
| * | | UBI: support ubi_num on mtd.ubi command lineMike Frysinger2013-07-011-11/+28
| * | | UBI: fastmap break out of used PEB searchBrian Pomerantz2013-05-291-1/+3
| * | | UBI: document UBI_IOCVOLUP better in user headerMike Frysinger2013-05-291-1/+4
| * | | UBI: do not abort init when ubi.mtd devices cannot be foundMike Frysinger2013-05-161-1/+5
| * | | UBI: drop redundant "UBI error" stringMike Frysinger2013-05-161-7/+7
| |/ /
* | | Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2013-07-051-1/+1
|\ \ \
| * | | UBIFS: correct mount messageRichard Genoud2013-05-101-1/+1
* | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-0516-88/+176
|\ \ \ \
| * | | | of: Fix address decoding on Bimini and js2x machinesBenjamin Herrenschmidt2013-07-041-2/+6
| * | | | of: remove CONFIG_OF_DEVICERob Herring2013-06-123-8/+4
| * | | | usb: chipidea: depend on CONFIG_OF instead of CONFIG_OF_DEVICERob Herring2013-06-121-1/+1
| * | | | of: remove of_platform_driverRob Herring2013-06-121-21/+0
| * | | | ibmebus: convert of_platform_driver to platform_driverRob Herring2013-06-124-22/+17
| * | | | driver core: move to_platform_driver to platform_device.hRob Herring2013-06-122-3/+3
| * | | | mfd: DT bindings for the palmas family MFDJ Keerthy2013-06-122-0/+121
| * | | | ARM: dts: omap3-devkit8000: fix NAND memory bindingFlorian Vaussard2013-06-121-14/+15
| * | | | of/base: fix typosLad, Prabhakar2013-06-121-6/+6
| * | | | of: remove #ifdef from linux/of_platform.hArnd Bergmann2013-06-121-11/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-07-05105-512/+4793
|\ \ \ \ \
| * | | | | Input: cyttsp4 - kfree xfer_buf on error path in probe()Ferruh Yigit2013-07-041-1/+3
| * | | | | Input: tps6507x-ts - select INPUT_POLLDEVDmitry Torokhov2013-07-031-0/+1
| * | | | | Input: bcm5974 - add support for the 2013 MacBook AirDmitry Torokhov2013-07-031-2/+34
| * | | | | HID: apple: Add support for the 2013 Macbook AirDmitry Torokhov2013-07-033-0/+15
| * | | | | Input: cyttsp4 - leak on error path in probe()Dan Carpenter2013-07-031-3/+3
| * | | | | Input: cyttsp4 - silence NULL dereference warningDan Carpenter2013-07-031-5/+0
| * | | | | Input: cyttsp4 - silence shift wrap warningDan Carpenter2013-07-031-1/+1
| * | | | | Merge branch 'next' into for-linusDmitry Torokhov2013-07-0210477-321920/+591476
| |\ \ \ \ \
| | * | | | | Input: cyttsp4 - SPI driver for Cypress TMA4XX touchscreen devicesFerruh Yigit2013-07-013-0/+215
| | * | | | | Input: cyttsp4 - I2C driver for Cypress TMA4XX touchscreen devicesFerruh Yigit2013-07-013-0/+100