VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-07-14
crypto: qce - fix error return code in qce_skcipher_async_req_handle()
Wei Yongjun
2021-07-14
crypto: nx - Fix RCU warning in nx842_OF_upd_status
Herbert Xu
2021-07-14
crypto: omap-sham - Fix PM reference leak in omap sham ops
Zhang Qilong
2021-07-14
crypto: nitrox - fix unchecked variable in nitrox_register_interrupts
Tong Tiangen
2021-07-14
crypto: ccp - Fix a resource leak in an error handling path
Christophe JAILLET
2021-07-14
crypto: sa2ul - Use of_device_get_match_data() helper
Suman Anna
2021-07-14
crypto: sa2ul - Fix pm_runtime enable in sa_ul_probe()
Suman Anna
2021-07-14
crypto: sa2ul - Fix leaks on failure paths with sa_dma_init()
Suman Anna
2021-07-14
crypto: hisilicon/hpre - fix unmapping invalid dma address
Hui Tang
2021-07-14
crypto: ux500 - Fix error return code in hash_hw_final()
Zhen Lei
2021-07-14
crypto: ixp4xx - update IV after requests
Corentin Labbe
2021-07-14
crypto: ixp4xx - dma_unmap the correct address
Corentin Labbe
2021-07-14
crypto: hisilicon/sec - fixup 3des minimum key size declaration
Kai Ye
2021-07-14
crypto: qce: skcipher: Fix incorrect sg count for dma transfers
Thara Gopinath
2021-07-14
crypto: qat - remove unused macro in FW loader
Jack Xu
2021-07-14
crypto: qat - check return code of qat_hal_rd_rel_reg()
Jack Xu
2021-07-14
crypto: nx - add missing MODULE_DEVICE_TABLE
Bixuan Cui
2021-07-14
crypto: ccp - Annotate SEV Firmware file names
Joerg Roedel
2021-07-14
crypto: nx - Fix memcpy() over-reading in nonce
Kees Cook
2021-05-13
Revert "crypto: cavium/nitrox - add an error message to explain the failure of pci_request_mem_regions"
Greg Kroah-Hartman
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-04-26
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2021-04-22
crypto: s5p-sss - consistently use local 'dev' variable in probe()
Krzysztof Kozlowski
2021-04-22
crypto: s5p-sss - remove unneeded local variable initialization
Krzysztof Kozlowski
2021-04-22
crypto: s5p-sss - simplify getting of_device_id match data
Krzysztof Kozlowski
2021-04-22
ccp: ccp - add support for Green Sardine
Devaraj Rangasamy
2021-04-22
crypto: ccp - Make ccp_dev_suspend and ccp_dev_resume void functions
Tian Tao
2021-04-22
crypto: octeontx2 - add support for OcteonTX2 98xx CPT block.
Srujana Challa
2021-04-22
crypto: chelsio/chcr - Remove useless MODULE_VERSION
Vinay Kumar Yadav
2021-04-22
crypto: ux500/cryp - Remove duplicate argument
Wan Jiabing
2021-04-22
crypto: chelsio - remove unused function
Jiapeng Chong
2021-04-22
crypto: sa2ul - Add support for AM64
Peter Ujfalusi
2021-04-22
crypto: sa2ul - Support for per channel coherency
Peter Ujfalusi
2021-04-22
crypto: hisilicon - enable new error types for QM
Weili Qian
2021-04-22
crypto: hisilicon - add new error type for SEC
Weili Qian
2021-04-22
crypto: hisilicon - support new error types for ZIP
Weili Qian
2021-04-22
crypto: hisilicon - dynamic configuration 'err_info'
Weili Qian
2021-04-21
crypto: ccp: Use the stack and common buffer for INIT command
Sean Christopherson
2021-04-21
crypto: ccp: Use the stack and common buffer for status commands
Sean Christopherson
2021-04-21
crypto: ccp: Use the stack for small SEV command buffers
Sean Christopherson
2021-04-21
crypto: ccp: Play nice with vmalloc'd memory for SEV command structs
Sean Christopherson
2021-04-21
crypto: ccp: Reject SEV commands with mismatching command buffer
Sean Christopherson
2021-04-21
crypto: ccp: Detect and reject "invalid" addresses destined for PSP
Sean Christopherson
2021-04-21
crypto: ccp: Free SEV device if SEV init fails
Sean Christopherson
2021-04-21
KVM: SVM: Add support for KVM_SEV_SEND_CANCEL command
Steve Rutherford
2021-04-16
crypto: hisilicon/hpre - delete redundant log and return in advance
Hui Tang
2021-04-16
crypto: hisilicon/hpre - add debug log
Hui Tang
2021-04-16
crypto: hisilicon/hpre - use the correct variable type
Hui Tang
2021-04-16
crypto: hisilicon/hpre - delete the rudundant space after return
Hui Tang
2021-04-16
crypto: qat - enable detection of accelerators hang
Wojciech Ziemba
2021-04-16
crypto: hisilicon/sgl - fix the sg buf unmap
Kai Ye
2021-04-16
crypto: hisilicon/sgl - fix the soft sg map to hardware sg
Kai Ye
2021-04-16
crypto: hisilicon/sgl - add some dfx logs
Kai Ye
2021-04-16
crypto: hisilicon/sgl - delete unneeded variable initialization
Kai Ye
2021-04-16
crypto: hisilicon/sgl - add a comment for block size initialization
Kai Ye
2021-04-16
crypto: hisilicon/sec - use the correct print format
Kai Ye
2021-04-16
crypto: atmel - use the correct print format
Kai Ye
2021-04-16
crypto: omap-aes - Fix PM reference leak on omap-aes.c
Shixin Liu
2021-04-16
crypto: sa2ul - Fix PM reference leak in sa_ul_probe()
Shixin Liu
2021-04-16
crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.c
Shixin Liu
2021-04-16
crypto: stm32/hash - Fix PM reference leak on stm32-hash.c
Shixin Liu
2021-04-16
crypto: sun8i-ce - Fix PM reference leak in sun8i_ce_probe()
Shixin Liu
2021-04-16
crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() fails
Shixin Liu
2021-04-16
crypto: sun4i-ss - Fix PM reference leak when pm_runtime_get_sync() fails
Shixin Liu
2021-04-16
crypto: cavium/zip - remove unused including
Tian Tao
2021-04-16
crypto: ccree - Remove redundant dev_err call in init_cc_resources()
YueHaibing
2021-04-16
crypto: keembay - Remove redundant dev_err calls
YueHaibing
2021-04-16
crypto: ux500 - Remove redundant dev_err calls
YueHaibing
2021-04-16
crypto: img-hash - Remove redundant dev_err call in img_hash_probe()
YueHaibing
2021-04-16
crypto: atmel-tdes - Remove redundant dev_err call in atmel_tdes_probe()
YueHaibing
2021-04-16
crypto: hisilicon/trng - add version to adapt new algorithm
Weili Qian
2021-04-16
crypto: hisilicon/qm - add stop queue by hardware
Weili Qian
2021-04-16
crypto: ixp4xx - use DEFINE_SPINLOCK() for spinlock
Guobin Huang
2021-04-16
crypto: geode - use DEFINE_SPINLOCK() for spinlock
Guobin Huang
2021-04-12
crypto: chelsio - Read rxchannel-id from firmware
Ayush Sawal
2021-04-09
crypto: qat - Fix a double free in adf_create_ring
Lv Yunlong
2021-04-09
crypto: hisilicon/qm - delete redundant code
Kai Ye
2021-04-09
crypto: hisilicon/sec - fixup checking the 3DES weak key
Kai Ye
2021-04-09
crypto: sa2ul - Fix memory leak of rxd
Colin Ian King
2021-04-09
crypto: sun8i-ss - Fix memory leak of pad
Colin Ian King
2021-04-09
crypto: rockchip - delete unneeded variable initialization
Kai Ye
2021-04-09
crypto: ccp - Use DEFINE_SPINLOCK() for spinlock
Tang Yizhou
2021-04-09
crypto: hisilicon/hpre - fix a typo in hpre_crypto.c
Ruiqi Gong
2021-04-09
crypto: ccp - A value assigned to a variable is never used
Jiapeng Chong
2021-04-09
crypto: hisilicon/sec - Fix a module parameter error
Longfang Liu
2021-04-09
crypto: allwinner - add missing CRYPTO_ prefix
Corentin Labbe
2021-04-02
crypto: hisilicon/sec - Fixes AES algorithm mode parameter problem
Longfang Liu
2021-04-02
crypto: hisilicon/hpre - Add processing of src_data in 'CURVE25519'
Meng Yu
2021-04-02
crypto: hisilicon/hpre - delete redundant '\n'
Hui Tang
2021-04-02
crypto: hisilicon/hpre - fix a typo and delete redundant blank line
Hui Tang
2021-04-02
crypto: hisilicon/hpre - fix PASID setting on kunpeng 920
Hui Tang
2021-04-02
crypto: hisilicon/zip - support new 'sqe' type in Kunpeng930
Yang Shen
2021-04-02
crypto: hisilicon/zip - initialize operations about 'sqe' in 'acomp_alg.init'
Yang Shen
2021-04-02
crypto: hisilicon/zip - add comments for 'hisi_zip_sqe'
Yang Shen
2021-04-02
crypto: hisilicon/zip - adjust functions location
Yang Shen
2021-04-02
crypto: hisilicon - use the correct HiSilicon copyright
Hao Fang
2021-04-02
crypto: qat - fix error path in adf_isr_resource_alloc()
Giovanni Cabiddu
2021-03-26
crypto: nx - fix incorrect kernel-doc comment syntax in files
Aditya Srivastava
2021-03-26
crypto: ux500 - fix incorrect kernel-doc comment syntax
Aditya Srivastava
2021-03-26
crypto: amcc - fix incorrect kernel-doc comment syntax in files
Aditya Srivastava
2021-03-26
crypto: vmx - fix incorrect kernel-doc comment syntax in files
Aditya Srivastava
2021-03-26
crypto: hisilicon/qm - add queue isolation support for Kunpeng930
Weili Qian
2021-03-26
crypto: hisilicon/qm - set the number of queues for function
Weili Qian
2021-03-26
crypto: hisilicon/qm - move 'CURRENT_QM' code to qm.c
Weili Qian
2021-03-26
crypto: hisilicon/qm - set the total number of queues
Weili Qian
2021-03-26
crypto: hisilicon/hpre - fix Kconfig
Hui Tang
2021-03-26
crypto: hisilicon/hpre - fix "hpre_ctx_init" resource leak
Hui Tang
2021-03-26
crypto: hisilicon - fix the check on dma address
Hui Tang
2021-03-26
crypto: hisilicon/hpre - optimise 'hpre_algs_register' error path
Hui Tang
2021-03-26
crypto: hisilicon/hpre - delete wrap of 'CONFIG_CRYPTO_DH'
Hui Tang
2021-03-26
crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_init
Tong Zhang
2021-03-26
crypto: qat - don't release uninitialized resources
Tong Zhang
2021-03-26
crypto: nitrox - Demote non-compliant kernel-doc headers
Lee Jones
2021-03-26
crypto: nx - Repair some kernel-doc problems
Lee Jones
2021-03-26
crypto: vmx - Source headers are not good kernel-doc candidates
Lee Jones
2021-03-26
crypto: caam - Provide the name of the function and provide missing descriptions
Lee Jones
2021-03-26
crypto: atmel-ecc - Struct headers need to start with keyword 'struct'
Lee Jones
2021-03-26
crypto: keembay - Fix incorrectly named functions/structs
Lee Jones
2021-03-26
crypto: ux500/hash - Fix worthy kernel-doc headers and remove others
Lee Jones
2021-03-26
crypto: chelsio - Fix some kernel-doc issues
Lee Jones
2021-03-26
crypto: bcm - Fix a whole host of kernel-doc misdemeanours
Lee Jones
2021-03-26
crypto: hisilicon/sec - Supply missing description for 'sec_queue_empty()'s 'queue' param
Lee Jones
2021-03-26
crypto: inside-secure - Minor typo fix in the file safexcel.c
Bhaskar Chowdhury
2021-03-26
crypto: allwinner - Fix the parameter of dma_unmap_sg()
Xiang Chen
2021-03-26
crypto: ux500 - Fix the parameter of dma_unmap_sg()
Xiang Chen
2021-03-26
crypto: cavium - Fix the parameter of dma_unmap_sg()
Xiang Chen
2021-03-26
crypto: amlogic - Fix the parameter of dma_unmap_sg()
Xiang Chen
2021-03-26
crypto: ccp - fix command queuing to TEE ring buffer
Rijo Thomas
2021-03-26
crypto: ccp - reduce tee command status polling interval from 5ms to 1ms
Rijo Thomas
2021-03-19
crypto: hisilicon/sec - fixes some driver coding style
Longfang Liu
2021-03-19
crypto: hisilicon/sec - fixes some coding style
Longfang Liu
2021-03-19
crypto: hisilicon/sec - fixes a printing error
Longfang Liu
2021-03-13
crypto: sun4i-ss - simplify optional reset handling
Philipp Zabel
2021-03-13
crypto: qat - fix use of 'dma_map_single'
Hui Tang
2021-03-13
crypto: qat - fix unmap invalid dma address
Hui Tang
2021-03-13
crypto: sun8i-ce - fix error return code in sun8i_ce_prng_generate()
Jia-Ju Bai
2021-03-13
crypto: hisilicon/hpre - add 'CURVE25519' algorithm
Meng Yu
2021-03-13
crypto: hisilicon/hpre - add 'ECDH' algorithm
Meng Yu
2021-03-13
crypto: ecdh - move curve_id of ECDH from the key to algorithm name
Meng Yu
2021-03-13
crypto: hisilicon/hpre - add algorithm type
Meng Yu
2021-03-13
crypto: hisilicon/hpre - add version adapt to new algorithms
Meng Yu
2021-03-13
crypto: ccp - Don't initialize SEV support without the SEV feature
Tom Lendacky
2021-03-13
crypto: sun8i-ss - Fix memory leak of object d when dma_iv fails to map
Colin Ian King
2021-03-13
crypto: cavium - remove unused including
Tian Tao
2021-03-07
crypto: nx - add missing call to of_node_put()
Yang Li
2021-03-07
crypto: s5p-sss - initialize APB clock after the AXI bus clock for SlimSSS
Krzysztof Kozlowski
2021-03-07
crypto: sun8i-ss - fix result memory leak on error path
Corentin Labbe
2021-03-07
crypto: qce - Remove totallen and offset in qce_start
Thara Gopinath
2021-03-07
crypto: qce - Remover src_tbl from qce_cipher_reqctx
Thara Gopinath
2021-03-07
crypto: qce - Set data unit size to message length for AES XTS transformation
Thara Gopinath
2021-03-07
crypto: qce - Improve the conditions for requesting AES fallback cipher
Thara Gopinath
2021-03-07
crypto: qce - Set ivsize to 0 for ecb(aes)
Thara Gopinath
2021-03-07
crypto: qce - Return error for non-blocksize data(ECB/CBC algorithms)
Thara Gopinath
2021-03-07
crypto: qce - Return error for zero length messages
Thara Gopinath
2021-03-07
crypto: qce - Return unsupported if any three keys are same for DES3 algorithms
Thara Gopinath
2021-03-07
crypto: qce - Return unsupported if key1 and key 2 are same for AES XTS algorithm
Thara Gopinath
2021-03-07
crypto: qce - Hold back a block of data to be transferred as part of final
Thara Gopinath
2021-03-07
crypto: qce - Restore/save ahash state with custom struct in export/import
Thara Gopinath
2021-03-07
crypto: keembay-ocs-aes - Fix error return code in kmb_ocs_aes_probe()
Wei Yongjun
2021-03-07
crypto: keembay-ocs-hcu - Fix error return code in kmb_ocs_hcu_probe()
Wei Yongjun
2021-03-07
crypto: amlogic - Fix unnecessary check in meson_crypto_probe()
Tang Bin
2021-03-07
crypto: qat - fix spelling mistake: "messge" -> "message"
Bhaskar Chowdhury
2021-03-02
vio: make remove callback return void
Uwe Kleine-König
2021-02-21
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2021-02-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-02-10
crypto: hisilicon/qm - fix printing format issue
Weili Qian
2021-02-10
crypto: hisilicon/qm - do not reset hardware when CE happens
Weili Qian
2021-02-10
crypto: hisilicon/qm - update irqflag
Sihang Chen
2021-02-10
crypto: hisilicon/qm - fix the value of 'QM_SQC_VFT_BASE_MASK_V2'
Weili Qian
2021-02-10
crypto: hisilicon/qm - fix request missing error
Weili Qian
2021-02-10
crypto: hisilicon/qm - removing driver after reset
Weili Qian
2021-02-10
crypto: octeontx2 - fix -Wpointer-bool-conversion warning
Arnd Bergmann
2021-02-10
crypto: hisilicon/hpre - enable Elliptic curve cryptography
Hui Tang
2021-02-10
crypto: hisilicon - PASID fixed on Kunpeng 930
Weili Qian
2021-02-10
crypto: hisilicon/qm - fix use of 'dma_map_single'
Weili Qian
2021-02-10
crypto: hisilicon/hpre - tiny fix
Hui Tang
2021-02-10
crypto: hisilicon/hpre - adapt the number of clusters
Hui Tang
2021-02-10
crypto: cpt - remove casting dma_alloc_coherent
Xu Wang
2021-02-10
crypto: keembay-ocs-aes - Fix 'q' assignment during CCM B0 generation
Daniele Alessandrelli
2021-02-10
crypto: caam - Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
Jiapeng Chong
2021-02-10
crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2
Geert Uytterhoeven
2021-02-05
crypto: crypto4xx - Avoid linking failure with HW_RANDOM=m
Florian Fainelli
2021-02-05
crypto: octeontx2 - Add dependency on NET_VENDOR_MARVELL
Herbert Xu
2021-02-05
crypto: octeontx2 - fix signedness bug in cptvf_register_interrupts()
Dan Carpenter
2021-02-05
crypto: ccree - fix spelling typo of allocated
dingsenjie
2021-02-04
KVM/SVM: add support for SEV attestation command
Brijesh Singh
2021-01-29
crypto: marvell/cesa - Fix use of sg_pcopy on iomem pointer
Herbert Xu
2021-01-29
crypto: talitos - Fix ctr(aes) on SEC1
Christophe Leroy
2021-01-29
crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error)
Christophe Leroy
2021-01-29
crypto: hisilicon/hpre - add ecc algorithm inqury for uacce device
Hui Tang
2021-01-29
crypto: hisilicon/hpre - add two RAS correctable errors processing
Hui Tang
2021-01-29
crypto: hisilicon/hpre - delete ECC 1bit error reported threshold
Hui Tang
2021-01-22
crypto: keembay - use 64-bit arithmetic for computing bit_len
Ovidiu Panait
2021-01-22
crypto: octeontx2 - register with linux crypto framework
Srujana Challa
2021-01-22
crypto: octeontx2 - add support to process the crypto request
Srujana Challa
2021-01-22
crypto: octeontx2 - add virtual function driver support
Srujana Challa
2021-01-22
crypto: octeontx2 - add support to get engine capabilities
Srujana Challa
2021-01-22
crypto: octeontx2 - add LF framework
Srujana Challa
2021-01-22
crypto: octeontx2 - load microcode and create engine groups
Srujana Challa
2021-01-22
crypto: octeontx2 - enable SR-IOV and mailbox communication with VF
Srujana Challa