index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
omap-sham.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-04
crypto: omap-sham - add proper load balancing support for multicore
Tero Kristo
1
-33
/
+31
2020-06-04
crypto: omap-sham - fix very small data size handling
Tero Kristo
1
-0
/
+2
2020-06-04
crypto: omap-sham - huge buffer access fixes
Tero Kristo
1
-2
/
+9
2020-06-04
crypto: omap-sham - force kernel driver usage for sha algos
Tero Kristo
1
-8
/
+16
2020-05-08
crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h
Eric Biggers
1
-1
/
+0
2020-05-08
crypto: omap-sham - use crypto_shash_tfm_digest()
Eric Biggers
1
-16
/
+4
2020-03-06
crypto: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2019-12-11
crypto: omap-sham - fix unaligned sg list handling
Tero Kristo
1
-5
/
+14
2019-12-11
crypto: omap-sham - fix split update cases with cryptomgr tests
Tero Kristo
1
-69
/
+33
2019-12-11
crypto: omap-sham - fix buffer handling for split test cases
Tero Kristo
1
-2
/
+13
2019-12-11
crypto: omap-sham - remove the sysfs group during driver removal
Tero Kristo
1
-0
/
+2
2019-12-11
crypto: omap-sham - split up data to multiple sg elements with huge data
Tero Kristo
1
-17
/
+64
2019-08-09
crypto: drivers - Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-1
/
+0
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
1
-2
/
+0
2018-07-08
crypto: ahash - remove useless setting of type flags
Eric Biggers
1
-24
/
+12
2018-04-28
crypto: omap-sham - fix memleak
Bin Liu
1
-1
/
+1
2018-03-09
crypto: omap-sham - Fix misleading indentation
Krzysztof Kozlowski
1
-1
/
+1
2018-03-09
crypto: omap-sham - Remove useless check for non-null request
Krzysztof Kozlowski
1
-3
/
+0
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-sham - Verify page zone of scatterlists before starting DMA
Tero Kristo
1
-0
/
+7
2017-10-07
crypto: omap - use of_device_get_match_data
Corentin LABBE
1
-5
/
+2
2017-08-03
crypto: omap-sham - remove unnecessary static in omap_sham_remove()
Gustavo A. R. Silva
1
-1
/
+1
2017-06-10
crypto: omap-sham - force word alignment on the xmit-buf also
Tero Kristo
1
-1
/
+1
2017-06-10
crypto: omap-sham - fix closing of hash with separate finalize call
Tero Kristo
1
-2
/
+7
2017-06-10
crypto: omap-sham - buffer handling fixes for hashing later
Tero Kristo
1
-8
/
+14
2017-05-23
crypto: omap-sham - Use IPAD/OPAD constant
Corentin LABBE
1
-2
/
+3
2016-09-22
crypto: omap-sham - shrink the internal buffer size
Tero Kristo
1
-1
/
+1
2016-09-22
crypto: omap-sham - add support for export/import
Tero Kristo
1
-3
/
+13
2016-09-22
crypto: omap-sham - convert driver logic to use sgs for data xmit
Tero Kristo
1
-270
/
+74
2016-09-22
crypto: omap-sham - change the DMA threshold value to a define
Tero Kristo
1
-3
/
+5
2016-09-22
crypto: omap-sham - add support functions for sg based data handling
Tero Kristo
1
-0
/
+263
2016-09-22
crypto: omap-sham - rename sgl to sgl_tmp for deprecation
Tero Kristo
1
-10
/
+11
2016-09-22
crypto: omap-sham - align algorithms on word offset
Tero Kristo
1
-5
/
+5
2016-09-22
crypto: omap-sham - add context export/import stubs
Tero Kristo
1
-2
/
+17
2016-09-13
crypto: omap-sham - fix SW fallback HMAC handling for omap2/omap3
Tero Kristo
1
-1
/
+12
2016-09-13
crypto: omap-sham - fix software fallback handling
Tero Kristo
1
-1
/
+1
2016-09-13
crypto: omap-sham - avoid executing tasklet where not needed
Tero Kristo
1
-5
/
+15
2016-07-01
crypto: omap-sham - increase cra_proirity to 400
Bin Liu
1
-12
/
+12
2016-06-24
crypto: omap-sham - set sw fallback to 240 bytes
Bin Liu
1
-4
/
+8
2016-06-24
crypto: omap - do not call dmaengine_terminate_all
Lokesh Vutla
1
-1
/
+0
2016-06-24
crypto: omap-sham - change queue size from 1 to 10
Tero Kristo
1
-1
/
+1
2016-06-24
crypto: omap-sham - use runtime_pm autosuspend for clock handling
Tero Kristo
1
-1
/
+7
2016-05-19
crypto: omap-sham - potential Oops on error in probe
Dan Carpenter
1
-1
/
+1
2016-05-03
crypto: omap-sham - Use dma_request_chan() for requesting DMA channel
Peter Ujfalusi
1
-17
/
+8
2015-08-17
crypto/omap-sham: remove an open coded access to ->page_link
Christoph Hellwig
1
-1
/
+1
2015-05-18
crypto: omap-sham - Add support for omap3 devices
Pali Rohár
1
-0
/
+4
2015-05-15
crypto: omap-sham - Check for return value from pm_runtime_get_sync
Pali Rohár
1
-3
/
+20
2015-04-03
crypto: omap-sham - Add the offset of sg page to vaddr
Vutla, Lokesh
1
-0
/
+1
[next]