Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
78fd6dcf11468a5a131b8365580d0c613bcc02cb
/
drivers
/
crypto
c44b594
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 8 years ago
5a0387a
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
9b2bbdb
virtio: wrap find_vqs
by Michael S. Tsirkin
· 8 years ago
3527d3e
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
929562b
crypto: stm32 - Fix OF module alias information
by Wei Yongjun
· 8 years ago
6263b51
crypto: ccp - Change ISR handler method for a v5 CCP
by Gary R Hook
· 8 years ago
7b537b2
crypto: ccp - Change ISR handler method for a v3 CCP
by Gary R Hook
· 8 years ago
7c6c0dc
crypto: crypto4xx - rename ce_ring_contol to ce_ring_control
by Colin Ian King
· 8 years ago
116591f
crypto: ccp - Disable interrupts early on unload
by Gary R Hook
· 8 years ago
56467cb
crypto: ccp - Use only the relevant interrupt bits
by Gary R Hook
· 8 years ago
ec1bca9
crypto: chcr - Fix error handling related to 'chcr_alloc_shash'
by Christophe Jaillet
· 8 years ago
c46ea13
crypto: exynos - Add new Exynos RNG driver
by Krzysztof Kozlowski
· 8 years ago
7e207d8
crypto: caam - fix error return code in caam_qi_init()
by Wei Yongjun
· 8 years ago
0e93708
crypto: chcr - Add fallback for AEAD algos
by Harsh Jain
· 8 years ago
72a56ca
crypto: chcr - Fix txq ids.
by Harsh Jain
· 8 years ago
0a7bd30
crypto: chcr - Set hmac_ctrl bit to use HW register HMAC_CFG[456]
by Harsh Jain
· 8 years ago
e29abda
crypto: chcr - Increase priority of AEAD algos.
by Harsh Jain
· 8 years ago
73810a0
crypto: N2 - Replace racy task affinity logic
by Thomas Gleixner
· 8 years ago
c08e611
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
2d15839
crypto: ccp - Rearrange structure members to minimize size
by Gary R Hook
· 8 years ago
51de7dd
crypto: ccp - Remove redundant cpu-to-le32 macros
by Gary R Hook
· 8 years ago
b51dbe9
crypto: stm32 - Support for STM32 CRC32 crypto module
by Fabien DESSENNE
· 8 years ago
c6dc060
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 8 years ago
40c98cb
crypto: caam - fix RNG deinstantiation error checking
by Horia Geantă
· 8 years ago
33fa46d
crypto: caam - fix invalid dereference in caam_rsa_init_tfm()
by Horia Geantă
· 8 years ago
ec36060
crypto: caam - fix JR platform device subsequent (re)creations
by Horia Geantă
· 8 years ago
035f0cd
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
e8fe23f
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
796b40c
crypto: ixp4xx - Use sg_virt()
by Geliang Tang
· 8 years ago
d64069e
crypto: zip - add a cast for printing atomic64_t values
by Arnd Bergmann
· 8 years ago
0d13d8f
crypto: zip - Memory corruption in zip_clear_stats()
by Dan Carpenter
· 8 years ago
106d733
crypto: s5p-sss - Document the struct s5p_aes_dev
by Krzysztof Kozlowski
· 8 years ago
fb514b2
crypto: s5p-sss - Remove unused variant field from state container
by Krzysztof Kozlowski
· 8 years ago
42d5c17
crypto: s5p-sss - Close possible race for completed requests
by Krzysztof Kozlowski
· 8 years ago
b189817
crypto: caam/qi - add ablkcipher and authenc algorithms
by Horia Geantă
· 8 years ago
67c2315d
crypto: caam - add Queue Interface (QI) backend support
by Horia Geantă
· 8 years ago
cd37369
crypto: caam - avoid double inclusion in desc_constr.h
by Horia Geantă
· 8 years ago
36cf515
crypto: ccp - Enable support for AES GCM on v5 CCPs
by Gary R Hook
· 8 years ago
990672d
crypto: ccp - Enable 3DES function on v5 CCPs
by Gary R Hook
· 8 years ago
ccebcf3
crypto: ccp - Add SHA-2 384- and 512-bit support
by Gary R Hook
· 8 years ago
2e6d603
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by Herbert Xu
· 8 years ago
efc989f
crypto: ccp - Make some CCP DMA channels private
by Gary R Hook
· 8 years ago
9aa2fcb
crypto: mediatek - make hardware operation flow more efficient
by Ryder Lee
· 8 years ago
98b1023
crypto: mediatek - add mtk_aes_gcm_tag_verify()
by Ryder Lee
· 8 years ago
5041d71
crypto: mediatek - fix error handling in mtk_aes_complete()
by Ryder Lee
· 8 years ago
0d4a826
crypto: mediatek - add queue_task tasklet
by Ryder Lee
· 8 years ago
3d21c41
crypto: mediatek - simplify descriptor ring management
by Ryder Lee
· 8 years ago
82445fe
crypto: mediatek - make mtk_sha_xmit() more generic
by Ryder Lee
· 8 years ago
b7a2be3
crypto: mediatek - add MTK_* prefix and correct annotations.
by Ryder Lee
· 8 years ago
132c57c
crypto: mediatek - rework interrupt handler
by Ryder Lee
· 8 years ago
7c46844
crypto: ccp - Assign DMA commands to the channel's CCP
by Gary R Hook
· 8 years ago
defc7d7
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
8a1115f
scripts/spelling.txt: add "disble(d)" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
5527dfb
crypto: kpp - constify buffer passed to crypto_kpp_set_secret()
by Eric Biggers
· 8 years ago
cd220ae
crypto: bcm - fix spelling mistake: "genereate" -> "generate"
by Colin Ian King
· 8 years ago
09ae5d3
crypto: zip - Add Compression/Decompression statistics
by Mahipal Challa
· 8 years ago
f05845f
crypto: zip - Wire-up Compression / decompression HW offload
by Mahipal Challa
· 8 years ago
640035a
crypto: zip - Add ThunderX ZIP driver core
by Mahipal Challa
· 8 years ago
28b62b1
crypto: s5p-sss - Fix spinlock recursion on LRW(AES)
by Krzysztof Kozlowski
· 8 years ago
07de4bc
crypto: s5p-sss - Fix completing crypto request in IRQ handler
by Krzysztof Kozlowski
· 8 years ago
33a8b3e
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
54d7989
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 8 years ago
5839f55
crypto: vmx - Use skcipher for xts fallback
by Paulo Flabiano Smorigo
· 8 years ago
c96d0a1
crypto: vmx - Use skcipher for cbc fallback
by Paulo Flabiano Smorigo
· 8 years ago
86292b3
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
3f5595e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 8 years ago
1cce200
scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
fb5e31d
virtio: allow drivers to request IRQ affinity when creating VQs
by Christoph Hellwig
· 8 years ago
c884b36
crypto: atmel - CRYPTO_DEV_MEDIATEK should depend on HAS_DMA
by Geert Uytterhoeven
· 8 years ago
f7f9482
crypto: atmel - CRYPTO_DEV_ATMEL_TDES and CRYPTO_DEV_ATMEL_SHA should depend on HAS_DMA
by Geert Uytterhoeven
· 8 years ago
d80388e
crypto: cavium - fix leak on curr if curr->head fails to be allocated
by Colin Ian King
· 8 years ago
9bd8290
crypto: cavium - Fix couple of static checker errors
by George Cherian
· 8 years ago
6e5c838
treewide: Remove remaining executable attributes from source files
by Joe Perches
· 8 years ago
2793784
s390/crypt: Add protected key AES module
by Martin Schwidefsky
· 8 years ago
15c0b9e
crypto: cavium - switch to pci_alloc_irq_vectors
by Christoph Hellwig
· 8 years ago
613844e8
crypto: cavium - switch to pci_alloc_irq_vectors
by Christoph Hellwig
· 8 years ago
f4f228b
crypto: cavium - remove dead MSI-X related define
by Christoph Hellwig
· 8 years ago
e80d4af
s390/pkey: Introduce pkey kernel module
by Harald Freudenberger
· 8 years ago
a3358e3
s390/zcrypt: Rework CONFIG_ZCRYPT Kconfig text.
by Harald Freudenberger
· 8 years ago
dcd36c4
crypto: brcm - Avoid double free in ahash_finup()
by Rob Rice
· 8 years ago
eafa266
crypto: cavium - fix Kconfig dependencies
by Arnd Bergmann
· 8 years ago
6ecb7d6
crypto: cavium - cpt_bind_vq_to_grp could return an error code
by George Cherian
· 8 years ago
944c3d4
crypto: caam - fix state buffer DMA (un)mapping
by Horia Geantă
· 8 years ago
0355d23
crypto: caam - abstract ahash request double buffering
by Horia Geantă
· 8 years ago
87ec02e
crypto: caam - fix error path for ctx_dma mapping failure
by Horia Geantă
· 8 years ago
bbf2234
crypto: caam - fix DMA API leaks for multiple setkey() calls
by Horia Geantă
· 8 years ago
cfb725f
crypto: caam - don't dma_map key for hash algorithms
by Horia Geantă
· 8 years ago
838e0a8
crypto: caam - use dma_map_sg() return code
by Horia Geantă
· 8 years ago
fa0c92d
crypto: caam - replace sg_count() with sg_nents_for_len()
by Horia Geantă
· 8 years ago
fd144d8
crypto: caam - check sg_count() return value
by Horia Geantă
· 8 years ago
fd88aac
crypto: caam - fix HW S/G in ablkcipher_giv_edesc_alloc()
by Horia Geantă
· 8 years ago
4d8348d
crypto: caam - fix JR IO mapping if one fails
by Tudor Ambarus
· 8 years ago
b3b5fce
crypto: caam - check return code of dma_set_mask_and_coherent()
by Horia Geantă
· 8 years ago
78fd0ff
crypto: caam - don't include unneeded headers
by Horia Geantă
· 8 years ago
83d650a
crypto: ccp - Simplify some buffer management routines
by Gary R Hook
· 8 years ago
4cdf101
crypto: ccp - Update the command queue on errors
by Gary R Hook
· 8 years ago
a60496a
crypto: ccp - Change mode for detailed CCP init messages
by Gary R Hook
· 8 years ago
19998ac
crypto: atmel-sha - fix error management in atmel_sha_start()
by Cyrille Pitchen
· 8 years ago
dd3f9f4
crypto: atmel-sha - fix missing "return" instructions
by Cyrille Pitchen
· 8 years ago
f7cc02b3
crypto: ccp - Set the AES size field for all modes
by Gary R Hook
· 8 years ago
Next »