summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | crypto: caam - add support for givencrypt cbc(des) and cbc(des3_ede)Catalin Vasile2014-11-121-4/+6
| * | | crypto: algif - zeroize IV bufferStephan Mueller2014-11-121-0/+1
| * | | crypto: algif - zeroize message digest bufferStephan Mueller2014-11-121-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2014-11-121139-10258/+21117
| |\ \ \
| * | | | 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: drbg - add MODULE_ALIAS for all DRBG typesStephan Mueller2014-11-101-0/+25
| * | | | 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: aesni - remove unnecessary #defineValentin Rothberg2014-11-061-6/+2
| * | | | 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
| * | | | crypto: drbg - use crypto_incStephan Mueller2014-10-241-41/+38
| * | | | crypto: testmgr - Remove unnecessary KERN_INFO from testmgr.cMasanari Iida2014-10-241-2/+1
* | | | | Merge branch 'akpm' (second patch-bomb from Andrew)Linus Torvalds2014-12-13154-1364/+3209
|\ \ \ \ \
| * | | | | cgroups: Documentation: fix trivial typos and wrong paragraph numberingsSeongJae Park2014-12-132-7/+7
| * | | | | parisc: percpu: update comments referring to __get_cpu_varChristoph Lameter2014-12-131-2/+2
| * | | | | percpu: update local_ops.txt to reflect this_cpu operationsChristoph Lameter2014-12-131-4/+9
| * | | | | percpu: remove __get_cpu_var and __raw_get_cpu_var macrosChristoph Lameter2014-12-131-2/+0
| * | | | | fsnotify: remove destroy_list from fsnotify_markJan Kara2014-12-132-6/+9
| * | | | | fsnotify: unify inode and mount marks handlingJan Kara2014-12-1311-229/+160
| * | | | | fallocate: create FAN_MODIFY and IN_MODIFY eventsHeinrich Schuchardt2014-12-131-0/+11
| * | | | | mm/cma: make kmemleak ignore CMA regionsThierry Reding2014-12-131-0/+6
| * | | | | slub: fix cpuset check in get_any_partialVladimir Davydov2014-12-131-2/+1
| * | | | | slab: fix cpuset check in fallback_allocVladimir Davydov2014-12-131-1/+1
| * | | | | shmdt: use i_size_read() instead of ->i_sizeDave Hansen2014-12-131-2/+3
| * | | | | ipc/shm.c: fix overly aggressive shmdt() when calls span multiple segmentsDave Hansen2014-12-131-5/+13
| * | | | | ipc/msg: increase MSGMNI, remove scalingManfred Spraul2014-12-139-298/+45
| * | | | | ipc/sem.c: increase SEMMSL, SEMMNI, SEMOPMManfred Spraul2014-12-131-3/+15
| * | | | | ipc/sem.c: change memory barrier in sem_lock() to smp_rmb()Manfred Spraul2014-12-131-3/+10
| * | | | | lib/decompress.c: consistency of compress formats for kernel imageHaesung Kim2014-12-131-2/+2