Show patches with: State = Action Required       |    Archived = No       |   4255 patches
« 1 2 ... 6 7 842 43 »
Patch Series S/W/F Date Submitter Delegate State
[10/14] crypto: ecc - Implement ecc_digits_to_array to convert digits to byte array Add support for NIST P521 to ecdsa and ecdh --- 2024-02-08 Stefan Berger New
[v2,05/14] crypto: ecc - For NIST P521 use vli_num_bits to get number of bits Add support for NIST P521 to ecdsa and ecdh --- 2024-02-15 Stefan Berger New
[v2,09/14] crypto: ecdh - Use properly formatted digits to check for valid key Add support for NIST P521 to ecdsa and ecdh --- 2024-02-15 Stefan Berger New
[v2,10/14] crypto: ecc - Implement ecc_digits_to_bytes to convert digits to byte array Add support for NIST P521 to ecdsa and ecdh --- 2024-02-15 Stefan Berger New
[v2,11/14] crypto: Add nbits field to ecc_curve structure Add support for NIST P521 to ecdsa and ecdh --- 2024-02-15 Stefan Berger New
[v2,12/14] crypto: ecc - Implement and use ecc_curve_get_nbytes to get curve's nbytes Add support for NIST P521 to ecdsa and ecdh --- 2024-02-15 Stefan Berger New
[v2,13/14] crypto: ecdh - Use functions to copy digits from and to byte array Add support for NIST P521 to ecdsa and ecdh --- 2024-02-15 Stefan Berger New
[v2,14/14] crypto: ecdh - Add support for NIST P521 and add test case Add support for NIST P521 to ecdsa and ecdh --- 2024-02-15 Stefan Berger New
[v3,02/10] crypto: ecdsa - Adjust tests on length of key parameters Add support for NIST P521 to ecdsa --- 2024-02-23 Stefan Berger New
[v3,05/10] crypto: ecc - Add nbits field to ecc_curve structure Add support for NIST P521 to ecdsa --- 2024-02-23 Stefan Berger New
[v3,06/10] crypte: ecc - Implement ecc_curve_get_nbits to get number of bits Add support for NIST P521 to ecdsa --- 2024-02-23 Stefan Berger New
[v3,07/10] crypto: ecc - Use ecc_get_curve_nbits to get number of bits for NIST P521 Add support for NIST P521 to ecdsa --- 2024-02-23 Stefan Berger New
[v5,05/12] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521 Add support for NIST P521 to ecdsa --- 2024-03-06 Stefan Berger New
[v5,12/12] crypto: x509 - Add OID for NIST P521 and extend parser for it Add support for NIST P521 to ecdsa --- 2024-03-06 Stefan Berger New
[v6,01/13] crypto: ecc - Use ECC_CURVE_NIST_P192/256/384_DIGITS where possible Add support for NIST P521 to ecdsa --- 2024-03-12 Stefan Berger New
[v6,02/13] crypto: ecdsa - Convert byte arrays with key coordinates to digits Add support for NIST P521 to ecdsa --- 2024-03-12 Stefan Berger New
[v6,03/13] crypto: ecdsa - Adjust tests on length of key parameters Add support for NIST P521 to ecdsa --- 2024-03-12 Stefan Berger New
[v6,04/13] crypto: ecdsa - Extend res.x mod n calculation for NIST P521 Add support for NIST P521 to ecdsa --- 2024-03-12 Stefan Berger New
[v6,05/13] crypto: ecc - Add nbits field to ecc_curve structure Add support for NIST P521 to ecdsa --- 2024-03-12 Stefan Berger New
[v6,06/13] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521 Add support for NIST P521 to ecdsa --- 2024-03-12 Stefan Berger New
[v6,07/13] crypto: ecc - Add special case for NIST P521 in ecc_point_mult Add support for NIST P521 to ecdsa --- 2024-03-12 Stefan Berger New
[v6,08/13] crypto: ecc - Add NIST P521 curve parameters Add support for NIST P521 to ecdsa --- 2024-03-12 Stefan Berger New
[v6,09/13] crypto: ecdsa - Replace ndigits with nbits where precision is needed Add support for NIST P521 to ecdsa --- 2024-03-12 Stefan Berger New
[v6,10/13] crypto: ecdsa - Rename keylen to bufsize where necessary Add support for NIST P521 to ecdsa --- 2024-03-12 Stefan Berger New
[v6,11/13] crypto: ecdsa - Register NIST P521 and extend test suite Add support for NIST P521 to ecdsa --- 2024-03-12 Stefan Berger New
[v6,12/13] crypto: asymmetric_keys - Adjust signature size calculation for NIST P521 Add support for NIST P521 to ecdsa --- 2024-03-12 Stefan Berger New
[v6,13/13] crypto: x509 - Add OID for NIST P521 and extend parser for it Add support for NIST P521 to ecdsa --- 2024-03-12 Stefan Berger New
crypto: ecdsa - Fix module auto-load on add-key crypto: ecdsa - Fix module auto-load on add-key --- 2024-03-21 Stefan Berger New
[v8,01/13] crypto: ecc - Use ECC_CURVE_NIST_P192/256/384_DIGITS where possible Add support for NIST P521 to ecdsa --- 2024-04-04 Stefan Berger New
[v8,02/13] crypto: ecdsa - Convert byte arrays with key coordinates to digits Add support for NIST P521 to ecdsa --- 2024-04-04 Stefan Berger New
[v8,03/13] crypto: ecdsa - Adjust tests on length of key parameters Add support for NIST P521 to ecdsa --- 2024-04-04 Stefan Berger New
[v8,04/13] crypto: ecdsa - Extend res.x mod n calculation for NIST P521 Add support for NIST P521 to ecdsa --- 2024-04-04 Stefan Berger New
[v8,05/13] crypto: ecc - Add nbits field to ecc_curve structure Add support for NIST P521 to ecdsa --- 2024-04-04 Stefan Berger New
[v8,06/13] crypto: ecc - Implement vli_mmod_fast_521 for NIST p521 Add support for NIST P521 to ecdsa --- 2024-04-04 Stefan Berger New
[v8,07/13] crypto: ecc - Add special case for NIST P521 in ecc_point_mult Add support for NIST P521 to ecdsa --- 2024-04-04 Stefan Berger New
[v8,08/13] crypto: ecc - Add NIST P521 curve parameters Add support for NIST P521 to ecdsa --- 2024-04-04 Stefan Berger New
[v8,09/13] crypto: ecdsa - Replace ndigits with nbits where precision is needed Add support for NIST P521 to ecdsa --- 2024-04-04 Stefan Berger New
[v8,10/13] crypto: ecdsa - Rename keylen to bufsize where necessary Add support for NIST P521 to ecdsa --- 2024-04-04 Stefan Berger New
[v8,11/13] crypto: ecdsa - Register NIST P521 and extend test suite Add support for NIST P521 to ecdsa --- 2024-04-04 Stefan Berger New
[v8,12/13] crypto: asymmetric_keys - Adjust signature size calculation for NIST P521 Add support for NIST P521 to ecdsa --- 2024-04-04 Stefan Berger New
[v8,13/13] crypto: x509 - Add OID for NIST P521 and extend parser for it Add support for NIST P521 to ecdsa --- 2024-04-04 Stefan Berger New
[1/2] crypto: ecdh - Pass private key in proper byte order to check valid key crypto: ecdh & ecc: Fix private key byte ordering issues --- 2024-04-15 Stefan Berger New
[v2,1/2] crypto: ecdh - Pass private key in proper byte order to check valid key crypto: ecdh & ecc: Fix private key byte ordering issues --- 2024-04-17 Stefan Berger New
[v3,2/2] crypto: ecdh & ecc - Initialize ctx->private_key in proper byte order Untitled series #240031 --- 2024-04-18 Stefan Berger New
crypto: arm/ghash-ce - define fpu before fpu registers are referenced crypto: arm/ghash-ce - define fpu before fpu registers are referenced --- 2020-03-01 Stefan Agner New
[1/4] drivers: crypto: create common Kconfig and Makefile for Marvell Add Support for Marvell OcteonTX Cryptographic --- 2020-03-04 Srujana Challa New
[2/4] drivers: crypto: add support for OCTEON TX CPT engine Add Support for Marvell OcteonTX Cryptographic --- 2020-03-04 Srujana Challa New
[v2,3/4] drivers: crypto: add the Virtual Function driver for CPT Untitled series #32130 --- 2020-03-13 Srujana Challa New
[v2,4/4] crypto: marvell: enable OcteonTX cpt options for build Untitled series #32130 --- 2020-03-13 Srujana Challa New
[v2,3/3] drivers: crypto: add the Virtual Function driver for OcteonTX2 CPT Add Support for Marvell OcteonTX2 Cryptographic --- 2020-08-07 Srujana Challa New
[v3,net-next,2/4] octeontx2-af: add support to manage the CPT unit [v3,net-next,1/4] octeontx2-pf: move asm code to include/linux/soc --- 2020-09-17 Srujana Challa New
[v4,net-next,06/13] crypto: octeontx2: enable SR-IOV and mailbox communication with VF [v4,net-next,01/13] octeontx2-pf: move lmt flush to include/linux/soc --- 2020-10-09 Srujana Challa New
[v4,net-next,10/13] crypto: octeontx2: add mailbox for inline-IPsec RX LF cfg [v4,net-next,01/13] octeontx2-pf: move lmt flush to include/linux/soc --- 2020-10-09 Srujana Challa New
[v8,net-next,02/12] octeontx2-af: add mailbox interface for CPT Untitled series #73216 --- 2020-10-28 Srujana Challa New
[v8,net-next,03/12] octeontx2-af: add debugfs entries for CPT block Untitled series #73216 --- 2020-10-28 Srujana Challa New
[v9,net-next,11/12] crypto: octeontx2: add support to process the crypto request Add Support for Marvell OcteonTX2 Cryptographic Acceleration Unit --- 2020-11-09 Srujana Challa New
[v9,net-next,12/12] crypto: octeontx2: register with linux crypto framework Add Support for Marvell OcteonTX2 Cryptographic Acceleration Unit --- 2020-11-09 Srujana Challa New
[03/10] crypto: octeontx2: add devlink option to set max_rxc_icb_cnt Add Marvell CN10KB/CN10KA B0 support --- 2023-10-16 Srujana Challa New
[05/10] crypto: octeontx2: remove errata workaround for CN10KB or CN10KA B0 chip. Add Marvell CN10KB/CN10KA B0 support --- 2023-10-16 Srujana Challa New
[net-next,v2,03/10] crypto: octeontx2: add devlink option to set max_rxc_icb_cnt Add Marvell CPT CN10KB/CN10KA B0 support --- 2023-12-12 Srujana Challa New
[net-next,v2,04/10] crypto: octeontx2: add devlink option to set t106 mode Add Marvell CPT CN10KB/CN10KA B0 support --- 2023-12-12 Srujana Challa New
[net-next,v2,10/10] crypto: octeontx2: support setting ctx ilen for inline CPT LF Add Marvell CPT CN10KB/CN10KA B0 support --- 2023-12-12 Srujana Challa New
[v3,8/9] crypto/octeontx2: register error interrupts for inline cptlf Add Marvell CPT CN10KB/CN10KA B0 support --- 2023-12-13 Srujana Challa New
crypto: acomp - search acomp with scomp backend in crypto_has_acomp crypto: acomp - search acomp with scomp backend in crypto_has_acomp --- 2020-04-30 Song Bao Hua (Barry Song) New
[RESEND,1/1] mm/zswap: move to use crypto_acomp API for hardware acceleration [RESEND,1/1] mm/zswap: move to use crypto_acomp API for hardware acceleration --- 2020-05-13 Song Bao Hua (Barry Song) New
[v2,3/3] mm/zswap: allocate acomp on the numa node committing acomp_req crypto: allow users to specify acomp hardware from a desired NUMA node --- 2020-06-23 Song Bao Hua (Barry Song) New
[1/4] crypto: hisilicon - tiny fix about QM/ZIP error callback print [1/4] crypto: hisilicon - tiny fix about QM/ZIP error callback print --- 2019-10-21 Shukun Tan New
[2/4] crypto: hisilicon: Configure zip RAS error type crypto: hisilicon: Unify hardware error handle process --- 2020-01-20 Shukun Tan New
[3/4] crypto: hisilicon: Unify error detect process into qm crypto: hisilicon: Unify hardware error handle process --- 2020-01-20 Shukun Tan New
[1/4] crypto: hisilicon/qm - Put device finding logic into QM [1/4] crypto: hisilicon/qm - Put device finding logic into QM --- 2020-03-04 Shukun Tan New
[3/4] crypto: hisilicon/hpre - Optimize finding hpre device process [1/4] crypto: hisilicon/qm - Put device finding logic into QM --- 2020-03-04 Shukun Tan New
[v2,2/4] crypto: hisilicon/zip - Use hisi_qm_alloc_qps_node() when init ctx [v2,1/4] crypto: hisilicon/qm - Put device finding logic into QM --- 2020-03-10 Shukun Tan New
[1/3] crypto: hisilicon - put vfs_num into struct hisi_qm [1/3] crypto: hisilicon - put vfs_num into struct hisi_qm --- 2020-04-02 Shukun Tan New
[2/3] crypto: hisilicon - unify SR-IOV related codes into QM [1/3] crypto: hisilicon - put vfs_num into struct hisi_qm --- 2020-04-02 Shukun Tan New
[3/5] crypto: hisilicon/hpre - add controller reset support for HPRE crypto: hisilicon - add controller reset support --- 2020-04-03 Shukun Tan New
[4/5] crypto: hisilicon/sec2 - add controller reset support for SEC2 crypto: hisilicon - add controller reset support --- 2020-04-03 Shukun Tan New
crypto: hisilicon - fix Kbuild warning crypto: hisilicon - fix Kbuild warning --- 2020-04-17 Shukun Tan New
[01/13] crypto: hisilicon/sec2 - modify the SEC probe process [01/13] crypto: hisilicon/sec2 - modify the SEC probe process --- 2020-05-08 Shukun Tan New
[02/13] crypto: hisilicon/hpre - modify the HPRE probe process [01/13] crypto: hisilicon/sec2 - modify the SEC probe process --- 2020-05-08 Shukun Tan New
[06/13] crypto: hisilicon - add FLR support [01/13] crypto: hisilicon/sec2 - modify the SEC probe process --- 2020-05-08 Shukun Tan New
[08/13] crypto: hisilicon - unify initial value assignment into QM [01/13] crypto: hisilicon/sec2 - modify the SEC probe process --- 2020-05-08 Shukun Tan New
[09/13] crypto: hisilicon - QM memory management optimization [01/13] crypto: hisilicon/sec2 - modify the SEC probe process --- 2020-05-08 Shukun Tan New
[11/13] crypto: hisilicon - add device error report through abnormal irq [01/13] crypto: hisilicon/sec2 - modify the SEC probe process --- 2020-05-08 Shukun Tan New
[12/13] crypto: hisilicon/zip - Use temporary sqe when doing work [01/13] crypto: hisilicon/sec2 - modify the SEC probe process --- 2020-05-08 Shukun Tan New
[v2,03/12] crypto: hisilicon/zip - modify the ZIP probe process crypto: hisilicon - misc cleanup and optimizations --- 2020-05-09 Shukun Tan New
[2/7] crypto: hisilicon/qm - add debugfs to the QM state machine Untitled series #32019 --- 2020-05-15 Shukun Tan New
[4/7] crypto: hisilicon/hpre - add debugfs for Hisilicon HPRE Untitled series #32019 --- 2020-05-15 Shukun Tan New
[6/7] crypto: hisilicon/qm - add DebugFS for xQC and xQE dump Untitled series #32019 --- 2020-05-15 Shukun Tan New
[7/7] crypto: hisilicon/qm - change debugfs file name from qm_regs to regs Untitled series #32019 --- 2020-05-15 Shukun Tan New
crypto:hisilicon - fix driver compatibility issue with different versions of devices crypto:hisilicon - fix driver compatibility issue with different versions of devices --- 2020-05-20 Shukun Tan New
[2/3] KVM/SVM: move the implementation of sev_get_attestation_report to ccp driver Allow guest to query AMD SEV(-ES) runtime attestation evidence --- 2022-01-10 Shirong Hao New
[1/2] crypto: octeontx2: add apis for custom engine groups Octeon TX2 CPT custom engine group --- 2021-12-01 Shijith Thotton New
[2/2] crypto: octeontx2: parameters for custom engine groups Octeon TX2 CPT custom engine group --- 2021-12-01 Shijith Thotton New
crypto: octeontx2: fix NULL pointer dereference crypto: octeontx2: fix NULL pointer dereference --- 2022-01-21 Shijith Thotton New
crypto: octeontx2: increase CPT HW instruction queue length crypto: octeontx2: increase CPT HW instruction queue length --- 2022-01-25 Shijith Thotton New
crypto: af_alg/hash: Fix uninit-value access in af_alg_free_sg() crypto: af_alg/hash: Fix uninit-value access in af_alg_free_sg() --- 2023-12-11 Shigeru Yoshida New
crypto: qat - add heartbeat error simulator crypto: qat - add heartbeat error simulator --- 2023-10-20 Shashank Gupta New
crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirq crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirq --- 2022-07-19 shaozhengchao New
[RFC,v2,1/4] hisi-acc-vfio-pci: add new vfio_pci driver for HiSilicon ACC devices vfio/hisilicon: add acc live migration driver --- 2021-07-02 Shameerali Kolothum Thodi New
[RFC,v2,2/4] hisi_acc_vfio_pci: Override ioctl method to limit BAR2 region size vfio/hisilicon: add acc live migration driver --- 2021-07-02 Shameerali Kolothum Thodi New
« 1 2 ... 6 7 842 43 »