index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: atmel-aes - change the DMA threshold
Cyrille Pitchen
2015-12-23
1
-1
/
+1
*
crypto: atmel-aes - fix the counter overflow in CTR mode
Cyrille Pitchen
2015-12-23
1
-2
/
+115
*
crypto: atmel-aes - fix atmel-ctr-aes driver for RFC 3686
Cyrille Pitchen
2015-12-23
1
-1
/
+1
*
crypto: atmel-aes - create sections to regroup functions by usage
Cyrille Pitchen
2015-12-23
1
-102
/
+108
*
crypto: atmel-aes - fix typo and indentation
Cyrille Pitchen
2015-12-23
1
-31
/
+25
*
crypto: atmel-aes - use SIZE_IN_WORDS() helper macro
Cyrille Pitchen
2015-12-23
1
-2
/
+2
*
crypto: atmel-aes - improve performances of data transfer
Cyrille Pitchen
2015-12-23
1
-378
/
+386
*
crypto: atmel-aes - fix atmel_aes_remove()
Cyrille Pitchen
2015-12-23
1
-0
/
+1
*
crypto: atmel-aes - remove useless AES_FLAGS_DMA flag
Cyrille Pitchen
2015-12-23
1
-22
/
+15
*
crypto: atmel-aes - reduce latency of DMA completion
Cyrille Pitchen
2015-12-23
1
-2
/
+2
*
crypto: atmel-aes - remove unused 'err' member of struct atmel_aes_dev
Cyrille Pitchen
2015-12-23
1
-5
/
+0
*
crypto: atmel-aes - rework crypto request completion
Cyrille Pitchen
2015-12-23
1
-27
/
+47
*
crypto: atmel-aes - simplify the configuration of the AES IP
Cyrille Pitchen
2015-12-23
1
-123
/
+93
*
crypto: atmel-aes - remove useless write in the Control Register
Cyrille Pitchen
2015-12-23
1
-2
/
+1
*
crypto: atmel-aes - make crypto request queue management more generic
Cyrille Pitchen
2015-12-23
1
-26
/
+49
*
crypto: atmel-aes - change atmel_aes_write_ctrl() signature
Cyrille Pitchen
2015-12-23
1
-14
/
+10
*
crypto: atmel-aes - propagate error from atmel_aes_hw_version_init()
Cyrille Pitchen
2015-12-23
1
-5
/
+11
*
crypto: atmel-aes - remove unused header includes
Cyrille Pitchen
2015-12-23
1
-3
/
+0
*
crypto: atmel-aes - fix unregistration order of crypto algorithms
Cyrille Pitchen
2015-12-23
1
-2
/
+3
*
crypto: atmel-aes - change algorithm priorities
Cyrille Pitchen
2015-12-23
1
-9
/
+11
*
crypto: atmel-aes - constify value argument of atmel_aes_write_n()
Cyrille Pitchen
2015-12-23
1
-1
/
+1
*
crypto: atmel-aes - add new version
Leilei Zhao
2015-12-23
1
-0
/
+5
*
crypto: qat - use list_for_each_entry*
Geliang Tang
2015-12-22
2
-29
/
+12
*
crypto: ux500 - Use precalculated hash from headers
LABBE Corentin
2015-12-22
2
-18
/
+4
*
crypto: ccp - Use precalculated hash from headers
LABBE Corentin
2015-12-22
2
-31
/
+10
*
crypto: n2 - Use precalculated hash from headers
LABBE Corentin
2015-12-22
2
-27
/
+9
*
crypto: hash - add zero length message hash for shax and md5
LABBE Corentin
2015-12-22
5
-0
/
+37
*
crypto: qat - fix some timeout tests
Pingchao Yang
2015-12-22
1
-1
/
+1
*
crypto: qat - fix CTX_ENABLES bits shift direction issue
Pingchao Yang
2015-12-22
1
-1
/
+1
*
crypto: rsa-pkcs1pad - don't allocate buffer on stack
Andrzej Zaborowski
2015-12-22
1
-8
/
+19
*
crypto: omap - Removed unused variable "err"
Rahul Pathak
2015-12-17
2
-6
/
+2
*
crypto: atmel-sha - Removed unused variable "err"
Rahul Pathak
2015-12-17
1
-2
/
+1
*
crypto: nx-842 - Mask XERS0 bit in return value
Haren Myneni
2015-12-17
2
-4
/
+9
*
crypto: qat - uint8_t is not large enough for accel_id
Tadeusz Struk
2015-12-14
2
-3
/
+3
*
crypto: omap-des - Fix "schedule while atomic" bug
Sam Protsenko
2015-12-14
1
-0
/
+1
*
crypto: qat - enable VF irq after guest exits ungracefully
Zeng Xin
2015-12-14
2
-1
/
+7
*
crypto: asymmetric_keys - signature.c does not need <module.h>
Paul Gortmaker
2015-12-11
1
-1
/
+1
*
crypto: qat - select PCI_IOV when VF are enabled
Tadeusz Struk
2015-12-11
1
-0
/
+2
*
crypto: qat - ring returning retry even though ring has BW
Harvijay Saini
2015-12-11
1
-3
/
+2
*
crypto: akcipher - fix typos in include/crypto/akcipher.h
LABBE Corentin
2015-12-11
1
-5
/
+5
*
crypto: sahara - fix debug output for 64-bit dma_addr_t
Arnd Bergmann
2015-12-10
1
-4
/
+4
*
crypto: sahara - fix 64-bit dma_addr_t compilation
Arnd Bergmann
2015-12-10
1
-9
/
+9
*
crypto: drbg - constify drbg_state_ops structures
Julia Lawall
2015-12-10
1
-3
/
+3
*
crypto: chacha20poly1305 - Skip encryption/decryption for 0-len
Jason A. Donenfeld
2015-12-09
1
-0
/
+8
*
crypto: rsa - RSA padding algorithm
Andrzej Zaborowski
2015-12-09
4
-1
/
+635
*
crypto: akcipher - add akcipher declarations needed by templates.
Andrzej Zaborowski
2015-12-09
2
-1
/
+111
*
crypto: qat - add support for c62xvf accel type
Tadeusz Struk
2015-12-09
7
-0
/
+558
*
crypto: qat - add support for c3xxxvf accel type
Tadeusz Struk
2015-12-09
7
-1
/
+559
*
crypto: qat - add support for c62x accel type
Tadeusz Struk
2015-12-09
7
-0
/
+683
*
crypto: qat - add support for c3xxx accel type
Tadeusz Struk
2015-12-09
8
-5
/
+714
[next]