index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
omap-sham.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-18
crypto: omap-sham - Constify static attribute_group
Rikard Falkeborn
1
-1
/
+1
2021-08-21
crypto: omap - Fix inconsistent locking of device lists
Ben Hutchings
1
-6
/
+6
2021-08-06
crypto: omap-sham - drop pm_runtime_irqsafe() usage
Tony Lindgren
1
-1
/
+0
2021-08-06
crypto: omap-sham - drop suspend and resume functions
Tony Lindgren
1
-21
/
+0
2021-08-06
crypto: omap-sham - drop old hw_init and unused FLAGS_INIT
Tony Lindgren
1
-21
/
+5
2021-08-06
crypto: omap-sham - add missing pm_runtime_dontuse_autosuspend()
Tony Lindgren
1
-0
/
+2
2021-08-06
crypto: omap-sham - initialize req only after omap_sham_hw_init()
Tony Lindgren
1
-2
/
+2
2021-08-06
crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()
Tony Lindgren
1
-1
/
+1
2021-06-11
crypto: omap-sham - Fix PM reference leak in omap sham ops
Zhang Qilong
1
-2
/
+2
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
1
-1
/
+2
2020-09-18
crypto: omap-sham - fix digcnt register handling with export/import
Tero Kristo
1
-0
/
+3
2020-09-18
crypto: omap-sham - convert to use crypto engine
Tero Kristo
1
-108
/
+78
2020-06-26
crypto: omap-sham - Fix sparse/compiler warnings
Herbert Xu
1
-9
/
+9
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-09
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
[next]