summaryrefslogtreecommitdiffstats
path: root/tools/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-154-24/+48
|\
| * libbpf: Expose libbpf ring_buffer epoll_fdBrendan Jackman2020-12-143-0/+8
| * libbpf: Support modules in bpf_program__set_attach_target() APIAndrii Nakryiko2020-12-141-24/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-121-1/+1
|\ \ | |/ |/|
| * libbpf: Fix ring_buffer__poll() to return number of consumed samplesAndrii Nakryiko2020-12-021-1/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-048-195/+659
|\ \
| * | libbpf: Use memcpy instead of strncpy to please GCCAndrii Nakryiko2020-12-041-1/+1
| * | libbpf: Support attachment of BPF tracing programs to kernel modulesAndrii Nakryiko2020-12-043-32/+112
| * | libbpf: Factor out low-level BPF program loading helperAndrii Nakryiko2020-12-043-50/+113
| * | libbpf: Add kernel module BTF support for CO-RE relocationsAndrii Nakryiko2020-12-041-10/+169
| * | libbpf: Refactor CO-RE relocs to not assume a single BTF objectAndrii Nakryiko2020-12-041-76/+111
| * | libbpf: Add internal helper to load BTF data by FDAndrii Nakryiko2020-12-042-26/+36
| * | libbpf: Cap retries in sys_bpf_prog_loadStanislav Fomichev2020-12-031-1/+2
| * | libbpf: Sanitise map names before pinningToke Høiland-Jørgensen2020-12-031-0/+12
| * | libbpf: Fail early when loading programs with unspecified typeAndrei Matei2020-12-031-1/+14
| * | libbpf: Separate XDP program load with xsk socket creationMariusz Dudek2020-12-033-9/+90
| * | libbpf: Add base BTF accessorAndrii Nakryiko2020-12-033-0/+7
| * | libbpf: Replace size_t with __u32 in xsk interfacesMagnus Karlsson2020-11-271-9/+6
| * | libbpf: Add support for canceling cached_cons advanceLi RongQing2020-11-251-0/+6
| * | libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()Alan Maguire2020-11-171-4/+4
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-202-10/+15
|\ \ \ | |/ / |/| / | |/
| * libbpf: Fix VERSIONED_SYM_COUNT number parsingJiri Olsa2020-11-191-0/+2
| * libbpf: Don't attempt to load unused subprog as an entry-point BPF programAndrii Nakryiko2020-11-091-10/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-144-335/+490
|\ \ | |/ |/|
| * libbpf: Add support for task local storageKP Singh2020-11-061-0/+1
| * libbpf: Accomodate DWARF/compiler bug with duplicated identical arraysAndrii Nakryiko2020-11-061-2/+25
| * libbpf: Support BTF dedup of split BTFsAndrii Nakryiko2020-11-061-53/+168
| * libbpf: Fix BTF data layout checks and allow empty BTFAndrii Nakryiko2020-11-061-10/+6
| * libbpf: Implement basic split BTF supportAndrii Nakryiko2020-11-063-45/+169
| * libbpf: Unify and speed up BTF string deduplicationAndrii Nakryiko2020-11-061-165/+98
| * libbpf: Factor out common operations in BTF writing APIsAndrii Nakryiko2020-11-061-80/+43
* | libbpf: Fix possible use after free in xsk_socket__deleteMagnus Karlsson2020-11-041-2/+4
* | libbpf: Fix null dereference in xsk_socket__deleteMagnus Karlsson2020-11-041-1/+2
* | libbpf, hashmap: Fix undefined behavior in hash_bitsIan Rogers2020-11-021-6/+9
|/
* Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-10-231-0/+2
|\
| * bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann2020-10-221-0/+2
* | Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds2020-10-178-108/+101
|\ \ | |/ |/|
| * perf tools: Add size to 'struct perf_record_header_build_id'Jiri Olsa2020-10-141-1/+11
| * Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2020-10-131-0/+3
| |\
| | * perf stat: Fix out of bounds CPU map access when handling armv8_pmu eventsNamhyung Kim2020-10-071-0/+3
| * | tools lib traceevent: Hide non API functionsTzvetomir Stoyanov (VMware)2020-10-136-107/+83
| * | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-09-282-2/+4
| |\ \
| * | | perf tsc: Support cap_user_time_short for event TIME_CONVLeo Yan2020-09-221-0/+4
| | |/ | |/|
* | | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-1623-1574/+4726
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-132-60/+295
| |\ \ \
| | * | | libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF overrideAndrii Nakryiko2020-10-081-1/+1
| | * | | libbpf: Support safe subset of load/store instruction resizing with CO-REAndrii Nakryiko2020-10-081-8/+136
| | * | | libbpf: Skip CO-RE relocations for not loaded BPF programsAndrii Nakryiko2020-10-081-0/+5
| | * | | libbpf: Fix compatibility problem in xsk_socket__createMagnus Karlsson2020-10-071-1/+6
| | * | | bpf, libbpf: Use valid btf in bpf_program__set_attach_targetLuigi Rizzo2020-10-061-3/+2