index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
crypto
Age
Commit message (
Expand
)
Author
2018-01-12
crypto: hash - annotate algorithms taking optional key
Eric Biggers
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-05-02
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2017-04-21
crypto: crct10dif-vpmsum - Fix missing preempt_disable()
Michael Ellerman
2017-04-07
powerpc/crypto/crc32c-vpmsum: Fix missing preempt_disable()
Michael Ellerman
2017-03-24
crypto: powerpc - Stress test for vpmsum implementations
Daniel Axtens
2017-03-24
crypto: powerpc - Add CRC-T10DIF acceleration
Daniel Axtens
2017-03-24
crypto: powerpc - Re-enable non-REFLECTed CRCs
Daniel Axtens
2017-03-24
crypto: powerpc - Factor out the core CRC vpmsum algorithm
Daniel Axtens
2017-03-08
crypto: powerpc - Fix initialisation of crc32c context
Daniel Axtens
2016-11-28
crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM option
Jean Delvare
2016-10-10
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-10-02
crypto: sha1-powerpc - little-endian support
Marcelo Cerri
2016-08-09
crypto: crc32c-vpmsum - Convert to CPU feature based module autoloading
Anton Blanchard
2016-07-05
crypto: powerpc - Add POWER8 optimised crc32c
Anton Blanchard
2016-05-31
crypto: powerpc - Fix typo
Andrea Gelmini
2016-03-19
Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-03-01
powerpc: Fix misspellings in comments.
Adam Buchbinder
2016-02-17
crypto: xts - fix compile errors
Stephan Mueller
2016-02-17
crypto: xts - consolidate sanity check for keys
Stephan Mueller
2015-12-01
powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()
Anton Blanchard
2015-05-18
crypto: powerpc/md5 - use md5 IV MD5_HX instead of their raw value
LABBE Corentin
2015-03-09
crypto: powerpc - move files to fix build error
Kim Phillips
2015-03-04
crypto: powerpc/md5 - kernel config
Markus Stockhausen
2015-03-04
crypto: powerpc/md5 - glue
Markus Stockhausen
2015-03-04
crypto: powerpc/md5 - assembler
Markus Stockhausen
2015-03-02
crypto: powerpc/sha1 - kernel config
Markus Stockhausen
2015-03-01
crypto: powerpc/aes - kernel config
Markus Stockhausen
2015-03-01
cyprot: powerpc/aes - glue code
Markus Stockhausen
2015-03-01
crypto: powerpc/aes - ECB/CBC/CTR/XTS modes
Markus Stockhausen
2015-03-01
crypto: powerpc/aes - key handling
Markus Stockhausen
2015-03-01
crypto: powerpc/aes - assembler core
Markus Stockhausen
2015-03-01
crypto: powerpc/aes - aes tables
Markus Stockhausen
2015-03-01
crypto: powerpc/aes - register defines
Markus Stockhausen
2015-02-27
crypto: ppc/sha256 - kernel config
Markus Stockhausen
2015-02-27
crypto: ppc/sha256 - glue
Markus Stockhausen
2015-02-27
crypto: ppc/sha256 - assembler
Markus Stockhausen
2015-01-13
crypto: add missing crypto module aliases
Mathias Krause
2014-12-02
crypto: powerpc - replace memset by memzero_explicit
Julia Lawall
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
2013-03-05
powerpc: Fix compile of sha1-powerpc-asm.S on 32-bit
Tony Breeds
2013-01-10
powerpc: Add a powerpc implementation of SHA-1
Michael Ellerman