index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
ux500
/
hash
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: ux500/hash - delete driver
Linus Walleij
2023-02-03
3
-2375
/
+0
*
crypto: ux500/hash - drop unexpected word "the"
Jiang Jian
2022-06-30
1
-1
/
+1
*
crypto: ux500/hash - simplify if-if to if-else
Yihao Han
2022-04-15
1
-3
/
+1
*
crypto: ux500 - use GFP_KERNEL
Julia Lawall
2022-02-18
1
-1
/
+1
*
crypto: ux500 - Fix error return code in hash_hw_final()
Zhen Lei
2021-05-14
1
-0
/
+1
*
crypto: ux500 - Remove redundant dev_err calls
YueHaibing
2021-04-16
1
-1
/
+0
*
crypto: ux500/hash - Fix worthy kernel-doc headers and remove others
Lee Jones
2021-03-26
1
-10
/
+5
*
crypto: ux500 - Fix the parameter of dma_unmap_sg()
Xiang Chen
2021-03-26
1
-1
/
+1
*
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2020-11-20
1
-1
/
+2
*
crypto: ux500 - Fix kmap() bug
Ira Weiny
2020-08-21
1
-12
/
+18
*
crypto: algapi - Remove skbuff.h inclusion
Herbert Xu
2020-08-20
1
-0
/
+1
*
crypto: ux500/hash - Add namespacing to hash_init()
Lee Jones
2020-07-09
1
-9
/
+9
*
crypto: ux500 - Remove set but not used variable 'cookie'
zhengbin
2019-10-23
1
-2
/
+1
*
crypto: ux500 - Fix COMPILE_TEST warnings
Herbert Xu
2019-09-09
1
-5
/
+7
*
crypto: ux500 - Use spinlock_t instead of struct spinlock
Sebastian Andrzej Siewior
2019-07-26
1
-2
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194
Thomas Gleixner
2019-05-30
3
-3
/
+3
*
crypto: ux500 - Use proper enum in hash_set_dma_transfer
Nathan Chancellor
2018-12-23
1
-1
/
+1
*
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-08-18
1
-0
/
+1
|
\
|
*
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
2018-07-07
1
-0
/
+1
*
|
crypto: ahash - remove useless setting of cra_type
Eric Biggers
2018-07-08
1
-3
/
+0
*
|
crypto: ahash - remove useless setting of type flags
Eric Biggers
2018-07-08
1
-8
/
+4
|
/
*
crypto: ux500/hash - Add empty export and import
Kamil Konieczny
2018-02-15
1
-0
/
+18
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2016-07-21
1
-2
/
+2
|
\
|
*
crypto: ux500 - memmove the right size
Linus Walleij
2016-06-13
1
-2
/
+2
*
|
crypto: ux500 - do not build with -O0
Arnd Bergmann
2016-06-28
1
-1
/
+1
|
/
*
crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()
Vladimir Zapolskiy
2016-03-11
1
-2
/
+2
*
crypto: ux500 - Use precalculated hash from headers
LABBE Corentin
2015-12-22
1
-18
/
+2
*
crypto: ux500 - Use devm_xxx() managed function
LABBE Corentin
2015-10-14
1
-42
/
+7
*
crypto: ux500 - Fix module autoload for OF platform drivers
Luis de Bethencourt
2015-09-21
1
-0
/
+1
*
crypto: ux500 - Update error message for dmaengine_prep_slave_sg() API
Geert Uytterhoeven
2015-03-06
1
-1
/
+1
*
crypto: ux500: Use dmaengine_terminate_all API
Maxime Ripard
2014-12-22
1
-1
/
+1
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-15
1
-1
/
+0
|
\
|
*
crypto: ux500: hash: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
crypto: prefix module autoloading with "crypto-"
Kees Cook
2014-11-24
1
-4
/
+4
*
|
crypto: ux500/hash - Silence compiler warning for !CONFIG_PM
Ulf Hansson
2014-11-10
1
-0
/
+2
|
/
*
crypto: ux500 - Fix logging, make arrays const, neatening
Joe Perches
2013-08-01
1
-307
/
+279
*
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-07-02
2
-20
/
+42
|
\
|
*
crypto: ux500: use dmaengine_submit API
Fabio Baltieri
2013-06-25
1
-1
/
+1
|
*
crypto: ux500: use dmaengine_prep_slave_sg API
Fabio Baltieri
2013-06-25
1
-2
/
+2
|
*
crypto: ux500: use dmaengine_device_control API
Fabio Baltieri
2013-06-25
1
-1
/
+1
|
*
crypto: ux500/hash: add missing static qualifiers
Fabio Baltieri
2013-06-25
1
-3
/
+2
|
*
crypto: ux500/hash: use readl on iomem addresses
Fabio Baltieri
2013-06-25
1
-10
/
+10
|
*
crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog
Lee Jones
2013-05-23
1
-1
/
+1
|
*
crypto: ux500/hash - Set DMA configuration though dma_slave_config()
Lee Jones
2013-05-23
2
-1
/
+14
|
*
crypto: ux500/hash - Prepare clock before enabling it
Lee Jones
2013-05-23
1
-1
/
+11
*
|
crypto: ux500/hash - Enable DT probing of the driver
Lee Jones
2013-05-27
1
-0
/
+6
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2013-05-02
1
-3
/
+3
|
\
|
*
crypto: ux500 - fix error return code in hash_dma_final()
Wei Yongjun
2013-04-03
1
-0
/
+2
|
*
crypto: ux500 - replace kmalloc and then memcpy with kmemdup
Mihnea Dobrescu-Balaur
2013-03-21
1
-3
/
+1
*
|
ARM: ux500: get rid of <mach/[hardware|db8500-regs].h>
Linus Walleij
2013-04-08
1
-1
/
+0
|
/
[next]