summaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-14crypto: camellia - rename camellia.c to camellia_generic.cJussi Kivilinna2-1/+0
2012-03-14crypto: camellia - fix checkpatch warningsJussi Kivilinna1-38/+41
2012-03-14crypto: camellia - rename camellia module to camellia_genericJussi Kivilinna2-1/+3
2012-03-14crypto: tcrypt - add more camellia testsJussi Kivilinna1-0/+12
2012-03-14crypto: testmgr - add more camellia test vectorsJussi Kivilinna2-4/+1424
2012-03-14crypto: camellia - simplify key setup and CAMELLIA_ROUNDSM macroJussi Kivilinna1-21/+3
2012-02-25crypto: twofish-x86_64/i586 - set alignmask to zeroJussi Kivilinna1-1/+1
2012-02-25crypto: blowfish-x86_64 - set alignmask to zeroJussi Kivilinna1-1/+1
2012-02-25crypto: serpent-sse2 - combine ablk_*_init functionsJussi Kivilinna1-58/+13
2012-02-25crypto: blowfish-x86_64 - use crypto_[un]register_algsJussi Kivilinna1-98/+65
2012-02-25crypto: twofish-x86_64-3way - use crypto_[un]register_algsJussi Kivilinna1-130/+89
2012-02-25crypto: serpent-sse2 - use crypto_[un]register_algsJussi Kivilinna1-243/+163
2012-02-16crypto: sha512 - use standard ror64()Alexey Dobriyan2-9/+24
2012-02-14crypto: serpent-sse2 - remove dead code from serpent_sse2_glue.c::serpent_sse...Jesper Juhl1-1/+0
2012-02-14crypto: twofish-x86 - Remove dead code from twofish_glue_3way.c::init()Jesper Juhl1-1/+0
2012-02-05crypto: In crypto_add_alg(), 'exact' wants to be initialized to 0Jesper Juhl1-1/+1
2012-02-05crypto: sha512 - Avoid stack bloat on i386Herbert Xu1-36/+32
2012-01-26crypto: sha512 - Use binary and instead of modulusHerbert Xu1-2/+2
2012-01-26crypto: caam - fix gcc 4.6 warningKim Phillips1-1/+1
2012-01-26crypto: Add bulk algorithm registration interfaceMark Brown2-0/+37
2012-01-15crypto: sha512 - use standard ror64()Alexey Dobriyan2-9/+24
2012-01-15crypto: sha512 - reduce stack usage to safe numberAlexey Dobriyan1-24/+34
2012-01-15crypto: sha512 - make it work, undo percpu message scheduleAlexey Dobriyan1-5/+1
2012-01-13crypto: caam - be less noisy on startupKim Phillips1-4/+4
2012-01-13crypto: caam - add sha224 and sha384 variants to existing AEAD algorithmsHemant Agrawal1-0/+115
2012-01-13crypto: ixp4xx - convert GFP_KERNEL to GFP_ATOMICJulia Lawall1-1/+1
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos12-25/+78
2012-01-13hwrng: tx4939 - use devm_request_and_ioremapJulia Lawall1-4/+1
2012-01-13crypto: serpent-sse2 - change transpose_4x4 to only use integer instructionsJussi Kivilinna2-32/+26
2012-01-13crypto: blowfish-x86_64 - blacklist Pentium 4Jussi Kivilinna1-0/+30
2012-01-13crypto: twofish-x86_64-3way - blacklist pentium4 and atomJussi Kivilinna1-0/+47
2012-01-13crypto: driver for Tegra AES hardwareVarun Wadekar4-0/+1211
2012-01-13arm: tegra: export tegra_chip_uidHenning Heinold1-0/+2
2012-01-11autofs4: deal with autofs4_write/autofs4_write racesAl Viro3-4/+7
2012-01-11autofs4: catatonic_mode vs. notify_daemon raceAl Viro1-11/+14
2012-01-11autofs4: autofs4_wait() vs. autofs4_catatonic_mode() raceAl Viro1-1/+7
2012-01-11user namespace: make signal.c respect user namespacesSerge E. Hallyn2-4/+46
2012-01-11workqueue: make alloc_workqueue() take printf fmt and args for nameTejun Heo2-26/+53
2012-01-11procfs: add hidepid= and gid= mount optionsVasiliy Kulikov5-4/+135
2012-01-11procfs: parse mount optionsVasiliy Kulikov3-2/+64
2012-01-11procfs: introduce the /proc/<pid>/map_files/ directoryPavel Emelyanov2-0/+367
2012-01-11procfs: make proc_get_link to use dentry instead of inodeCyrill Gorcunov2-11/+11
2012-01-11signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming3-5/+23
2012-01-11sparc: make SA_NOMASK a synonym of SA_NODEFERMatt Fleming1-1/+2
2012-01-11reiserfs: don't lock root inode searchingFrederic Weisbecker1-15/+13
2012-01-11reiserfs: don't lock journal_init()Frederic Weisbecker2-43/+31
2012-01-11reiserfs: delay reiserfs lock until journal initializationFrederic Weisbecker2-22/+24
2012-01-11reiserfs: delete comments referring to the BKLDavidlohr Bueso1-7/+4
2012-01-11drivers/rtc/interface.c: fix alarm rollover when day or month is out-of-rangeBen Hutchings1-2/+2
2012-01-11drivers/rtc/rtc-twl.c: add DT support for RTC inside twl4030/twl6030Benoit Cousson2-2/+20