Age | Commit message (Expand) | Author |
2020-10-23 | Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2020-10-22 | bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static | Daniel Borkmann |
2020-10-17 | Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l... | Linus Torvalds |
2020-10-15 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2020-10-14 | Merge tag 'linux-kselftest-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds |
2020-10-14 | perf tools: Add size to 'struct perf_record_header_build_id' | Jiri Olsa |
2020-10-13 | Merge branch 'perf/urgent' into perf/core | Arnaldo Carvalho de Melo |
2020-10-13 | tools lib traceevent: Hide non API functions | Tzvetomir Stoyanov (VMware) |
2020-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2020-10-07 | libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF override | Andrii Nakryiko |
2020-10-07 | libbpf: Support safe subset of load/store instruction resizing with CO-RE | Andrii Nakryiko |
2020-10-07 | libbpf: Skip CO-RE relocations for not loaded BPF programs | Andrii Nakryiko |
2020-10-07 | libbpf: Fix compatibility problem in xsk_socket__create | Magnus Karlsson |
2020-10-07 | perf stat: Fix out of bounds CPU map access when handling armv8_pmu events | Namhyung Kim |
2020-10-06 | bpf, libbpf: Use valid btf in bpf_program__set_attach_target | Luigi Rizzo |
2020-10-06 | libbpf: Check if pin_path was set even map fd exist | Hangbin Liu |
2020-10-06 | libbpf: Close map fd if init map slots failed | Hangbin Liu |
2020-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-10-02 | bpf/libbpf: BTF support for typed ksyms | Hao Luo |
2020-10-02 | tools: Avoid comma separated statements | Joe Perches |
2020-09-30 | libbpf: Make btf_dump work with modifiable BTF | Andrii Nakryiko |
2020-09-30 | bpf, libbpf: Add bpf_tail_call_static helper for bpf programs | Daniel Borkmann |
2020-09-29 | libbpf: Compile in PIC mode only for shared library case | Andrii Nakryiko |
2020-09-29 | libbpf: Compile libbpf under -O2 level by default and catch extra warnings | Andrii Nakryiko |
2020-09-29 | libbpf: Fix uninitialized variable in btf_parse_type_sec | Andrii Nakryiko |
2020-09-29 | libbpf: Add support for freplace attachment in bpf_link_create | Toke Høiland-Jørgensen |
2020-09-29 | libbpf: Support BTF loading and raw data output in both endianness | Andrii Nakryiko |
2020-09-28 | selftests/bpf: Test BTF writing APIs | Andrii Nakryiko |
2020-09-28 | libbpf: Add btf__str_by_offset() as a more generic variant of name_by_offset | Andrii Nakryiko |
2020-09-28 | libbpf: Add BTF writing APIs | Andrii Nakryiko |
2020-09-28 | libbpf: Add btf__new_empty() to create an empty BTF object | Andrii Nakryiko |
2020-09-28 | libbpf: Allow modification of BTF and add btf__add_str API | Andrii Nakryiko |
2020-09-28 | libbpf: Extract generic string hashing function for reuse | Andrii Nakryiko |
2020-09-28 | libbpf: Generalize common logic for managing dynamically-sized arrays | Andrii Nakryiko |
2020-09-28 | libbpf: Remove assumption of single contiguous memory for BTF data | Andrii Nakryiko |
2020-09-28 | libbpf: Refactor internals of BTF type index | Andrii Nakryiko |
2020-09-28 | libbpf: Support test run of raw tracepoint programs | Song Liu |
2020-09-28 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo |
2020-09-24 | libbpf: Fix XDP program load regression for old kernels | Andrii Nakryiko |
2020-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-09-22 | perf tsc: Support cap_user_time_short for event TIME_CONV | Leo Yan |
2020-09-21 | libbpf: Fix native endian assumption when parsing BTF | Tony Ambardar |
2020-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2020-09-15 | libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata section | YiFei Zhu |
2020-09-14 | libbpf: Fix a compilation error with xsk.c for ubuntu 16.04 | Yonghong Song |
2020-09-08 | tools/libbpf: Avoid counting local symbols in ABI check | Tony Ambardar |
2020-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-09-04 | libbpf: Fix potential multiplication overflow | Andrii Nakryiko |
2020-09-04 | libbpf: Fix another __u64 cast in printf | Andrii Nakryiko |