Age | Commit message (Expand) | Author | Files | Lines |
2021-05-13 | Revert "crypto: cavium/nitrox - add an error message to explain the failure o... | Greg Kroah-Hartman | 1 | -1/+0 |
2021-05-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -99/+98 |
2021-04-26 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 135 | -1409/+2877 |
2021-04-22 | crypto: s5p-sss - consistently use local 'dev' variable in probe() | Krzysztof Kozlowski | 1 | -2/+2 |
2021-04-22 | crypto: s5p-sss - remove unneeded local variable initialization | Krzysztof Kozlowski | 1 | -1/+1 |
2021-04-22 | crypto: s5p-sss - simplify getting of_device_id match data | Krzysztof Kozlowski | 1 | -6/+3 |
2021-04-22 | ccp: ccp - add support for Green Sardine | Devaraj Rangasamy | 1 | -0/+1 |
2021-04-22 | crypto: ccp - Make ccp_dev_suspend and ccp_dev_resume void functions | Tian Tao | 3 | -29/+10 |
2021-04-22 | crypto: octeontx2 - add support for OcteonTX2 98xx CPT block. | Srujana Challa | 7 | -58/+153 |
2021-04-22 | crypto: chelsio/chcr - Remove useless MODULE_VERSION | Vinay Kumar Yadav | 2 | -3/+1 |
2021-04-22 | crypto: ux500/cryp - Remove duplicate argument | Wan Jiabing | 1 | -1/+0 |
2021-04-22 | crypto: chelsio - remove unused function | Jiapeng Chong | 1 | -5/+0 |
2021-04-22 | crypto: sa2ul - Add support for AM64 | Peter Ujfalusi | 2 | -39/+96 |
2021-04-22 | crypto: sa2ul - Support for per channel coherency | Peter Ujfalusi | 1 | -1/+1 |
2021-04-22 | crypto: hisilicon - enable new error types for QM | Weili Qian | 2 | -3/+8 |
2021-04-22 | crypto: hisilicon - add new error type for SEC | Weili Qian | 1 | -3/+23 |
2021-04-22 | crypto: hisilicon - support new error types for ZIP | Weili Qian | 1 | -2/+7 |
2021-04-22 | crypto: hisilicon - dynamic configuration 'err_info' | Weili Qian | 5 | -43/+59 |
2021-04-21 | crypto: ccp: Use the stack and common buffer for INIT command | Sean Christopherson | 2 | -5/+6 |
2021-04-21 | crypto: ccp: Use the stack and common buffer for status commands | Sean Christopherson | 2 | -16/+12 |
2021-04-21 | crypto: ccp: Use the stack for small SEV command buffers | Sean Christopherson | 1 | -73/+44 |
2021-04-21 | crypto: ccp: Play nice with vmalloc'd memory for SEV command structs | Sean Christopherson | 2 | -5/+25 |
2021-04-21 | crypto: ccp: Reject SEV commands with mismatching command buffer | Sean Christopherson | 1 | -2/+7 |
2021-04-21 | crypto: ccp: Detect and reject "invalid" addresses destined for PSP | Sean Christopherson | 1 | -0/+3 |
2021-04-21 | crypto: ccp: Free SEV device if SEV init fails | Sean Christopherson | 1 | -1/+3 |
2021-04-21 | KVM: SVM: Add support for KVM_SEV_SEND_CANCEL command | Steve Rutherford | 1 | -0/+1 |
2021-04-16 | crypto: hisilicon/hpre - delete redundant log and return in advance | Hui Tang | 1 | -1/+1 |
2021-04-16 | crypto: hisilicon/hpre - add debug log | Hui Tang | 1 | -1/+7 |
2021-04-16 | crypto: hisilicon/hpre - use the correct variable type | Hui Tang | 1 | -1/+2 |
2021-04-16 | crypto: hisilicon/hpre - delete the rudundant space after return | Hui Tang | 2 | -3/+3 |
2021-04-16 | crypto: qat - enable detection of accelerators hang | Wojciech Ziemba | 9 | -1/+99 |
2021-04-16 | crypto: hisilicon/sgl - fix the sg buf unmap | Kai Ye | 1 | -1/+13 |
2021-04-16 | crypto: hisilicon/sgl - fix the soft sg map to hardware sg | Kai Ye | 1 | -0/+1 |
2021-04-16 | crypto: hisilicon/sgl - add some dfx logs | Kai Ye | 1 | -4/+11 |
2021-04-16 | crypto: hisilicon/sgl - delete unneeded variable initialization | Kai Ye | 1 | -1/+1 |
2021-04-16 | crypto: hisilicon/sgl - add a comment for block size initialization | Kai Ye | 1 | -0/+5 |
2021-04-16 | crypto: hisilicon/sec - use the correct print format | Kai Ye | 1 | -3/+3 |
2021-04-16 | crypto: atmel - use the correct print format | Kai Ye | 2 | -3/+3 |
2021-04-16 | crypto: omap-aes - Fix PM reference leak on omap-aes.c | Shixin Liu | 1 | -4/+3 |
2021-04-16 | crypto: sa2ul - Fix PM reference leak in sa_ul_probe() | Shixin Liu | 1 | -1/+1 |
2021-04-16 | crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.c | Shixin Liu | 1 | -2/+2 |
2021-04-16 | crypto: stm32/hash - Fix PM reference leak on stm32-hash.c | Shixin Liu | 1 | -4/+4 |
2021-04-16 | crypto: sun8i-ce - Fix PM reference leak in sun8i_ce_probe() | Shixin Liu | 1 | -1/+1 |
2021-04-16 | crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() fails | Shixin Liu | 2 | -2/+2 |
2021-04-16 | crypto: sun4i-ss - Fix PM reference leak when pm_runtime_get_sync() fails | Shixin Liu | 4 | -4/+4 |
2021-04-16 | crypto: cavium/zip - remove unused including <linux/version.h> | Tian Tao | 1 | -1/+0 |
2021-04-16 | crypto: ccree - Remove redundant dev_err call in init_cc_resources() | YueHaibing | 1 | -3/+1 |
2021-04-16 | crypto: keembay - Remove redundant dev_err calls | YueHaibing | 2 | -6/+2 |
2021-04-16 | crypto: ux500 - Remove redundant dev_err calls | YueHaibing | 2 | -2/+0 |
2021-04-16 | crypto: img-hash - Remove redundant dev_err call in img_hash_probe() | YueHaibing | 1 | -3/+0 |