aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 5-16/+39
2015-05-22crypto: s390/ghash - Fix incorrect ghash icv buffer handling.Gravatar Harald Freudenberger 1-12/+13
2015-05-18crypto: octeon - use md5 IV MD5_HX instead of their raw valueGravatar LABBE Corentin 1-4/+4
2015-05-18crypto: sparc/md5 - use md5 IV MD5_HX instead of their raw valueGravatar LABBE Corentin 1-4/+4
2015-05-18crypto: powerpc/md5 - use md5 IV MD5_HX instead of their raw valueGravatar LABBE Corentin 1-4/+4
2015-05-13crypto: aesni - Use crypto_aead_set_reqsize helperGravatar Herbert Xu 1-2/+3
2015-05-11crypto: arm/aes - streamline AES-192 code pathGravatar Ard Biesheuvel 1-4/+3
2015-05-11crypto: arm/sha512 - accelerated SHA-512 using ARM generic ASM and NEONGravatar Ard Biesheuvel 9-774/+2748
2015-05-11powerpc: Add ICSWX instructionGravatar Dan Streetman 2-0/+197
2015-05-11powerpc: export of_get_ibm_chip_id functionGravatar Dan Streetman 1-0/+1
2015-05-07crypto: arm64/sha2-ce - prevent asm code finalization in final() pathGravatar Ard Biesheuvel 1-0/+3
2015-05-07crypto: arm64/sha1-ce - prevent asm code finalization in final() pathGravatar Ard Biesheuvel 1-0/+3
2015-05-07crypto: arm64/crc32 - bring in line with generic CRC32Gravatar Ard Biesheuvel 1-3/+19
2015-04-26crypto: sha1-mb - Remove pointless castGravatar firo yang 1-1/+2
2015-04-24crypto: x86/sha512_ssse3 - fixup for asm function prototype changeGravatar Ard Biesheuvel 1-1/+1
2015-04-23crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.hGravatar Herbert Xu 1-1/+1
2015-04-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 12-358/+343
2015-04-15s390: remove use of seq_printf return valueGravatar Joe Perches 1-2/+4
2015-04-15cris fasttimer: remove use of seq_printf return valueGravatar Joe Perches 2-92/+78
2015-04-15cris: remove use of seq_printf return valueGravatar Joe Perches 2-58/+62
2015-04-15openrisc: remove use of seq_printf return valueGravatar Joe Perches 1-24/+26
2015-04-15ARM: plat-pxa: remove use of seq_printf return valueGravatar Joe Perches 1-58/+53
2015-04-15nios2: cpuinfo: remove use of seq_printf return valueGravatar Joe Perches 1-39/+38
2015-04-15microblaze: mb: remove use of seq_printf return valueGravatar Joe Perches 1-76/+73
2015-04-15x86: mtrr: if: remove use of seq_printf return valueGravatar Joe Perches 1-7/+5
2015-04-15powerpc/powernv: reboot when requested by firmwareGravatar Joel Stanley 1-2/+3
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesGravatar Iulia Manda 1-0/+1
2015-04-15Merge tag 'sound-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-2/+1
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 80-488/+84
2015-04-15Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw...Gravatar Linus Torvalds 56-1997/+246
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-2/+0
2015-04-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 6-8/+8
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 68-1129/+10913
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 19-80/+168
2015-04-14Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 89-572/+2372
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 106-7095/+1328
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 14-18/+170
2015-04-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 66-382/+398
2015-04-14arm: add support for memtestGravatar Vladimir Murzin 1-0/+3
2015-04-14arm64: add support for memtestGravatar Vladimir Murzin 1-0/+2
2015-04-14mm: move memtest under mmGravatar Vladimir Murzin 4-139/+0
2015-04-14mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEGravatar Kees Cook 7-22/+1
2015-04-14mm: split ET_DYN ASLR from mmap ASLRGravatar Kees Cook 7-16/+2
2015-04-14s390: redefine randomize_et_dyn for ELF_ET_DYN_BASEGravatar Kees Cook 2-12/+7
2015-04-14mm: expose arch_mmap_rnd when availableGravatar Kees Cook 13-14/+27
2015-04-14s390: standardize mmap_rnd() usageGravatar Kees Cook 1-11/+23
2015-04-14powerpc: standardize mmap_rnd() usageGravatar Kees Cook 1-11/+15
2015-04-14mips: extract logic for mmap_rnd()Gravatar Kees Cook 1-8/+16
2015-04-14arm64: standardize mmap_rnd() usageGravatar Kees Cook 2-8/+11
2015-04-14x86: standardize mmap_rnd() usageGravatar Kees Cook 1-16/+20