index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-09
crypto: chelsio - no csum offload for ipsec path
Atul Gupta
1
-3
/
+2
2018-03-09
crypto: omap-aes - make queue length configurable
Tero Kristo
1
-0
/
+43
2018-03-09
crypto: omap-aes - make fallback size configurable
Tero Kristo
1
-1
/
+47
2018-03-09
crypto: omap-sham - make queue length configurable
Tero Kristo
1
-0
/
+38
2018-03-09
crypto: omap-sham - make fallback size configurable
Tero Kristo
1
-3
/
+53
2018-03-09
crypto: omap-crypto - Verify page zone scatterlists before starting DMA
Tero Kristo
1
-0
/
+4
2018-03-09
crypto: omap-sham - Verify page zone of scatterlists before starting DMA
Tero Kristo
1
-0
/
+7
2018-03-09
crypto: talitos - do not perform unnecessary dma synchronisation
LEROY Christophe
1
-22
/
+63
2018-03-09
crypto: talitos - don't persistently map req_ctx->hw_context and req_ctx->buf
LEROY Christophe
1
-88
/
+44
2018-03-09
crypto: inside-secure - wait for the request to complete if in the backlog
Antoine Tenart
1
-1
/
+1
2018-03-09
crypto: inside-secure - move cache result dma mapping to request
Antoine Tenart
3
-45
/
+18
2018-03-09
crypto: inside-secure - move hash result dma mapping to request
Ofer Heifetz
3
-14
/
+14
2018-03-02
crypto: ccp - Fix sparse, use plain integer as NULL pointer
Brijesh Singh
1
-4
/
+4
2018-03-02
crypto: ccp - return an actual key size from RSA max_size callback
Maciej S. Szmigiero
1
-4
/
+3
2018-03-02
crypto: ccp - don't disable interrupts while setting up debugfs
Sebastian Andrzej Siewior
1
-4
/
+3
2018-03-02
crypto: atmel-aes - fix the keys zeroing on errors
Antoine Tenart
1
-1
/
+1
2018-03-02
crypto: caam - do not use mem and emi_slow clock for imx7x
Rui Miguel Silva
1
-15
/
+24
2018-03-02
crypto: caam - Fix null dereference at error path
Rui Miguel Silva
1
-3
/
+0
2018-03-02
crypto: ccp - add check to get PSP master only when PSP is detected
Brijesh Singh
1
-3
/
+3
2018-03-02
crypto: ccree - replace memset+kfree with kzfree
Gilad Ben-Yossef
1
-2
/
+1
2018-03-02
crypto: ccree - add support for older HW revs
Gilad Ben-Yossef
14
-135
/
+237
2018-03-02
crypto: ccree - remove unused definitions
Gilad Ben-Yossef
1
-20
/
+0
2018-03-02
crypto: marvell/cesa - Clean up redundant #include
Robin Murphy
1
-1
/
+0
2018-02-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-4
/
+4
2018-02-24
crypto: ccp: Fix sparse, use plain integer as NULL pointer
Brijesh Singh
1
-4
/
+4
2018-02-23
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-3
/
+9
2018-02-22
crypto: ccree - fix memdup.cocci warnings
Fengguang Wu
1
-2
/
+1
2018-02-22
crypto: atmel - Delete error messages for a failed memory allocation in six f...
Markus Elfring
3
-19
/
+5
2018-02-22
crypto: bcm - Delete an error message for a failed memory allocation in do_sh...
Markus Elfring
1
-1
/
+0
2018-02-22
crypto: bfin_crc - Delete an error message for a failed memory allocation in ...
Markus Elfring
1
-3
/
+1
2018-02-22
crypto: nx-842 - Delete an error message for a failed memory allocation in nx...
Markus Elfring
1
-3
/
+2
2018-02-22
crypto: sahara - Improve a size determination in sahara_probe()
Markus Elfring
1
-1
/
+1
2018-02-22
crypto: sahara - Delete an error message for a failed memory allocation in sa...
Markus Elfring
1
-3
/
+1
2018-02-22
crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp...
Markus Elfring
1
-2
/
+2
2018-02-22
crypto: ux500 - Adjust an error message in ux500_cryp_probe()
Markus Elfring
1
-1
/
+1
2018-02-22
crypto: ux500 - Adjust two condition checks in ux500_cryp_probe()
Markus Elfring
1
-5
/
+2
2018-02-22
crypto: ux500 - Delete an error message for a failed memory allocation in ux5...
Markus Elfring
1
-1
/
+0
2018-02-22
crypto: inside-secure - unmap the result in the hash send error path
Antoine Tenart
1
-1
/
+3
2018-02-22
crypto: inside-secure - keep the requests push/pop synced
Antoine Tenart
2
-19
/
+15
2018-02-22
crypto: inside-secure - fix the invalidation step during cra_exit
Antoine Tenart
2
-2
/
+2
2018-02-22
crypto: inside-secure - do not process request if no command was issued
Antoine Tenart
1
-0
/
+9
2018-02-22
crypto: inside-secure - fix the cache_len computation
Antoine Tenart
1
-1
/
+1
2018-02-22
crypto: inside-secure - fix the extra cache computation
Antoine Tenart
1
-1
/
+1
2018-02-22
crypto: inside-secure - do not overwrite the threshold value
Antoine Tenart
1
-2
/
+1
2018-02-22
crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ss
Peter Robinson
1
-0
/
+1
2018-02-15
crypto: stm32/cryp - add stm32mp1 support
Fabien DESSENNE
1
-0
/
+6
2018-02-15
crypto: stm32/cryp - add aes gcm / ccm support
Fabien DESSENNE
1
-29
/
+902
2018-02-15
crypto: qat - Make several functions static
Colin Ian King
1
-3
/
+6
2018-02-15
crypto: ccp - Make function ccp_get_dma_chan_attr static
Colin Ian King
1
-1
/
+1
2018-02-15
crypto: chelsio - Make function aead_ccm_validate_input static
Colin Ian King
1
-4
/
+4
[prev]
[next]