index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-11
crypto: cavium/nitrox - Fix an error rhandling path in 'nitrox_probe()'
Christophe JAILLET
1
-10
/
+8
2021-06-11
crypto: sm2 - fix a memory leak in sm2
Hongbo Li
1
-14
/
+10
2021-06-11
crypto: hisilicon/sec - modify the SEC request structure
Kai Ye
2
-19
/
+22
2021-06-11
crypto: hisilicon/sec - add hardware integrity check value process
Kai Ye
2
-34
/
+48
2021-06-11
crypto: hisilicon/sec - add fallback tfm supporting for aeads
Kai Ye
2
-5
/
+94
2021-06-11
crypto: hisilicon/sec - add new algorithm mode for AEAD
Kai Ye
3
-34
/
+345
2021-06-11
crypto: x86/curve25519 - fix cpu feature checking logic in mod_exit
Hangbin Liu
1
-1
/
+1
2021-06-11
crypto: qce - fix error return code in qce_skcipher_async_req_handle()
Wei Yongjun
1
-2
/
+6
2021-06-11
MAINTAINERS: add gemini crypto sl3516-ce
Corentin Labbe
1
-0
/
+7
2021-06-11
crypto: sl3516 - Add sl3516 crypto engine
Corentin Labbe
7
-0
/
+1353
2021-06-11
dt-bindings: crypto: Add documentation for sl3516-ce
Corentin Labbe
1
-0
/
+50
2021-06-11
crypto: omap-sham - Fix PM reference leak in omap sham ops
Zhang Qilong
1
-2
/
+2
2021-06-11
crypto: omap-des - using pm_runtime_resume_and_get instead of pm_runtime_get_...
Zhang Qilong
1
-6
/
+3
2021-06-11
crypto: nitrox - fix unchecked variable in nitrox_register_interrupts
Tong Tiangen
1
-0
/
+4
2021-06-03
crypto: hisilicon/qm - update reset flow
Weili Qian
1
-17
/
+262
2021-06-03
crypto: hisilicon/qm - add callback to support communication
Weili Qian
1
-27
/
+190
2021-06-03
crypto: hisilicon/qm - enable PF and VFs communication
Weili Qian
2
-8
/
+106
2021-06-03
crypto: hisilicon/qm - adjust reset interface
Weili Qian
1
-51
/
+89
2021-06-03
crypto: hisilicon/hpre - register ecdh NIST P384
Hui Tang
1
-4
/
+52
2021-06-03
crypto: hisilicon/hpre - add check before gx modulo p
Hui Tang
1
-1
/
+5
2021-06-03
crypto: hisilicon/hpre - fix ecdh self test issue
Hui Tang
1
-0
/
+34
2021-06-03
crypto: hisilicon/sec - fixup 3des minimum key size declaration
Kai Ye
1
-2
/
+2
2021-06-03
crypto: hisilicon/sec - add fallback tfm supporting for XTS mode
Kai Ye
2
-3
/
+86
2021-06-03
crypto: hisilicon/sec - add new skcipher mode for SEC
Kai Ye
2
-12
/
+94
2021-06-03
crypto: hisilicon/sec - driver adapt to new SQE
Kai Ye
3
-43
/
+256
2021-06-03
crypto: hisilicon/sec - add new type of SQE
Kai Ye
2
-1
/
+178
2021-06-03
crypto: octeontx2 - enable and handle ME interrupts
Srujana Challa
1
-23
/
+95
2021-06-03
crypto: octeontx2 - add support for CPT operations on CN10K
Srujana Challa
9
-22
/
+134
2021-06-03
crypto: octeontx2 - add support to map LMTST region for CN10K
Srujana Challa
7
-3
/
+86
2021-06-03
crypto: octeontx2 - Add mailbox support for CN10K
Srujana Challa
8
-33
/
+129
2021-06-03
crypto: ixp4xx - Add device tree support
Linus Walleij
2
-28
/
+86
2021-06-03
crypto: ixp4xx - Add DT bindings
Linus Walleij
2
-4
/
+65
2021-06-03
crypto: ixp4xx - convert to platform driver
Arnd Bergmann
2
-24
/
+39
2021-06-03
crypto: af_alg - use DIV_ROUND_UP helper macro for calculations
Wu Bo
1
-1
/
+1
2021-06-03
hwrng: ks-sa - Use pm_runtime_resume_and_get() to replace open coding
Tian Tao
1
-2
/
+1
2021-06-03
hwrng: omap - Use pm_runtime_resume_and_get() to replace open coding
Tian Tao
1
-4
/
+2
2021-06-03
hwrng: exynos - Use pm_runtime_resume_and_get() to replace open coding
Tian Tao
1
-2
/
+1
2021-06-03
crypto: hisilicon - switch to memdup_user_nul()
Zou Wei
1
-10
/
+3
2021-05-28
crypto: hisilicon/qm - support address prefetching
Longfang Liu
5
-0
/
+182
2021-05-28
crypto: hisilicon/qm - add MSI detection steps on Kunpeng930
Weili Qian
1
-24
/
+100
2021-05-28
crypto: ecdh - add test suite for NIST P384
Hui Tang
2
-0
/
+68
2021-05-28
crypto: ecdh - register NIST P384 tfm
Hui Tang
1
-0
/
+33
2021-05-28
crypto: ecdh - fix 'ecdh_init'
Hui Tang
1
-1
/
+10
2021-05-28
crypto: ecdh - fix ecdh-nist-p192's entry in testmgr
Hui Tang
3
-5
/
+1
2021-05-28
crypto: hisilicon/qm - fix the process of VF's list adding
Kai Ye
1
-8
/
+8
2021-05-28
crypto: hisilicon/qm - add dfx log if not use hardware crypto algs
Kai Ye
1
-2
/
+5
2021-05-28
crypto: qce - Fix inconsistent indenting
Jiapeng Chong
1
-1
/
+1
2021-05-28
crypto: nx - Fix typo in comment
Shaokun Zhang
1
-2
/
+2
2021-05-28
MAINTAINERS: Add maintainer for Qualcomm crypto drivers
Thara Gopinath
1
-0
/
+7
2021-05-28
crypto: qce: skcipher: Fix incorrect sg count for dma transfers
Thara Gopinath
1
-7
/
+8
[next]