summaryrefslogtreecommitdiffstats
path: root/arch/microblaze (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-23bpf: Check CONFIG_BPF option for resolve_btfidsJiri Olsa2-4/+6
2020-09-23bpf: Explicitly size compatible_reg_typesLorenz Bauer1-2/+1
2020-09-22selftests/bpf: Fix stat probe in d_path testJiri Olsa3-1/+26
2020-09-22bpf: Using rcu_read_lock for bpf_sk_storage_map iteratorYonghong Song1-18/+13
2020-09-22bpf: Use a table to drive helper arg type checksLorenz Bauer2-74/+110
2020-09-22bpf: Hoist type checking for nullable arg typesLorenz Bauer1-34/+30
2020-09-22bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_argLorenz Bauer1-14/+14
2020-09-22bpf: Set meta->raw_mode for pointers close to useLorenz Bauer1-1/+5
2020-09-22bpf: Make context access check genericLorenz Bauer1-3/+4
2020-09-22bpf: Make reference tracking genericLorenz Bauer1-16/+10
2020-09-22bpf: Make BTF pointer type checking genericLorenz Bauer1-18/+20
2020-09-22bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer9-103/+58
2020-09-22btf: Add BTF_ID_LIST_SINGLE macroLorenz Bauer2-0/+16
2020-09-22bpf: Check scalar or invalid register in check_helper_mem_accessLorenz Bauer1-13/+11
2020-09-22btf: Make btf_set_contains take a const pointerLorenz Bauer2-2/+2
2020-09-21bpf: Fix potential call bpf_link_free() in atomic contextMuchun Song1-6/+2
2020-09-19bpf: Use hlist_add_head_rcu when linking to local_storageMartin KaFai Lau1-1/+1
2020-09-19samples/bpf: Fix test_map_in_map on s390Ilya Leoshkevich1-4/+3
2020-09-19selftests/bpf: Fix endianness issue in test_sockopt_skIlya Leoshkevich1-2/+2
2020-09-18selftests/bpf: Fix endianness issue in sk_assignIlya Leoshkevich1-1/+1
2020-09-18selftests/bpf: Add tailcall_bpf2bpf testsMaciej Fijalkowski5-0/+533
2020-09-18bpf: Add abnormal return checks.Alexei Starovoitov3-22/+52
2020-09-18bpf: allow for tailcalls in BPF subprograms for x64 JITMaciej Fijalkowski1-4/+17
2020-09-18bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski6-55/+244
2020-09-18bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski2-0/+30
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski4-20/+24
2020-09-17bpf: propagate poke descriptors to subprogramsMaciej Fijalkowski2-3/+64
2020-09-17bpf, x64: use %rcx instead of %rax for tail call retpolinesMaciej Fijalkowski2-18/+18
2020-09-16selftests/bpf: Merge most of test_btf into test_progsAndrii Nakryiko3-335/+78
2020-09-16selftests/bpf: Test load and dump metadata with btftool and skelYiFei Zhu5-1/+255
2020-09-16bpftool: Support dumping metadataYiFei Zhu3-0/+208
2020-09-16libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata sectionYiFei Zhu4-0/+94
2020-09-16bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu3-0/+77
2020-09-16bpf: Mutex protect used_maps array and countYiFei Zhu5-17/+44
2020-09-15libbpf: Fix a compilation error with xsk.c for ubuntu 16.04Yonghong Song1-0/+1
2020-09-15bpftool: Fix build failureYonghong Song1-1/+1
2020-09-15xsk: Fix refcount warning in xp_dma_mapMagnus Karlsson1-2/+2
2020-09-15samples/bpf: Add quiet option to xdpsockMagnus Karlsson1-5/+14
2020-09-15samples/bpf: Fix possible deadlock in xdpsockMagnus Karlsson1-0/+1
2020-09-15samples/bpf: Fix one packet sending in xdpsockMagnus Karlsson1-0/+8
2020-09-15s390/bpf: Fix multiple tail callsIlya Leoshkevich1-34/+27
2020-09-11tcp: Simplify tcp_set_congestion_control() load=false caseNeal Cardwell1-11/+4
2020-09-11tcp: simplify _bpf_setsockopt(): Remove flags argumentNeal Cardwell1-7/+3
2020-09-11tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell4-13/+5
2020-09-11tcp: Simplify EBPF TCP_CONGESTION to always init CCNeal Cardwell1-6/+1
2020-09-11tcp: Only init congestion control if not initialized alreadyNeal Cardwell4-3/+8
2020-09-11tools: bpftool: Automate generation for "SEE ALSO" sections in man pagesQuentin Monnet13-198/+11
2020-09-11bpf: Fix comment for helper bpf_current_task_under_cgroup()Song Liu2-4/+4
2020-09-11selftests/bpf: Define string const as global for test_sysctl_prog.cYonghong Song1-2/+2
2020-09-11selftests/bpf: Fix test_ksyms on non-SMP kernelsIlya Leoshkevich1-2/+4