summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-01-23crypto: testmgr - allow authenc(sha224,rfc3686) variant in fips modeAleksander Jan Bajkowski-0/+4
2026-01-23crypto: inside-secure/eip93 - fix kernel panic in driver detachAleksander Jan Bajkowski-1/+1
2026-01-23crypto: ccp - Use NULL instead of plain 0Herbert Xu-1/+1
2026-01-23crypto: blowfish - fix typo in commentAlexander Bendezu-1/+1
2026-01-23padata: Constify padata_sysfs_entry structsThomas Weißschuh-11/+11
2026-01-23crypto: api - remove unnecessary forward declarationsThorsten Blum-27/+16
2026-01-23crypto: simd - Simplify request size calculation in simd_aead_initThorsten Blum-2/+2
2026-01-23crypto: xilinx - Add gcm(aes) support for AMD/Xilinx Versal deviceHarsh Jain-9/+421
2026-01-23crypto: xilinx - Remove un-necessary typecast operationHarsh Jain-6/+3
2026-01-23firmware: xilinx: Add firmware API's to support aes-gcm in Versal deviceHarsh Jain-3/+223
2026-01-23crypto: xilinx - Change coherent DMA to streaming DMA APIHarsh Jain-36/+58
2026-01-23crypto: xilinx - Replace zynqmp prefix with xilinxHarsh Jain-71/+69
2026-01-23crypto: xilinx - Register H/W key support with paesHarsh Jain-100/+204
2026-01-23crypto: xilinx - Avoid submitting fallback requests to engineHarsh Jain-27/+35
2026-01-23crypto: xilinx - Avoid Encrypt request to fallback for authsize < 16Harsh Jain-3/+3
2026-01-23crypto: xilinx - Return linux error code instead of firmware error codeHarsh Jain-7/+7
2026-01-23crypto: xilinx - Update probe to self discover the deviceHarsh Jain-24/+62
2026-01-23dt-bindings: crypto: Mark zynqmp-aes as DeprecatedHarsh Jain-0/+3
2026-01-23firmware: zynqmp: Add helper API to self discovery the deviceHarsh Jain-0/+50
2026-01-23crypto: xilinx - Remove union from zynqmp_aead_drv_ctxHarsh Jain-13/+11
2026-01-23firmware: zynqmp: Move crypto API's to separate fileHarsh Jain-63/+89
2026-01-23crypto: engine - Use unregister_* in register_{aeads,ahashes,skciphers}Thorsten Blum-21/+12
2026-01-23crypto: lskcipher - Use unregister_lskciphers in register_lskciphersThorsten Blum-8/+4
2026-01-23crypto: skcipher - Use unregister_skciphers in register_skciphersThorsten Blum-8/+4
2026-01-23crypto: shash - Use unregister_shashes in register_shashesThorsten Blum-8/+4
2026-01-23crypto: ahash - Use unregister_ahashes in register_ahashesThorsten Blum-8/+4
2026-01-23crypto: acomp - Use unregister_acomps in register_acompsThorsten Blum-8/+4
2026-01-22net/mlx5: Fix memory leak in esw_acl_ingress_lgcy_setup()Zilin Guan-1/+1
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2343/+4715
2026-01-22Merge tag 'v6.19-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+6
2026-01-22riscv: Add intermediate cast to 'unsigned long' in __get_user_asmNathan Chancellor-1/+1
2026-01-22selftests: ublk: support arbitrary threads/queues combinationMing Lei-48/+302
2026-01-22selftests: ublk: add --batch/-b for enabling F_BATCH_IOMing Lei-2/+148
2026-01-22selftests: ublk: increase timeout to 150 secondsMing Lei-0/+3
2026-01-22selftests: ublk: handle UBLK_U_IO_FETCH_IO_CMDSMing Lei-4/+159
2026-01-22selftests: ublk: handle UBLK_U_IO_COMMIT_IO_CMDSMing Lei-29/+122
2026-01-22selftests: ublk: handle UBLK_U_IO_PREP_IO_CMDSMing Lei-12/+174
2026-01-22selftests: ublk: add batch buffer management infrastructureMing Lei-3/+282
2026-01-22selftests: ublk: add ublk_io_buf_idx() for returning io buffer indexMing Lei-20/+33
2026-01-22selftests: ublk: replace assert() with ublk_assert()Ming Lei-9/+19
2026-01-22selftests: ublk: fix user_data truncation for tgt_data >= 256Ming Lei-1/+1
2026-01-22ublk: fix batch I/O recovery -ENODEV errorMing Lei-32/+60
2026-01-22ublk: implement batch request completion via blk_mq_end_request_batch()Ming Lei-8/+17
2026-01-22ublk: document feature UBLK_F_BATCH_IOMing Lei-4/+60
2026-01-22ublk: add new feature UBLK_F_BATCH_IOMing Lei-8/+67
2026-01-22ublk: abort requests filled in event kfifoMing Lei-1/+23
2026-01-22ublk: refactor ublk_queue_rq() and add ublk_batch_queue_rq()Ming Lei-10/+46
2026-01-22ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processingMing Lei-8/+393
2026-01-22ublk: add batch I/O dispatch infrastructureMing Lei-0/+195
2026-01-22ublk: add io events fifo structureMing Lei-6/+63