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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-08
batman-adv: tp_meter: fix tp_num leak on kmalloc failure
Sven Eckelmann
1
-1
/
+4
2026-05-08
batman-adv: stop caching unowned originator pointers in BAT IV
Jiexun Wang
1
-24
/
+59
2026-05-08
drm: Set old handle to NULL before prime swap in change_handle
Francis, David
1
-1
/
+24
2026-05-08
Merge tag 'amd-drm-fixes-7.1-2026-05-06' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Dave Airlie
14
-154
/
+80
2026-05-08
wifi: cfg80211: advance loop vars in cfg80211_merge_profile()
John Walker
1
-0
/
+3
2026-05-08
cpufreq/amd-pstate-ut: Drop policy reference before driver switch
K Prateek Nayak
1
-7
/
+29
2026-05-08
cpufreq/amd-pstate: Use "epp_default_dc" as default when dynamic_epp is disabled
K Prateek Nayak
1
-2
/
+2
2026-05-08
cpufreq/amd-pstate: Reorder notifier unregistration and floor perf reset
K Prateek Nayak
1
-2
/
+3
2026-05-08
cpufreq/amd-pstate: Allow writes to dynamic_epp when state isn't modified
K Prateek Nayak
1
-1
/
+2
2026-05-08
cpufreq/amd-pstate: Return -ENOMEM on failure to allocate profile_name
K Prateek Nayak
1
-0
/
+2
2026-05-08
cpufreq/amd-pstate: Grab "amd_pstate_driver_lock" when toggling dynamic_epp
K Prateek Nayak
1
-0
/
+9
2026-05-08
Merge tag 'drm-misc-fixes-2026-05-07' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Dave Airlie
18
-56
/
+87
2026-05-07
riscv: cpufeature: Use pre-defined ISA ext macros to index isa2hwcap
Hui Wang
1
-8
/
+8
2026-05-08
test_kprobes: clear kprobes between test runs
Martin Kaiser
1
-11
/
+18
2026-05-08
kprobes: skip non-symbol addresses in kprobe_add_ksym_blacklist()
Jianpeng Chang
1
-1
/
+1
2026-05-07
Merge tag 'selinux-pr-20260507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
Linus Torvalds
4
-292
/
+31
2026-05-07
sched_ext: Fix !CONFIG_EXT_SUB_SCHED build warnings
Tejun Heo
1
-1
/
+3
2026-05-08
netfilter: nft_ct: fix missing expect put in obj eval
Li Xiasong
1
-0
/
+2
2026-05-08
netfilter: nf_conntrack_sip: get helper before allocating expectation
Li Xiasong
1
-4
/
+4
2026-05-08
netfilter: ctnetlink: check tuple and mask in expectations created via nfqueue
Pablo Neira Ayuso
1
-0
/
+3
2026-05-08
netfilter: nf_conntrack_expect: restore helper propagation via expectation
Pablo Neira Ayuso
8
-12
/
+39
2026-05-08
netfilter: bridge: eb_tables: close module init race
Florian Westphal
1
-5
/
+6
2026-05-08
netfilter: x_tables: close dangling table module init race
Florian Westphal
9
-99
/
+105
2026-05-08
netfilter: ebtables: close dangling table module init race
Florian Westphal
3
-20
/
+14
2026-05-08
netfilter: ebtables: move to two-stage removal scheme
Florian Westphal
4
-26
/
+40
2026-05-08
netfilter: x_tables: add and use xtables_unregister_table_exit
Florian Westphal
7
-37
/
+83
2026-05-08
netfilter: x_tables: unregister the templates first
Florian Westphal
9
-9
/
+9
2026-05-08
netfilter: x_tables: add and use xt_unregister_table_pre_exit
Florian Westphal
19
-39
/
+41
2026-05-08
netfilter: x_tables: allocate hook ops while under mutex
Florian Westphal
5
-110
/
+55
2026-05-08
netfilter: x_tables: allow initial table replace without emitting audit log message
Florian Westphal
1
-9
/
+20
2026-05-07
hwmon: (ads7871) Fix endianness bug in 16-bit register reads
Tabrez Ahmed
1
-1
/
+5
2026-05-07
hwmon: (lm75) Fix configuration register writes.
Markus Stockhausen
1
-1
/
+1
2026-05-07
hwmon: (lm75) Fix AS6200 and TMP112 setup and alarm handling
Markus Stockhausen
1
-4
/
+4
2026-05-08
Merge tag 'drm-xe-fixes-2026-05-07' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
Dave Airlie
6
-16
/
+29
2026-05-08
Merge tag 'drm-rust-fixes-2026-05-07' of https://gitlab.freedesktop.org/drm/rust/kernel into drm-fixes
Dave Airlie
4
-16
/
+31
2026-05-08
btrfs: fix incorrect i_size after remount caused by KEEP_SIZE prealloc gap
Robbie Ko
1
-0
/
+28
2026-05-08
btrfs: only release the dirty pages io tree after successful writes
Qu Wenruo
2
-5
/
+5
2026-05-08
btrfs: tracepoints: fix sleep while in atomic context in btrfs_sync_file()
Filipe Manana
1
-3
/
+1
2026-05-08
btrfs: always pass __GFP_NOWARN from add_ra_bio_pages()
Calvin Owens
1
-12
/
+14
2026-05-08
btrfs: fix check_chunk_block_group_mappings() to iterate all chunk maps
ZhengYuan Huang
1
-15
/
+8
2026-05-08
Merge tag 'drm-intel-fixes-2026-05-06' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes
Dave Airlie
1
-3
/
+2
2026-05-07
sched_ext: Drop unused scx_find_sub_sched() stub
Tejun Heo
1
-1
/
+0
2026-05-07
cgroup/cpuset: move PF_EXITING check before __GFP_HARDWALL in cpuset_current_node_allowed()
Chen Wandun
1
-6
/
+8
2026-05-07
sched_ext: Move scx_error() out of scx_link_sched()'s lock region
Tejun Heo
1
-5
/
+17
2026-05-07
smb: client: validate dacloffset before building DACL pointers
Michael Bommarito
1
-3
/
+32
2026-05-07
smb/client: fix out-of-bounds read in smb2_compound_op()
Zisen Ye
1
-4
/
+8
2026-05-07
smb/client: fix out-of-bounds read in symlink_data()
Zisen Ye
1
-1
/
+2
2026-05-07
smb: client: Zero-pad short GSS session keys per MS-SMB2
Piyush Sachdeva
1
-5
/
+18
2026-05-07
smb: client: Use FullSessionKey for AES-256 encryption key derivation
Piyush Sachdeva
2
-10
/
+27
2026-05-07
Merge tag 'net-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
189
-1152
/
+3477
[prev]
[next]