summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-1335-598/+3092
|\
| * crypto: qat - fix problem with coalescing enable logicTadeusz Struk2014-12-041-7/+8
| * crypto: sahara - add support for SHA1/256Steffen Trumtrar2014-12-031-5/+621
| * crypto: sahara - replace tasklets with kthreadSteffen Trumtrar2014-12-031-86/+66
| * crypto: sahara - add support for i.MX53Steffen Trumtrar2014-12-031-3/+17
| * crypto: sahara - fix spinlock initializationSteffen Trumtrar2014-12-031-0/+2
| * crytpo: qat - Fix 64 bytes requestsStruk, Tadeusz2014-11-251-3/+6
| * crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-246-13/+15
| * hwrng: atmel - add DT supportBoris Brezillon2014-11-202-1/+8
| * hwrng: atmel - use clk_prepapre_enable/_disable_unprepareBoris Brezillon2014-11-201-4/+4
| * crypto: bfin_crc - don't include linux/unaligned/access_ok.hJohannes Berg2014-11-201-1/+1
| * crypto: qat - Use memzero_explicitStruk, Tadeusz2014-11-171-14/+22
| * crypto: caam - Remove unnecessary smp_read_barrier_depends()Pranith Kumar2014-11-171-3/+0
| * crypto: caam - add support for givencrypt cbc(des) and cbc(des3_ede)Catalin Vasile2014-11-121-4/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2014-11-12529-3309/+9986
| |\
| * | crypto: ux500/hash - Silence compiler warning for !CONFIG_PMUlf Hansson2014-11-101-0/+2
| * | crypto: ux500/cryp - Silence compiler warning for !CONFIG_PMUlf Hansson2014-11-101-0/+2
| * | crypto: caam - fix error reportingCristian Stoica2014-11-061-8/+17
| * | crypto: caam - add support for givencrypt cbc(aes) and rfc3686(ctr(aes))Catalin Vasile2014-11-061-4/+281
| * | crypto: caam - add support for rfc3686 with authenc md5, sha1 and sha2Catalin Vasile2014-11-061-26/+236
| * | crypto: caam - add support for rfc3686(ctr(aes))Catalin Vasile2014-11-062-5/+79
| * | crypto: caam - add support for ctr(aes)Catalin Vasile2014-11-062-5/+37
| * | crypto: caam - add support for rfc4543(gcm(aes))Tudor Ambarus2014-11-061-1/+457
| * | crypto: nx - Fixing the limit number of bytes to be processedLeonidas S. Barbosa2014-11-062-22/+113
| * | crypto: nx - Fix SHA concurrence issue and sg limit boundsLeonidas S. Barbosa2014-11-062-230/+200
| * | crypto: nx - Moving NX-AES-XCBC to be processed logicLeonidas S. Barbosa2014-11-061-18/+63
| * | crypto: nx - Moving NX-AES-GCM to be processed logicLeonidas S. Barbosa2014-11-061-29/+37
| * | crypto: nx - Moving NX-AES-ECB to be processed logicLeonidas S. Barbosa2014-11-061-10/+2
| * | crypto: nx - Moving limit and bound logic in CTR and fix IV vectorLeonidas S. Barbosa2014-11-061-10/+3
| * | crypto: nx - Moving NX-AES-CCM to be processed logic and sg_list boundsLeonidas S. Barbosa2014-11-061-34/+27
| * | crypto: nx - Moving NX-AES-CBC to be processed logicLeonidas S. Barbosa2014-11-061-10/+2
| * | crypto: caam - fix output sequence contiguity checkTudor Ambarus2014-11-061-1/+2
| * | crypto: qat - Move BAR definitions to device specific moduleTadeusz Struk2014-11-063-3/+4
| * | crypto: caam - add support for rfc4106(gcm(aes))Tudor Ambarus2014-10-241-15/+414
| * | crypto: caam - add support for gcm(aes)Tudor Ambarus2014-10-241-11/+331
| * | hwrng: core - Changed from using strncat to strlcatRickard Strandqvist2014-10-241-8/+4
| * | crypto: qat - misspelling typo - "reseting" should be "resetting"Bruce Allan2014-10-241-1/+1
| * | crypto: qat - cleanup unnecessary break checkpatch warningBruce Allan2014-10-241-1/+0
| * | crypto: qat - cleanup coccicheck warning - NULL check before freeing functionsBruce Allan2014-10-241-8/+4
| * | crypto: qat - fix bad unlock balanceBruce Allan2014-10-241-1/+5
* | | Merge branch 'akpm' (second patch-bomb from Andrew)Linus Torvalds2014-12-136-72/+138
|\ \ \
| * | | zram: use DEVICE_ATTR_[RW|RO|WO] to define zram sys device attributeGanesh Mahendran2014-12-131-17/+11
| * | | mm/zram: correct ZRAM_ZERO flag bit positionMahendran Ganesh2014-12-131-2/+2
| * | | zram: implement rw_page operation of zramkaram.lee2014-12-131-0/+44
| * | | zram: change parameter from vaild_io_request()karam.lee2014-12-131-8/+8
| * | | zram: remove bio parameter from zram_bvec_rw()karam.lee2014-12-131-8/+8
| * | | mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner2014-12-131-2/+1
| * | | memory-hotplug: remove redundant call of page_to_pfnZhang Zhen2014-12-131-2/+2
| * | | iommu/amd: use handle_mm_fault directlyJesse Barnes2014-12-131-31/+53
| * | | rtc: snvs: fix build with CONFIG_PM_SLEEP disabledGuenter Roeck2014-12-131-2/+9