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
2024-01-10
erofs: avoid debugging output for (de)compressed data
Gao Xiang
1
-7
/
+1
2024-01-09
tpm: cr50: fix kernel-doc warning and spelling
Randy Dunlap
1
-2
/
+1
2024-01-09
tpm: nuvoton: Use i2c_get_match_data()
Rob Herring
1
-11
/
+4
2024-01-08
arm64: Update __NR_compat_syscalls for statmount/listmount
Florian Fainelli
1
-1
/
+1
2024-01-08
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
76
-181
/
+186
2024-01-08
mm, treewide: introduce NR_PAGE_ORDERS
Kirill A. Shutemov
15
-41
/
+42
2024-01-08
asm-generic: make sparse happy with odd-sized put_unaligned_*()
Dmitry Torokhov
1
-12
/
+12
2024-01-08
locking/mutex: Clarify that mutex_unlock(), and most other sleeping locks, can still use the lock object after it's unlocked
Ingo Molnar
1
-6
/
+18
2024-01-07
nfsd: rename nfsd_last_thread() to nfsd_destroy_serv()
NeilBrown
3
-7
/
+12
2024-01-07
SUNRPC: discard sv_refcnt, and svc_get/svc_put
NeilBrown
7
-88
/
+21
2024-01-07
svc: don't hold reference for poolstats, only mutex.
NeilBrown
5
-34
/
+36
2024-01-07
SUNRPC: remove printk when back channel request not found
Dai Ngo
1
-12
/
+2
2024-01-07
svcrdma: Implement multi-stage Read completion again
Chuck Lever
3
-113
/
+80
2024-01-07
svcrdma: Copy construction of svc_rqst::rq_arg to rdma_read_complete()
Chuck Lever
2
-1
/
+93
2024-01-07
svcrdma: Add back svcxprt_rdma::sc_read_complete_q
Chuck Lever
3
-1
/
+38
2024-01-07
svcrdma: Add back svc_rdma_recv_ctxt::rc_pages
Chuck Lever
3
-2
/
+11
2024-01-07
svcrdma: Clean up comment in svc_rdma_accept()
Chuck Lever
1
-7
/
+10
2024-01-07
svcrdma: Remove queue-shortening warnings
Chuck Lever
1
-6
/
+1
2024-01-07
svcrdma: Remove pointer addresses shown in dprintk()
Chuck Lever
1
-3
/
+1
2024-01-07
svcrdma: Optimize svc_rdma_cc_init()
Chuck Lever
3
-6
/
+7
2024-01-07
svcrdma: De-duplicate completion ID initialization helpers
Chuck Lever
4
-22
/
+25
2024-01-07
svcrdma: Move the svc_rdma_cc_init() call
Chuck Lever
3
-3
/
+11
2024-01-07
svcrdma: Remove struct svc_rdma_read_info
Chuck Lever
1
-29
/
+0
2024-01-07
svcrdma: Update the synopsis of svc_rdma_read_special()
Chuck Lever
1
-10
/
+9
2024-01-07
svcrdma: Update the synopsis of svc_rdma_read_call_chunk()
Chuck Lever
1
-13
/
+11
2024-01-07
svcrdma: Update synopsis of svc_rdma_read_multiple_chunks()
Chuck Lever
1
-10
/
+9
2024-01-07
svcrdma: Update synopsis of svc_rdma_copy_inline_range()
Chuck Lever
1
-8
/
+9
2024-01-07
svcrdma: Update the synopsis of svc_rdma_read_data_item()
Chuck Lever
1
-9
/
+8
2024-01-07
svcrdma: Update synopsis of svc_rdma_read_chunk_range()
Chuck Lever
1
-12
/
+12
2024-01-07
svcrdma: Update synopsis of svc_rdma_build_read_chunk()
Chuck Lever
1
-11
/
+10
2024-01-07
svcrdma: Update synopsis of svc_rdma_build_read_segment()
Chuck Lever
2
-8
/
+16
2024-01-07
svcrdma: Move read_info::ri_pageoff into struct svc_rdma_recv_ctxt
Chuck Lever
2
-16
/
+16
2024-01-07
svcrdma: Move svc_rdma_read_info::ri_pageno to struct svc_rdma_recv_ctxt
Chuck Lever
2
-12
/
+10
2024-01-07
svcrdma: Start moving fields out of struct svc_rdma_read_info
Chuck Lever
2
-31
/
+30
2024-01-07
svcrdma: Move struct svc_rdma_chunk_ctxt to svc_rdma.h
Chuck Lever
2
-18
/
+15
2024-01-07
svcrdma: Remove the svc_rdma_chunk_ctxt::cc_rdma field
Chuck Lever
1
-2
/
+0
2024-01-07
svcrdma: Pass a pointer to the transport to svc_rdma_cc_release()
Chuck Lever
1
-6
/
+7
2024-01-07
svcrdma: Explicitly pass the transport to svc_rdma_post_chunk_ctxt()
Chuck Lever
1
-5
/
+5
2024-01-07
svcrdma: Explicitly pass the transport into Read chunk I/O paths
Chuck Lever
1
-22
/
+36
2024-01-07
svcrdma: Explicitly pass the transport into Write chunk I/O paths
Chuck Lever
1
-1
/
+4
2024-01-07
svcrdma: Acquire the svcxprt_rdma pointer from the CQ context
Chuck Lever
1
-2
/
+3
2024-01-07
svcrdma: Reduce size of struct svc_rdma_rw_ctxt
Chuck Lever
1
-4
/
+8
2024-01-07
svcrdma: Update some svcrdma DMA-related tracepoints
Chuck Lever
2
-15
/
+16
2024-01-07
svcrdma: DMA error tracepoints should report completion IDs
Chuck Lever
2
-41
/
+42
2024-01-07
svcrdma: SQ error tracepoints should report completion IDs
Chuck Lever
3
-26
/
+35
2024-01-07
rpcrdma: Introduce a simple cid tracepoint class
Chuck Lever
5
-71
/
+30
2024-01-07
svcrdma: Add lockdep class keys for transport locks
Chuck Lever
1
-0
/
+6
2024-01-07
svcrdma: Clean up locking
Chuck Lever
1
-2
/
+2
2024-01-07
svcrdma: Add an async version of svc_rdma_write_info_free()
Chuck Lever
1
-1
/
+11
2024-01-07
svcrdma: Add an async version of svc_rdma_send_ctxt_put()
Chuck Lever
2
-9
/
+27
[next]