index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-23
crypto: xilinx - Avoid Encrypt request to fallback for authsize < 16
Harsh Jain
1
-3
/
+3
2026-01-23
crypto: xilinx - Return linux error code instead of firmware error code
Harsh Jain
1
-7
/
+7
2026-01-23
crypto: xilinx - Update probe to self discover the device
Harsh Jain
1
-24
/
+62
2026-01-23
dt-bindings: crypto: Mark zynqmp-aes as Deprecated
Harsh Jain
2
-0
/
+3
2026-01-23
firmware: zynqmp: Add helper API to self discovery the device
Harsh Jain
2
-0
/
+50
2026-01-23
crypto: xilinx - Remove union from zynqmp_aead_drv_ctx
Harsh Jain
1
-13
/
+11
2026-01-23
firmware: zynqmp: Move crypto API's to separate file
Harsh Jain
5
-63
/
+89
2026-01-23
crypto: engine - Use unregister_* in register_{aeads,ahashes,skciphers}
Thorsten Blum
1
-21
/
+12
2026-01-23
crypto: lskcipher - Use unregister_lskciphers in register_lskciphers
Thorsten Blum
1
-8
/
+4
2026-01-23
crypto: skcipher - Use unregister_skciphers in register_skciphers
Thorsten Blum
1
-8
/
+4
2026-01-23
crypto: shash - Use unregister_shashes in register_shashes
Thorsten Blum
1
-8
/
+4
2026-01-23
crypto: ahash - Use unregister_ahashes in register_ahashes
Thorsten Blum
1
-8
/
+4
2026-01-23
crypto: acomp - Use unregister_acomps in register_acomps
Thorsten Blum
1
-8
/
+4
2026-01-22
net/mlx5: Fix memory leak in esw_acl_ingress_lgcy_setup()
Zilin Guan
1
-1
/
+1
2026-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
425
-2340
/
+4712
2026-01-22
Merge tag 'v6.19-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-0
/
+6
2026-01-22
riscv: Add intermediate cast to 'unsigned long' in __get_user_asm
Nathan Chancellor
1
-1
/
+1
2026-01-22
selftests: ublk: support arbitrary threads/queues combination
Ming Lei
6
-48
/
+302
2026-01-22
selftests: ublk: add --batch/-b for enabling F_BATCH_IO
Ming Lei
7
-2
/
+148
2026-01-22
selftests: ublk: increase timeout to 150 seconds
Ming Lei
2
-0
/
+3
2026-01-22
selftests: ublk: handle UBLK_U_IO_FETCH_IO_CMDS
Ming Lei
3
-4
/
+159
2026-01-22
selftests: ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
Ming Lei
3
-29
/
+122
2026-01-22
selftests: ublk: handle UBLK_U_IO_PREP_IO_CMDS
Ming Lei
3
-12
/
+174
2026-01-22
selftests: ublk: add batch buffer management infrastructure
Ming Lei
4
-3
/
+282
2026-01-22
selftests: ublk: add ublk_io_buf_idx() for returning io buffer index
Ming Lei
5
-20
/
+33
2026-01-22
selftests: ublk: replace assert() with ublk_assert()
Ming Lei
6
-9
/
+19
2026-01-22
selftests: ublk: fix user_data truncation for tgt_data >= 256
Ming Lei
1
-1
/
+1
2026-01-22
ublk: fix batch I/O recovery -ENODEV error
Ming Lei
1
-32
/
+60
2026-01-22
ublk: implement batch request completion via blk_mq_end_request_batch()
Ming Lei
1
-8
/
+17
2026-01-22
ublk: document feature UBLK_F_BATCH_IO
Ming Lei
1
-4
/
+60
2026-01-22
ublk: add new feature UBLK_F_BATCH_IO
Ming Lei
2
-8
/
+67
2026-01-22
ublk: abort requests filled in event kfifo
Ming Lei
1
-1
/
+23
2026-01-22
ublk: refactor ublk_queue_rq() and add ublk_batch_queue_rq()
Ming Lei
1
-10
/
+46
2026-01-22
ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processing
Ming Lei
2
-8
/
+393
2026-01-22
ublk: add batch I/O dispatch infrastructure
Ming Lei
1
-0
/
+195
2026-01-22
ublk: add io events fifo structure
Ming Lei
1
-6
/
+63
2026-01-22
ublk: handle UBLK_U_IO_COMMIT_IO_CMDS
Ming Lei
2
-2
/
+109
2026-01-22
ublk: handle UBLK_U_IO_PREP_IO_CMDS
Ming Lei
2
-1
/
+195
2026-01-22
ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDS
Ming Lei
2
-1
/
+135
2026-01-22
ublk: prepare for not tracking task context for command batch
Ming Lei
1
-1
/
+4
2026-01-22
ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IO
Ming Lei
1
-1
/
+25
2026-01-22
Merge tag 'clk-divider-round-rate-v6.20-v2' of https://github.com/masneyb/linux into clk-divider
Stephen Boyd
23
-298
/
+244
2026-01-23
Merge tag 'drm-misc-next-2026-01-22' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
94
-1467
/
+3086
2026-01-22
net: phy: Grammar update for comment in genphy_update_link
Simon Horman
1
-1
/
+1
2026-01-22
selftests: net: Add kernel selftest for RFC 4884
Danielle Ratson
3
-0
/
+681
2026-01-22
Merge branch 'tcp-remove-tcp_rate-c'
Jakub Kicinski
5
-135
/
+130
2026-01-22
tcp: move tcp_rate_check_app_limited() to tcp.c
Eric Dumazet
4
-23
/
+20
2026-01-22
tcp: move tcp_rate_gen to tcp_input.c
Eric Dumazet
3
-112
/
+110
2026-01-22
Merge branch 'net-stmmac-dwmac-enforce-preamble-before-sfd-for-i-mx8mp'
Jakub Kicinski
5
-5
/
+29
2026-01-22
net: stmmac: dwmac-imx: keep preamble before sfd on i.MX8MP
Stefan Eichenberger
3
-2
/
+13
[prev]
[next]