aboutsummaryrefslogtreecommitdiffstats
path: root/.cocciconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-18s390/bpf: Remove JITed image size limitationsIlya Leoshkevich1-7/+0
2019-11-18s390/bpf: Use lg(f)rl when long displacement cannot be usedIlya Leoshkevich1-15/+81
2019-11-18s390/bpf: Use lgrl instead of lg where possibleIlya Leoshkevich1-12/+20
2019-11-18s390/bpf: Load literal pool register using larlIlya Leoshkevich1-3/+19
2019-11-18s390/bpf: Align literal pool entriesIlya Leoshkevich1-13/+24
2019-11-18s390/bpf: Use relative long branchesIlya Leoshkevich1-32/+126
2019-11-18bpf: Fix memory leak on object 'data'Colin Ian King1-1/+3
2019-11-18selftests, bpf: Workaround an alu32 sub-register spilling issueYonghong Song1-1/+3
2019-11-18selftests, bpf: Fix test_tc_tunnel hangingJiri Benc1-0/+5
2019-11-18selftests, bpf: xdping is not meant to be run standaloneJiri Benc1-2/+2
2019-11-18selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() testsAndrii Nakryiko3-18/+292
2019-11-18libbpf: Make global data internal arrays mmap()-able, if possibleAndrii Nakryiko1-2/+30
2019-11-18bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko7-12/+183
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko11-97/+40
2019-11-18bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never failsAndrii Nakryiko8-49/+34
2019-11-15selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprogAlexei Starovoitov2-0/+167
2019-11-15selftests/bpf: Extend test_pkt_access testAlexei Starovoitov1-2/+36
2019-11-15libbpf: Add support for attaching BPF programs to other BPF programsAlexei Starovoitov5-17/+71
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov8-28/+152
2019-11-15bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov5-3/+107
2019-11-15bpf: Annotate context typesAlexei Starovoitov6-43/+176
2019-11-15bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov4-9/+32
2019-11-15bpf: Reserve space for BPF trampoline in BPF programsAlexei Starovoitov1-2/+7