index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-31
crypto: inside-secure - do not access buffers mapped to the device
Antoine Tenart
1
-4
/
+4
2018-03-31
crypto: inside-secure - improve the send error path
Antoine Tenart
1
-2
/
+5
2018-03-31
crypto: inside-secure - fix a typo in a register name
Antoine Tenart
2
-2
/
+2
2018-03-31
crypto: inside-secure - fix typo s/allways/always/ in a define
Antoine Tenart
2
-2
/
+2
2018-03-31
crypto: inside-secure - move the digest to the request context
Antoine Tenart
1
-12
/
+18
2018-03-23
crypto: cavium - Replace mdelay with msleep in cpt_device_init
Jia-Ju Bai
1
-1
/
+1
2018-03-23
crypto: doc - Document remaining members in struct crypto_alg
Gary R Hook
1
-0
/
+8
2018-03-23
crypto: bfin_crc - remove blackfin CRC driver
Arnd Bergmann
4
-885
/
+0
2018-03-23
crypto: arm,arm64 - Fix random regeneration of S_shipped
Leonard Crestez
2
-0
/
+4
2018-03-23
hwrng: ks-sa - add hw_random driver
Vitaly Andrianov
3
-0
/
+265
2018-03-23
dt-bindings: rng: add bindings doc for Keystone SA HWRNG driver
Vitaly Andrianov
1
-0
/
+21
2018-03-23
crypto: inside-secure - fix clock resource by adding a register clock
Gregory CLEMENT
3
-10
/
+31
2018-03-23
crypto: inside-secure - improve clock initialization
Gregory CLEMENT
1
-5
/
+6
2018-03-23
crypto: inside-secure - fix clock management
Gregory CLEMENT
1
-1
/
+1
2018-03-23
crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req()
weiyongjun \(A\)
1
-1
/
+3
2018-03-23
crypto: talitos - Delete an error message for a failed memory allocation in t...
Markus Elfring
1
-1
/
+0
2018-03-16
crypto: arm64/sha256-neon - play nice with CONFIG_PREEMPT kernels
Ard Biesheuvel
1
-13
/
+23
2018-03-16
crypto: arm64/aes-blk - add 4 way interleave to CBC-MAC encrypt path
Ard Biesheuvel
1
-2
/
+21
2018-03-16
crypto: arm64/aes-blk - add 4 way interleave to CBC encrypt path
Ard Biesheuvel
1
-6
/
+25
2018-03-16
crypto: arm64/aes-blk - remove configurable interleave
Ard Biesheuvel
2
-200
/
+40
2018-03-16
crypto: arm64/chacha20 - move kernel mode neon en/disable into loop
Ard Biesheuvel
1
-3
/
+9
2018-03-16
crypto: arm64/aes-bs - move kernel mode neon en/disable into loop
Ard Biesheuvel
1
-19
/
+17
2018-03-16
crypto: arm64/aes-blk - move kernel mode neon en/disable into loop
Ard Biesheuvel
3
-102
/
+97
2018-03-16
crypto: arm64/aes-ce-ccm - move kernel mode neon en/disable into loop
Ard Biesheuvel
1
-24
/
+23
2018-03-16
crypto: testmgr - add a new test case for CRC-T10DIF
Ard Biesheuvel
1
-0
/
+259
2018-03-16
crypto: ecc - Remove stack VLA usage
Kees Cook
1
-6
/
+17
2018-03-16
crypto: ccp - Validate buffer lengths for copy operations
Gary R Hook
1
-30
/
+78
2018-03-16
crypto: hash - Prevent use of req->result in ahash update
Kamil Konieczny
1
-4
/
+7
2018-03-16
crypto: virtio - remove dependency on CRYPTO_AUTHENC
Peter Wu
2
-2
/
+0
2018-03-16
crypto: testmgr - introduce SM4 tests
Gilad Ben-Yossef
3
-0
/
+143
2018-03-16
crypto: sm4 - introduce SM4 symmetric cipher algorithm
Gilad Ben-Yossef
4
-0
/
+298
2018-03-16
crypto: chelsio -Split Hash requests for large scatter gather list
Harsh Jain
4
-108
/
+298
2018-03-16
crypto: chelsio - Fix iv passed in fallback path for rfc3686
Harsh Jain
1
-1
/
+1
2018-03-16
crypto: chelsio - Update IV before sending request to HW
Harsh Jain
1
-8
/
+11
2018-03-16
crypto: chelsio - Fix src buffer dma length
Harsh Jain
1
-5
/
+12
2018-03-16
crypto: chelsio - Use kernel round function to align lengths
Harsh Jain
2
-40
/
+34
2018-03-16
hwrng: mxc-rnga - add driver support on boards with device tree
Vladimir Zapolskiy
1
-9
/
+14
2018-03-16
dt-bindings: rng: Document Freescale i.MX21 and i.MX31 RNGA compatibles
Vladimir Zapolskiy
1
-6
/
+5
2018-03-16
crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTS
Eric Biggers
4
-0
/
+643
2018-03-16
crypto: ccp - Use memdup_user() rather than duplicating its implementation
Markus Elfring
1
-14
/
+1
2018-03-09
crypto: ccp - Fill the result buffer only on digest, finup, and final ops
Gary R Hook
2
-2
/
+2
2018-03-09
crypto: x86/des3_ede - des3_ede_skciphers[] can be static
Wu Fengguang
1
-1
/
+1
2018-03-09
crypto: ecdh - fix to allow multi segment scatterlists
James Bottomley
1
-6
/
+17
2018-03-09
crypto: cfb - add support for Cipher FeedBack mode
James Bottomley
3
-0
/
+362
2018-03-09
crypto: s5p-sss - Constify pointed data (arguments and local variables)
Krzysztof Kozlowski
1
-14
/
+17
2018-03-09
crypto: s5p-sss - Remove useless check for non-null request
Krzysztof Kozlowski
1
-3
/
+0
2018-03-09
crypto: omap-sham - Fix misleading indentation
Krzysztof Kozlowski
1
-1
/
+1
2018-03-09
crypto: omap-sham - Remove useless check for non-null request
Krzysztof Kozlowski
1
-3
/
+0
2018-03-09
crypto: chelsio - no csum offload for ipsec path
Atul Gupta
1
-3
/
+2
2018-03-09
hwrng: omap - Fix clock resource by adding a register clock
Gregory CLEMENT
2
-1
/
+22
[next]