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
2024-11-13
bpf, x86: Support private stack in jit
Yonghong Song
2
-0
/
+137
2024-11-13
bpf, x86: Avoid repeated usage of bpf_prog->aux->stack_depth
Yonghong Song
1
-4
/
+7
2024-11-13
bpf: Enable private stack for eligible subprogs
Yonghong Song
2
-0
/
+12
2024-11-13
bpf: Find eligible subprogs for private stack support
Yonghong Song
4
-10
/
+99
2024-11-13
Merge branch 'selftests-bpf-fix-for-bpf_signal-stalls-watchdog-for-test_progs'
Alexei Starovoitov
8
-20
/
+166
2024-11-13
selftests/bpf: update send_signal to lower perf evemts frequency
Eduard Zingerman
1
-1
/
+2
2024-11-13
selftests/bpf: allow send_signal test to timeout
Eduard Zingerman
1
-13
/
+19
2024-11-13
selftests/bpf: add read_with_timeout() utility function
Eduard Zingerman
3
-0
/
+29
2024-11-13
selftests/bpf: watchdog timer for test_progs
Eduard Zingerman
4
-6
/
+116
2024-11-12
Merge branch 'libbpf-stringify-error-codes-in-log-messages'
Andrii Nakryiko
11
-266
/
+306
2024-11-12
libbpf: Stringify errno in log messages in the remaining code
Mykyta Yatsenko
6
-53
/
+56
2024-11-12
libbpf: Stringify errno in log messages in btf*.c
Mykyta Yatsenko
2
-13
/
+16
2024-11-12
libbpf: Stringify errno in log messages in libbpf.c
Mykyta Yatsenko
1
-200
/
+156
2024-11-12
libbpf: Introduce errstr() for stringifying errno
Mykyta Yatsenko
2
-0
/
+78
2024-11-12
bpf: Replace the document for PTR_TO_BTF_ID_OR_NULL
Menglong Dong
1
-4
/
+4
2024-11-12
tools/bpf: Fix the wrong format specifier in bpf_jit_disasm
Luo Yifan
1
-1
/
+1
2024-11-12
kbuild,bpf: Pass make jobs' value to pahole
Florian Schmaus
1
-2
/
+4
2024-11-11
Merge branch 'refactor-lock-management'
Alexei Starovoitov
3
-86
/
+123
2024-11-11
bpf: Drop special callback reference handling
Kumar Kartikeya Dwivedi
3
-39
/
+11
2024-11-11
bpf: Refactor active lock management
Kumar Kartikeya Dwivedi
2
-67
/
+132
2024-11-11
selftests/bpf: skip the timer_lockup test for single-CPU nodes
Viktor Malik
1
-0
/
+6
2024-11-11
Merge branch 'fix-lockdep-warning-for-htab-of-map'
Alexei Starovoitov
9
-38
/
+203
2024-11-11
selftests/bpf: Test the update operations for htab of maps
Hou Tao
2
-1
/
+161
2024-11-11
selftests/bpf: Move ENOTSUPP from bpf_util.h
Hou Tao
6
-20
/
+3
2024-11-11
bpf: Call free_htab_elem() after htab_unlock_bucket()
Hou Tao
1
-17
/
+39
2024-11-11
Merge branch 'bpf-add-uprobe-session-support'
Andrii Nakryiko
17
-63
/
+654
2024-11-11
selftests/bpf: Add threads to consumer test
Jiri Olsa
1
-18
/
+80
2024-11-11
selftests/bpf: Add uprobe sessions to consumer test
Jiri Olsa
2
-24
/
+52
2024-11-11
selftests/bpf: Add uprobe session single consumer test
Jiri Olsa
2
-0
/
+77
2024-11-11
selftests/bpf: Add kprobe session verifier test for return value
Jiri Olsa
2
-0
/
+33
2024-11-11
selftests/bpf: Add uprobe session verifier test for return value
Jiri Olsa
2
-0
/
+33
2024-11-11
selftests/bpf: Add uprobe session recursive test
Jiri Olsa
2
-0
/
+101
2024-11-11
selftests/bpf: Add uprobe session cookie test
Jiri Olsa
2
-0
/
+79
2024-11-11
selftests/bpf: Add uprobe session test
Jiri Olsa
2
-0
/
+118
2024-11-11
libbpf: Add support for uprobe multi session attach
Jiri Olsa
3
-3
/
+20
2024-11-11
bpf: Add support for uprobe multi session context
Jiri Olsa
1
-10
/
+18
2024-11-11
bpf: Add support for uprobe multi session attach
Jiri Olsa
6
-11
/
+38
2024-11-11
bpf: Force uprobe bpf program to always return 0
Jiri Olsa
1
-3
/
+2
2024-11-11
bpf: Allow return values 0 and 1 for kprobe session
Jiri Olsa
1
-0
/
+9
2024-11-11
selftests/bpf: Fix uprobe consumer test (again)
Jiri Olsa
1
-6
/
+8
2024-11-11
bpf: Remove trailing whitespace in verifier.rst
Abhinav Saxena
1
-2
/
+2
2024-11-11
selftests/bpf: Allow building with extra flags
Viktor Malik
1
-11
/
+23
2024-11-06
Merge tag 'perf-core-for-bpf-next' from tip tree
Andrii Nakryiko
14
-301
/
+757
2024-11-04
Merge branch 'handle-possible-null-trusted-raw_tp-arguments'
Alexei Starovoitov
20
-31
/
+187
2024-11-04
selftests/bpf: Add tests for raw_tp null handling
Kumar Kartikeya Dwivedi
4
-0
/
+67
2024-11-04
selftests/bpf: Clean up open-coded gettid syscall invocations
Kumar Kartikeya Dwivedi
12
-22
/
+33
2024-11-04
bpf: Mark raw_tp arguments with PTR_MAYBE_NULL
Kumar Kartikeya Dwivedi
4
-9
/
+87
2024-11-04
bpf: Move btf_type_is_struct_ptr() under CONFIG_BPF_SYSCALL
Alistair Francis
1
-11
/
+10
2024-11-04
Merge branch 'fix-resource-leak-checks-for-tail-calls'
Alexei Starovoitov
7
-53
/
+118
2024-11-04
selftests/bpf: Add tests for tail calls with locks and refs
Kumar Kartikeya Dwivedi
2
-0
/
+72
[next]