summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-1523-1574/+4726
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-122-60/+295
| |\ \ \
| | * | | libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF overrideAndrii Nakryiko2020-10-071-1/+1
| | * | | libbpf: Support safe subset of load/store instruction resizing with CO-REAndrii Nakryiko2020-10-071-8/+136
| | * | | libbpf: Skip CO-RE relocations for not loaded BPF programsAndrii Nakryiko2020-10-071-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
| | * | | libbpf: Check if pin_path was set even map fd existHangbin Liu2020-10-061-19/+18
| | * | | libbpf: Close map fd if init map slots failedHangbin Liu2020-10-061-21/+34
| | * | | bpf/libbpf: BTF support for typed ksymsHao Luo2020-10-021-13/+99
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | libbpf: Make btf_dump work with modifiable BTFAndrii Nakryiko2020-09-303-22/+65
| * | | | bpf, libbpf: Add bpf_tail_call_static helper for bpf programsDaniel Borkmann2020-09-301-0/+46
| * | | | libbpf: Compile in PIC mode only for shared library caseAndrii Nakryiko2020-09-291-2/+1
| * | | | libbpf: Compile libbpf under -O2 level by default and catch extra warningsAndrii Nakryiko2020-09-291-1/+1
| * | | | libbpf: Fix uninitialized variable in btf_parse_type_secAndrii Nakryiko2020-09-291-1/+1
| * | | | libbpf: Add support for freplace attachment in bpf_link_createToke Høiland-Jørgensen2020-09-295-9/+60
| * | | | libbpf: Support BTF loading and raw data output in both endiannessAndrii Nakryiko2020-09-293-64/+255
| * | | | selftests/bpf: Test BTF writing APIsAndrii Nakryiko2020-09-281-4/+4
| * | | | libbpf: Add btf__str_by_offset() as a more generic variant of name_by_offsetAndrii Nakryiko2020-09-283-1/+8
| * | | | libbpf: Add BTF writing APIsAndrii Nakryiko2020-09-283-0/+838
| * | | | libbpf: Add btf__new_empty() to create an empty BTF objectAndrii Nakryiko2020-09-283-0/+32
| * | | | libbpf: Allow modification of BTF and add btf__add_str APIAndrii Nakryiko2020-09-283-8/+258
| * | | | libbpf: Extract generic string hashing function for reuseAndrii Nakryiko2020-09-282-8/+13
| * | | | libbpf: Generalize common logic for managing dynamically-sized arraysAndrii Nakryiko2020-09-282-21/+59
| * | | | libbpf: Remove assumption of single contiguous memory for BTF dataAndrii Nakryiko2020-09-283-43/+60
| * | | | libbpf: Refactor internals of BTF type indexAndrii Nakryiko2020-09-281-64/+75
| * | | | libbpf: Support test run of raw tracepoint programsSong Liu2020-09-284-0/+63
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-238-456/+952
| |\ \ \ \
| | * | | | libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata sectionYiFei Zhu2020-09-154-0/+94
| | * | | | libbpf: Fix a compilation error with xsk.c for ubuntu 16.04Yonghong Song2020-09-141-0/+1
| | * | | | libbpf: Fix potential multiplication overflowAndrii Nakryiko2020-09-041-1/+1
| | * | | | libbpf: Fix another __u64 cast in printfAndrii Nakryiko2020-09-041-1/+1
| | * | | | libbpf: Deprecate notion of BPF program "title" in favor of "section name"Andrii Nakryiko2020-09-033-120/+101
| | * | | | libbpf: Add multi-prog section support for struct_opsAndrii Nakryiko2020-09-031-18/+8
| | * | | | libbpf: Implement generalized .BTF.ext func/line info adjustmentAndrii Nakryiko2020-09-033-84/+153
| | * | | | libbpf: Make RELO_CALL work for multi-prog sections and sub-program callsAndrii Nakryiko2020-09-031-138/+380
| | * | | | libbpf: Support CO-RE relocations for multi-prog sectionsAndrii Nakryiko2020-09-031-8/+74
| | * | | | libbpf: Parse multi-function sections into multiple BPF programsAndrii Nakryiko2020-09-031-107/+142
| | * | | | libbpf: Ensure ELF symbols table is found before further ELF processingAndrii Nakryiko2020-09-031-11/+29
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-222-2/+4
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |