index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-06
nfsd: fix UAF when access ex_uuid or ex_stats
Yang Erkun
1
-5
/
+14
2025-01-06
SUNRPC: no need get cache ref when protected by rcu
Yang Erkun
1
-9
/
+3
2025-01-06
nfsd: no need get cache ref when protected by rcu
Yang Erkun
1
-5
/
+1
2025-01-06
SUNRPC: introduce cache_check_rcu to help check in rcu context
Yang Erkun
2
-15
/
+28
2025-01-06
NFSD: add cb opcode to WARN_ONCE on failed callback
Olga Kornievskaia
1
-2
/
+3
2025-01-06
NFSD: fix decoding in nfs4_xdr_dec_cb_getattr
Olga Kornievskaia
1
-1
/
+1
2025-01-06
nfsd: add shrinker to reduce number of slots allocated per session
NeilBrown
2
-5
/
+73
2025-01-06
nfsd: add support for freeing unused session-DRC slots
NeilBrown
4
-15
/
+92
2025-01-06
nfsd: allocate new session-based DRC slots on demand.
NeilBrown
1
-5
/
+32
2025-01-06
nfsd: add session slot count to /proc/fs/nfsd/clients/*/info
NeilBrown
1
-0
/
+8
2025-01-06
nfsd: remove artificial limits on the session-based DRC
NeilBrown
3
-113
/
+16
2025-01-06
nfsd: use an xarray to store v4.1 session slots
NeilBrown
2
-13
/
+24
2025-01-06
sunrpc: remove all connection limit configuration
NeilBrown
7
-72
/
+7
2025-01-06
nfsd: don't use sv_nrthreads in connection limiting calculations.
NeilBrown
7
-23
/
+38
2025-01-06
nfsd: fix legacy client tracking initialization
Scott Mayhew
1
-1
/
+0
2025-01-06
NFSD: Clean up unused variable
Chuck Lever
1
-2
/
+0
2025-01-06
sunrpc/svc: use store_release_wake_up()
NeilBrown
1
-6
/
+1
2025-01-06
nfsd: use new wake_up_var interfaces.
NeilBrown
3
-13
/
+8
2025-01-06
nfsd: trace: remove redundant stateid even deleg_recall
Chen Hanxiao
1
-1
/
+0
2025-01-06
Linux 6.13-rc6
v6.13-rc6
Linus Torvalds
1
-1
/
+1
2025-01-05
Merge tag 'kbuild-fixes-v6.13-3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-34
/
+46
2025-01-05
Merge tag 'mm-hotfixes-stable-2025-01-04-18-02' of git://git.kernel.org/pub/s...
Linus Torvalds
29
-69
/
+212
2025-01-05
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-2
/
+14
2025-01-05
kbuild: pacman-pkg: provide versioned linux-api-headers package
Thomas Weißschuh
1
-1
/
+1
2025-01-04
Merge tag 'linux-watchdog-6.13-rc6' of git://www.linux-watchdog.org/linux-wat...
Linus Torvalds
1
-1
/
+1
2025-01-04
Merge tag 'sched_ext-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
17
-29
/
+37
2025-01-04
Merge tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-11
/
+30
2025-01-04
Merge tag 'block-6.13-20250103' of git://git.kernel.dk/linux
Linus Torvalds
10
-82
/
+109
2025-01-04
Merge tag 'io_uring-6.13-20250103' of git://git.kernel.dk/linux
Linus Torvalds
4
-15
/
+37
2025-01-04
Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
59
-381
/
+849
2025-01-04
Merge tag 'nios2_update_for_v6.14' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+5
2025-01-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
29
-159
/
+321
2025-01-03
Merge tag 'pinctrl-v6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-0
/
+7
2025-01-03
Merge tag 'sound-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
7
-12
/
+25
2025-01-03
Merge tag 'drm-fixes-2025-01-03' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
13
-111
/
+112
2025-01-03
Merge tag 'ftrace-v6.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-7
/
+3
2025-01-03
io_uring/kbuf: use pre-committed buffer address for non-pollable file
Jens Axboe
1
-1
/
+3
2025-01-03
RDMA/mlx5: Enable multiplane mode only when it is supported
Mark Zhang
2
-2
/
+4
2025-01-03
Merge branch 'net-iep-clock-module-fixes'
David S. Miller
7
-121
/
+244
2025-01-03
net: ti: icssg-prueth: Fix clearing of IEP_CMP_CFG registers during iep_init
Meghana Malladi
1
-0
/
+8
2025-01-03
net: ti: icssg-prueth: Fix firmware load sequence.
MD Danish Anwar
6
-121
/
+236
2025-01-03
Merge branch 'mptcp-rx-path-fixes'
Jakub Kicinski
1
-11
/
+12
2025-01-03
mptcp: prevent excessive coalescing on receive
Paolo Abeni
1
-0
/
+1
2025-01-03
mptcp: don't always assume copied data in mptcp_cleanup_rbuf()
Paolo Abeni
1
-9
/
+9
2025-01-03
mptcp: fix recvbuffer adjust on sleeping rcvmsg
Paolo Abeni
1
-3
/
+3
2025-01-03
ila: serialize calls to nf_register_net_hooks()
Eric Dumazet
1
-5
/
+11
2025-01-03
af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK
Eric Dumazet
2
-15
/
+17
2025-01-03
af_packet: fix vlan_get_tci() vs MSG_PEEK
Eric Dumazet
1
-9
/
+3
2025-01-03
net: wwan: iosm: Properly check for valid exec stage in ipc_mmio_init()
Maciej S. Szmigiero
1
-1
/
+1
2025-01-03
net: restrict SO_REUSEPORT to inet sockets
Eric Dumazet
1
-1
/
+4
[next]