summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hostfs: use kmalloc instead of kzallocJames Hogan2013-05-041-1/+2
* hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h>James Hogan2013-05-042-2/+2
* hostfs: remove "will unlock" commentJames Hogan2013-05-041-1/+1
* vfs: use list_move instead of list_del/list_addWei Yongjun2013-05-041-2/+1
* proc_devtree: Replace include linux/module.h with linux/export.hSyam Sidhardhan2013-05-041-1/+1
* create_mnt_ns: unidiomatic use of list_add()Al Viro2013-05-041-1/+1
* fs: remove dentry_lru_prune()Yan, Zheng2013-05-041-22/+9
* Removed unused typedef to avoid "unused local typedef" warnings.Han Shen2013-05-041-1/+0
* kill fs/read_write.hAl Viro2013-05-043-12/+4
* fs: Fix hang with BSD accounting on frozen filesystemJan Kara2013-05-042-1/+13
* sun3_scsi: add ->show_info()Geert Uytterhoeven2013-05-043-106/+80
* nubus: Kill nubus_proc_detach_device()Geert Uytterhoeven2013-05-042-16/+0
* more mode_t whack-a-mole...Al Viro2013-05-041-1/+1
* do_coredump(): don't wait for thaw if coredump has already been interruptedAl Viro2013-05-041-4/+5
* do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission chec...Al Viro2013-05-041-3/+2
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-05-023-60/+58
|\
| * Revert "math64: New div64_u64_rem helper"Stanislaw Gruszka2013-04-302-31/+7
| * sched: Avoid prev->stime underflowStanislaw Gruszka2013-04-301-7/+7
| * sched: Do not account bogus utimeStanislaw Gruszka2013-04-301-0/+9
| * sched: Avoid cputime scaling overflowStanislaw Gruszka2013-04-301-22/+35
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-05-0288-744/+15378
|\ \
| * | crypto: caam - fix job ring cleanup codeVakul Garg2013-04-252-0/+5
| * | crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camelli...Jussi Kivilinna2013-04-257-3/+2024
| * | crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipherJussi Kivilinna2013-04-257-20/+1468
| * | crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipherJussi Kivilinna2013-04-258-2/+1432
| * | crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipherJussi Kivilinna2013-04-258-24/+1127
| * | crypto: tcrypt - add async cipher speed tests for blowfishJussi Kivilinna2013-04-251-0/+15
| * | crypto: testmgr - extend camellia test-vectors for camellia-aesni/avx2Jussi Kivilinna2013-04-251-38/+1062
| * | crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86Jussi Kivilinna2013-04-251-1/+1
| * | crypto: aesni_intel - add more optimized XTS mode for x86-64Jussi Kivilinna2013-04-253-0/+198
| * | crypto: x86/camellia-aesni-avx - add more optimized XTS codeJussi Kivilinna2013-04-252-42/+229
| * | crypto: cast6-avx: use new optimized XTS codeJussi Kivilinna2013-04-252-41/+98
| * | crypto: x86/twofish-avx - use optimized XTS codeJussi Kivilinna2013-04-252-41/+98
| * | crypto: x86 - add more optimized XTS-mode for serpent-avxJussi Kivilinna2013-04-256-46/+273
| * | xfrm: add rfc4494 AES-CMAC-96 supportJussi Kivilinna2013-04-251-0/+13
| * | crypto: add CMAC support to CryptoAPIJussi Kivilinna2013-04-256-1/+480
| * | crypto: testmgr - add empty test vectors for null ciphersJussi Kivilinna2013-04-251-0/+9
| * | crypto: testmgr - add AES GMAC test vectorsJussi Kivilinna2013-04-253-2/+108
| * | crypto: gcm - fix rfc4543 to handle async crypto correctlyJussi Kivilinna2013-04-251-2/+17
| * | crypto: gcm - make GMAC work when dst and src are differentJussi Kivilinna2013-04-252-17/+81
| * | hwrng: timeriomem - added devicetree hooksAlexander Clouter2013-04-252-2/+40
| * | hwrng: timeriomem - update to support more than one deviceAlexander Clouter2013-04-252-59/+116
| * | crypto: crc32-pclmul - Use gas macro for pclmulqdqSandy Wu2013-04-251-2/+3
| * | hwrng: bcm2835 - Add Broadcom BCM2835 RNG driverLubomir Rintel2013-04-254-0/+139
| * | crypto: caam - static constify error dataKim Phillips2013-04-251-5/+5
| * | crypto: caam - change key gen functions to return signed intKim Phillips2013-04-253-4/+4
| * | crypto: sha512 - Create module providing optimized SHA512 routines using SSSE...Tim Chen2013-04-253-0/+295
| * | crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX2 RORX ins...Tim Chen2013-04-251-0/+743
| * | crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX instructi...Tim Chen2013-04-251-0/+423
| * | crypto: sha512 - Optimized SHA512 x86_64 assembly routine using Supplemental ...Tim Chen2013-04-251-0/+421
OpenPOWER on IntegriCloud