Age | Commit message (Expand) | Author |
2019-10-21 | tools, bpf: Rename pr_warning to pr_warn to align with kernel logging | Kefeng Wang |
2019-10-20 | scripts/bpf: Print an error when known types list needs updating | Jakub Sitnicki |
2019-10-18 | bpf, libbpf: Add kernel version section parsing back | John Fastabend |
2019-10-17 | libbpf: Auto-detect btf_id of BTF-based raw_tracepoints | Alexei Starovoitov |
2019-10-15 | libbpf: Add BPF-side definitions of supported field relocation kinds | Andrii Nakryiko |
2019-10-15 | libbpf: Add support for field existance CO-RE relocation | Andrii Nakryiko |
2019-10-15 | libbpf: Refactor bpf_object__open APIs to use common opts | Andrii Nakryiko |
2019-10-15 | libbpf: Update BTF reloc support to latest Clang format | Andrii Nakryiko |
2019-10-12 | libbpf: Add C/LDFLAGS to libbpf.so and test_libpf targets | Ivan Khoronzhuk |
2019-10-12 | libbpf: Don't use cxx to test_libpf target | Ivan Khoronzhuk |
2019-10-11 | libbpf: Handle invalid typedef emitted by old GCC | Andrii Nakryiko |
2019-10-11 | libbpf: Generate more efficient BPF_CORE_READ code | Andrii Nakryiko |
2019-10-09 | libbpf: Fix passing uninitialized bytes to setsockopt | Ilya Maximets |
2019-10-09 | libbpf: Fix struct end padding in btf_dump | Andrii Nakryiko |
2019-10-08 | libbpf: Add BPF_CORE_READ/BPF_CORE_READ_INTO helpers | Andrii Nakryiko |
2019-10-08 | libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf | Andrii Nakryiko |
2019-10-05 | libbpf: Add cscope and tags targets to Makefile | Toke Høiland-Jørgensen |
2019-10-05 | libbpf: fix bpf_object__name() to actually return object name | Andrii Nakryiko |
2019-10-05 | libbpf: add bpf_object__open_{file, mem} w/ extensible opts | Andrii Nakryiko |
2019-10-05 | libbpf: stop enforcing kern_version, populate it for users | Andrii Nakryiko |
2019-10-02 | libbpf: Bump current version to v0.0.6 | Andrii Nakryiko |
2019-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2019-09-26 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-09-26 | libbpf: Teach btf_dumper to emit stand-alone anonymous enum definitions | Andrii Nakryiko |
2019-09-25 | rbtree: avoid generating code twice for the cached versions (tools copy) | Michel Lespinasse |
2019-09-25 | libbpf: fix false uninitialized variable warning | Andrii Nakryiko |
2019-09-25 | libtraceevent: Man pages for tep plugins APIs | Tzvetomir Stoyanov |
2019-09-25 | libtraceevent: Move traceevent plugins in its own subdirectory | Tzvetomir Stoyanov (VMware) |
2019-09-25 | libtraceevent: Add tep_get_event() in event-parse.h | Tzvetomir Stoyanov (VMware) |
2019-09-25 | libtraceevent: Man pages fix, changes in event printing APIs | Tzvetomir Stoyanov (VMware) |
2019-09-25 | libtraceevent: Man pages fix, rename tep_ref_get() to tep_get_ref() | Tzvetomir Stoyanov (VMware) |
2019-09-25 | libtraceevent: Man pages for libtraceevent event print related API | Tzvetomir Stoyanov |
2019-09-25 | libtraceevent: Round up in tep_print_event() time precision | Steven Rostedt (VMware) |
2019-09-20 | tools lib traceevent: Convert remaining %p[fF] users to %p[sS] | Sakari Ailus |
2019-09-19 | libbpf: Remove getsockopt() check for XDP_OPTIONS | Toke Høiland-Jørgensen |
2019-09-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2019-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2019-08-31 | libtraceevent: Change users plugin directory | Tzvetomir Stoyanov |
2019-08-31 | libtraceevent: Remove tep_register_trace_clock() | Tzvetomir Stoyanov |
2019-08-31 | libtraceevent, perf tools: Changes in tep_print_event_* APIs | Tzvetomir Stoyanov |
2019-08-31 | libbpf: add flags to umem config | Kevin Laatz |
2019-08-29 | tools lib traceevent: Remove unneeded qsort and uses memmove instead | Steven Rostedt (VMware) |
2019-08-29 | tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failure | Steven Rostedt (VMware) |
2019-08-26 | Merge tag 'v5.3-rc6' into perf/core, to pick up fixes | Ingo Molnar |
2019-08-21 | libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscall | Ivan Khoronzhuk |
2019-08-20 | libbpf: add bpf_btf_get_next_id() to cycle through BTF objects | Quentin Monnet |
2019-08-20 | libbpf: refactor bpf_*_get_next_id() functions | Quentin Monnet |
2019-08-20 | tools lib traceevent: Fix "robust" test of do_generate_dynamic_list_file | Steven Rostedt (VMware) |
2019-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-08-17 | libbpf: add support for need_wakeup flag in AF_XDP part | Magnus Karlsson |