summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: nx - fix typo in nx driver config optionSeth Jennings2012-06-271-1/+1
| * crypto: nx - move nx build to driver/crypto MakefileSeth Jennings2012-06-272-1/+1
| * hwrng: mxc-rnga - fix data_present APIBenoît Thébaudeau2012-06-271-8/+13
| * crypto: algapi - Move larval completion into algbossHerbert Xu2012-06-223-26/+9
| * crypto: serpent-sse2/avx - allow both to be built into kernelJussi Kivilinna2012-06-145-10/+42
| * crypto: arc4 - improve performance by using u32 for ctx and variablesJussi Kivilinna2012-06-141-6/+6
| * crypto: arc4 - improve performance by adding ecb(arc4)Jussi Kivilinna2012-06-141-22/+87
| * crypto: testmgr - add ecb(arc4) speed testsJussi Kivilinna2012-06-141-0/+10
| * crypto: s390 - clean up DES code a bit morePaul Bolle2012-06-141-18/+0
| * crypto: serpent - add x86_64/avx assembler implementationJohannes Goetzfried2012-06-125-0/+1735
| * crypto: testmgr - expand twofish test vectorsJohannes Goetzfried2012-06-121-32/+896
| * crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried2012-06-127-0/+1498
| * crypto: mv_cesa - fix for hash finalisation with dataPhil Sutter2012-06-121-6/+13
| * crypto: mv_cesa - initialise the interrupt status field to zeroPhil Sutter2012-06-121-0/+1
| * crypto: mv_cesa - add an expiry timer in case anything goes wrongPhil Sutter2012-06-121-10/+31
| * crypto: bfin_crc - CRC hardware driver for BF60x family processors.Sonic Zhang2012-06-123-1/+789
| * crypto: testmgr - Add new test cases for Blackfin CRC crypto driverSonic Zhang2012-06-123-0/+102
| * crypto: sha1 - use Kbuild supplied flags for AVX testMathias Krause2012-06-123-11/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-07-2633-502/+1839
|\ \
| * \ Merge branch 'next' into for-linusDmitry Torokhov2012-07-259398-328861/+542006
| |\ \
| | * | Input: add MELFAS mms114 touchscreen driverJoonyoung Shim2012-07-184-0/+581
| | * | Input: add support for key scan interface of the LPC32xx SoCRoland Stigge2012-07-184-0/+433
| | * | Input: omap4-keypad - add device tree supportSourav Poddar2012-07-182-40/+118
| | * | Input: hanwang - add support for Art Master II tabletweixing2012-07-131-15/+42
| | * | Input: spear_keyboard - reconfigure operating frequency on suspendShiraz Hashim2012-07-132-2/+46
| | * | Input: spear_keyboard - fix clock handling during suspend/resumeShiraz Hashim2012-07-131-8/+10
| | * | Input: ff-memless - fix a couple min_t() castsDan Carpenter2012-07-081-2/+2
| | * | Input: synaptics - print firmware ID and board number at initDaniel Kurtz2012-07-082-2/+39
| | * | Input: spear_keyboard - generalize keyboard frequency configurationShiraz Hashim2012-07-081-6/+7
| | * | Input: spear_keyboard - rename bit definitions to reflect registerShiraz Hashim2012-07-081-25/+27
| | * | Input: spear_keyboard - use correct io accessorsShiraz Hashim2012-07-081-15/+15
| | * | Input: spear-keyboard - fix disable device_init_wakeup in removeVipul Kumar Samar2012-07-081-1/+1
| | * | Input: wacom_i2c - fix compiler warningDmitry Torokhov2012-07-081-1/+1
| | * | Pull input changes from Henrik Rydberg, including large update toDmitry Torokhov2012-07-084-252/+339
| | |\ \
| | | * | Revert "Input: atmel_mxt_ts - warn if sysfs could not be created"Henrik Rydberg2012-07-051-1/+4
| | | * | Input: MT - Include win8 supportHenrik Rydberg2012-07-052-29/+97
| | | * | Input: atmel_mxt_ts - parse T6 reportsDaniel Kurtz2012-06-291-4/+19
| | | * | Input: atmel_mxt_ts - send all MT-B slots in one input reportDaniel Kurtz2012-06-291-5/+10
| | | * | Input: atmel_mxt_ts - use T9 reportid range to init number of mt slotsDaniel Kurtz2012-06-291-8/+8
| | | * | Input: atmel_mxt_ts - refactor reportid checking in mxt_interruptDaniel Kurtz2012-06-291-6/+8
| | | * | Input: atmel_mxt_ts - cache T9 reportid range when reading object tableDaniel Kurtz2012-06-291-35/+41
| | | * | Input: atmel_mxt_ts - refactor when and how object table is freedDaniel Kurtz2012-06-291-7/+16
| | | * | Input: atmel_mxt_ts - add detail to touchevent debug messageDaniel Kurtz2012-06-291-3/+14
| | | * | Input: atmel_mxt_ts - simplify event reportingDaniel Kurtz2012-06-291-76/+13
| | | * | Input: atmel_mxt_ts - add sysfs entries to read fw and hw versionDaniel Kurtz2012-06-291-0/+24
| | | * | Input: atmel_mxt_ts - update driver ID info loggingDaniel Kurtz2012-06-291-4/+4
| | | * | Input: atmel_mxt_ts - read ID information block in one i2c transactionDaniel Kurtz2012-06-291-23/+3
| | | * | Input: atmel_mxt_ts - optimize writing of object table entriesDaniel Kurtz2012-06-291-12/+12
| | | * | Input: atmel_mxt_ts - add variable length __mxt_write_regDaniel Kurtz2012-06-291-5/+18
| | | * | Input: atmel_mxt_ts - return errors from i2c layerDaniel Kurtz2012-06-291-8/+20