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-08
bpf: Return error for missed kprobe multi bpf program execution
Jiri Olsa
1
-1
/
+1
2025-01-08
bpf: Move out synchronize_rcu_tasks_trace from mutex CS
Pu Lehui
1
-8
/
+13
2025-01-08
bpf: Fix range_tree_set() error handling
Soma Nakata
1
-1
/
+5
2025-01-08
selftests/bpf: add -std=gnu11 to BPF_CFLAGS and CFLAGS
Ihor Solodrai
1
-2
/
+6
2025-01-07
selftests/bpf: Handle prog/attach type comparison in veristat
Mykyta Yatsenko
1
-2
/
+35
2025-01-07
selftests/bpf: add -fno-strict-aliasing to BPF_CFLAGS
Ihor Solodrai
1
-27
/
+1
2025-01-06
Merge branch 'bpf-allow-bpf_for-bpf_repeat-while-holding-spin'
Alexei Starovoitov
2
-1
/
+45
2025-01-06
selftests/bpf: test bpf_for within spin lock section
Emil Tsalapatis
1
-0
/
+26
2025-01-06
bpf: Allow bpf_for/bpf_repeat calls while holding a spinlock
Emil Tsalapatis
1
-1
/
+19
2025-01-06
bpf/tests: Add 32 bits only long conditional jump tests
Christophe Leroy
1
-6
/
+58
2025-01-06
bpf, arm64: Emit A64_{ADD,SUB}_I when possible in emit_{lse,ll_sc}_atomic()
Peilin Ye
1
-8
/
+4
2025-01-06
bpf, arm64: Factor out emit_a64_add_i()
Peilin Ye
1
-8
/
+14
2025-01-06
bpf, arm64: Simplify if logic in emit_lse_atomic()
Peilin Ye
1
-10
/
+8
2025-01-06
selftests/bpf: Avoid generating untracked files when running bpf selftests
Jiayuan Chen
1
-2
/
+2
2025-01-03
bpf: Reject struct_ops registration that uses module ptr and the module btf_i...
Martin KaFai Lau
3
-5
/
+26
2024-12-31
bpf: Use refcount_t instead of atomic_t for mmap_count
Pei Xiao
1
-4
/
+4
2024-12-31
bpf: Remove unused MT_ENTRY define
Lorenzo Pieralisi
1
-2
/
+0
2024-12-31
selftests/bpf: fix veristat comp mode with new stats
Mahe Tardy
1
-1
/
+7
2024-12-31
bpf: Fix holes in special_kfunc_list if !CONFIG_NET
Thomas Weißschuh
1
-0
/
+3
2024-12-31
Merge branch 'bpf-verifier-improve-precision-of-bpf_mul'
Alexei Starovoitov
2
-44
/
+170
2024-12-31
selftests/bpf: Add testcases for BPF_MUL
Matan Shachnai
1
-0
/
+134
2024-12-31
bpf, verifier: Improve precision of BPF_MUL
Matan Shachnai
1
-44
/
+36
2024-12-31
libbpf: Set MFD_NOEXEC_SEAL when creating memfd
Daniel Xu
1
-1
/
+13
2024-12-20
selftests/bpf: Clear out Python syntax warnings
Ariel Otilibili
1
-14
/
+14
2024-12-19
bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RT
Martin KaFai Lau
1
-2
/
+6
2024-12-18
veristat: Fix top source line stat collection
Mykyta Yatsenko
1
-1
/
+9
2024-12-16
bpf: lsm: Remove hook to bpf_task_storage_free
Song Liu
1
-1
/
+0
2024-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
350
-5369
/
+7168
2024-12-16
Linux 6.13-rc3
v6.13-rc3
Linus Torvalds
1
-1
/
+1
2024-12-16
Merge tag 'arc-6.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
14
-19
/
+19
2024-12-16
Merge tag 'efi-fixes-for-v6.13-1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-23
/
+7
2024-12-16
Merge tag 'i2c-for-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-3
/
+4
2024-12-15
Merge tag 'edac_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-22
/
+10
2024-12-15
Merge tag 'irq_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+17
2024-12-15
Merge tag 'sched_urgent_for_v6.13_rc3-p2' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
7
-22
/
+84
2024-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
10
-16
/
+58
2024-12-15
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-0
/
+1
2024-12-14
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
23
-164
/
+596
2024-12-14
bpf: Avoid deadlock caused by nested kprobe and fentry bpf programs
Priya Bala Govindasamy
1
-0
/
+6
2024-12-14
Merge tag 'usb-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
12
-72
/
+116
2024-12-14
Merge tag 'tty-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-1
/
+31
2024-12-14
Merge tag 'staging-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+7
2024-12-14
Merge tag 'v6.13-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-33
/
+16
2024-12-14
Merge tag 'rust-fixes-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2
-2
/
+14
2024-12-14
Merge tag 'iommu-fixes-v6.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-11
/
+42
2024-12-14
Merge tag 'ata-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...
Linus Torvalds
1
-0
/
+1
2024-12-14
Merge tag 'i2c-host-fixes-6.13-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Wolfram Sang
3
-3
/
+4
2024-12-14
Merge tag '6.13-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-4
/
+8
2024-12-14
Merge tag 'spi-fix-v6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-6
/
+28
2024-12-14
Merge tag 'regulator-fix-v6.13-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-12
/
+51
[next]