aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-03crypto: aesni - Convert rfc4106 to new AEAD interfaceHerbert Xu1-167/+83
2015-06-03crypto: aesni - Convert top-level rfc4106 algorithm to new interfaceHerbert Xu1-89/+83
2015-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu5-16/+39
2015-05-22crypto: s390/ghash - Fix incorrect ghash icv buffer handling.Harald Freudenberger1-12/+13
2015-05-18crypto: octeon - use md5 IV MD5_HX instead of their raw valueLABBE Corentin1-4/+4
2015-05-18crypto: sparc/md5 - use md5 IV MD5_HX instead of their raw valueLABBE Corentin1-4/+4
2015-05-18crypto: powerpc/md5 - use md5 IV MD5_HX instead of their raw valueLABBE Corentin1-4/+4
2015-05-13crypto: aesni - Use crypto_aead_set_reqsize helperHerbert Xu1-2/+3
2015-05-11crypto: arm/aes - streamline AES-192 code pathArd Biesheuvel1-4/+3
2015-05-11crypto: arm/sha512 - accelerated SHA-512 using ARM generic ASM and NEONArd Biesheuvel9-774/+2748
2015-05-11powerpc: Add ICSWX instructionDan Streetman2-0/+197
2015-05-11powerpc: export of_get_ibm_chip_id functionDan Streetman1-0/+1
2015-05-07crypto: arm64/sha2-ce - prevent asm code finalization in final() pathArd Biesheuvel1-0/+3
2015-05-07crypto: arm64/sha1-ce - prevent asm code finalization in final() pathArd Biesheuvel1-0/+3
2015-05-07crypto: arm64/crc32 - bring in line with generic CRC32Ard Biesheuvel1-3/+19
2015-04-26crypto: sha1-mb - Remove pointless castfiro yang1-1/+2
2015-04-24crypto: x86/sha512_ssse3 - fixup for asm function prototype changeArd Biesheuvel1-1/+1
2015-04-23crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.hHerbert Xu1-1/+1
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-358/+343
2015-04-15s390: remove use of seq_printf return valueJoe Perches1-2/+4
2015-04-15cris fasttimer: remove use of seq_printf return valueJoe Perches2-92/+78
2015-04-15cris: remove use of seq_printf return valueJoe Perches2-58/+62
2015-04-15openrisc: remove use of seq_printf return valueJoe Perches1-24/+26
2015-04-15ARM: plat-pxa: remove use of seq_printf return valueJoe Perches1-58/+53
2015-04-15nios2: cpuinfo: remove use of seq_printf return valueJoe Perches1-39/+38
2015-04-15microblaze: mb: remove use of seq_printf return valueJoe Perches1-76/+73
2015-04-15x86: mtrr: if: remove use of seq_printf return valueJoe Perches1-7/+5
2015-04-15powerpc/powernv: reboot when requested by firmwareJoel Stanley1-2/+3
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda1-0/+1
2015-04-15Merge tag 'sound-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-2/+1
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds80-488/+84
2015-04-15Merge tag 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds56-1997/+246
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2015-04-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds6-8/+8
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds68-1129/+10913
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds19-80/+168
2015-04-14Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds89-572/+2372
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds106-7095/+1328
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds14-18/+170
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds66-382/+398
2015-04-14arm: add support for memtestVladimir Murzin1-0/+3
2015-04-14arm64: add support for memtestVladimir Murzin1-0/+2
2015-04-14mm: move memtest under mmVladimir Murzin4-139/+0
2015-04-14mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook7-22/+1
2015-04-14mm: split ET_DYN ASLR from mmap ASLRKees Cook7-16/+2
2015-04-14s390: redefine randomize_et_dyn for ELF_ET_DYN_BASEKees Cook2-12/+7
2015-04-14mm: expose arch_mmap_rnd when availableKees Cook13-14/+27
2015-04-14s390: standardize mmap_rnd() usageKees Cook1-11/+23
2015-04-14powerpc: standardize mmap_rnd() usageKees Cook1-11/+15
2015-04-14mips: extract logic for mmap_rnd()Kees Cook1-8/+16