index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: ccp - Change ISR handler method for a v5 CCP
Gary R Hook
2017-04-24
1
-44
/
+67
*
crypto: ccp - Change ISR handler method for a v3 CCP
Gary R Hook
2017-04-24
3
-50
/
+75
*
crypto: crypto4xx - rename ce_ring_contol to ce_ring_control
Colin Ian King
2017-04-24
2
-2
/
+2
*
crypto: ccp - Disable interrupts early on unload
Gary R Hook
2017-04-21
1
-2
/
+2
*
crypto: ccp - Use only the relevant interrupt bits
Gary R Hook
2017-04-21
2
-7
/
+7
*
hwrng: mtk - Add driver for hardware random generator on MT7623 SoC
Sean Wang
2017-04-21
3
-0
/
+183
*
hwrng: n2 - Use devm_kcalloc() in n2rng_probe()
Markus Elfring
2017-04-21
1
-3
/
+1
*
crypto: chcr - Fix error handling related to 'chcr_alloc_shash'
Christophe Jaillet
2017-04-21
1
-3
/
+3
*
crypto: exynos - Add new Exynos RNG driver
Krzysztof Kozlowski
2017-04-21
6
-246
/
+405
*
linux/kernel.h: Add ALIGN_DOWN macro
Krzysztof Kozlowski
2017-04-21
1
-1
/
+1
*
crypto: caam - fix error return code in caam_qi_init()
Wei Yongjun
2017-04-21
1
-1
/
+1
*
crypto: chcr - Add fallback for AEAD algos
Harsh Jain
2017-04-21
3
-75
/
+151
*
crypto: chcr - Fix txq ids.
Harsh Jain
2017-04-21
6
-21
/
+44
*
crypto: chcr - Set hmac_ctrl bit to use HW register HMAC_CFG[456]
Harsh Jain
2017-04-21
1
-19
/
+5
*
crypto: chcr - Increase priority of AEAD algos.
Harsh Jain
2017-04-21
2
-4
/
+12
*
hwrng: timeriomem - Improve performance for sub-jiffie update periods
Rick Altherr
2017-04-10
1
-41
/
+45
*
hwrng: timeriomem - Shorten verbose type and variable names
Rick Altherr
2017-04-10
1
-14
/
+13
*
hwrng: timeriomem - Migrate to new API
Rick Altherr
2017-04-10
1
-30
/
+30
*
crypto: ccp - Rearrange structure members to minimize size
Gary R Hook
2017-04-05
1
-4
/
+4
*
crypto: ccp - Remove redundant cpu-to-le32 macros
Gary R Hook
2017-04-05
1
-11
/
+11
*
crypto: stm32 - Support for STM32 CRC32 crypto module
Fabien DESSENNE
2017-04-05
5
-0
/
+336
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2017-04-05
9
-71
/
+144
|
\
|
*
crypto: caam - fix RNG deinstantiation error checking
Horia Geantă
2017-04-05
1
-1
/
+2
|
*
crypto: caam - fix invalid dereference in caam_rsa_init_tfm()
Horia Geantă
2017-04-05
1
-1
/
+1
|
*
crypto: caam - fix JR platform device subsequent (re)creations
Horia Geantă
2017-04-05
2
-45
/
+19
|
*
crypto: ccp - Make some CCP DMA channels private
Gary R Hook
2017-03-24
3
-0
/
+47
|
*
hwrng: geode - Revert managed API changes
Prarit Bhargava
2017-03-16
1
-15
/
+35
|
*
hwrng: amd - Revert managed API changes
Prarit Bhargava
2017-03-16
1
-8
/
+34
|
*
crypto: ccp - Assign DMA commands to the channel's CCP
Gary R Hook
2017-03-16
2
-1
/
+5
*
|
crypto: ixp4xx - Use sg_virt()
Geliang Tang
2017-03-24
1
-1
/
+1
*
|
crypto: zip - add a cast for printing atomic64_t values
Arnd Bergmann
2017-03-24
1
-20
/
+20
*
|
crypto: zip - Memory corruption in zip_clear_stats()
Dan Carpenter
2017-03-24
1
-1
/
+1
*
|
crypto: s5p-sss - Document the struct s5p_aes_dev
Krzysztof Kozlowski
2017-03-24
1
-1
/
+26
*
|
crypto: s5p-sss - Remove unused variant field from state container
Krzysztof Kozlowski
2017-03-24
1
-3
/
+0
*
|
crypto: s5p-sss - Close possible race for completed requests
Krzysztof Kozlowski
2017-03-24
1
-2
/
+3
*
|
crypto: caam/qi - add ablkcipher and authenc algorithms
Horia Geantă
2017-03-24
7
-16
/
+2601
*
|
crypto: caam - add Queue Interface (QI) backend support
Horia Geantă
2017-03-24
5
-28
/
+1064
*
|
crypto: caam - avoid double inclusion in desc_constr.h
Horia Geantă
2017-03-24
1
-0
/
+5
*
|
soc/qman: export non-programmable FQD fields query
Horia Geantă
2017-03-24
2
-63
/
+2
*
|
soc/qman: add dedicated channel ID for CAAM
Horia Geantă
2017-03-24
1
-1
/
+5
*
|
soc/qman: export volatile dequeue related structs
Horia Geantă
2017-03-24
1
-36
/
+0
*
|
crypto: ccp - Enable support for AES GCM on v5 CCPs
Gary R Hook
2017-03-24
5
-0
/
+531
*
|
crypto: ccp - Enable 3DES function on v5 CCPs
Gary R Hook
2017-03-24
8
-2
/
+552
*
|
crypto: ccp - Add SHA-2 384- and 512-bit support
Gary R Hook
2017-03-24
3
-3
/
+99
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
2017-03-24
266
-2852
/
+5093
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
2017-03-20
23
-546
/
+1267
|
|
\
\
|
|
*
|
qla2xxx: Update driver version to 9.00.00.00-k
Himanshu Madhani
2017-03-19
1
-3
/
+3
|
|
*
|
qla2xxx: Fix delayed response to command for loop mode/direct connect.
Quinn Tran
2017-03-19
6
-20
/
+81
|
|
*
|
qla2xxx: Change scsi host lookup method.
Quinn Tran
2017-03-19
7
-40
/
+100
|
|
*
|
qla2xxx: Add DebugFS node to display Port Database
Himanshu Madhani
2017-03-19
2
-4
/
+90
[next]