index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-01-23
crypto: testmgr - allow authenc(sha224,rfc3686) variant in fips mode
Aleksander Jan Bajkowski
-0
/
+4
2026-01-23
crypto: inside-secure/eip93 - fix kernel panic in driver detach
Aleksander Jan Bajkowski
-1
/
+1
2026-01-23
crypto: ccp - Use NULL instead of plain 0
Herbert Xu
-1
/
+1
2026-01-23
crypto: blowfish - fix typo in comment
Alexander Bendezu
-1
/
+1
2026-01-23
padata: Constify padata_sysfs_entry structs
Thomas Weißschuh
-11
/
+11
2026-01-23
crypto: api - remove unnecessary forward declarations
Thorsten Blum
-27
/
+16
2026-01-23
crypto: simd - Simplify request size calculation in simd_aead_init
Thorsten Blum
-2
/
+2
2026-01-23
crypto: xilinx - Add gcm(aes) support for AMD/Xilinx Versal device
Harsh Jain
-9
/
+421
2026-01-23
crypto: xilinx - Remove un-necessary typecast operation
Harsh Jain
-6
/
+3
2026-01-23
firmware: xilinx: Add firmware API's to support aes-gcm in Versal device
Harsh Jain
-3
/
+223
2026-01-23
crypto: xilinx - Change coherent DMA to streaming DMA API
Harsh Jain
-36
/
+58
2026-01-23
crypto: xilinx - Replace zynqmp prefix with xilinx
Harsh Jain
-71
/
+69
2026-01-23
crypto: xilinx - Register H/W key support with paes
Harsh Jain
-100
/
+204
2026-01-23
crypto: xilinx - Avoid submitting fallback requests to engine
Harsh Jain
-27
/
+35
2026-01-23
crypto: xilinx - Avoid Encrypt request to fallback for authsize < 16
Harsh Jain
-3
/
+3
2026-01-23
crypto: xilinx - Return linux error code instead of firmware error code
Harsh Jain
-7
/
+7
2026-01-23
crypto: xilinx - Update probe to self discover the device
Harsh Jain
-24
/
+62
2026-01-23
dt-bindings: crypto: Mark zynqmp-aes as Deprecated
Harsh Jain
-0
/
+3
2026-01-23
firmware: zynqmp: Add helper API to self discovery the device
Harsh Jain
-0
/
+50
2026-01-23
crypto: xilinx - Remove union from zynqmp_aead_drv_ctx
Harsh Jain
-13
/
+11
2026-01-23
firmware: zynqmp: Move crypto API's to separate file
Harsh Jain
-63
/
+89
2026-01-23
crypto: engine - Use unregister_* in register_{aeads,ahashes,skciphers}
Thorsten Blum
-21
/
+12
2026-01-23
crypto: lskcipher - Use unregister_lskciphers in register_lskciphers
Thorsten Blum
-8
/
+4
2026-01-23
crypto: skcipher - Use unregister_skciphers in register_skciphers
Thorsten Blum
-8
/
+4
2026-01-23
crypto: shash - Use unregister_shashes in register_shashes
Thorsten Blum
-8
/
+4
2026-01-23
crypto: ahash - Use unregister_ahashes in register_ahashes
Thorsten Blum
-8
/
+4
2026-01-23
crypto: acomp - Use unregister_acomps in register_acomps
Thorsten Blum
-8
/
+4
2026-01-22
net/mlx5: Fix memory leak in esw_acl_ingress_lgcy_setup()
Zilin Guan
-1
/
+1
2026-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2343
/
+4715
2026-01-22
Merge tag 'v6.19-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-0
/
+6
2026-01-22
riscv: Add intermediate cast to 'unsigned long' in __get_user_asm
Nathan Chancellor
-1
/
+1
2026-01-22
selftests: ublk: support arbitrary threads/queues combination
Ming Lei
-48
/
+302
2026-01-22
selftests: ublk: add --batch/-b for enabling F_BATCH_IO
Ming Lei
-2
/
+148
2026-01-22
selftests: ublk: increase timeout to 150 seconds
Ming Lei
-0
/
+3
2026-01-22
selftests: ublk: handle UBLK_U_IO_FETCH_IO_CMDS
Ming Lei
-4
/
+159
2026-01-22
selftests: ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
Ming Lei
-29
/
+122
2026-01-22
selftests: ublk: handle UBLK_U_IO_PREP_IO_CMDS
Ming Lei
-12
/
+174
2026-01-22
selftests: ublk: add batch buffer management infrastructure
Ming Lei
-3
/
+282
2026-01-22
selftests: ublk: add ublk_io_buf_idx() for returning io buffer index
Ming Lei
-20
/
+33
2026-01-22
selftests: ublk: replace assert() with ublk_assert()
Ming Lei
-9
/
+19
2026-01-22
selftests: ublk: fix user_data truncation for tgt_data >= 256
Ming Lei
-1
/
+1
2026-01-22
ublk: fix batch I/O recovery -ENODEV error
Ming Lei
-32
/
+60
2026-01-22
ublk: implement batch request completion via blk_mq_end_request_batch()
Ming Lei
-8
/
+17
2026-01-22
ublk: document feature UBLK_F_BATCH_IO
Ming Lei
-4
/
+60
2026-01-22
ublk: add new feature UBLK_F_BATCH_IO
Ming Lei
-8
/
+67
2026-01-22
ublk: abort requests filled in event kfifo
Ming Lei
-1
/
+23
2026-01-22
ublk: refactor ublk_queue_rq() and add ublk_batch_queue_rq()
Ming Lei
-10
/
+46
2026-01-22
ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processing
Ming Lei
-8
/
+393
2026-01-22
ublk: add batch I/O dispatch infrastructure
Ming Lei
-0
/
+195
2026-01-22
ublk: add io events fifo structure
Ming Lei
-6
/
+63
[prev]
[next]