index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: skcipher - Add low-level skcipher interface
Herbert Xu
2016-07-18
4
-7
/
+407
*
crypto: sha-mb - Cleanup code to use || instead of |
Tim Chen
2016-07-12
3
-9
/
+15
*
crypto: qat - Stop dropping leading zeros from RSA output
Salvatore Benedetto
2016-07-11
1
-20
/
+0
*
crypto: qat - Add DH support
Salvatore Benedetto
2016-07-11
2
-72
/
+522
*
crypto: doc - Fix double words "the the" in crypto-API.tmpl
Masanari Iida
2016-07-11
1
-2
/
+2
*
crypto: qat - Add RSA CRT mode
Salvatore Benedetto
2016-07-05
1
-25
/
+209
*
crypto: testmgr - Add 4K private key to RSA testvector
Salvatore Benedetto
2016-07-05
1
-1
/
+199
*
crypto: rsa - Store rest of the private key components
Salvatore Benedetto
2016-07-05
3
-5
/
+100
*
crypto: qat - Use alternative reset methods depending on the specific device
Conor McLoughlin
2016-07-05
6
-9
/
+43
*
crypto: bfin_crc - Simplify use of devm_ioremap_resource
Amitoj Kaur Chawla
2016-07-05
1
-5
/
+0
*
crypto: caam - add support for RSA algorithm
Tudor Ambarus
2016-07-05
9
-1
/
+789
*
crypto: testmgr - Set err before proceeding
Salvatore Benedetto
2016-07-05
1
-0
/
+1
*
crypto: qat - Switch to new rsa_helper functions
Salvatore Benedetto
2016-07-05
5
-55
/
+21
*
crypto: powerpc - Add POWER8 optimised crc32c
Anton Blanchard
2016-07-05
5
-0
/
+1745
*
powerpc: define FUNC_START/FUNC_END
Anton Blanchard
2016-07-05
1
-0
/
+3
*
crypto: rsa-pkcs1pad - Fix regression from leading zeros
Herbert Xu
2016-07-03
1
-16
/
+22
*
crypto: sha3 - Add HMAC-SHA3 test modes and test vectors
raveendra padasalagi
2016-07-01
3
-0
/
+444
*
crypto: omap-sham - increase cra_proirity to 400
Bin Liu
2016-07-01
1
-12
/
+12
*
crypto: tcrypt - Do not bail on EINPROGRESS in multibuffer hash test
Herbert Xu
2016-07-01
1
-1
/
+3
*
crypto: rsa-pkcs1pad - Avoid copying output when possible
Herbert Xu
2016-07-01
1
-67
/
+45
*
crypto: rsa-pkcs1pad - Move key size check to setkey
Herbert Xu
2016-07-01
1
-30
/
+26
*
crypto: rsa-pkcs1pad - Always use GFP_KERNEL
Herbert Xu
2016-07-01
1
-16
/
+6
*
crypto: rsa-pkcs1pad - Remove bogus page splitting
Herbert Xu
2016-07-01
1
-14
/
+5
*
crypto: rsa-pkcs1pad - Require hash to be present
Herbert Xu
2016-07-01
1
-53
/
+30
*
lib/mpi: Do not do sg_virt
Herbert Xu
2016-07-01
1
-36
/
+50
*
crypto: rsa - Generate fixed-length output
Herbert Xu
2016-07-01
4
-35
/
+32
*
crypto: testmgr - Allow leading zeros in RSA
Herbert Xu
2016-07-01
1
-27
/
+24
*
crypto: tcrypt - Add speed test for cts
Herbert Xu
2016-07-01
1
-0
/
+8
*
crypto: api - Add crypto_inst_setname
Herbert Xu
2016-07-01
2
-7
/
+19
*
crypto: s390/aes - Use skcipher for fallback
Herbert Xu
2016-07-01
1
-53
/
+60
*
crypto: sahara - Use skcipher for fallback
Herbert Xu
2016-07-01
1
-62
/
+50
*
crypto: qce - Use skcipher for fallback
Herbert Xu
2016-07-01
2
-12
/
+17
*
crypto: picoxcell - Use skcipher for fallback
Herbert Xu
2016-07-01
1
-29
/
+31
*
crypto: mxs-dcp - Use skcipher for fallback
Herbert Xu
2016-07-01
1
-26
/
+21
*
crypto: ccp - Use skcipher for fallback
Herbert Xu
2016-07-01
2
-25
/
+21
*
crypto: aesni - Use crypto_cipher to derive rfc4106 subkey
Herbert Xu
2016-07-01
1
-65
/
+11
*
crypto: tcrypt - Use skcipher
Herbert Xu
2016-07-01
1
-197
/
+44
*
crypto: ahash - Add padding in crypto_ahash_extsize
Herbert Xu
2016-07-01
1
-3
/
+3
*
crypto: authenc - Consider ahash ASYNC bit
Herbert Xu
2016-07-01
2
-4
/
+8
*
crypto: authenc - Remove redundant sg_init_table call.
Harsh Jain
2016-06-29
1
-6
/
+1
*
crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed test
Herbert Xu
2016-06-29
1
-58
/
+71
*
crypto: tcrypt - Use unsigned long for mb ahash cycle counter
Herbert Xu
2016-06-28
1
-5
/
+5
*
crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issues
Krzysztof Kozlowski
2016-06-28
1
-19
/
+14
*
crypto: tcrypt - Add new mode for sha512_mb
Megha Dey
2016-06-28
1
-0
/
+4
*
crypto: sha512-mb - Crypto computation (x4 AVX2)
Megha Dey
2016-06-28
1
-0
/
+529
*
crypto: sha512-mb - Algorithm data structures
Megha Dey
2016-06-28
3
-0
/
+515
*
crypto: sha512-mb - submit/flush routines for AVX2
Megha Dey
2016-06-28
3
-0
/
+580
*
crypto: sha512-mb - Enable SHA512 multibuffer support
Megha Dey
2016-06-28
1
-0
/
+16
*
crypto: sha512-mb - SHA512 multibuffer job manager and glue code
Megha Dey
2016-06-28
3
-0
/
+1055
*
crypto: ux500 - do not build with -O0
Arnd Bergmann
2016-06-28
2
-4
/
+4
[next]