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-08-25
io_uring: add support for batch wait timeout
Jens Axboe
2
-13
/
+82
2024-08-25
io_uring: implement our own schedule timeout handling
Jens Axboe
2
-4
/
+33
2024-08-25
io_uring: move schedule wait logic into helper
Jens Axboe
1
-16
/
+21
2024-08-25
io_uring: encapsulate extraneous wait flags into a separate struct
Jens Axboe
1
-21
/
+24
2024-08-25
io_uring: user registered clockid for wait timeouts
Pavel Begunkov
6
-3
/
+56
2024-08-25
io_uring: add absolute mode wait timeouts
Pavel Begunkov
2
-7
/
+9
2024-08-25
io_uring/napi: postpone napi timeout adjustment
Pavel Begunkov
3
-38
/
+7
2024-08-25
io_uring/napi: refactor __io_napi_busy_loop()
Pavel Begunkov
1
-3
/
+4
2024-08-25
io_uring/kbuf: turn io_buffer_list booleans into flags
Jens Axboe
2
-23
/
+26
2024-08-25
io_uring/net: use ITER_UBUF for single segment send maps
Jens Axboe
1
-3
/
+12
2024-08-25
io_uring/kbuf: use 'bl' directly rather than req->buf_list
Jens Axboe
1
-1
/
+1
2024-08-25
io_uring: micro optimization of __io_sq_thread() condition
Olivier Langlois
1
-1
/
+1
2024-08-25
io_uring/rsrc: enable multi-hugepage buffer coalescing
Chenliang Li
2
-32
/
+110
2024-08-25
io_uring/rsrc: store folio shift and mask into imu
Chenliang Li
2
-9
/
+8
2024-08-25
io_uring: add napi busy settings to the fdinfo output
Olivier Langlois
1
-1
/
+13
2024-08-25
Linux 6.11-rc5
Linus Torvalds
1
-1
/
+1
2024-08-24
bcachefs: Fix rebalance_work accounting
Kent Overstreet
5
-27
/
+98
2024-08-24
bcachefs: Fix failure to flush moves before sleeping in copygc
Kent Overstreet
1
-1
/
+1
2024-08-22
NFS: Avoid unnecessary rescanning of the per-server delegation list
Trond Myklebust
1
-10
/
+5
2024-08-22
NFSv4: Fix clearing of layout segments in layoutreturn
Trond Myklebust
2
-6
/
+8
2024-08-22
NFSv4: Add missing rescheduling points in nfs_client_return_marked_delegations
Trond Myklebust
1
-0
/
+2
2024-08-22
nfs: fix bitmap decoder to handle a 3rd word
Jeff Layton
1
-2
/
+4
2024-08-22
nfs: fix the fetch of FATTR4_OPEN_ARGUMENTS
Jeff Layton
1
-1
/
+2
2024-08-22
smb/client: fix typo: GlobalMid_Sem -> GlobalMid_Lock
ChenXiaoSong
2
-6
/
+6
2024-08-22
nvme: Remove unused field
Nilay Shroff
1
-1
/
+0
2024-08-22
nvme: move stopping keep-alive into nvme_uninit_ctrl()
Ming Lei
1
-1
/
+1
2024-08-22
s390/iucv: Fix vargs handling in iucv_alloc_device()
Alexandra Winter
1
-1
/
+3
2024-08-22
net: ovs: fix ovs_drop_reasons error
Menglong Dong
1
-1
/
+1
2024-08-22
net: xilinx: axienet: Fix dangling multicast addresses
Sean Anderson
2
-12
/
+10
2024-08-22
net: xilinx: axienet: Always disable promiscuous mode
Sean Anderson
1
-0
/
+4
2024-08-22
thermal: of: Fix OF node leak in of_thermal_zone_find() error paths
Krzysztof Kozlowski
1
-6
/
+7
2024-08-22
thermal: of: Fix OF node leak in thermal_of_zone_register()
Krzysztof Kozlowski
1
-1
/
+5
2024-08-22
thermal: of: Fix OF node leak in thermal_of_trips_init() error path
Krzysztof Kozlowski
1
-2
/
+2
2024-08-23
kbuild: fix typos "prequisites" to "prerequisites"
Masahiro Yamada
4
-4
/
+4
2024-08-22
smb: client: ignore unhandled reparse tags
Paulo Alcantara
1
-4
/
+7
2024-08-22
smb3: fix problem unloading module due to leaked refcount on shutdown
Steve French
3
-0
/
+6
2024-08-22
s390/boot: Fix KASLR base offset off by __START_KERNEL bytes
Alexander Gordeev
6
-31
/
+52
2024-08-22
s390/boot: Avoid possible physmem_info segment corruption
Alexander Gordeev
1
-2
/
+2
2024-08-22
smb/server: update misguided comment of smb2_allocate_rsp_buf()
ChenXiaoSong
1
-1
/
+1
2024-08-22
smb/server: remove useless assignment of 'file_present' in smb2_open()
ChenXiaoSong
1
-1
/
+0
2024-08-22
smb/server: fix potential null-ptr-deref of lease_ctx_info in smb2_open()
ChenXiaoSong
2
-6
/
+6
2024-08-22
smb/server: fix return value of smb2_open()
ChenXiaoSong
1
-1
/
+1
2024-08-22
ksmbd: the buffer of smb2 query dir response has at least 1 byte
Namjae Jeon
1
-1
/
+2
2024-08-22
bcachefs: don't use rht_bucket() in btree_key_cache_scan()
Kent Overstreet
1
-3
/
+27
2024-08-22
bcachefs: add missing inode_walker_exit()
Kent Overstreet
1
-0
/
+2
2024-08-22
MAINTAINERS: Mark JME Network Driver as Odd Fixes
Simon Horman
1
-1
/
+1
2024-08-22
MAINTAINERS: Add header files to NETWORKING sections
Simon Horman
1
-0
/
+17
2024-08-22
MAINTAINERS: Add limited globs for Networking headers
Simon Horman
1
-5
/
+5
2024-08-22
MAINTAINERS: Add net_tstamp.h to SOCKET TIMESTAMPING section
Simon Horman
1
-0
/
+1
2024-08-22
MAINTAINERS: Add sonet.h to ATM section of MAINTAINERS
Simon Horman
1
-0
/
+2
[next]