index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: ux500 - do not build with -O0
Arnd Bergmann
2016-06-28
2
-4
/
+4
*
hwrng: omap - Fix assumption that runtime_get_sync will always succeed
Nishanth Menon
2016-06-27
1
-2
/
+14
*
MAINTAINERS: update maintainer for qat
Tadeusz Struk
2016-06-27
1
-1
/
+2
*
crypto: sha1-mb - rename sha-mb to sha1-mb
Megha Dey
2016-06-27
10
-4
/
+4
*
crypto: tcrypt - Add speed tests for SHA multibuffer algorithms
Megha Dey
2016-06-27
1
-0
/
+118
*
crypto: sha256-mb - Crypto computation (x8 AVX2)
Megha Dey
2016-06-27
1
-0
/
+593
*
crypto: sha256-mb - Algorithm data structures
Megha Dey
2016-06-27
3
-0
/
+548
*
crypto: sha256-mb - submit/flush routines for AVX2
Megha Dey
2016-06-27
3
-0
/
+584
*
crypto: sha256-mb - Enable multibuffer support
Megha Dey
2016-06-27
1
-0
/
+16
*
crypto: sha256-mb - SHA256 multibuffer job manager and glue code
Megha Dey
2016-06-27
3
-0
/
+1039
*
Documentation: devicetree: bindings: Add BCM5301x binding
Florian Fainelli
2016-06-27
1
-1
/
+2
*
crypto: ecdh - make ecdh_shared_secret unique
Stephen Rothwell
2016-06-24
3
-5
/
+5
*
hwrng: bcm2835 - Add support for Broadcom BCM5301x
Florian Fainelli
2016-06-24
2
-1
/
+2
*
crypto: jitterentropy - use ktime_get_ns as fallback
Stephan Mueller
2016-06-24
1
-9
/
+13
*
KEYS: Use skcipher for big keys
Herbert Xu
2016-06-24
1
-12
/
+18
*
crypto: omap-sham - set sw fallback to 240 bytes
Bin Liu
2016-06-24
1
-4
/
+8
*
crypto: omap - do not call dmaengine_terminate_all
Lokesh Vutla
2016-06-24
2
-3
/
+0
*
crypto: omap-sham - change queue size from 1 to 10
Tero Kristo
2016-06-24
1
-1
/
+1
*
crypto: omap-sham - use runtime_pm autosuspend for clock handling
Tero Kristo
2016-06-24
1
-1
/
+7
*
crypto: ecdh - Add ECDH software support
Salvatore Benedetto
2016-06-23
11
-0
/
+1538
*
crypto: dh - Add DH software implementation
Salvatore Benedetto
2016-06-23
8
-0
/
+700
*
crypto: kpp - Key-agreement Protocol Primitives API (KPP)
Salvatore Benedetto
2016-06-23
8
-0
/
+552
*
crypto: sha1-mb - async implementation for sha1-mb
Megha Dey
2016-06-23
4
-169
/
+165
*
crypto: ghash-ce - Fix cryptd reordering
Herbert Xu
2016-06-23
1
-23
/
+17
*
crypto: ghash-clmulni - Fix cryptd reordering
Herbert Xu
2016-06-23
1
-23
/
+17
*
crypto: ablk_helper - Fix cryptd reordering
Herbert Xu
2016-06-23
1
-2
/
+4
*
crypto: aesni - Fix cryptd reordering problem on gcm
Herbert Xu
2016-06-23
1
-6
/
+12
*
crypto: cryptd - Add helpers to check whether a tfm is queued
Herbert Xu
2016-06-23
2
-19
/
+118
*
crypto: marvell - Increase the size of the crypto queue
Romain Perier
2016-06-23
1
-1
/
+1
*
crypto: marvell - Add support for chaining crypto requests in TDMA mode
Romain Perier
2016-06-23
5
-27
/
+221
*
crypto: marvell - Add load balancing between engines
Romain Perier
2016-06-23
4
-86
/
+84
*
crypto: marvell - Move SRAM I/O operations to step functions
Romain Perier
2016-06-23
2
-12
/
+12
*
crypto: marvell - Add a complete operation for async requests
Romain Perier
2016-06-23
4
-15
/
+39
*
crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove it
Romain Perier
2016-06-23
5
-98
/
+84
*
crypto: marvell - Copy IV vectors by DMA transfers for acipher requests
Romain Perier
2016-06-23
4
-9
/
+60
*
crypto: marvell - Fix wrong type check in dma functions
Romain Perier
2016-06-23
1
-2
/
+3
*
crypto: marvell - Check engine is not already running when enabling a req
Romain Perier
2016-06-23
3
-0
/
+6
*
crypto: marvell - Add a macro constant for the size of the crypto queue
Romain Perier
2016-06-23
1
-1
/
+4
*
crypto: chacha20-simd - Use generic code for small requests
Herbert Xu
2016-06-23
1
-1
/
+1
*
Revert "crypto: user - no parsing of CRYPTO_MSG_GETALG"
Herbert Xu
2016-06-23
1
-6
/
+4
*
crypto: drbg - fix an error code in drbg_init_sym_kernel()
Dan Carpenter
2016-06-20
1
-1
/
+1
*
crypto: sha3 - Add SHA-3 Test's in tcrypt
raveendra padasalagi
2016-06-20
3
-1
/
+217
*
crypto: sha3 - Add SHA-3 hash algorithm
Jeff Garzik
2016-06-20
4
-0
/
+340
*
crypto: caam - replace deprecated EXTRA_CFLAGS
Tudor Ambarus
2016-06-20
1
-1
/
+1
*
crypto: caam - fix misspelled upper_32_bits
Arnd Bergmann
2016-06-20
1
-2
/
+2
*
crypto: gcm - Filter out async ghash if necessary
Herbert Xu
2016-06-20
1
-1
/
+3
*
crypto: drbg - fix semicolon.cocci warnings
Wu Fengguang
2016-06-20
1
-1
/
+1
*
crypto: rsa - return raw integers for the ASN.1 parser
Tudor Ambarus
2016-06-15
3
-103
/
+135
*
crypto: drbg - avoid duplicate maintenance of key
Stephan Mueller
2016-06-15
1
-2
/
+1
*
crypto: drbg - use full CTR AES for update
Stephan Mueller
2016-06-15
1
-17
/
+13
[next]