summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-01samples/bpf: Fix typo in READMEKang Minchul
2022-10-31bpf: Remove the obsolte u64_stats_fetch_*_irq() users.Thomas Gleixner
2022-10-28bpf: check max_entries before allocating memoryFlorian Lehner
2022-10-27bpf: Fix a typo in comment for DFS algorithmXu Kuohai
2022-10-26bpftool: Fix spelling mistake "disasembler" -> "disassembler"Colin Ian King
2022-10-26selftests/bpf: Fix bpftool synctypes checking failureYonghong Song
2022-10-25selftests/bpf: Panic on hard/soft lockupDaniel Müller
2022-10-25Merge branch 'bpf: Implement cgroup local storage available to non-cgroup-att...Alexei Starovoitov
2022-10-25docs/bpf: Add documentation for new cgroup local storageYonghong Song
2022-10-25selftests/bpf: Add test cgrp_local_storage to DENYLIST.s390xYonghong Song
2022-10-25selftests/bpf: Add selftests for new cgroup local storageYonghong Song
2022-10-25selftests/bpf: Fix test test_libbpf_str/bpf_map_type_strYonghong Song
2022-10-25bpftool: Support new cgroup local storageYonghong Song
2022-10-25libbpf: Support new cgroup local storageYonghong Song
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song
2022-10-25bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song
2022-10-25bpf: Make struct cgroup btf id globalYonghong Song
2022-10-25Merge branch 'bpf: Avoid unnecessary deadlock detection and failure in task s...Alexei Starovoitov
2022-10-25selftests/bpf: Tracing prog can still do lookup under busy lockMartin KaFai Lau
2022-10-25selftests/bpf: Ensure no task storage failure for bpf_lsm.s prog due to deadl...Martin KaFai Lau
2022-10-25bpf: Add new bpf_task_storage_delete proto with no deadlock detectionMartin KaFai Lau
2022-10-25bpf: bpf_task_storage_delete_recur does lookup first before the deadlock checkMartin KaFai Lau
2022-10-25bpf: Add new bpf_task_storage_get proto with no deadlock detectionMartin KaFai Lau
2022-10-25bpf: Avoid taking spinlock in bpf_task_storage_get if potential deadlock is d...Martin KaFai Lau
2022-10-25bpf: Refactor the core bpf_task_storage_get logic into a new functionMartin KaFai Lau
2022-10-25bpf: Append _recur naming to the bpf_task_storage helper protoMartin KaFai Lau
2022-10-25bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau
2022-10-25libbpf: Btf dedup identical struct test needs check for nested structs/arraysAlan Maguire
2022-10-25Merge branch 'bpf: Fixes for kprobe multi on kernel modules'Alexei Starovoitov
2022-10-25selftests/bpf: Add kprobe_multi kmod attach api testsJiri Olsa
2022-10-25selftests/bpf: Add kprobe_multi check to module attach testJiri Olsa
2022-10-25selftests/bpf: Add bpf_testmod_fentry_* functionsJiri Olsa
2022-10-25selftests/bpf: Add load_kallsyms_refresh functionJiri Olsa
2022-10-25bpf: Take module reference on kprobe_multi linkJiri Olsa
2022-10-25bpf: Rename __bpf_kprobe_multi_cookie_cmp to bpf_kprobe_multi_addrs_cmpJiri Olsa
2022-10-25ftrace: Add support to resolve module symbols in ftrace_lookup_symbolsJiri Olsa
2022-10-25kallsyms: Make module_kallsyms_on_each_symbol generally availableJiri Olsa
2022-10-25Merge branch 'bpftool: Add LLVM as default library for disassembling JIT-ed p...Alexei Starovoitov
2022-10-25bpftool: Add llvm feature to "bpftool version"Quentin Monnet
2022-10-25bpftool: Support setting alternative arch for JIT disasm with LLVMQuentin Monnet
2022-10-25bpftool: Add LLVM as default library for disassembling JIT-ed programsQuentin Monnet
2022-10-25bpftool: Refactor disassembler for JIT-ed programsQuentin Monnet
2022-10-25bpftool: Group libbfd defs in Makefile, only pass them if we use libbfdQuentin Monnet
2022-10-25bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in MakefileQuentin Monnet
2022-10-25bpftool: Remove asserts from JIT disassemblerQuentin Monnet
2022-10-25bpftool: Define _GNU_SOURCE only onceQuentin Monnet
2022-10-21selftests/bpf: Add write to hashmap to array_map iter testDave Marchevsky
2022-10-21selftests/bpf: Add test verifying bpf_ringbuf_reserve retval use in map opsDave Marchevsky
2022-10-21bpf: Consider all mem_types compatible for map_{key,value} argsDave Marchevsky
2022-10-21bpf: Allow ringbuf memory to be used as map keyDave Marchevsky