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
/
sahara.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-18
crypto: sahara - Convert IS_ENABLED uses to __is_defined
Joe Perches
1
-3
/
+3
2018-11-20
crypto: remove useless initializations of cra_list
Eric Biggers
1
-1
/
+0
2018-09-28
crypto: sahara - Remove VLA usage of skcipher
Kees Cook
1
-16
/
+15
2018-07-20
crypto: sharah - Unregister correct algorithms for SAHARA 3
Michael Müller
1
-2
/
+2
2018-07-09
crypto: ahash - remove useless setting of type flags
Eric Biggers
1
-4
/
+2
2018-02-22
crypto: sahara - Improve a size determination in sahara_probe()
Markus Elfring
1
-1
/
+1
2018-02-22
crypto: sahara - Delete an error message for a failed memory allocation in sa...
Markus Elfring
1
-3
/
+1
2017-08-22
crypto: sahara - constify platform_device_id
Arvind Yadav
1
-1
/
+1
2017-08-17
crypto: sahara - Remove leftover from previous used spinlock
Mogens Lauridsen
1
-2
/
+0
2017-08-17
crypto: sahara - Fix dma unmap direction
Mogens Lauridsen
1
-4
/
+4
2017-07-18
crypto: sahara - make of_device_ids const
Arvind Yadav
1
-1
/
+1
2016-11-01
crypto: sahara - fix typo "Decidated" -> "Dedicated"
Colin Ian King
1
-1
/
+1
2016-07-01
crypto: sahara - Use skcipher for fallback
Herbert Xu
1
-62
/
+50
2016-02-06
crypto: sahara - fill the statesize field
Fabio Estevam
1
-0
/
+2
2016-02-06
crypto: sahara - avoid needlessly saving and restoring sahara_ctx
Fabio Estevam
1
-10
/
+2
2016-02-06
crypto: sahara - remove unneeded mutex in the exported state
Fabio Estevam
1
-5
/
+0
2015-12-10
crypto: sahara - fix debug output for 64-bit dma_addr_t
Arnd Bergmann
1
-4
/
+4
2015-12-10
crypto: sahara - fix 64-bit dma_addr_t compilation
Arnd Bergmann
1
-9
/
+9
2015-11-23
crypto: sahara - set nb_[in|out]_sg as signed int
LABBE Corentin
1
-2
/
+2
2015-11-17
crypto: sahara - check return value of sg_nents_for_len
LABBE Corentin
1
-0
/
+12
2015-10-15
crypto: sahara - set array of const as const
LABBE Corentin
1
-6
/
+6
2015-10-01
crypto: sahara - dma_map_sg can handle chained SG
LABBE Corentin
1
-53
/
+13
2015-09-21
crypto: sahara - replace sahara_sg_length with sg_nents_for_len
LABBE Corentin
1
-27
/
+3
2015-09-02
Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2015-08-19
crypto: sahara - Use dmam_alloc_coherent
Vaishali Thakkar
1
-37
/
+9
2015-08-17
crypto: replace scatterwalk_sg_chain with sg_chain
Dan Williams
1
-1
/
+1
2015-06-21
crypto: sahara - propagate the error on clk_disable_unprepare() failure
Fabio Estevam
1
-4
/
+9
2015-04-08
crypto: sahara - fix AES descriptor create
Steffen Trumtrar
1
-14
/
+18
2015-04-08
crypto: sahara - use the backlog
Steffen Trumtrar
1
-0
/
+5
2015-02-28
crypto: sahara - drop unnecessary default assignment
Nicholas Mc Guire
1
-1
/
+1
2015-02-28
crypto: sahara - pass on error condition
Nicholas Mc Guire
1
-0
/
+2
2015-02-28
crypto: sahara - fix type of ret for wait_for_completion_timeout
Nicholas Mc Guire
1
-4
/
+6
2015-01-26
crypto: replace scatterwalk_sg_next with sg_next
Cristian Stoica
1
-1
/
+1
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-12-03
crypto: sahara - add support for SHA1/256
Steffen Trumtrar
1
-5
/
+621
2014-12-03
crypto: sahara - replace tasklets with kthread
Steffen Trumtrar
1
-86
/
+66
2014-12-03
crypto: sahara - add support for i.MX53
Steffen Trumtrar
1
-3
/
+17
2014-12-03
crypto: sahara - fix spinlock initialization
Steffen Trumtrar
1
-0
/
+2
2014-10-20
crypto: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-05-22
crypto: sahara - tfm->__crt_alg->cra_name directly
Marek Vasut
1
-1
/
+1
2014-03-10
crypto: sahara - Use return value of devm_request_irq() on error
Alexander Shiyan
1
-3
/
+4
2014-02-27
crypto: sahara - Use devm_ioremap_resource()
Jingoo Han
1
-16
/
+3
2013-10-07
crypto: sahara - Remove redundant of_match_ptr
Sachin Kamat
1
-1
/
+1
2013-08-21
crypto: sahara - checking the wrong variable
Dan Carpenter
1
-1
/
+1
2013-08-14
crypto: sahara - Staticize local symbol
Jingoo Han
1
-1
/
+1
2013-06-05
crypto: sahara - fix building as module
Arnd Bergmann
1
-1
/
+1
2013-03-21
crypto: sahara - Add driver for SAHARA2 accelerator.
Javier Martin
1
-0
/
+1070