summaryrefslogtreecommitdiffstats
path: root/kernel/kallsyms.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-05selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication testsIlya Leoshkevich1-12/+31
2021-03-05selftest/bpf: Add BTF_KIND_FLOAT testsIlya Leoshkevich3-0/+138
2021-03-05bpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich1-2/+81
2021-03-05selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" testIlya Leoshkevich1-1/+1
2021-03-05tools/bpftool: Add BTF_KIND_FLOAT supportIlya Leoshkevich2-0/+9
2021-03-05libbpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich6-1/+94
2021-03-05libbpf: Fix whitespace in btf_add_composite() commentIlya Leoshkevich1-1/+1
2021-03-05bpf: Add BTF_KIND_FLOAT to uapiIlya Leoshkevich2-4/+6
2021-03-04selftests/bpf: Add a verifier scale test with unknown bounded loopYonghong Song3-0/+139
2021-03-04skmsg: Add function doc for skb->_sk_redirCong Wang1-0/+1
2021-03-03tools/runqslower: Allow substituting custom vmlinux.h for the buildAndrii Nakryiko1-0/+4
2021-02-26tools, bpf_asm: Exit non-zero on errorsIan Denhardt1-4/+4
2021-02-26tools, bpf_asm: Hard error on out of range jumpsIan Denhardt1-2/+4
2021-02-26selftests/bpf: Add arraymap test for bpf_for_each_map_elem() helperYonghong Song2-0/+118
2021-02-26selftests/bpf: Add hashmap test for bpf_for_each_map_elem() helperYonghong Song3-0/+179
2021-02-26bpftool: Print subprog address properlyYonghong Song1-0/+3
2021-02-26libbpf: Support subprog address relocationYonghong Song1-3/+61
2021-02-26libbpf: Move function is_ldimm64() earlier in libbpf.cYonghong Song1-6/+6
2021-02-26bpf: Add arraymap support for bpf_for_each_map_elem() helperYonghong Song1-0/+40
2021-02-26bpf: Add hashtab support for bpf_for_each_map_elem() helperYonghong Song3-0/+96
2021-02-26bpf: Add bpf_for_each_map_elem() helperYonghong Song8-13/+307
2021-02-26bpf: Change return value of verifier function add_subprog()Yonghong Song1-2/+2
2021-02-26bpf: Refactor check_func_call() to allow callback functionYonghong Song1-17/+43
2021-02-26bpf: Factor out verbose_invalid_scalar()Yonghong Song1-11/+19
2021-02-26bpf: Factor out visit_func_call_insn() in check_cfg()Yonghong Song1-12/+23
2021-02-26selftests/bpf: Copy extras in out-of-srctree buildsIlya Leoshkevich1-3/+4
2021-02-26selftests/bpf: Propagate error code of the command to vmtest.shKP Singh1-7/+19
2021-02-26skmsg: Remove unused sk_psock_stop() declarationCong Wang1-1/+0
2021-02-26skmsg: Get rid of sk_psock_bpf_run()Cong Wang1-10/+4
2021-02-26skmsg: Make __sk_psock_purge_ingress_msg() staticCong Wang2-3/+1
2021-02-26sock_map: Make sock_map_prog_update() staticCong Wang2-11/+5
2021-02-26sock_map: Rename skb_parser and skb_verdictCong Wang5-47/+47
2021-02-26skmsg: Move sk_redir from TCP_SKB_CB to skbCong Wang5-37/+62
2021-02-26bpf: Compute data_end dynamically with JIT codeCong Wang3-27/+28
2021-02-26skmsg: Get rid of struct sk_psock_parserCong Wang3-53/+27
2021-02-26bpf: Clean up sockmap related KconfigsCong Wang12-103/+133
2021-02-26bpf: Remove blank line in bpf helper description commentHangbin Liu2-2/+0
2021-02-26selftests/bpf: Introduce xsk statistics testsCiara Loftus2-14/+136
2021-02-26selftests/bpf: Restructure xsk selftestsCiara Loftus4-228/+159
2021-02-26selftests/bpf: Expose and rename debug argumentCiara Loftus3-5/+14
2021-02-26selftest/bpf: Make xsk tests less verboseMagnus Karlsson4-30/+50
2021-02-26bpf: Rename fixup_bpf_calls and add some commentsBrendan Jackman1-7/+9
2021-02-26bpf: Use MAX_BPF_FUNC_REG_ARGS macroDmitrii Banshchikov3-12/+20
2021-02-26bpf: runqslower: Use task local storageSong Liu1-12/+21
2021-02-26bpf: runqslower: Prefer using local vmlimux to generate vmlinux.hSong Liu1-1/+4
2021-02-26selftests/bpf: Test deadlock from recursive bpf_task_storage_[get|delete]Song Liu2-0/+93
2021-02-26selftests/bpf: Add non-BPF_LSM test for task local storageSong Liu3-0/+165
2021-02-26bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu5-12/+65
2021-02-26bpf: Enable task local storage for tracing programsSong Liu10-72/+51
2021-02-25xsk: Build skb by page (aka generic zerocopy xmit)Xuan Zhuo1-24/+96