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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-01
crypto: tcrypt - Use skcipher
Herbert Xu
1
-197
/
+44
2016-07-01
crypto: ahash - Add padding in crypto_ahash_extsize
Herbert Xu
1
-3
/
+3
2016-07-01
crypto: authenc - Consider ahash ASYNC bit
Herbert Xu
2
-4
/
+8
2016-06-29
crypto: authenc - Remove redundant sg_init_table call.
Harsh Jain
1
-6
/
+1
2016-06-29
crypto: tcrypt - Fix memory leaks/crashes in multibuffer hash speed test
Herbert Xu
1
-58
/
+71
2016-06-28
crypto: tcrypt - Use unsigned long for mb ahash cycle counter
Herbert Xu
1
-5
/
+5
2016-06-28
crypto: tcrypt - Fix mixing printk/pr_err and obvious indentation issues
Krzysztof Kozlowski
1
-19
/
+14
2016-06-28
crypto: tcrypt - Add new mode for sha512_mb
Megha Dey
1
-0
/
+4
2016-06-28
crypto: sha512-mb - Crypto computation (x4 AVX2)
Megha Dey
1
-0
/
+529
2016-06-28
crypto: sha512-mb - Algorithm data structures
Megha Dey
3
-0
/
+515
2016-06-28
crypto: sha512-mb - submit/flush routines for AVX2
Megha Dey
3
-0
/
+580
2016-06-28
crypto: sha512-mb - Enable SHA512 multibuffer support
Megha Dey
1
-0
/
+16
2016-06-28
crypto: sha512-mb - SHA512 multibuffer job manager and glue code
Megha Dey
3
-0
/
+1055
2016-06-28
crypto: ux500 - do not build with -O0
Arnd Bergmann
2
-4
/
+4
2016-06-27
hwrng: omap - Fix assumption that runtime_get_sync will always succeed
Nishanth Menon
1
-2
/
+14
2016-06-27
MAINTAINERS: update maintainer for qat
Tadeusz Struk
1
-1
/
+2
2016-06-27
crypto: sha1-mb - rename sha-mb to sha1-mb
Megha Dey
10
-4
/
+4
2016-06-27
crypto: tcrypt - Add speed tests for SHA multibuffer algorithms
Megha Dey
1
-0
/
+118
2016-06-27
crypto: sha256-mb - Crypto computation (x8 AVX2)
Megha Dey
1
-0
/
+593
2016-06-27
crypto: sha256-mb - Algorithm data structures
Megha Dey
3
-0
/
+548
2016-06-27
crypto: sha256-mb - submit/flush routines for AVX2
Megha Dey
3
-0
/
+584
2016-06-27
crypto: sha256-mb - Enable multibuffer support
Megha Dey
1
-0
/
+16
2016-06-27
crypto: sha256-mb - SHA256 multibuffer job manager and glue code
Megha Dey
3
-0
/
+1039
2016-06-27
Documentation: devicetree: bindings: Add BCM5301x binding
Florian Fainelli
1
-1
/
+2
2016-06-24
crypto: ecdh - make ecdh_shared_secret unique
Stephen Rothwell
3
-5
/
+5
2016-06-24
hwrng: bcm2835 - Add support for Broadcom BCM5301x
Florian Fainelli
2
-1
/
+2
2016-06-24
crypto: jitterentropy - use ktime_get_ns as fallback
Stephan Mueller
1
-9
/
+13
2016-06-24
KEYS: Use skcipher for big keys
Herbert Xu
1
-12
/
+18
2016-06-24
crypto: omap-sham - set sw fallback to 240 bytes
Bin Liu
1
-4
/
+8
2016-06-24
crypto: omap - do not call dmaengine_terminate_all
Lokesh Vutla
2
-3
/
+0
2016-06-24
crypto: omap-sham - change queue size from 1 to 10
Tero Kristo
1
-1
/
+1
2016-06-24
crypto: omap-sham - use runtime_pm autosuspend for clock handling
Tero Kristo
1
-1
/
+7
2016-06-23
crypto: ecdh - Add ECDH software support
Salvatore Benedetto
11
-0
/
+1538
2016-06-23
crypto: dh - Add DH software implementation
Salvatore Benedetto
8
-0
/
+700
2016-06-23
crypto: kpp - Key-agreement Protocol Primitives API (KPP)
Salvatore Benedetto
8
-0
/
+552
2016-06-23
crypto: sha1-mb - async implementation for sha1-mb
Megha Dey
4
-169
/
+165
2016-06-23
crypto: ghash-ce - Fix cryptd reordering
Herbert Xu
1
-23
/
+17
2016-06-23
crypto: ghash-clmulni - Fix cryptd reordering
Herbert Xu
1
-23
/
+17
2016-06-23
crypto: ablk_helper - Fix cryptd reordering
Herbert Xu
1
-2
/
+4
2016-06-23
crypto: aesni - Fix cryptd reordering problem on gcm
Herbert Xu
1
-6
/
+12
2016-06-23
crypto: cryptd - Add helpers to check whether a tfm is queued
Herbert Xu
2
-19
/
+118
2016-06-23
crypto: marvell - Increase the size of the crypto queue
Romain Perier
1
-1
/
+1
2016-06-23
crypto: marvell - Add support for chaining crypto requests in TDMA mode
Romain Perier
5
-27
/
+221
2016-06-23
crypto: marvell - Add load balancing between engines
Romain Perier
4
-86
/
+84
2016-06-23
crypto: marvell - Move SRAM I/O operations to step functions
Romain Perier
2
-12
/
+12
2016-06-23
crypto: marvell - Add a complete operation for async requests
Romain Perier
4
-15
/
+39
2016-06-23
crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove it
Romain Perier
5
-98
/
+84
2016-06-23
crypto: marvell - Copy IV vectors by DMA transfers for acipher requests
Romain Perier
4
-9
/
+60
2016-06-23
crypto: marvell - Fix wrong type check in dma functions
Romain Perier
1
-2
/
+3
2016-06-23
crypto: marvell - Check engine is not already running when enabling a req
Romain Perier
3
-0
/
+6
[next]