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.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-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
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
70
-1
/
+80
2021-12-29
libbpf: Improve LINUX_VERSION_CODE detection
Andrii Nakryiko
3
-17
/
+28
2021-12-29
libbpf: Use 100-character limit to make bpf_tracing.h easier to read
Andrii Nakryiko
1
-32
/
+22
2021-12-29
libbpf: Normalize PT_REGS_xxx() macro definitions
Andrii Nakryiko
1
-225
/
+152
2021-12-23
selftests/bpf: Add btf_dump__new to test_cpp
Jiri Olsa
1
-1
/
+8
2021-12-23
libbpf: Do not use btf_dump__new() macro in C++ mode
Jiri Olsa
1
-0
/
+6
2021-12-22
bpftool: Enable line buffering for stdout
Paul Chaignon
1
-0
/
+2
2021-12-22
bpf: Use struct_size() helper
Xiu Jianfeng
2
-7
/
+2
2021-12-20
selftests/bpf: Correct the INDEX address in vmtest.sh
Pu Lehui
1
-1
/
+1
2021-12-19
bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support
Kumar Kartikeya Dwivedi
1
-21
/
+73
2021-12-19
Merge branch 'Introduce composable bpf types'
Alexei Starovoitov
15
-335
/
+443
2021-12-19
bpf/selftests: Test PTR_TO_RDONLY_MEM
Hao Luo
2
-0
/
+43
2021-12-19
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
9
-57
/
+73
2021-12-19
bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.
Hao Luo
2
-6
/
+28
2021-12-19
bpf: Convert PTR_TO_MEM_OR_NULL to composable types.
Hao Luo
3
-3
/
+2
2021-12-19
bpf: Introduce MEM_RDONLY flag
Hao Luo
6
-43
/
+60
2021-12-19
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
7
-188
/
+147
2021-12-18
bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL
Hao Luo
3
-34
/
+39
2021-12-18
bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL
Hao Luo
2
-31
/
+23
2021-12-18
bpf: Introduce composable reg, ret and arg types.
Hao Luo
2
-0
/
+55
2021-12-18
bpftool: Reimplement large insn size limit feature probing
Andrii Nakryiko
1
-3
/
+23
2021-12-18
selftests/bpf: Add libbpf feature-probing API selftests
Andrii Nakryiko
2
-0
/
+126
2021-12-18
libbpf: Rework feature-probing APIs
Andrii Nakryiko
3
-54
/
+236
2021-12-17
Only output backtracking information in log level 2
Christy Lee
1
-3
/
+3
2021-12-17
bpf: Right align verifier states in verifier logs.
Christy Lee
3
-98
/
+131
2021-12-17
bpf: Only print scratched registers and stack slots to verifier logs.
Christy Lee
3
-29
/
+91
2021-12-17
Merge branch 'bpf: remove the cgroup -> bpf header dependecy'
Alexei Starovoitov
15
-57
/
+84
2021-12-17
bpf: Remove the cgroup -> bpf header dependecy
Jakub Kicinski
3
-57
/
+72
2021-12-17
add missing bpf-cgroup.h includes
Jakub Kicinski
10
-0
/
+10
2021-12-17
add includes masked by cgroup -> bpf dependency
Jakub Kicinski
2
-0
/
+2
2021-12-16
Merge branch 'tools/bpf: Enable cross-building with clang'
Andrii Nakryiko
6
-14
/
+28
2021-12-16
selftests/bpf: Enable cross-building with clang
Jean-Philippe Brucker
1
-4
/
+4
2021-12-16
tools/runqslower: Enable cross-building with clang
Jean-Philippe Brucker
1
-2
/
+2
2021-12-16
bpftool: Enable cross-building with clang
Jean-Philippe Brucker
1
-6
/
+7
2021-12-16
tools/libbpf: Enable cross-building with clang
Jean-Philippe Brucker
1
-1
/
+2
2021-12-16
tools/resolve_btfids: Support cross-building the kernel with clang
Jean-Philippe Brucker
1
-0
/
+1
2021-12-16
tools: Help cross-building with clang
Jean-Philippe Brucker
1
-1
/
+12
2021-12-15
libbpf: Avoid reading past ELF data section end when copying license
Andrii Nakryiko
1
-1
/
+4
2021-12-15
Merge branch 'Stop using bpf_object__find_program_by_title API'
Andrii Nakryiko
14
-71
/
+137
2021-12-15
libbpf: Mark bpf_object__find_program_by_title API deprecated.
Kui-Feng Lee
1
-0
/
+1
2021-12-15
tools/perf: Stop using bpf_object__find_program_by_title API.
Kui-Feng Lee
1
-1
/
+12
2021-12-15
samples/bpf: Stop using bpf_object__find_program_by_title API.
Kui-Feng Lee
2
-3
/
+20
2021-12-15
selftests/bpf: Stop using bpf_object__find_program_by_title API.
Kui-Feng Lee
10
-67
/
+104
2021-12-15
selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftests
Andrii Nakryiko
8
-24
/
+3
2021-12-15
libbpf: Auto-bump RLIMIT_MEMLOCK if kernel needs it for BPF
Andrii Nakryiko
6
-39
/
+143
2021-12-14
libbpf: Add sane strncpy alternative and use it internally
Andrii Nakryiko
6
-19
/
+31
2021-12-14
libbpf: Fix potential uninit memory read
Andrii Nakryiko
1
-0
/
+1
2021-12-14
xsk: Wipe out dead zero_copy_allocator declarations
Maciej Fijalkowski
3
-4
/
+0
2021-12-14
libbpf: Add doc comments for bpf_program__(un)pin()
Grant Seltzer
1
-0
/
+24
2021-12-14
selftests/bpf: Fix segfault in bpf_tcp_ca
Jean-Philippe Brucker
1
-4
/
+3
[next]