summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* genksyms: fix typeof() handlingJan Beulich2014-04-037-384/+498
* fanotify: move unrelated handling from copy_event_to_user()Jan Kara2014-04-031-21/+19
* fanotify: reorganize loop in fanotify_read()Jan Kara2014-04-031-22/+24
* fanotify: convert access_mutex to spinlockJan Kara2014-04-032-8/+8
* fanotify: use fanotify event structure for permission response processingJan Kara2014-04-033-104/+116
* fanotify: remove useless bypass_perm checkJan Kara2014-04-031-8/+0
* fs/freevxfs/vxfs_lookup.c: update function commentFabian Frederick2014-04-031-1/+1
* fs/cifs/cifsfs.c: add __init to cifs_init_inodecache()Fabian Frederick2014-04-031-1/+1
* kmemleak: change some global variables to intLi Zefan2014-04-031-40/+40
* kmemleak: remove redundant codeLi Zefan2014-04-032-8/+1
* kmemleak: allow freeing internal objects after kmemleak was disabledLi Zefan2014-04-032-15/+46
* kmemleak: free internal objects only if there're no leaks to be reportedLi Zefan2014-04-031-4/+9
* kthread: ensure locality of task_struct allocationsNishanth Aravamudan2014-04-031-2/+2
* bdi: avoid oops on device removalJan Kara2014-04-033-10/+28
* backing_dev: fix hung task on syncDerek Basehore2014-04-032-5/+8
* sh: fix format string bug in stack tracerMatt Fleming2014-04-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-04-0351-1907/+3140
|\
| * crypto: ghash-clmulni-intel - use C implementation for setkey()Ard Biesheuvel2014-04-012-32/+11
| * crypto: x86/sha1 - reduce size of the AVX2 asm implementationMathias Krause2014-03-251-1/+0
| * crypto: x86/sha1 - fix stack alignment of AVX2 variantMathias Krause2014-03-251-5/+2
| * crypto: x86/sha1 - re-enable the AVX variantMathias Krause2014-03-251-10/+16
| * crypto: sha - SHA1 transform x86_64 AVX2chandramouli narayanan2014-03-214-9/+759
| * crypto: crypto_wq - Fix late crypto work queue initializationTim Chen2014-03-211-1/+1
| * crypto: caam - add missing key_dma unmapHoria Geanta2014-03-211-0/+5
| * crypto: caam - add support for aead null encryptionHoria Geanta2014-03-213-13/+342
| * crypto: testmgr - add aead null encryption test vectorsHoria Geanta2014-03-213-0/+220
| * crypto: export NULL algorithms definesHoria Geanta2014-03-212-5/+12
| * crypto: caam - remove error propagation handlingHoria Geanta2014-03-211-47/+7
| * crypto: hash - Simplify the ahash_finup implementationMarek Vasut2014-03-211-27/+9
| * crypto: hash - Pull out the functions to save/restore requestMarek Vasut2014-03-211-45/+62
| * crypto: hash - Fix the pointer voodoo in unaligned ahashMarek Vasut2014-03-211-7/+49
| * crypto: caam - Fix first parameter to caam_init_rngHerbert Xu2014-03-211-1/+1
| * crypto: omap-sham - Map SG pages if they are HIGHMEM before accessingJoel Fernandes2014-03-101-1/+7
| * crypto: caam - Dynamic memory allocation for caam_rng_ctx objectNitesh Lal2014-03-101-6/+9
| * crypto: allow blkcipher walks over AEAD dataArd Biesheuvel2014-03-102-0/+18
| * crypto: remove direct blkcipher_walk dependency on transformArd Biesheuvel2014-03-102-35/+37
| * hwrng: add randomness to system from rng sourcesKees Cook2014-03-101-0/+7
| * crypto: mxs-dcp - Optimize hashingMarek Vasut2014-03-101-11/+17
| * crypto: mxs-dcp - Align the bounce buffersMarek Vasut2014-03-101-1/+7
| * crypto: omap-des - make local functions staticJingoo Han2014-03-101-2/+2
| * crypto: omap-sham - Use SIMPLE_DEV_PM_OPS macroJingoo Han2014-03-101-3/+1
| * crypto: omap-des - Use SIMPLE_DEV_PM_OPS macroJingoo Han2014-03-101-3/+1
| * crypto: omap-aes - Use SIMPLE_DEV_PM_OPS macroJingoo Han2014-03-101-3/+1
| * hwrng: timeriomem - Use devm_*() functionsJingoo Han2014-03-101-30/+10
| * hwrng: nomadik - Use devm_*() functionsJingoo Han2014-03-101-9/+4
| * hwrng: pixocell - Use devm_clk_get()Jingoo Han2014-03-101-6/+2
| * hwrng: omap3-rom - Use devm_clk_get()Jingoo Han2014-03-101-2/+1
| * hwrng: atmel - Use devm_clk_get()Jingoo Han2014-03-101-6/+2
| * crypt: bfin_crc - Remove useless SSYNC instruction and cache flush to DMA coh...Sonic Zhang2014-03-101-34/+11
| * crypto: sahara - Use return value of devm_request_irq() on errorAlexander Shiyan2014-03-101-3/+4