index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-05
bpf: Simplify the calculation of variables
Jiapeng Chong
1
-1
/
+1
2021-03-05
Merge branch 'PROG_TEST_RUN support for sk_lookup programs'
Alexei Starovoitov
10
-111
/
+355
2021-03-05
selftests: bpf: Don't run sk_lookup in verifier tests
Lorenz Bauer
2
-2
/
+3
2021-03-05
selftests: bpf: Check that PROG_TEST_RUN repeats as requested
Lorenz Bauer
1
-9
/
+42
2021-03-05
selftests: bpf: Convert sk_lookup ctx access tests to PROG_TEST_RUN
Lorenz Bauer
2
-36
/
+109
2021-03-05
bpf: Add PROG_TEST_RUN support for sk_lookup programs
Lorenz Bauer
5
-2
/
+124
2021-03-05
bpf: Consolidate shared test timing code
Lorenz Bauer
1
-63
/
+78
2021-03-05
Merge branch 'Improve BPF syscall command documentation'
Alexei Starovoitov
18
-140
/
+1746
2021-03-05
tools: Sync uapi bpf.h header with latest changes
Joe Stringer
1
-1
/
+711
2021-03-05
docs/bpf: Add bpf() syscall command reference
Joe Stringer
5
-3
/
+49
2021-03-05
selftests/bpf: Test syscall command parsing
Joe Stringer
2
-2
/
+13
2021-03-05
selftests/bpf: Templatize man page generation
Joe Stringer
1
-15
/
+25
2021-03-05
tools/bpf: Remove bpf-helpers from bpftool docs
Joe Stringer
7
-49
/
+50
2021-03-05
scripts/bpf: Add syscall commands printer
Joe Stringer
1
-9
/
+91
2021-03-05
scripts/bpf: Abstract eBPF API target parameter
Joe Stringer
7
-33
/
+69
2021-03-05
bpf: Document BPF_MAP_*_BATCH syscall commands
Joe Stringer
1
-3
/
+111
2021-03-05
bpf: Document BPF_PROG_QUERY syscall command
Joe Stringer
1
-0
/
+37
2021-03-05
bpf: Document BPF_PROG_TEST_RUN syscall command
Joe Stringer
1
-3
/
+11
2021-03-05
bpf: Document BPF_PROG_ATTACH syscall command
Joe Stringer
1
-0
/
+37
2021-03-05
bpf: Document BPF_PROG_PIN syscall command
Joe Stringer
1
-7
/
+29
2021-03-05
bpf: Document BPF_F_LOCK in syscall commands
Joe Stringer
1
-0
/
+10
2021-03-05
bpf: Add minimal bpf() command documentation
Joe Stringer
1
-0
/
+368
2021-03-05
bpf: Import syscall arg documentation
Joe Stringer
1
-1
/
+121
2021-03-05
Merge branch 'Add BTF_KIND_FLOAT support'
Alexei Starovoitov
15
-23
/
+376
2021-03-05
bpf: Document BTF_KIND_FLOAT in btf.rst
Ilya Leoshkevich
1
-2
/
+15
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-27
tools, bpf_asm: Exit non-zero on errors
Ian Denhardt
1
-4
/
+4
2021-02-27
tools, bpf_asm: Hard error on out of range jumps
Ian Denhardt
1
-2
/
+4
2021-02-27
Merge branch 'bpf: add bpf_for_each_map_elem() helper'
Alexei Starovoitov
16
-64
/
+897
2021-02-27
selftests/bpf: Add arraymap test for bpf_for_each_map_elem() helper
Yonghong Song
2
-0
/
+118
2021-02-27
selftests/bpf: Add hashmap test for bpf_for_each_map_elem() helper
Yonghong Song
3
-0
/
+179
2021-02-27
bpftool: Print subprog address properly
Yonghong Song
1
-0
/
+3
2021-02-27
libbpf: Support subprog address relocation
Yonghong Song
1
-3
/
+61
2021-02-27
libbpf: Move function is_ldimm64() earlier in libbpf.c
Yonghong Song
1
-6
/
+6
2021-02-27
bpf: Add arraymap support for bpf_for_each_map_elem() helper
Yonghong Song
1
-0
/
+40
2021-02-27
bpf: Add hashtab support for bpf_for_each_map_elem() helper
Yonghong Song
3
-0
/
+96
2021-02-27
bpf: Add bpf_for_each_map_elem() helper
Yonghong Song
8
-13
/
+307
2021-02-27
bpf: Change return value of verifier function add_subprog()
Yonghong Song
1
-2
/
+2
2021-02-27
bpf: Refactor check_func_call() to allow callback function
Yonghong Song
1
-17
/
+43
2021-02-27
bpf: Factor out verbose_invalid_scalar()
Yonghong Song
1
-11
/
+19
[next]