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
2019-02-08
crypto: ahash - fix another early termination in hash walk
Eric Biggers
1
-7
/
+7
2019-02-08
crypto: x86/aesni-gcm - fix crash on empty plaintext
Eric Biggers
1
-5
/
+8
2019-02-08
crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP
Eric Biggers
2
-48
/
+31
2019-02-08
crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP
Eric Biggers
3
-69
/
+45
2019-02-08
crypto: morus - fix handling chunked inputs
Eric Biggers
2
-12
/
+14
2019-02-08
crypto: aegis - fix handling chunked inputs
Eric Biggers
3
-21
/
+21
2019-02-08
crypto: caam - fixed handling of sg list
Pankaj Gupta
1
-0
/
+1
2019-02-08
crypto: arm64/crct10dif-ce - cleanup and optimizations
Eric Biggers
2
-267
/
+233
2019-02-08
crypto: arm/crct10dif-ce - cleanup and optimizations
Eric Biggers
2
-294
/
+261
2019-02-08
crypto: x86/crct10dif-pcl - cleanup and optimizations
Eric Biggers
2
-559
/
+235
2019-02-08
crypto: ccp - fix the SEV probe in kexec boot path
Singh, Brijesh
1
-0
/
+16
2019-02-08
crypto: testmgr - use kmemdup
Christopher Diaz Riveros
1
-6
/
+3
2019-02-01
crypto: arm64/crct10dif - register PMULL variants as separate algos
Ard Biesheuvel
1
-12
/
+42
2019-02-01
crypto: arm64/crct10dif - remove dead code
Ard Biesheuvel
1
-11
/
+0
2019-02-01
crypto: arm/crct10dif - remove dead code
Ard Biesheuvel
1
-13
/
+0
2019-02-01
crypto: arm64/crct10dif - revert to C code for short inputs
Ard Biesheuvel
1
-19
/
+6
2019-02-01
crypto: arm/crct10dif - revert to C code for short inputs
Ard Biesheuvel
2
-24
/
+13
2019-02-01
crypto: caam - fix DMA mapping of stack memory
Horia Geantă
1
-64
/
+21
2019-02-01
crypto: arm64/ghash - register PMULL variants as separate algos
Ard Biesheuvel
1
-28
/
+90
2019-02-01
crypto: testmgr - mark crc32 checksum as FIPS allowed
Milan Broz
1
-0
/
+1
2019-02-01
crypto: bcm - remove -I. header search path and unused macro define
Masahiro Yamada
1
-2
/
+0
2019-02-01
crypto: prefix header search paths with $(srctree)/
Masahiro Yamada
8
-8
/
+9
2019-02-01
crypto: arm64/aes-ccm - don't use an atomic walk needlessly
Ard Biesheuvel
1
-2
/
+2
2019-02-01
crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine
Ard Biesheuvel
1
-3
/
+1
2019-02-01
crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling
Ard Biesheuvel
1
-2
/
+3
2019-02-01
crypto: testmgr - skip crc32c context test for ahash algorithms
Eric Biggers
1
-4
/
+10
2019-02-01
crypto: axis - move request unmap outside of the queue lock
Vincent Whitchurch
1
-4
/
+4
2019-02-01
crypto: axis - use a constant time tag compare
Lars Persson
1
-3
/
+3
2019-02-01
crypto: axis - support variable AEAD tag length
Lars Persson
1
-10
/
+25
2019-02-01
crypto: axis - give DMA the start of the status buffer
Lars Persson
1
-4
/
+7
2019-02-01
crypto: axis - fix for recursive locking from bottom half
Lars Persson
1
-5
/
+23
2019-02-01
crypto: axis - remove sha512 support for artpec7
Lars Persson
1
-117
/
+9
2019-02-01
crypto: axis - remove sha384 support for artpec7
Lars Persson
1
-105
/
+2
2019-02-01
crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() arguments
Corentin Labbe
1
-2
/
+2
2019-02-01
crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_op
YueHaibing
1
-2
/
+2
2019-02-01
crypto: caam - fix indentation of goto label
Roland Hieber
1
-1
/
+1
2019-02-01
crypto: caam - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-16
/
+6
2019-02-01
crypto: ccp - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-29
/
+7
2019-02-01
crypto: cavium/nitrox - no need to check return value of debugfs_create funct...
Greg Kroah-Hartman
3
-28
/
+8
2019-02-01
crypto: cavium/zip - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-41
/
+11
2019-02-01
crypto: axis - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-9
/
+0
2019-02-01
crypto: ccree - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-31
/
+6
2019-02-01
crypto: qat - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
9
-58
/
+0
2019-02-01
crypto: caam - handle zero-length AEAD output
Horia Geantă
3
-24
/
+47
2019-02-01
crypto: caam - add support for cmac(aes)
Iuliana Prodan
3
-33
/
+139
2019-02-01
crypto: seqiv - Use kmemdup in seqiv_aead_encrypt()
YueHaibing
1
-4
/
+3
2019-01-25
crypto: clarify name of WEAK_KEY request flag
Eric Biggers
25
-49
/
+55
2019-01-25
crypto: bcm - remove unused function do_decrypt()
Eric Biggers
2
-46
/
+0
2019-01-25
hwrng: virtio - Avoid repeated init of completion
David Tolnay
1
-1
/
+1
2019-01-25
crypto: chacha20poly1305 - use template array registering API to simplify the...
Xiongfeng Wang
1
-23
/
+14
[next]