index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
ux500
/
cryp
/
cryp_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-09
crypto: ux500/cryp - delete driver
Linus Walleij
1
-1600
/
+0
2022-02-18
crypto: ux500 - use GFP_KERNEL
Julia Lawall
1
-1
/
+1
2021-12-24
crypto: ux500 - Use platform_get_irq() to get the interrupt
Lad Prabhakar
1
-19
/
+7
2021-04-16
crypto: ux500 - Remove redundant dev_err calls
YueHaibing
1
-1
/
+0
2021-03-26
crypto: ux500/hash - Fix worthy kernel-doc headers and remove others
Lee Jones
1
-2
/
+3
2021-03-26
crypto: ux500 - Fix the parameter of dma_unmap_sg()
Xiang Chen
1
-2
/
+2
2020-09-11
crypto: ux500 - Fix sparse endianness warnings
Herbert Xu
1
-16
/
+8
2020-08-20
crypto: algapi - Remove skbuff.h inclusion
Herbert Xu
1
-2
/
+2
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-2
/
+0
2019-11-17
crypto: ux500 - switch to skcipher API
Ard Biesheuvel
1
-215
/
+156
2019-09-09
crypto: ux500 - Fix COMPILE_TEST warnings
Herbert Xu
1
-4
/
+4
2019-08-22
crypto: ux500/des - switch to new verification routines
Ard Biesheuvel
1
-24
/
+7
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194
Thomas Gleixner
1
-1
/
+1
2019-04-18
crypto: ux500 - Forbid 2-key 3DES in FIPS mode
Herbert Xu
1
-79
/
+7
2019-01-25
crypto: clarify name of WEAK_KEY request flag
Eric Biggers
1
-9
/
+11
2019-01-11
crypto: ux500 - catch dma submission error
YueHaibing
1
-0
/
+6
2018-12-23
crypto: ux500 - Use proper enum in cryp_set_dma_transfer
Nathan Chancellor
1
-2
/
+2
2018-07-07
headers: separate linux/mod_devicetable.h from linux/platform_device.h
Randy Dunlap
1
-0
/
+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
2017-09-22
crypto: drop unnecessary return statements
Geliang Tang
1
-1
/
+0
2016-03-11
crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()
Vladimir Zapolskiy
1
-2
/
+2
2015-10-14
crypto: ux500 - Use devm_xxx() managed function
LABBE Corentin
1
-61
/
+9
2015-09-21
crypto: ux500 - Fix module autoload for OF platform drivers
Luis de Bethencourt
1
-0
/
+1
2015-02-18
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-2
/
+2
2015-01-26
crypto: replace scatterwalk_sg_next with sg_next
Cristian Stoica
1
-1
/
+1
2014-12-22
crypto: ux500 - fix checkpatch errors
Asaf Vertz
1
-4
/
+4
2014-12-22
crypto: ux500: Use dmaengine_terminate_all API
Maxime Ripard
1
-2
/
+2
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-24
crypto: prefix module autoloading with "crypto-"
Kees Cook
1
-2
/
+2
2014-11-10
crypto: ux500/cryp - Silence compiler warning for !CONFIG_PM
Ulf Hansson
1
-0
/
+2
2014-10-20
crypto: ux500: cryp: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-07-03
crypto: ux500 - make interrupt mode plausible
Arnd Bergmann
1
-13
/
+12
2013-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-1
/
+1
2013-07-02
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-14
/
+43
2013-06-25
crypto: ux500: use dmaengine_submit API
Fabio Baltieri
1
-1
/
+1
2013-06-25
crypto: ux500: use dmaengine_prep_slave_sg API
Fabio Baltieri
1
-10
/
+10
2013-06-25
crypto: ux500: use dmaengine_device_control API
Fabio Baltieri
1
-2
/
+2
2013-05-28
crypto: ux500 - Cocci spatch "resource_size.spatch"
Thomas Meyer
1
-1
/
+1
2013-05-27
crypto: ux500/cryp - Enable DT probing of the driver
Lee Jones
1
-0
/
+6
2013-05-23
crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog
Lee Jones
1
-0
/
+2
2013-05-23
crypto: ux500/cryp - Set DMA configuration though dma_slave_config()
Lee Jones
1
-0
/
+17
2013-05-23
crypto: ux500/cryp - Prepare clock before enabling it
Lee Jones
1
-1
/
+11
2013-05-02
Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+0
2013-04-08
ARM: ux500: get rid of <mach/[hardware|db8500-regs].h>
Linus Walleij
1
-1
/
+0
2013-04-05
crypto: ux500 - add missing comma
Linus Walleij
1
-1
/
+1
2012-11-05
ARM: plat-nomadik: move DMA40 header to <linux/platform_data>
Linus Walleij
1
-2
/
+1
2012-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-0
/
+1
[next]