summaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c (unfollow)
Commit message (Expand)AuthorFilesLines
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