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
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-12
bpf: Move compute_insn_live_regs() into liveness.c
Alexei Starovoitov
1
-0
/
+2
2026-04-12
bpf: Move fixup/post-processing logic from verifier.c into fixups.c
Alexei Starovoitov
1
-0
/
+78
2026-04-11
bpf: Remove gfp_flags plumbing from bpf_local_storage_update()
Amery Hung
1
-4
/
+3
2026-04-11
bpf: Use kmalloc_nolock() universally in local storage
Amery Hung
1
-6
/
+2
2026-04-11
bpf: poison dead stack slots
Alexei Starovoitov
1
-0
/
+1
2026-04-11
bpf: change logging scheme for live stack analysis
Eduard Zingerman
1
-5
/
+0
2026-04-11
bpf: simplify liveness to use (callsite, depth) keyed func_instances
Eduard Zingerman
1
-19
/
+0
2026-04-11
bpf: record arg tracking results in bpf_liveness masks
Eduard Zingerman
1
-1
/
+0
2026-04-11
bpf: introduce forward arg-tracking dataflow analysis
Eduard Zingerman
1
-0
/
+4
2026-04-11
bpf: make liveness.c track stack with 4-byte granularity
Eduard Zingerman
1
-2
/
+2
2026-04-11
bpf: Add spis_*() helpers for 4-byte stack slot bitmasks
Alexei Starovoitov
1
-0
/
+67
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
19
-46
/
+141
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-02
Merge tag 'net-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-1
/
+2
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-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-30
Merge tag 'vfs-7.0-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-12
/
+1
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 '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
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-26
Merge tag 'net-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-4
/
+49
2026-03-26
Merge tag 'dma-mapping-7.0-2026-03-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+13
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
1
-1
/
+0
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
dma-mapping: add missing `inline` for `dma_free_attrs`
Miguel Ojeda
1
-2
/
+2
2026-03-24
cgroup: Wait for dying tasks to leave on rmdir
Tejun Heo
1
-0
/
+3
2026-03-24
Merge tag 'mm-hotfixes-stable-2026-03-23-17-56' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+6
[next]