index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
kallsyms.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-03-05
selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication tests
Ilya Leoshkevich
1
-12
/
+31
2021-03-05
selftest/bpf: Add BTF_KIND_FLOAT tests
Ilya Leoshkevich
3
-0
/
+138
2021-03-05
bpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
1
-2
/
+81
2021-03-05
selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" test
Ilya Leoshkevich
1
-1
/
+1
2021-03-05
tools/bpftool: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2
-0
/
+9
2021-03-05
libbpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
6
-1
/
+94
2021-03-05
libbpf: Fix whitespace in btf_add_composite() comment
Ilya Leoshkevich
1
-1
/
+1
2021-03-05
bpf: Add BTF_KIND_FLOAT to uapi
Ilya Leoshkevich
2
-4
/
+6
2021-03-04
selftests/bpf: Add a verifier scale test with unknown bounded loop
Yonghong Song
3
-0
/
+139
2021-03-04
skmsg: Add function doc for skb->_sk_redir
Cong Wang
1
-0
/
+1
2021-03-03
tools/runqslower: Allow substituting custom vmlinux.h for the build
Andrii Nakryiko
1
-0
/
+4
2021-02-26
tools, bpf_asm: Exit non-zero on errors
Ian Denhardt
1
-4
/
+4
2021-02-26
tools, bpf_asm: Hard error on out of range jumps
Ian Denhardt
1
-2
/
+4
2021-02-26
selftests/bpf: Add arraymap test for bpf_for_each_map_elem() helper
Yonghong Song
2
-0
/
+118
2021-02-26
selftests/bpf: Add hashmap test for bpf_for_each_map_elem() helper
Yonghong Song
3
-0
/
+179
2021-02-26
bpftool: Print subprog address properly
Yonghong Song
1
-0
/
+3
2021-02-26
libbpf: Support subprog address relocation
Yonghong Song
1
-3
/
+61
2021-02-26
libbpf: Move function is_ldimm64() earlier in libbpf.c
Yonghong Song
1
-6
/
+6
2021-02-26
bpf: Add arraymap support for bpf_for_each_map_elem() helper
Yonghong Song
1
-0
/
+40
2021-02-26
bpf: Add hashtab support for bpf_for_each_map_elem() helper
Yonghong Song
3
-0
/
+96
2021-02-26
bpf: Add bpf_for_each_map_elem() helper
Yonghong Song
8
-13
/
+307
2021-02-26
bpf: Change return value of verifier function add_subprog()
Yonghong Song
1
-2
/
+2
2021-02-26
bpf: Refactor check_func_call() to allow callback function
Yonghong Song
1
-17
/
+43
2021-02-26
bpf: Factor out verbose_invalid_scalar()
Yonghong Song
1
-11
/
+19
2021-02-26
bpf: Factor out visit_func_call_insn() in check_cfg()
Yonghong Song
1
-12
/
+23
2021-02-26
selftests/bpf: Copy extras in out-of-srctree builds
Ilya Leoshkevich
1
-3
/
+4
2021-02-26
selftests/bpf: Propagate error code of the command to vmtest.sh
KP Singh
1
-7
/
+19
2021-02-26
skmsg: Remove unused sk_psock_stop() declaration
Cong Wang
1
-1
/
+0
2021-02-26
skmsg: Get rid of sk_psock_bpf_run()
Cong Wang
1
-10
/
+4
2021-02-26
skmsg: Make __sk_psock_purge_ingress_msg() static
Cong Wang
2
-3
/
+1
2021-02-26
sock_map: Make sock_map_prog_update() static
Cong Wang
2
-11
/
+5
2021-02-26
sock_map: Rename skb_parser and skb_verdict
Cong Wang
5
-47
/
+47
2021-02-26
skmsg: Move sk_redir from TCP_SKB_CB to skb
Cong Wang
5
-37
/
+62
2021-02-26
bpf: Compute data_end dynamically with JIT code
Cong Wang
3
-27
/
+28
2021-02-26
skmsg: Get rid of struct sk_psock_parser
Cong Wang
3
-53
/
+27
2021-02-26
bpf: Clean up sockmap related Kconfigs
Cong Wang
12
-103
/
+133
2021-02-26
bpf: Remove blank line in bpf helper description comment
Hangbin Liu
2
-2
/
+0
2021-02-26
selftests/bpf: Introduce xsk statistics tests
Ciara Loftus
2
-14
/
+136
2021-02-26
selftests/bpf: Restructure xsk selftests
Ciara Loftus
4
-228
/
+159
2021-02-26
selftests/bpf: Expose and rename debug argument
Ciara Loftus
3
-5
/
+14
2021-02-26
selftest/bpf: Make xsk tests less verbose
Magnus Karlsson
4
-30
/
+50
2021-02-26
bpf: Rename fixup_bpf_calls and add some comments
Brendan Jackman
1
-7
/
+9
2021-02-26
bpf: Use MAX_BPF_FUNC_REG_ARGS macro
Dmitrii Banshchikov
3
-12
/
+20
2021-02-26
bpf: runqslower: Use task local storage
Song Liu
1
-12
/
+21
2021-02-26
bpf: runqslower: Prefer using local vmlimux to generate vmlinux.h
Song Liu
1
-1
/
+4
2021-02-26
selftests/bpf: Test deadlock from recursive bpf_task_storage_[get|delete]
Song Liu
2
-0
/
+93
2021-02-26
selftests/bpf: Add non-BPF_LSM test for task local storage
Song Liu
3
-0
/
+165
2021-02-26
bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]
Song Liu
5
-12
/
+65
2021-02-26
bpf: Enable task local storage for tracing programs
Song Liu
10
-72
/
+51
2021-02-25
xsk: Build skb by page (aka generic zerocopy xmit)
Xuan Zhuo
1
-24
/
+96
[next]