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
2022-04-06
selftests/bpf: Test passing rdonly mem to global func
Kumar Kartikeya Dwivedi
4
-6
/
+46
2022-04-06
bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_access
Kumar Kartikeya Dwivedi
1
-0
/
+5
2022-04-06
bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_access
Kumar Kartikeya Dwivedi
1
-1
/
+11
2022-04-06
bpf: Do write access check for kfunc and global func
Kumar Kartikeya Dwivedi
1
-15
/
+29
2022-04-06
selftests/bpf: Use bpf_num_possible_cpus() in per-cpu map allocations
Artem Savkov
2
-2
/
+3
2022-04-06
libbpf: Fix spelling mistake "libaries" -> "libraries"
Colin Ian King
1
-1
/
+1
2022-04-06
selftests/bpf: Fix issues in parse_num_list()
Yuntao Wang
1
-1
/
+1
2022-04-06
net: netfilter: Reports ct direction in CT lookup helpers for XDP and TC-BPF
Lorenzo Bianconi
1
-7
/
+15
2022-04-06
selftests/bpf: Fix file descriptor leak in load_kallsyms()
Yuntao Wang
1
-4
/
+5
2022-04-06
bpf, arm64: Sign return address for JITed code
Xu Kuohai
2
-2
/
+13
2022-04-05
Merge branch 'Add libbpf support for USDTs'
Alexei Starovoitov
19
-25
/
+2938
2022-04-05
selftests/bpf: Add urandom_read shared lib and USDTs
Andrii Nakryiko
8
-9
/
+275
2022-04-05
selftests/bpf: Add basic USDT selftests
Andrii Nakryiko
6
-6
/
+970
2022-04-05
libbpf: Add x86-specific USDT arg spec parsing logic
Andrii Nakryiko
1
-0
/
+105
2022-04-05
libbpf: Wire up spec management and other arch-independent USDT logic
Andrii Nakryiko
1
-1
/
+167
2022-04-05
libbpf: Add USDT notes parsing and resolution logic
Andrii Nakryiko
1
-1
/
+581
2022-04-05
libbpf: Wire up USDT API and bpf_link integration
Andrii Nakryiko
6
-11
/
+587
2022-04-05
libbpf: Add BPF-side of USDT support
Andrii Nakryiko
2
-1
/
+257
2022-04-05
libbpf: Support Debian in resolve_full_path()
Ilya Leoshkevich
1
-1
/
+39
2022-04-05
selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for aarch64
Ilya Leoshkevich
1
-0
/
+2
2022-04-05
Merge branch 'bpf/bpftool: add program & link type names'
Andrii Nakryiko
3
-1
/
+5
2022-04-05
bpftool: Handle libbpf_probe_prog_type errors
Milan Landaverde
1
-1
/
+1
2022-04-05
bpftool: Add missing link types
Milan Landaverde
1
-0
/
+3
2022-04-05
bpftool: Add syscall prog type
Milan Landaverde
1
-0
/
+1
2022-04-05
selftests/bpf: Fix parsing of prog types in UAPI hdr for bpftool sync
Quentin Monnet
1
-1
/
+1
2022-04-05
samples: bpf: Fix linking xdp_router_ipv4 after migration
Alexander Lobakin
1
-0
/
+1
2022-04-05
sample: bpf: syscall_tp_user: Print result of verify_map
Song Chen
1
-0
/
+3
2022-04-04
libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)
Yuntao Wang
1
-4
/
+2
2022-04-04
Merge branch 'libbpf: name-based u[ret]probe attach'
Andrii Nakryiko
9
-25
/
+541
2022-04-04
selftests/bpf: Add tests for uprobe auto-attach via skeleton
Alan Maguire
2
-0
/
+90
2022-04-04
selftests/bpf: Add tests for u[ret]probe attach by name
Alan Maguire
2
-17
/
+109
2022-04-04
libbpf: Add auto-attach for uprobes based on section name
Alan Maguire
4
-6
/
+76
2022-04-04
libbpf: Support function name-based attach uprobes
Alan Maguire
2
-1
/
+213
2022-04-04
libbpf: auto-resolve programs/libraries when necessary for uprobes
Alan Maguire
1
-1
/
+53
2022-04-04
samples: bpf: Convert xdp_router_ipv4 to XDP samples helper
Lorenzo Bianconi
4
-459
/
+381
2022-04-04
bpf: Correct the comment for BTF kind bitfield
Haiyue Wang
2
-4
/
+4
2022-04-04
selftests/bpf: Fix cd_flavor_subdir() of test_progs
Yuntao Wang
1
-2
/
+4
2022-04-04
selftests/bpf: Return true/false (not 1/0) from bool functions
Haowen Bai
2
-7
/
+7
2022-04-04
selftests/bpf: Fix vfs_link kprobe definition
Nikolay Borisov
1
-2
/
+3
2022-04-04
bpf: Replace usage of supported with dedicated list iterator variable
Jakob Koschel
1
-16
/
+14
2022-04-02
bpf, test_offload.py: Skip base maps without names
Yauheni Kaliuta
1
-1
/
+1
2022-04-01
bpf: Remove redundant assignment to smap->map.value_size
Yuntao Wang
1
-1
/
+0
2022-04-01
selftests/bpf: Remove unused variable from bpf_sk_assign test
Eyal Birger
1
-3
/
+1
2022-04-01
bpf: Use swap() instead of open coding it
Jiapeng Chong
1
-4
/
+2
2022-04-01
bpf, tests: Add load store test case for tail call
Xu Kuohai
1
-0
/
+30
2022-04-01
bpf, tests: Add tests for BPF_LDX/BPF_STX with different offsets
Xu Kuohai
1
-4
/
+281
2022-04-01
bpf, arm64: Adjust the offset of str/ldr(immediate) to positive number
Xu Kuohai
1
-27
/
+138
2022-04-01
bpf, arm64: Optimize BPF store/load using arm64 str/ldr(immediate offset)
Xu Kuohai
2
-15
/
+127
2022-04-01
arm64, insn: Add ldr/str with immediate offset
Xu Kuohai
2
-14
/
+62
2022-03-31
Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
58
-337
/
+588
[next]