Age | Commit message (Expand) | Author |
2020-09-03 | libtraceevent: Fix build warning on 32-bit arches | Tzvetomir Stoyanov (VMware) |
2020-08-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2020-08-20 | libbpf: Fix map index used in error message | Toke Høiland-Jørgensen |
2020-08-18 | libbpf: Fix build on ppc64le architecture | Andrii Nakryiko |
2020-08-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-08-15 | Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-08-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2020-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-08-13 | libbpf: Enforce 64-bitness of BTF for BPF object files | Andrii Nakryiko |
2020-08-13 | libbpf: Handle BTF pointer sizes more carefully | Andrii Nakryiko |
2020-08-13 | libbpf: Fix BTF-defined map-in-map initialization on 32-bit host arches | Andrii Nakryiko |
2020-08-13 | libbpf: Prevent overriding errno when logging errors | Toke Høiland-Jørgensen |
2020-08-13 | libperf: Fix man page typos | Rob Herring |
2020-08-12 | libbpf: Handle GCC built-in types for Arm NEON | Jean-Philippe Brucker |
2020-08-11 | libbpf: Do not use __builtin_offsetof for offsetof | Yonghong Song |
2020-08-10 | Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-08-07 | tools/: replace HTTP links with HTTPS ones | Alexander A. Klimov |
2020-08-06 | libbf: Fix uninitialized pointer at btf__parse_raw() | Daniel T. Lee |
2020-08-06 | tools/bpf: Support new uapi for map element bpf iterator | Yonghong Song |
2020-08-06 | tools lib traceevent: Handle possible strdup() error in tep_add_plugin_path()... | Tzvetomir Stoyanov (VMware) |
2020-08-06 | libtraceevent: Fixed description of tep_add_plugin_path() API | Tzvetomir Stoyanov (VMware) |
2020-08-06 | libtraceevent: Fixed type in PRINT_FMT_STING | Tzvetomir Stoyanov (VMware) |
2020-08-06 | libtraceevent: Fixed broken indentation in parse_ip4_print_args() | Tzvetomir Stoyanov (VMware) |
2020-08-06 | libtraceevent: Improve error handling of tep_plugin_add_option() API | Tzvetomir Stoyanov (VMware) |
2020-08-06 | libtraceevent: Fix typo in tep_plugin_add_option() description | Tzvetomir Stoyanov (VMware) |
2020-08-06 | libtraceevent: Handle strdup() error in parse_option_name() | Tzvetomir Stoyanov (VMware) |
2020-08-06 | libtraceevent: Document tep_load_plugins_hook() | Tzvetomir Stoyanov (VMware) |
2020-08-06 | Mgerge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo |
2020-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-08-03 | libbpf: Add btf__parse_raw() and generic btf__parse() APIs | Andrii Nakryiko |
2020-08-03 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-08-01 | libbpf: Add bpf_link detach APIs | Andrii Nakryiko |
2020-07-31 | libbpf: Fix register in PT_REGS MIPS macros | Jerry Crunchtime |
2020-07-31 | libtraceevent: Fix build with binutils 2.35 | Ben Hutchings |
2020-07-31 | tools lib traceevent: Fix memory leak in process_dynamic_array_len | Philippe Duplessis-Guindon |
2020-07-31 | libbpf: Make destructors more robust by handling ERR_PTR(err) cases | Andrii Nakryiko |
2020-07-25 | libbpf: Add support for BPF XDP link | Andrii Nakryiko |
2020-07-25 | libbpf: Print hint when PERF_EVENT_IOC_SET_BPF returns -EPROTO | Song Liu |
2020-07-25 | tools/libbpf: Add support for bpf map element iterator | Yonghong Song |
2020-07-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-07-21 | libbpf bpf_helpers: Use __builtin_offsetof for offsetof | Ian Rogers |
2020-07-21 | libperf: Avoid counting of nonfilterable fdarray fds | Alexey Budankov |
2020-07-21 | libperf: Add flags to fdarray fds objects | Alexey Budankov |
2020-07-21 | libperf: Avoid internal moving of fdarray fds | Alexey Budankov |
2020-07-17 | libbpf: Add support for SK_LOOKUP program type | Jakub Sitnicki |
2020-07-17 | libsubcmd: Fix OPT_CALLBACK_SET() | Ravi Bangoria |
2020-07-16 | libbpf: Add SEC name for xdp programs attached to CPUMAP | Lorenzo Bianconi |
2020-07-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-07-13 | tools/bpftool: Strip away modifiers from global variables | Andrii Nakryiko |