index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-12
crypto: ecc - expose ecc curves
Meng Yu
3
-36
/
+59
2021-03-12
crypto: ecdh - move curve_id of ECDH from the key to algorithm name
Meng Yu
9
-74
/
+89
2021-03-12
crypto: hisilicon/hpre - add algorithm type
Meng Yu
3
-9
/
+24
2021-03-12
crypto: hisilicon/hpre - add version adapt to new algorithms
Meng Yu
9
-18
/
+19
2021-03-12
crypto: ccp - Don't initialize SEV support without the SEV feature
Tom Lendacky
1
-0
/
+6
2021-03-12
crypto: api - check for ERR pointers in crypto_destroy_tfm()
Ard Biesheuvel
8
-1
/
+17
2021-03-12
crypto: sun8i-ss - Fix memory leak of object d when dma_iv fails to map
Colin Ian King
1
-1
/
+3
2021-03-12
crypto: cavium - remove unused including <linux/version.h>
Tian Tao
1
-1
/
+0
2021-03-12
hwrng: pic32 - Use device-managed registration API
Tian Tao
1
-2
/
+1
2021-03-12
hwrng: cctrng - Use device-managed registration API
Tian Tao
1
-3
/
+1
2021-03-07
crypto: nx - add missing call to of_node_put()
Yang Li
1
-1
/
+3
2021-03-07
crypto: testmgr - delete some redundant code
Kai Ye
1
-8
/
+3
2021-03-07
hwrng: omap - Fix included header from 'asm'
Tian Tao
1
-2
/
+1
2021-03-07
crypto: s5p-sss - initialize APB clock after the AXI bus clock for SlimSSS
Krzysztof Kozlowski
1
-1
/
+1
2021-03-07
crypto: sun8i-ss - fix result memory leak on error path
Corentin Labbe
1
-1
/
+1
2021-03-07
crypto: qce - Remove totallen and offset in qce_start
Thara Gopinath
4
-14
/
+10
2021-03-07
crypto: qce - Remover src_tbl from qce_cipher_reqctx
Thara Gopinath
1
-1
/
+0
2021-03-07
crypto: qce - Set data unit size to message length for AES XTS transformation
Thara Gopinath
1
-4
/
+4
2021-03-07
crypto: qce - Improve the conditions for requesting AES fallback cipher
Thara Gopinath
1
-6
/
+11
2021-03-07
crypto: qce - Set ivsize to 0 for ecb(aes)
Thara Gopinath
1
-1
/
+1
2021-03-07
crypto: qce - Return error for non-blocksize data(ECB/CBC algorithms)
Thara Gopinath
1
-0
/
+9
2021-03-07
crypto: qce - Return error for zero length messages
Thara Gopinath
1
-0
/
+5
2021-03-07
crypto: qce - Return unsupported if any three keys are same for DES3 algorithms
Thara Gopinath
1
-0
/
+15
2021-03-07
crypto: qce - Return unsupported if key1 and key 2 are same for AES XTS algor...
Thara Gopinath
1
-1
/
+18
2021-03-07
crypto: qce - Hold back a block of data to be transferred as part of final
Thara Gopinath
1
-0
/
+19
2021-03-07
crypto: qce - Restore/save ahash state with custom struct in export/import
Thara Gopinath
1
-88
/
+34
2021-03-07
crypto: keembay-ocs-aes - Fix error return code in kmb_ocs_aes_probe()
Wei Yongjun
1
-1
/
+3
2021-03-07
crypto: keembay-ocs-hcu - Fix error return code in kmb_ocs_hcu_probe()
Wei Yongjun
1
-1
/
+3
2021-03-07
crypto: serpent - Fix sparse byte order warnings
Herbert Xu
1
-14
/
+25
2021-03-07
crypto: amlogic - Fix unnecessary check in meson_crypto_probe()
Tang Bin
1
-3
/
+0
2021-03-07
hwrng: bcm2835 - remove redundant null check
Tian Tao
1
-10
/
+7
2021-03-07
crypto: qat - fix spelling mistake: "messge" -> "message"
Bhaskar Chowdhury
2
-3
/
+3
2021-03-07
hwrng: xiphera-trng - use devm_platform_ioremap_resource() to simplify
Tian Tao
1
-3
/
+1
2021-03-07
crypto: arm/blake2b - drop unnecessary return statement
Eric Biggers
1
-2
/
+2
2021-03-07
hwrng: ba431 - Use device-managed registration
Tian Tao
1
-11
/
+1
2021-03-07
crypto: powepc/sha1 - remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-03-06
Linux 5.12-rc2
v5.12-rc2
Linus Torvalds
1
-1
/
+1
2021-03-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
8
-62
/
+76
2021-03-06
Merge tag 'gcc-plugins-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-3
/
+2
2021-03-06
Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+2
2021-03-06
Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-11
/
+16
2021-03-05
Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-block
Linus Torvalds
16
-69
/
+75
2021-03-05
Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-439
/
+361
2021-03-05
Merge tag 'pm-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
3
-26
/
+41
2021-03-05
Merge tag 'acpi-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-3
/
+3
2021-03-05
Merge tag 'iommu-fixes-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-14
/
+87
2021-03-05
Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
12
-25
/
+87
2021-03-05
Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
7
-40
/
+25
2021-03-05
Merge tag 'trace-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-16
/
+31
2021-03-05
RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()
Bob Pearson
1
-32
/
+23
[next]