index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: make all templates select CRYPTO_MANAGER
Eric Biggers
2019-05-30
1
-0
/
+8
*
crypto: testmgr - make extra tests depend on cryptomgr
Eric Biggers
2019-05-30
1
-1
/
+4
*
crypto: testmgr - fix length truncation with large page size
Eric Biggers
2019-05-30
1
-5
/
+5
*
crypto: vmx - convert to skcipher API
Eric Biggers
2019-05-30
5
-345
/
+252
*
crypto: vmx - convert to SPDX license identifiers
Eric Biggers
2019-05-30
5
-65
/
+5
*
hwrng: meson - update with SPDX Licence identifier
Neil Armstrong
2019-05-30
1
-51
/
+1
*
crypto: crypto4xx - block ciphers should only accept complete blocks
Christian Lamparter
2019-05-23
3
-23
/
+39
*
crypto: crypto4xx - fix blocksize for cfb and ofb
Christian Lamparter
2019-05-23
1
-2
/
+2
*
crypto: crypto4xx - fix AES CTR blocksize value
Christian Lamparter
2019-05-23
1
-2
/
+2
*
crypto: caam - print debugging hex dumps after unmapping
Sascha Hauer
2019-05-23
1
-10
/
+11
*
crypto: talitos - fix skcipher failure due to wrong output IV
Christophe Leroy
2019-05-23
1
-0
/
+4
*
crypto: ccp - Fix 3DES complaint from ccp-crypto module
Hook, Gary
2019-05-23
1
-11
/
+4
*
crypto: ccp - fix AES CFB error exposed by new test vectors
Hook, Gary
2019-05-23
1
-4
/
+4
*
crypto: ccp - AES CFB mode is a stream cipher
Hook, Gary
2019-05-23
1
-3
/
+3
*
crypto: arm/sha512 - Make sha512_arm_final static
YueHaibing
2019-05-23
1
-1
/
+1
*
crypto: drbg - add FIPS 140-2 CTRNG for noise source
Stephan Mueller
2019-05-23
2
-3
/
+93
*
crypto: caam/qi - DMA map keys using proper device
Horia Geantă
2019-05-23
1
-14
/
+19
*
crypto: caam/qi - fix address translations with IOMMU enabled
Horia Geantă
2019-05-23
3
-2
/
+17
*
crypto: caam/qi - don't allocate an extra platform device
Horia Geantă
2019-05-23
4
-39
/
+15
*
crypto: caam - convert top level drivers to libraries
Horia Geantă
2019-05-23
10
-277
/
+208
*
crypto: caam - fix S/G table passing page boundary
Horia Geantă
2019-05-23
6
-37
/
+147
*
crypto: caam - avoid S/G table fetching for AEAD zero-length output
Horia Geantă
2019-05-23
4
-1
/
+14
*
crypto: qat - do not offload zero length requests
Giovanni Cabiddu
2019-05-23
1
-0
/
+6
*
crypto: qat - return error for block ciphers for invalid requests
Giovanni Cabiddu
2019-05-23
1
-4
/
+19
*
crypto: qat - return proper error code in setkey
Giovanni Cabiddu
2019-05-23
1
-65
/
+108
*
crypto: qat - fix block size for aes ctr mode
Giovanni Cabiddu
2019-05-23
1
-1
/
+1
*
crypto: qat - update iv after encryption or decryption operations
Giovanni Cabiddu
2019-05-23
2
-12
/
+61
*
crypto: qat - add check for negative offset in alg precompute function
Shant KumarX Sonnad
2019-05-23
1
-0
/
+3
*
crypto: qat - remove spin_lock in qat_ablkcipher_setkey
Xin Zeng
2019-05-23
1
-13
/
+3
*
Linux 5.2-rc1
v5.2-rc1
Linus Torvalds
2019-05-20
1
-2
/
+2
*
Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-05-20
3
-4
/
+8
|
\
|
*
ubifs: Convert xattr inum to host order
Richard Weinberger
2019-05-15
1
-1
/
+1
|
*
ubifs: Use correct config name for encryption
Richard Weinberger
2019-05-15
1
-2
/
+2
|
*
ubifs: Fix build error without CONFIG_UBIFS_FS_XATTR
YueHaibing
2019-05-15
1
-1
/
+5
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-05-19
10
-257
/
+889
|
\
\
|
*
|
panic: add an option to replay all the printk message in buffer
Feng Tang
2019-05-19
5
-4
/
+24
|
*
|
initramfs: don't free a non-existent initrd
Steven Price
2019-05-19
1
-1
/
+1
|
*
|
fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...
Jiufei Xue
2019-05-19
1
-3
/
+8
|
*
|
mm/compaction.c: correct zone boundary handling when isolating pages from a p...
Mel Gorman
2019-05-19
1
-2
/
+2
|
*
|
mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macro
Uladzislau Rezki (Sony)
2019-05-19
1
-0
/
+43
|
*
|
mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macro
Uladzislau Rezki (Sony)
2019-05-19
1
-0
/
+48
|
*
|
mm/vmalloc.c: keep track of free blocks for vmap allocation
Uladzislau Rezki (Sony)
2019-05-19
2
-247
/
+763
*
|
|
Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2019-05-19
74
-172
/
+178
|
\
\
\
|
*
|
|
kconfig: use 'else ifneq' for Makefile to improve readability
Masahiro Yamada
2019-05-19
1
-3
/
+1
|
*
|
|
kbuild: check uniqueness of module names
Masahiro Yamada
2019-05-18
2
-0
/
+17
|
*
|
|
kconfig: Terminate menu blocks with a comment in the generated config
Alexander Popov
2019-05-18
1
-1
/
+12
|
*
|
|
kbuild: add LICENSES to KBUILD_ALLDIRS
Masahiro Yamada
2019-05-18
1
-1
/
+1
|
*
|
|
kbuild: remove 'addtree' and 'flags' magic for header search paths
Masahiro Yamada
2019-05-18
3
-33
/
+13
|
*
|
|
treewide: prefix header search paths with $(srctree)/
Masahiro Yamada
2019-05-18
17
-26
/
+25
|
*
|
|
media: prefix header search paths with $(srctree)/
Masahiro Yamada
2019-05-18
30
-49
/
+47
[next]