index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-13
crypto: mediatek - remove ARM dependencies
Arnd Bergmann
1
-7
/
+4
2017-01-13
crypto: mediatek - don't return garbage err on successful return
Colin Ian King
1
-1
/
+1
2017-01-13
crypto: picoxcell - Remove spacc_is_compatible() wrapper function
Javier Martinez Canillas
1
-18
/
+3
2017-01-13
crypto: picoxcell - Remove platform device ID table
Javier Martinez Canillas
1
-7
/
+0
2017-01-13
crypto: picoxcell - Allow driver to build COMPILE_TEST is enabled
Javier Martinez Canillas
1
-1
/
+1
2017-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
3
-3
/
+43
2016-12-30
crypto: virtio - support crypto engine framework
Gonglei \(Arei\)
4
-22
/
+121
2016-12-30
crypto: qat - increase number of supported devices
Xin Zeng
3
-14
/
+19
2016-12-30
crypto: qat - modify format of dev top level debugfs entries
Pablo Marcos Oltra
6
-6
/
+6
2016-12-30
crypto: qat - zero esram only for DH85x devices
Giovanni Cabiddu
1
-2
/
+2
2016-12-30
crypto: qat - fix bar discovery for c62x
Giovanni Cabiddu
2
-1
/
+2
2016-12-30
crypto: qat - replace hardcoded BIT(0) in vf_isr
Giovanni Cabiddu
1
-2
/
+2
2016-12-30
crypto: qat - fix comments describing adf_disable_sriov()
Ahsan Atta
1
-2
/
+2
2016-12-30
crypto: qat - fix indentation
Ahsan Atta
1
-1
/
+1
2016-12-27
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
3
-3
/
+43
2016-12-27
crypto: mediatek - Add crypto driver support for some MediaTek chips
Ryder Lee
8
-0
/
+3258
2016-12-27
crypto: bfin_crc - Remove unneeded linux/miscdevice.h include
Corentin LABBE
1
-1
/
+0
2016-12-27
crypto: bfin_crc - Fix format printing warning
Corentin LABBE
1
-3
/
+3
2016-12-27
crypto: drivers - bring back alphabetical order of Makefile
Corentin LABBE
1
-7
/
+7
2016-12-16
crypto: marvell - Copy IVDIG before launching partial DMA ahash requests
Romain Perier
3
-3
/
+43
2016-12-16
crypto: add virtio-crypto driver
Gonglei
8
-0
/
+1426
2016-12-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
40
-2039
/
+4122
2016-12-12
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-39
/
+2
2016-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-8
/
+8
2016-12-07
crypto: chcr - checking for IS_ERR() instead of NULL
Dan Carpenter
1
-9
/
+8
2016-12-07
crypto: caam - check caam_emi_slow instead of re-lookup platform
Marcus Folkesson
1
-3
/
+3
2016-12-07
crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kernel
Horia Geantă
1
-2
/
+3
2016-12-07
crypto: marvell - Don't corrupt state of an STD req for re-stepped ahash
Romain Perier
1
-3
/
+5
2016-12-07
crypto: marvell - Don't copy hash operation twice into the SRAM
Romain Perier
1
-3
/
+0
2016-12-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2016-12-01
crypto: caam - make aamalg_desc a proper module
Arnd Bergmann
2
-1
/
+5
2016-12-01
crypto: caam - pass key buffers with typesafe pointers
Arnd Bergmann
3
-59
/
+62
2016-11-30
crypto: chcr - Add AEAD algos.
Harsh Jain
6
-41
/
+1558
2016-11-30
crypto: chcr - Move tfm ctx variable to request context
Harsh Jain
2
-18
/
+17
2016-11-30
crypto: chcr - Use SHASH_DESC_ON_STACK
Harsh Jain
2
-38
/
+27
2016-11-30
crypto: chcr - Adjust Dest. buffer size
Harsh Jain
1
-30
/
+20
2016-11-30
crypto: chcr - Calculate Reverse round key in setkey callback.
Harsh Jain
2
-30
/
+24
2016-11-30
crypto: chcr - Remove dynamic allocation
Harsh Jain
2
-32
/
+45
2016-11-30
crypto: chcr - Fixes Unchecked dereference inside function
Harsh Jain
1
-1
/
+2
2016-11-30
crypto: chcr - Added new structure chcr_wr
Harsh Jain
4
-149
/
+140
2016-11-30
crypto: chcr - Cosmetic change
Harsh Jain
2
-58
/
+53
2016-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2
-1
/
+11
2016-11-30
crypto: chcr - Fix memory corruption
Harsh Jain
1
-1
/
+2
2016-11-28
crypto: caam - refactor ahash shared descriptor generation
Horia Geantă
1
-94
/
+36
2016-11-28
crypto: caam - consolidate split key length computation
Horia Geantă
4
-45
/
+53
2016-11-28
crypto: caam - refactor encryption descriptors generation
Horia Geantă
5
-1072
/
+1440
2016-11-28
crypto: caam - remove unneded dependencies on CRYPTO_DEV_FSL_CAAM
Horia Geantă
1
-4
/
+4
2016-11-28
crypto: caam - rewrite some generic inline append cmds
Horia Geantă
2
-14
/
+14
2016-11-28
crypto: caam - improve key inlining
Horia Geantă
2
-53
/
+116
2016-11-28
crypto: caam - remove superfluous alg_op algorithm param
Horia Geantă
4
-81
/
+13
[next]