summaryrefslogtreecommitdiffstats
path: root/scripts/Lindent (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-12bpf: Be less specific about socket cookies guaranteesFlorent Revest2-8/+8
2021-02-11kbuild: Do not clean resolve_btfids if the output does not existJiri Olsa1-1/+7
2021-02-11selftests/bpf: Add a test for map-in-map and per-cpu maps in sleepable progsAlexei Starovoitov1-0/+69
2021-02-11bpf: Allows per-cpu maps and map-in-map in sleepable programsAlexei Starovoitov2-3/+8
2021-02-11selftests/bpf: Improve recursion selftestAlexei Starovoitov1-0/+8
2021-02-11bpf: Count the number of times recursion was preventedAlexei Starovoitov6-6/+33
2021-02-11selftest/bpf: Add a recursion testAlexei Starovoitov2-0/+79
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov7-11/+50
2021-02-11bpf: Compute program stats for sleepable programsAlexei Starovoitov3-35/+42
2021-02-11bpf: Run sleepable programs with migration disabledAlexei Starovoitov1-0/+2
2021-02-11bpf: Optimize program statsAlexei Starovoitov6-18/+18
2021-02-11bpf_lru_list: Read double-checked variable once without lockMarco Elver1-3/+4
2021-02-10selftests/bpf: Simplify the calculation of variablesJiapeng Chong1-3/+3
2021-02-10selftests/bpf: Fix endianness issues in atomic testsIlya Leoshkevich3-3/+3
2021-02-10selftest/bpf: Add test for var-offset stack accessAndrei Matei2-0/+86
2021-02-10selftest/bpf: Verifier tests for var-off accessAndrei Matei1-2/+97
2021-02-10selftest/bpf: Adjust expected verifier errorsAndrei Matei9-37/+41
2021-02-10bpf: Allow variable-offset stack accessAndrei Matei3-147/+518
2021-02-09kbuild: Add resolve_btfids clean to root clean targetJiri Olsa1-1/+6
2021-02-09tools/resolve_btfids: Set srctree variable unconditionallyJiri Olsa1-5/+2
2021-02-09tools/resolve_btfids: Check objects before removingJiri Olsa1-5/+12
2021-02-09tools/resolve_btfids: Build libbpf and libsubcmd in separate directoriesJiri Olsa2-17/+11
2021-02-09bpf: Simplify bool comparisonJiapeng Chong1-1/+1
2021-02-09selftests/bpf: Add missing cleanup in atomic_bounds testBrendan Jackman1-0/+2
2021-02-09selftests/bpf: Remove unneeded semicolonYang Li1-1/+1
2021-02-08bpf/benchs/bench_ringbufs: Remove unneeded semicolonYang Li1-1/+1
2021-02-05bpf: Refactor BPF_PSEUDO_CALL checking as a helper functionYonghong Song1-16/+13
2021-02-05bpf/selftests: Update the IMA test to use BPF ring bufferKP Singh2-13/+43
2021-02-05bpf: Allow usage of BPF ringbuffer in sleepable programsKP Singh1-1/+3
2021-02-05bpf/selftests: Add a short note about vmtest.sh in README.rstKP Singh1-0/+24