summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2025-12-06Merge tag 'tsm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds7-10/+1464
2025-12-06Merge tag 'bitmap-for-6.19' of github.com:/norov/linuxLinus Torvalds1-7/+1
2025-12-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+37
2025-12-05Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-0/+27
2025-12-05crypto/ccp: Fix CONFIG_PCI=n buildDan Williams1-1/+1
2025-12-05Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+0
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-2/+4
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds36-131/+583
2025-12-02crypto/ccp: Implement SEV-TIO PCIe IDE (phase1)Alexey Kardashevskiy7-2/+1459
2025-12-02ccp: Make snp_reclaim_pages and __sev_do_cmd_locked publicAlexey Kardashevskiy2-8/+5
2025-12-02Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-12/+5
2025-11-26Merge tag 'kvm-x86-svm-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+37
2025-11-25treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-2/+0
2025-11-24crypto: qat - convert to common field_get() helperGeert Uytterhoeven1-8/+1
2025-11-24crypto: qat - #undef field_get() before local definitionGeert Uytterhoeven1-0/+1
2025-11-24crypto: ccp - use min() instead of min_t()David Laight1-1/+1
2025-11-22crypto: ccree - Correctly handle return of sg_nents_for_lenHaotian Zhang1-1/+5
2025-11-22crypto: starfive - Correctly handle return of sg_nents_for_lenHaotian Zhang1-1/+5
2025-11-21devlink: pass extack through to devlink_param::get()Daniel Zahka1-2/+4
2025-11-14crypto: ccp - Add an API to return the supported SEV-SNP policy bitsTom Lendacky1-0/+37
2025-11-14crypto: iaa - Fix incorrect return value in save_iaa_wq()Zilin Guan1-1/+1
2025-11-14crypto: qat - add WQ_PERCPU to alloc_workqueue usersMarco Crivellari4-5/+8
2025-11-14crypto: cesa - Simplify with of_device_get_match_data()Krzysztof Kozlowski1-5/+2
2025-11-14crypto: ccp - Simplify with of_device_get_match_data()Krzysztof Kozlowski1-12/+1
2025-11-14crypto: ccp - Constify 'dev_vdata' memberKrzysztof Kozlowski2-3/+3
2025-11-14crypto: artpec6 - Simplify with of_device_get_match_data()Krzysztof Kozlowski1-6/+3
2025-11-14crypto: cavium/nitrox - add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2025-11-14crypto: atmel-i2c - add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2025-11-14crypto: rockchip - drop redundant crypto_skcipher_ivsize() callsKarina Yankevich1-2/+1
2025-11-06crypto: octeontx2 - Replace deprecated strcpy in cpt_ucode_load_fwThorsten Blum1-2/+3
2025-11-06crypto: ccp - Add support for PCI device 0x115AMario Limonciello (AMD)1-0/+19
2025-11-06crypto: qce - fix version checkGaurav Kashyap1-2/+1
2025-11-06crypto: xilinx - Use %pe to print PTR_ERRHarsh Jain1-1/+1
2025-11-06crypto: hisilicon/qm - Fix device reference leak in qm_get_qos_valueMiaoqian Lin1-0/+2
2025-11-06sev-dev: use override credential guardsChristian Brauner1-8/+2
2025-11-06crypto: hisilicon - qm updates BAR configurationLongfang Liu1-0/+27
2025-11-04sev-dev: use prepare credential guardChristian Brauner1-3/+3
2025-11-04sev-dev: use guard for pathChristian Brauner1-2/+1
2025-10-31crypto: qat - use simple_strtoull to improve qat_uclo_parse_numThorsten Blum1-13/+5
2025-10-31crypto: hisilicon/qm - add missing default in switch in qm_vft_data_cfgnieweiqiang1-0/+7
2025-10-31crypto: hisilicon/sgl - remove unnecessary checks for curr_hw_sgl errornieweiqiang1-5/+0
2025-10-31crypto: hisilicon/qm - add concurrency protection for variable err_thresholdnieweiqiang1-3/+6
2025-10-31crypto: hisilicon/qm - add the save operation of eqe and aeqenieweiqiang1-11/+14
2025-10-31crypto: qce - Provide dev_err_probe() status on DMA failureBjorn Andersson1-2/+4
2025-10-31crypto: ti - Add support for AES-XTS in DTHEv2 driverT Pratham3-7/+141
2025-10-23crypto: hisilicon/qm - restore original qos valuesnieweiqiang1-1/+13
2025-10-23crypto: sun8i-ss - Move j init earlier in sun8i_ss_hash_runHerbert Xu1-1/+1
2025-10-23crypto: aspeed - fix double free caused by devmHaotian Zhang1-2/+0
2025-10-20crypto: caam - Add support of paes algorithmMeenakshi Aggarwal4-16/+220
2025-10-20KEYS: trusted: caam based protected keyMeenakshi Aggarwal2-17/+78