aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-01-23crypto: xilinx - Avoid Encrypt request to fallback for authsize < 16Harsh Jain1-3/+3
2026-01-23crypto: xilinx - Return linux error code instead of firmware error codeHarsh Jain1-7/+7
2026-01-23crypto: xilinx - Update probe to self discover the deviceHarsh Jain1-24/+62
2026-01-23dt-bindings: crypto: Mark zynqmp-aes as DeprecatedHarsh Jain2-0/+3
2026-01-23firmware: zynqmp: Add helper API to self discovery the deviceHarsh Jain2-0/+50
2026-01-23crypto: xilinx - Remove union from zynqmp_aead_drv_ctxHarsh Jain1-13/+11
2026-01-23firmware: zynqmp: Move crypto API's to separate fileHarsh Jain5-63/+89
2026-01-23crypto: engine - Use unregister_* in register_{aeads,ahashes,skciphers}Thorsten Blum1-21/+12
2026-01-23crypto: lskcipher - Use unregister_lskciphers in register_lskciphersThorsten Blum1-8/+4
2026-01-23crypto: skcipher - Use unregister_skciphers in register_skciphersThorsten Blum1-8/+4
2026-01-23crypto: shash - Use unregister_shashes in register_shashesThorsten Blum1-8/+4
2026-01-23crypto: ahash - Use unregister_ahashes in register_ahashesThorsten Blum1-8/+4
2026-01-23crypto: acomp - Use unregister_acomps in register_acompsThorsten Blum1-8/+4
2026-01-22net/mlx5: Fix memory leak in esw_acl_ingress_lgcy_setup()Zilin Guan1-1/+1
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski425-2340/+4712
2026-01-22Merge tag 'v6.19-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+6
2026-01-22riscv: Add intermediate cast to 'unsigned long' in __get_user_asmNathan Chancellor1-1/+1
2026-01-22selftests: ublk: support arbitrary threads/queues combinationMing Lei6-48/+302
2026-01-22selftests: ublk: add --batch/-b for enabling F_BATCH_IOMing Lei7-2/+148
2026-01-22selftests: ublk: increase timeout to 150 secondsMing Lei2-0/+3
2026-01-22selftests: ublk: handle UBLK_U_IO_FETCH_IO_CMDSMing Lei3-4/+159
2026-01-22selftests: ublk: handle UBLK_U_IO_COMMIT_IO_CMDSMing Lei3-29/+122
2026-01-22selftests: ublk: handle UBLK_U_IO_PREP_IO_CMDSMing Lei3-12/+174
2026-01-22selftests: ublk: add batch buffer management infrastructureMing Lei4-3/+282
2026-01-22selftests: ublk: add ublk_io_buf_idx() for returning io buffer indexMing Lei5-20/+33
2026-01-22selftests: ublk: replace assert() with ublk_assert()Ming Lei6-9/+19
2026-01-22selftests: ublk: fix user_data truncation for tgt_data >= 256Ming Lei1-1/+1
2026-01-22ublk: fix batch I/O recovery -ENODEV errorMing Lei1-32/+60
2026-01-22ublk: implement batch request completion via blk_mq_end_request_batch()Ming Lei1-8/+17
2026-01-22ublk: document feature UBLK_F_BATCH_IOMing Lei1-4/+60
2026-01-22ublk: add new feature UBLK_F_BATCH_IOMing Lei2-8/+67
2026-01-22ublk: abort requests filled in event kfifoMing Lei1-1/+23
2026-01-22ublk: refactor ublk_queue_rq() and add ublk_batch_queue_rq()Ming Lei1-10/+46
2026-01-22ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processingMing Lei2-8/+393
2026-01-22ublk: add batch I/O dispatch infrastructureMing Lei1-0/+195
2026-01-22ublk: add io events fifo structureMing Lei1-6/+63
2026-01-22ublk: handle UBLK_U_IO_COMMIT_IO_CMDSMing Lei2-2/+109
2026-01-22ublk: handle UBLK_U_IO_PREP_IO_CMDSMing Lei2-1/+195
2026-01-22ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDSMing Lei2-1/+135
2026-01-22ublk: prepare for not tracking task context for command batchMing Lei1-1/+4
2026-01-22ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IOMing Lei1-1/+25
2026-01-22Merge tag 'clk-divider-round-rate-v6.20-v2' of https://github.com/masneyb/linux into clk-dividerStephen Boyd23-298/+244
2026-01-23Merge tag 'drm-misc-next-2026-01-22' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie94-1467/+3086
2026-01-22net: phy: Grammar update for comment in genphy_update_linkSimon Horman1-1/+1
2026-01-22selftests: net: Add kernel selftest for RFC 4884Danielle Ratson3-0/+681
2026-01-22Merge branch 'tcp-remove-tcp_rate-c'Jakub Kicinski5-135/+130
2026-01-22tcp: move tcp_rate_check_app_limited() to tcp.cEric Dumazet4-23/+20
2026-01-22tcp: move tcp_rate_gen to tcp_input.cEric Dumazet3-112/+110
2026-01-22Merge branch 'net-stmmac-dwmac-enforce-preamble-before-sfd-for-i-mx8mp'Jakub Kicinski5-5/+29
2026-01-22net: stmmac: dwmac-imx: keep preamble before sfd on i.MX8MPStefan Eichenberger3-2/+13