Age | Commit message (Expand) | Author | Files | Lines |
2021-10-08 | selfetest/bpf: Make some tests serial | Yucong Sun | 38 | -38/+48 |
2021-10-08 | selftests/bpf: Fix pid check in fexit_sleep test | Yucong Sun | 1 | -2/+2 |
2021-10-08 | selftests/bpf: Adding pid filtering for atomics test | Yucong Sun | 2 | -0/+17 |
2021-10-08 | selftests/bpf: Make cgroup_v1v2 use its own port | Yucong Sun | 2 | -2/+2 |
2021-10-08 | selftests/bpf: Fix race condition in enable_stats | Yucong Sun | 1 | -1/+1 |
2021-10-08 | selftests/bpf: Add per worker cgroup suffix | Yucong Sun | 2 | -4/+4 |
2021-10-08 | selftests/bpf: Allow some tests to be executed in sequence | Yucong Sun | 1 | -6/+54 |
2021-10-08 | selftests/bpf: Add parallelism to test_progs | Yucong Sun | 2 | -37/+610 |
2021-10-08 | Merge branch 'add support for writable bare tracepoint' | Andrii Nakryiko | 9 | -11/+119 |
2021-10-08 | bpf/selftests: Add test for writable bare tracepoint | Hou Tao | 7 | -2/+83 |
2021-10-08 | libbpf: Support detecting and attaching of writable tracepoint program | Hou Tao | 1 | -5/+21 |
2021-10-08 | bpf: Support writable context for bare tracepoint | Hou Tao | 1 | -4/+15 |
2021-10-08 | Merge branch 'install libbpf headers when using the library' | Andrii Nakryiko | 13 | -78/+169 |
2021-10-08 | bpftool: Add install-bin target to install binary only | Quentin Monnet | 3 | -4/+6 |
2021-10-08 | selftests/bpf: Better clean up for runqslower in test_bpftool_build.sh | Quentin Monnet | 1 | -0/+4 |
2021-10-08 | samples/bpf: Do not FORCE-recompile libbpf | Quentin Monnet | 1 | -1/+1 |
2021-10-08 | samples/bpf: Install libbpf headers when building | Quentin Monnet | 1 | -10/+30 |
2021-10-08 | samples/bpf: Update .gitignore | Quentin Monnet | 1 | -0/+4 |
2021-10-08 | bpf: iterators: Install libbpf headers when building | Quentin Monnet | 1 | -13/+25 |
2021-10-08 | bpf: preload: Install libbpf headers when building | Quentin Monnet | 1 | -5/+20 |
2021-10-08 | tools/runqslower: Install libbpf headers when building | Quentin Monnet | 2 | -15/+22 |
2021-10-08 | tools/resolve_btfids: Install libbpf headers when building | Quentin Monnet | 3 | -9/+18 |
2021-10-08 | bpftool: Install libbpf headers instead of including the dir | Quentin Monnet | 2 | -12/+23 |
2021-10-08 | bpftool: Remove unused includes to <bpf/bpf_gen_internal.h> | Quentin Monnet | 2 | -2/+0 |
2021-10-08 | libbpf: Skip re-installing headers file if source is older than target | Quentin Monnet | 1 | -9/+18 |
2021-10-08 | selftests/bpf: Fix btf_dump test under new clang | Yucong Sun | 4 | -9/+9 |
2021-10-07 | selftests/bpf: Remove SEC("version") from test progs | Dave Marchevsky | 40 | -61/+0 |
2021-10-07 | selftests/bpf: Skip the second half of get_branch_snapshot in vm | Song Liu | 1 | -0/+34 |
2021-10-07 | bpf, tests: Add more LD_IMM64 tests | Johan Almbladh | 1 | -3/+117 |
2021-10-07 | mips, bpf: Optimize loading of 64-bit constants | Johan Almbladh | 1 | -1/+7 |
2021-10-07 | mips, bpf: Fix Makefile that referenced a removed file | Johan Almbladh | 1 | -1/+0 |
2021-10-07 | bpf, x64: Factor out emission of REX byte in more cases | Jie Meng | 1 | -36/+31 |
2021-10-06 | Merge branch 'libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7' | Andrii Nakryiko | 12 | -23/+62 |
2021-10-06 | libbpf: Deprecate bpf_object__unload() API since v0.6 | Hengqi Chen | 2 | -3/+6 |
2021-10-06 | selftests/bpf: Switch to new bpf_object__next_{map,program} APIs | Hengqi Chen | 9 | -11/+11 |
2021-10-06 | libbpf: Add API documentation convention guidelines | Grant Seltzer | 1 | -0/+40 |
2021-10-06 | libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7 | Hengqi Chen | 3 | -12/+51 |
2021-10-06 | selftest/bpf: Switch recursion test to use htab_map_delete_elem | Jiri Olsa | 2 | -11/+8 |
2021-10-06 | bpf: Use $(pound) instead of \# in Makefiles | Quentin Monnet | 2 | -3/+5 |
2021-10-06 | bpf, arm: Remove dummy bpf_jit_compile stub | Daniel Borkmann | 1 | -5/+0 |
2021-10-06 | Merge branch 'bpf-mips-jit' | Daniel Borkmann | 14 | -3608/+4244 |
2021-10-06 | mips, bpf: Remove old BPF JIT implementations | Johan Almbladh | 4 | -3603/+0 |
2021-10-06 | mips, bpf: Enable eBPF JITs | Johan Almbladh | 3 | -4/+8 |
2021-10-06 | mips, bpf: Add JIT workarounds for CPU errata | Johan Almbladh | 3 | -7/+35 |
2021-10-06 | mips, bpf: Add new eBPF JIT for 64-bit MIPS | Johan Almbladh | 1 | -0/+1052 |
2021-10-06 | mips, bpf: Add eBPF JIT for 32-bit MIPS | Johan Almbladh | 4 | -1/+3148 |
2021-10-06 | mips, uasm: Add workaround for Loongson-2F nop CPU errata | Johan Almbladh | 1 | -0/+4 |
2021-10-06 | mips, uasm: Enable muhu opcode for MIPS R6 | Tony Ambardar | 3 | -2/+6 |
2021-10-06 | selftests/bpf: Test new btf__add_btf() API | Andrii Nakryiko | 1 | -0/+86 |
2021-10-06 | selftests/bpf: Refactor btf_write selftest to reuse BTF generation logic | Andrii Nakryiko | 1 | -6/+49 |