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
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-24
bpf: Mark kfuncs as __noclone
Andrea Righi
1
-1
/
+1
2025-09-24
bpf: Allow uprobe program to change context registers
Jiri Olsa
1
-0
/
+1
2025-09-23
net/mlx5: fs, fix UAF in flow counter release
Moshe Shemesh
1
-0
/
+2
2025-09-23
net: phy: stop exporting phy_driver_register
Heiner Kallweit
1
-1
/
+0
2025-09-23
udp: remove busylock and add per NUMA queues
Eric Dumazet
1
-1
/
+8
2025-09-23
Merge tag 'tee-qcomtee-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee into soc/drivers
Arnd Bergmann
2
-2
/
+64
2025-09-23
Merge tag 'qcom-drivers-for-6.18-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/drivers
Arnd Bergmann
3
-0
/
+25
2025-09-23
bpf: Allow union argument in trampoline based programs
Leon Hwang
1
-1
/
+1
2025-09-23
sched_ext: Improve SCX_KF_DISPATCH comment
Tejun Heo
1
-1
/
+5
2025-09-23
bpf, x86: Add support for signed arena loads
Kumar Kartikeya Dwivedi
1
-0
/
+3
2025-09-23
filemap: Add a version of folio_end_writeback that ignores dropbehind
Trond Myklebust
1
-0
/
+1
2025-09-23
filemap: Add a helper for filesystems implementing dropbehind
Trond Myklebust
1
-0
/
+1
2025-09-23
SUNRPC: Update gssx_accept_sec_context() to use xdr_set_scratch_folio()
Anna Schumaker
1
-13
/
+0
2025-09-23
SUNRPC: Update svcxdr_init_decode() to call xdr_set_scratch_folio()
Anna Schumaker
1
-2
/
+2
2025-09-23
NFS: Update listxattr to use xdr_set_scratch_folio()
Anna Schumaker
1
-1
/
+1
2025-09-23
NFS: Update getacl to use xdr_set_scratch_folio()
Anna Schumaker
1
-1
/
+1
2025-09-23
SUNRPC: Introduce xdr_set_scratch_folio()
Anna Schumaker
1
-0
/
+13
2025-09-23
nfs: remove NFS_WBACK_BUSY()
Jeff Layton
1
-2
/
+0
2025-09-23
SUNRPC: Move the svc_rpcb_cleanup() call sites
Chuck Lever
1
-1
/
+2
2025-09-23
sunrpc: add a Kconfig option to redirect dfprintk() output to trace buffer
Jeff Layton
1
-2
/
+8
2025-09-23
sunrpc: remove dfprintk_cont() and dfprintk_rcu_cont()
Jeff Layton
1
-22
/
+2
2025-09-23
bpf: bpf task work plumbing
Mykyta Yatsenko
1
-0
/
+11
2025-09-23
tracing: Move buffer in trace_seq to end of struct
Elijah Wright
1
-1
/
+1
2025-09-23
coresight: Consolidate clock enabling
Leo Yan
1
-28
/
+2
2025-09-23
coresight: Avoid enable programming clock duplicately
Leo Yan
1
-5
/
+8
2025-09-23
coresight: Appropriately disable programming clocks
Leo Yan
1
-13
/
+9
2025-09-23
Merge tag 'iio-for-6.18a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next
Greg Kroah-Hartman
5
-32
/
+87
2025-09-23
VFS: rename kern_path_locked() and related functions.
NeilBrown
1
-5
/
+9
2025-09-23
VFS/audit: introduce kern_path_parent() for audit
NeilBrown
1
-1
/
+1
2025-09-23
VFS: unify old_mnt_idmap and new_mnt_idmap in renamedata
NeilBrown
1
-4
/
+2
2025-09-23
VFS/ovl: add lookup_one_positive_killable()
NeilBrown
1
-0
/
+3
2025-09-23
clocksource/drivers/timer-ti-dm : Capture functionality for OMAP DM timer
Gokul Praveen
1
-0
/
+4
2025-09-23
fs: Create sb_same_encoding() helper
André Almeida
1
-0
/
+18
2025-09-23
fs: Create sb_encoding() helper
André Almeida
1
-3
/
+8
2025-09-23
dibs: Move event handling to dibs layer
Julian Ruess
1
-0
/
+62
2025-09-23
dibs: Move data path to dibs layer
Alexandra Winter
2
-23
/
+177
2025-09-23
dibs: Move query_remote_gid() to dibs_dev_ops
Alexandra Winter
1
-0
/
+14
2025-09-23
dibs: Move vlan support to dibs_dev_ops
Alexandra Winter
1
-0
/
+19
2025-09-23
dibs: Local gid for dibs devices
Alexandra Winter
2
-1
/
+3
2025-09-23
dibs: Move struct device to dibs_dev
Julian Ruess
2
-1
/
+1
2025-09-23
dibs: Define dibs_client_ops and dibs_dev_ops
Alexandra Winter
2
-4
/
+87
2025-09-23
dibs: Register ism as dibs device
Alexandra Winter
2
-0
/
+39
2025-09-23
dibs: Register smc as dibs_client
Alexandra Winter
1
-0
/
+23
2025-09-23
dibs: Create drivers/dibs
Alexandra Winter
1
-0
/
+42
2025-09-23
Merge branch 'srcu-next.2025.08.21a' into HEAD
Paul E. McKenney
2
-19
/
+64
2025-09-23
genirq/msi: Remove msi_post_free()
Nam Cao
1
-4
/
+0
2025-09-23
spi: rpc-if: Add resume support for RZ/G3E
Mark Brown
6
-7
/
+22
2025-09-23
Support reading Subsystem ID from Device Tree
Mark Brown
6
-7
/
+22
2025-09-23
can: dev: turn can_set_static_ctrlmode() into a non-inline function
Vincent Mailhol
1
-21
/
+2
2025-09-23
io_uring/cmd: drop unused res2 param from io_uring_cmd_done()
Caleb Sander Mateos
1
-2
/
+2
[prev]
[next]