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.12.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
/
caam
/
jr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-18
crypto: caam - Fix kerneldoc
Krzysztof Kozlowski
1
-5
/
+5
2020-07-31
crypto: caam/jr - remove incorrect reference to caam_jr_register()
Dan Douglass
1
-2
/
+1
2020-03-30
crypto: caam - drop global context pointer and init_done
Andrey Smirnov
1
-5
/
+8
2020-02-22
crypto: caam - support crypto_engine framework for SKCIPHER algorithms
Iuliana Prodan
1
-0
/
+28
2020-02-22
crypto: caam - change return code in caam_jr_enqueue function
Iuliana Prodan
1
-4
/
+4
2019-09-13
crypto: caam - Cast to long first before pointer conversion
Herbert Xu
1
-2
/
+2
2019-09-09
crypto: caam - dispose of IRQ mapping only after IRQ is freed
Andrey Smirnov
1
-4
/
+10
2019-09-09
crypto: caam - check irq_of_parse_and_map for errors
Andrey Smirnov
1
-0
/
+4
2019-09-09
crypto: caam - use devres to unmap JR's registers
Andrey Smirnov
1
-4
/
+9
2019-08-30
crypto: caam - don't hardcode inpentry size
Andrey Smirnov
1
-2
/
+2
2019-08-30
crypto: caam - drop explicit usage of struct jr_outentry
Andrey Smirnov
1
-4
/
+6
2019-08-30
crypto: caam - request JR IRQ as the last step
Andrey Smirnov
1
-19
/
+15
2019-08-30
crypto: caam - convert caam_jr_init() to use devres
Andrey Smirnov
1
-34
/
+14
2019-08-30
crypto: caam - move DMA mask selection into a function
Andrey Smirnov
1
-14
/
+1
2019-05-23
crypto: caam - convert top level drivers to libraries
Horia Geantă
1
-0
/
+43
2019-05-09
Revert "crypto: caam/jr - Remove extra memory barrier during job ring dequeue"
Herbert Xu
1
-1
/
+1
2019-04-18
crypto: caam/jr - Remove extra memory barrier during job ring dequeue
Vakul Garg
1
-1
/
+1
2019-03-28
crypto: caam/jr - Remove extra memory barrier during job ring enqueue
Vakul Garg
1
-2
/
+4
2019-03-28
crypto: caam/jr - Removed redundant vars from job ring private data
Vakul Garg
1
-5
/
+1
2019-03-28
crypto: caam/jr - Remove spinlock for output job ring
Vakul Garg
1
-6
/
+1
2019-03-22
crypto: caam/jr - optimize job ring enqueue and dequeue operations
Vakul Garg
1
-2
/
+10
2018-10-17
crypto: caam - add SPDX license identifier to all files
Horia Geantă
1
-0
/
+1
2018-08-25
crypto: caam/jr - fix descriptor DMA unmapping
Horia Geantă
1
-1
/
+2
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-2
/
+2
2017-08-03
crypto: caam/jr - add support for DPAA2 parts
Horia Geantă
1
-1
/
+6
2017-06-20
crypto: caam - make of_device_ids const.
Arvind Yadav
1
-1
/
+1
2017-02-15
crypto: caam - check return code of dma_set_mask_and_coherent()
Horia Geantă
1
-5
/
+14
2016-11-13
Revert "crypto: caam - get rid of tasklet"
Horia Geantă
1
-9
/
+16
2016-11-13
crypto: caam - fix sparse warnings
Horia Geantă
1
-1
/
+1
2016-10-02
crypto: caam - Unmap region obtained by of_iomap
Arvind Yadav
1
-0
/
+1
2016-08-09
crypto: caam - get rid of tasklet
Russell King
1
-16
/
+9
2016-05-31
crypto: caam - handle core endianness != caam endianness
Horia Geantă
1
-11
/
+11
2016-05-10
crypto: caam - fix caam_jr_alloc() ret code
Catalin Vasile
1
-1
/
+1
2016-02-16
crypto: caam - Staticize caam_jr_shutdown()
Fabio Estevam
1
-1
/
+1
2015-08-24
crypto: caam - Use the preferred style for memory allocations
Fabio Estevam
1
-7
/
+5
2015-08-10
crypto: caam - Add cache coherency support
Victoria Milhoan
1
-0
/
+18
2015-01-26
crypto: caam - fix resource clean-up on error path for caam_jr_init
Cristian Stoica
1
-9
/
+22
2015-01-26
crypto: caam - pair irq map and dispose in the same function
Cristian Stoica
1
-3
/
+3
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-17
crypto: caam - Remove unnecessary smp_read_barrier_depends()
Pranith Kumar
1
-3
/
+0
2014-10-20
crypto: caam: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-3
/
+3
2014-07-23
crypto: caam - set coherent_dma_mask
Horia Geanta
1
-3
/
+3
2014-07-10
crypto: caam - fix memleak in caam_jr module
Cristian Stoica
1
-5
/
+3
2013-11-26
crypto: caam - Add missing Job Ring include
Michael Neuling
1
-0
/
+1
2013-11-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-108
/
+231
2013-11-07
Merge remote-tracking branch 'grant/devicetree/next' into for-next
Rob Herring
1
-1
/
+1
2013-10-30
crypto: caam - Add API's to allocate/free Job Rings
Ruchika Gupta
1
-3
/
+57
2013-10-30
crypto: caam - Add Platform driver for Job Ring
Ruchika Gupta
1
-108
/
+177
2013-10-24
of/irq: Use irq_of_parse_and_map()
Thierry Reding
1
-1
/
+1
[next]