index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-25
io_uring: move min_events sanitisation
Pavel Begunkov
1
-9
/
+7
2025-03-25
io_uring: rename "min" arg in io_iopoll_check()
Pavel Begunkov
1
-4
/
+4
2025-03-25
io_uring: open code __io_post_aux_cqe()
Pavel Begunkov
1
-12
/
+2
2025-03-25
io_uring: defer iowq cqe overflow via task_work
Pavel Begunkov
1
-4
/
+7
2025-03-25
io_uring: fix retry handling off iowq
Pavel Begunkov
1
-1
/
+1
2025-03-21
io_uring/net: only import send_zc buffer once
Caleb Sander Mateos
1
-1
/
+4
2025-03-21
io_uring/cmd: introduce io_uring_cmd_import_fixed_vec
Pavel Begunkov
3
-0
/
+38
2025-03-21
io_uring/cmd: add iovec cache for commands
Pavel Begunkov
4
-3
/
+28
2025-03-19
io_uring/cmd: don't expose entire cmd async data
Pavel Begunkov
4
-9
/
+19
2025-03-19
io_uring: rename the data cmd cache
Pavel Begunkov
3
-5
/
+5
2025-03-10
io_uring: rely on io_prep_reg_vec for iovec placement
Pavel Begunkov
4
-11
/
+7
2025-03-10
io_uring: introduce io_prep_reg_iovec()
Pavel Begunkov
4
-40
/
+32
2025-03-10
io_uring: unify STOP_MULTISHOT with IOU_OK
Pavel Begunkov
5
-28
/
+9
2025-03-10
io_uring: return -EAGAIN to continue multishot
Pavel Begunkov
5
-44
/
+29
2025-03-07
io_uring: cap cached iovec/bvec size
Pavel Begunkov
3
-0
/
+8
2025-03-07
io_uring/net: implement vectored reg bufs for zctx
Pavel Begunkov
1
-4
/
+55
2025-03-07
io_uring/net: convert to struct iou_vec
Pavel Begunkov
3
-41
/
+25
2025-03-07
io_uring/net: pull vec alloc out of msghdr import
Pavel Begunkov
1
-8
/
+15
2025-03-07
io_uring/net: combine msghdr copy
Pavel Begunkov
1
-27
/
+19
2025-03-07
io_uring/rw: defer reg buf vec import
Pavel Begunkov
2
-8
/
+37
2025-03-07
io_uring/rw: implement vectored registered rw
Pavel Begunkov
4
-0
/
+94
2025-03-07
io_uring: add infra for importing vectored reg buffers
Pavel Begunkov
3
-2
/
+138
2025-03-07
io_uring: introduce struct iou_vec
Pavel Begunkov
5
-12
/
+39
2025-03-05
io_uring: introduce io_cache_free() helper
Caleb Sander Mateos
4
-15
/
+13
2025-03-04
io_uring/rsrc: skip NULL file/buffer checks in io_free_rsrc_node()
Caleb Sander Mateos
1
-4
/
+2
2025-03-04
io_uring/rsrc: avoid NULL node check on io_sqe_buffer_register() failure
Caleb Sander Mateos
1
-2
/
+1
2025-03-04
io_uring/rsrc: call io_free_node() on io_sqe_buffer_register() failure
Caleb Sander Mateos
1
-2
/
+1
2025-03-04
io_uring/rsrc: free io_rsrc_node using kfree()
Caleb Sander Mateos
1
-1
/
+1
2025-03-04
io_uring/rsrc: split out io_free_node() helper
Caleb Sander Mateos
1
-2
/
+7
2025-03-04
io_uring/rsrc: include io_uring_types.h in rsrc.h
Caleb Sander Mateos
1
-0
/
+1
2025-03-04
ublk: don't cast registered buffer index to int
Caleb Sander Mateos
1
-8
/
+6
2025-03-02
Linux 6.14-rc5
Linus Torvalds
1
-1
/
+1
2025-03-01
Revert "ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung SSD 870 QVO drives"
Niklas Cassel
1
-4
/
+0
2025-03-01
kvm: retry nx_huge_page_recovery_thread creation
Keith Busch
2
-19
/
+38
2025-03-01
vhost: return task creation error instead of NULL
Keith Busch
3
-4
/
+4
2025-02-28
io_uring/nop: use io_find_buf_node()
Caleb Sander Mateos
1
-11
/
+2
2025-02-28
io_uring/rsrc: declare io_find_buf_node() in header file
Caleb Sander Mateos
2
-2
/
+4
2025-02-28
io_uring/ublk: report error when unregister operation fails
Caleb Sander Mateos
3
-8
/
+17
2025-02-28
io_uring: convert cmd_to_io_kiocb() macro to function
Caleb Sander Mateos
1
-1
/
+5
2025-02-28
io_uring/uring_cmd: specify io_uring_cmd_import_fixed() pointer type
Caleb Sander Mateos
2
-5
/
+8
2025-02-28
io_uring/rsrc: use rq_data_dir() to compute bvec dir
Caleb Sander Mateos
1
-5
/
+1
2025-02-28
intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctly
Thomas Gleixner
1
-0
/
+4
2025-02-28
selftests: ublk: add ublk zero copy test
Ming Lei
7
-23
/
+241
2025-02-28
selftests: ublk: add file backed ublk
Ming Lei
7
-5
/
+277
2025-02-28
selftests: ublk: add kernel selftests for ublk
Ming Lei
10
-0
/
+1466
2025-02-28
gpiolib: Fix Oops in gpiod_direction_input_nonotify()
Dan Carpenter
1
-10
/
+10
2025-02-28
block: fix 'kmem_cache of name 'bio-108' already exists'
Ming Lei
1
-1
/
+1
2025-02-28
io_uring: cache nodes and mapped buffers
Keith Busch
5
-16
/
+65
2025-02-28
ublk: zc register/unregister bvec
Keith Busch
2
-7
/
+56
2025-02-28
io_uring: add support for kernel registered bvecs
Keith Busch
5
-7
/
+138
[next]