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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-11
bpf: save subprogram name in bpf_subprog_info
Eduard Zingerman
1
-1
/
+1
2026-04-11
bpf: share several utility functions as internal API
Eduard Zingerman
1
-0
/
+2
2026-04-09
bpf: Make find_linfo widely available
Kumar Kartikeya Dwivedi
1
-0
/
+1
2026-04-09
bpf: Extract bpf_get_linfo_file_line
Kumar Kartikeya Dwivedi
1
-0
/
+2
2026-04-07
bpf: Retire rcu_trace_implies_rcu_gp()
Kumar Kartikeya Dwivedi
1
-12
/
+0
2026-04-07
bpf: Avoid -Wflex-array-members-not-at-end warnings
Gustavo A. R. Silva
2
-7
/
+2
2026-04-03
bpf: Add helper and kfunc stack access size resolution
Alexei Starovoitov
1
-0
/
+6
2026-04-03
bpf: Move verifier helpers to header
Alexei Starovoitov
1
-0
/
+28
2026-04-03
bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passes
Alexei Starovoitov
1
-0
/
+23
2026-04-03
bpf: Sort subprogs in topological order after check_cfg()
Alexei Starovoitov
1
-0
/
+2
2026-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+
Alexei Starovoitov
33
-67
/
+222
2026-04-03
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2
-0
/
+24
2026-04-03
bpf: Use bpf_verifier_env buffers for reg_set_min_max
Paul Chaignon
1
-1
/
+3
2026-04-03
Merge tag 'v7.0-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-3
/
+2
2026-04-02
Merge tag 'net-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
3
-1
/
+3
2026-04-02
Merge tag 'iommu-fixes-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+2
2026-04-01
netfilter: ipset: use nla_strcmp for IPSET_ATTR_NAME attr
Florian Westphal
1
-1
/
+1
2026-04-01
bpf: Fix grace period wait for tracepoint bpf_link
Kumar Kartikeya Dwivedi
2
-0
/
+24
2026-04-01
bpf: Clarify BPF_RB_NO_WAKEUP behavior for bpf_ringbuf_discard()
Eyal Birger
1
-1
/
+3
2026-03-31
Merge tag 'cgroup-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+3
2026-03-31
Merge tag 'fs_for_v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+9
2026-03-31
crypto: algif_aead - Revert to operating out-of-place
Herbert Xu
1
-3
/
+2
2026-03-30
Merge tag 'vfs-7.0-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-16
/
+5
2026-03-29
Merge tag 'locking-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2026-03-29
bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
Ihor Solodrai
1
-1
/
+1
2026-03-29
Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+7
2026-03-29
Merge tag 'mm-hotfixes-stable-2026-03-28-10-45' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-11
/
+21
2026-03-28
mm/huge_memory: fix folio isn't locked in softleaf_to_folio()
Jinjiang Tu
1
-11
/
+21
2026-03-28
Merge tag 'spi-fix-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+0
2026-03-27
Merge tag 'sound-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-5
/
+0
2026-03-27
mpage: Provide variant of mpage_writepages() with own optional folio handler
Jan Kara
1
-2
/
+9
2026-03-27
iommu: Do not call drivers for empty gathers
Jason Gunthorpe
1
-1
/
+2
2026-03-27
netdevsim: fix build if SKB_EXTENSIONS=n
Qingfang Deng
1
-0
/
+1
2026-03-27
mpls: add seqcount to protect the platform_label{,s} pair
Sabrina Dubroca
1
-0
/
+1
2026-03-26
btf: Add BTF kind layout encoding to UAPI
Alan Maguire
1
-0
/
+12
2026-03-26
Merge tag 'net-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
9
-8
/
+113
2026-03-26
Merge tag 'dma-mapping-7.0-2026-03-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-7
/
+16
2026-03-26
futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()
Hao-Yu Yang
1
-0
/
+1
2026-03-26
netfs: Fix the handling of stream->front by removing it
David Howells
2
-5
/
+4
2026-03-26
netfilter: ctnetlink: use netlink policy range checks
David Carlier
1
-0
/
+4
2026-03-26
netfilter: nf_conntrack_expect: store netns and zone in expectation
Pablo Neira Ayuso
1
-1
/
+17
2026-03-26
netfilter: ctnetlink: ensure safe access to master conntrack
Pablo Neira Ayuso
1
-0
/
+5
2026-03-26
netfilter: nf_conntrack_expect: honor expectation helper field
Pablo Neira Ayuso
1
-1
/
+1
2026-03-26
ASoC: adau1372: Fix error handling in adau1372_set_power()
Mark Brown
21
-32
/
+155
2026-03-26
Merge tag 'rcu-fixes.v7.0-20260325a' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-4
/
+9
2026-03-25
srcu: Use irq_work to start GP in tiny SRCU
Joel Fernandes
1
-0
/
+4
2026-03-25
rcu: Use an intermediate irq_work to start process_srcu()
Boqun Feng
1
-0
/
+1
2026-03-25
srcu: Use raw spinlocks so call_srcu() can be used under preempt_disable()
Paul E. McKenney
1
-4
/
+4
2026-03-25
ASoC: SDCA: remove the max count of initialization table
Shuming Fan
1
-5
/
+0
2026-03-25
dma-mapping: add missing `inline` for `dma_free_attrs`
Miguel Ojeda
1
-2
/
+2
[next]