summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-keystone/keystone.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-26samples: seccomp: Use __BYTE_ORDER__Ilya Leoshkevich1-4/+4
2021-10-26selftests/bpf: Use __BYTE_ORDER__Ilya Leoshkevich5-16/+16
2021-10-26libbpf: Use __BYTE_ORDER__Ilya Leoshkevich5-15/+15
2021-10-26libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()Ilya Leoshkevich1-1/+1
2021-10-26libbpf: Deprecate ambiguously-named bpf_program__size() APIAndrii Nakryiko1-0/+1
2021-10-26libbpf: Deprecate multi-instance bpf_program APIsAndrii Nakryiko2-10/+18
2021-10-26libbpf: Add ability to fetch bpf_program's underlying instructionsAndrii Nakryiko3-4/+46
2021-10-26libbpf: Fix off-by-one bug in bpf_core_apply_relo()Andrii Nakryiko1-1/+1
2021-10-26bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet7-65/+72
2021-10-26bpftool: Switch to libbpf's hashmap for programs/maps in BTF listingQuentin Monnet2-68/+62
2021-10-26bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet6-84/+111
2021-10-26bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet5-18/+24
2021-10-26bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)Quentin Monnet1-2/+2
2021-10-25selftests/bpf: Split out bpf_verif_scale selftests into multiple testsAndrii Nakryiko1-68/+152
2021-10-25selftests/bpf: Mark tc_redirect selftest as serialAndrii Nakryiko1-1/+1
2021-10-25selftests/bpf: Support multiple tests per fileAndrii Nakryiko1-4/+3
2021-10-25selftests/bpf: Normalize selftest entry pointsAndrii Nakryiko6-15/+13
2021-10-23libbpf: Fix BTF header parsing checksAndrii Nakryiko1-3/+9
2021-10-23libbpf: Fix overflow in BTF sanity checksAndrii Nakryiko1-2/+2
2021-10-23docs/bpf: Update documentation for BTF_KIND_DECL_TAG typedef supportYonghong Song1-3/+3
2021-10-23selftests/bpf: Add BTF_KIND_DECL_TAG typedef example in tag.cYonghong Song1-2/+7
2021-10-23selftests/bpf: Test deduplication for BTF_KIND_DECL_TAG typedefYonghong Song1-6/+41
2021-10-23selftests/bpf: Add BTF_KIND_DECL_TAG typedef unit testsYonghong Song1-0/+36
2021-10-23bpf: Add BTF_KIND_DECL_TAG typedef supportYonghong Song1-2/+2
2021-10-23selftests/bpf: Fix flow dissector testsStanislav Fomichev3-20/+18
2021-10-23libbpf: Use func name when pinning programs with LIBBPF_STRICT_SEC_NAMEStanislav Fomichev2-2/+14
2021-10-23bpftool: Avoid leaking the JSON writer prepared for program metadataQuentin Monnet1-7/+9
2021-10-23selftests/bpf: Switch to new btf__type_cnt/btf__raw_data APIsHengqi Chen8-22/+22
2021-10-23bpftool: Switch to new btf__type_cnt APIHengqi Chen2-8/+8
2021-10-23tools/resolve_btfids: Switch to new btf__type_cnt APIHengqi Chen1-2/+2
2021-10-23perf bpf: Switch to new btf__raw_data APIHengqi Chen1-1/+1
2021-10-23libbpf: Add btf__type_cnt() and btf__raw_data() APIsHengqi Chen6-50/+64
2021-10-23libbpf: Fix memory leak in btf__dedup()Mauricio Vásquez1-2/+4
2021-10-22selftests/bpf: Make perf_buffer selftests work on 4.9 kernel againAndrii Nakryiko2-2/+23
2021-10-22libbpf: Fix the use of aligned attributeAndrii Nakryiko1-1/+1
2021-10-22selftests/bpf: Switch to ".bss"/".rodata"/".data" lookups for internal mapsAndrii Nakryiko6-7/+14
2021-10-22libbpf: Simplify look up by name of internal mapsAndrii Nakryiko1-0/+10
2021-10-22selftests/bpf: Demonstrate use of custom .rodata/.data sectionsAndrii Nakryiko2-0/+47
2021-10-22libbpf: Support multiple .rodata.* and .data.* BPF mapsAndrii Nakryiko1-29/+101
2021-10-22bpftool: Improve skeleton generation for data maps without DATASEC typeAndrii Nakryiko1-6/+45
2021-10-22bpftool: Support multiple .rodata/.data internal maps in skeletonAndrii Nakryiko1-47/+60
2021-10-22libbpf: Remove assumptions about uniqueness of .rodata/.data/.bss mapsAndrii Nakryiko1-120/+140
2021-10-22libbpf: Use Elf64-specific types explicitly for dealing with ELFAndrii Nakryiko3-162/+196
2021-10-22libbpf: Extract ELF processing state into separate structAndrii Nakryiko1-36/+34
2021-10-22libbpf: Deprecate btf__finalize_data() and move it into libbpf.cAndrii Nakryiko4-102/+102
2021-10-22selftests/bpf: Use nanosleep tracepoint in perf buffer testJiri Olsa1-1/+1
2021-10-22selftests/bpf: Fix possible/online index mismatch in perf_buffer testJiri Olsa1-6/+7
2021-10-22selftests/bpf: Fix perf_buffer test on system with offline cpusJiri Olsa1-2/+2