1. 86edaed bpf: libbpf: retry loading program on EAGAIN by Lorenz Bauer · 6 years ago
  2. e874644 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  3. e3ca63d selftests/bpf: add missing executables to .gitignore by Stanislav Fomichev · 6 years ago
  4. 9231967 tools lib traceevent: Remove tep_data_event_from_type() API by Tzvetomir Stoyanov · 6 years ago
  5. 4104e60 tools lib traceevent: Rename tep_is_file_bigendian() to tep_file_bigendian() by Tzvetomir Stoyanov · 6 years ago
  6. f87ce7c tools lib traceevent: Changed return logic of tep_register_event_handler() API by Tzvetomir Stoyanov · 6 years ago
  7. 6d2d6fd tools lib traceevent: Changed return logic of trace_seq_printf() and trace_seq_vprintf() APIs by Tzvetomir Stoyanov · 6 years ago
  8. 2e4318a tools lib traceevent: Rename struct cmdline to struct tep_cmdline by Tzvetomir Stoyanov · 6 years ago
  9. eed14f4 tools lib traceevent: Initialize host_bigendian at tep_handle allocation by Tzvetomir Stoyanov · 6 years ago
  10. ca3958b tools lib traceevent: Introduce new libtracevent API: tep_override_comm() by Tzvetomir Stoyanov · 6 years ago
  11. 80f21ff bpf, doc: add note for libbpf's stand-alone build by Daniel Borkmann · 6 years ago
  12. e0c38a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  13. 116b081 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  14. 41fa483 tools lib traceevent: Use LDFLAGS in the build commands by Jiri Olsa · 6 years ago
  15. ece9804 tools lib subcmd: Don't add the kernel sources to the include path by Arnaldo Carvalho de Melo · 6 years ago
  16. f024cf0 tools lib traceevent: Fix processing of dereferenced args in bprintk events by Steven Rostedt (VMware) · 6 years ago
  17. 07a09d1 bpf: libbpf: fix memleak by freeing line_info by Prashant Bhole · 6 years ago
  18. 65c9fee tools lib subcmd: Fix a few source code comment typos by Ingo Molnar · 6 years ago
  19. 3e449f7 tools lib traceevent: Fix diverse typos in comments by Ingo Molnar · 6 years ago
  20. 6cd99d2 tools lib traceevent: traceevent API cleanup by Tzvetomir Stoyanov · 6 years ago
  21. fc39851 tools lib traceevent: Rename tep_free_format() to tep_free_event() by Tzvetomir Stoyanov · 6 years ago
  22. 97fbf3f tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct tep_event' by Tzvetomir Stoyanov · 6 years ago
  23. 4c78489 tools lib traceevent: Install trace-seq.h API header file by Tzvetomir Stoyanov · 6 years ago
  24. cc03e1a8 tools lib traceevent: Added support for pkg-config by Tzvetomir Stoyanov · 6 years ago
  25. 477be10 tools lib traceevent: Implement new API tep_get_ref() by Tzvetomir Stoyanov · 6 years ago
  26. 44e92f8 tools lib traceevent: Add sanity check to is_timestamp_in_us() by Tzvetomir Stoyanov · 6 years ago
  27. 0631ca3 tools lib traceevent: Fix compile warnings in tools/lib/traceevent/event-parse.c by Adrian Hunter · 6 years ago
  28. 177e771 bpf: Remove !func_info and !line_info check from test_btf and bpftool by Martin KaFai Lau · 6 years ago
  29. 886adbe tools/lib/lockdep/tests: Test the lockdep_reset_lock() implementation by Bart Van Assche · 6 years ago
  30. ac862d9 tools/lib/lockdep: Add dummy print_irqtrace_events() implementation by Bart Van Assche · 6 years ago
  31. 7f3c795 tools/lib/lockdep: Rename "trywlock" into "trywrlock" by Bart Van Assche · 6 years ago
  32. 2b28a86 tools/lib/lockdep/tests: Run lockdep tests a second time under Valgrind by Bart Van Assche · 6 years ago
  33. 5ecb8e9 tools/lib/lockdep/tests: Improve testing accuracy by Bart Van Assche · 6 years ago
  34. 7e97988 tools/lib/lockdep/tests: Fix shellcheck warnings by Bart Van Assche · 6 years ago
  35. da087b2 tools/lib/lockdep/tests: Display compiler warning and error messages by Bart Van Assche · 6 years ago
  36. cfc5424 tools/bpf: rename *_info_cnt to nr_*_info by Yonghong Song · 6 years ago
  37. b053b43 bpf: libbpf: bpftool: Print bpf_line_info during prog dump by Martin KaFai Lau · 6 years ago
  38. 3d65014 bpf: libbpf: Add btf_line_info support to libbpf by Martin KaFai Lau · 6 years ago
  39. f0187f0 bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logic by Martin KaFai Lau · 6 years ago
  40. 84ecc1f bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool by Martin KaFai Lau · 6 years ago
  41. 64a9759 libbpf: add bpf_prog_test_run_xattr by Lorenz Bauer · 6 years ago
  42. de94b65 libbpf: Fix license in README.rst by Andrey Ignatov · 6 years ago
  43. e9ee9ef bpf: Add BPF_F_ANY_ALIGNMENT. by David Miller · 6 years ago
  44. b426995 tools/bpf: make libbpf _GNU_SOURCE friendly by Yonghong Song · 6 years ago
  45. 1ad93ab bpf: Fix various lib and testsuite build failures on 32-bit. by David Miller · 6 years ago
  46. 76d1b89 libbpf: Document API and ABI conventions by Andrey Ignatov · 6 years ago
  47. 306b267 libbpf: Verify versioned symbols by Andrey Ignatov · 6 years ago
  48. 16192a7 libbpf: Add version script for DSO by Andrey Ignatov · 6 years ago
  49. 1d2f44c libbpf: Name changing for btf_get_from_id by Martin KaFai Lau · 6 years ago
  50. 47ae7e3 libbpf: make bpf_object__open default to UNSPEC by Nikita V. Shirokov · 6 years ago
  51. addb9fc bpf: adding support for map in map in libbpf by Nikita V. Shirokov · 6 years ago
  52. 5b32a23 bpf: libbpf: don't specify prog name if kernel doesn't support it by Stanislav Fomichev · 6 years ago
  53. 94cb310 bpf: libbpf: remove map name retry from bpf_create_map_xattr by Stanislav Fomichev · 6 years ago
  54. 47eff61 bpf, libbpf: introduce bpf_object__probe_caps to test BPF capabilities by Stanislav Fomichev · 6 years ago
  55. 8c4905b libbpf: make sure bpf headers are c++ include-able by Stanislav Fomichev · 6 years ago
  56. 462c124 bpf: fix a libbpf loader issue by Yonghong Song · 6 years ago
  57. d7f5b5e tools/bpf: refactor to implement btf_get_from_id() in lib/bpf by Yonghong Song · 6 years ago
  58. 2993e05 tools/bpf: add support to read .BTF.ext sections by Yonghong Song · 6 years ago
  59. 7e0d0fb tools/bpf: add new fields for program load in lib/bpf by Yonghong Song · 6 years ago
  60. 78a2540 tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNC by Martin KaFai Lau · 6 years ago
  61. 2349944 bpf: libbpf: retry map creation without the name by Stanislav Fomichev · 6 years ago
  62. a83d6e7 bpf: libbpf: Fix bpf_program__next() API by Martin KaFai Lau · 6 years ago
  63. 33a2c75 libbpf: add internal pin_name by Stanislav Fomichev · 6 years ago
  64. fd734c5 libbpf: bpf_program__pin: add special case for instances.nr == 1 by Stanislav Fomichev · 6 years ago
  65. 0c19a9f libbpf: cleanup after partial failure in bpf_object__pin by Stanislav Fomichev · 6 years ago
  66. 01897f3 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  67. 3615353 libbpf: Fix compile error in libbpf_attach_type_by_name by Andrey Ignatov · 6 years ago
  68. f0718d7 Merge branch 'linus' into perf/urgent, to pick up fixes by Ingo Molnar · 6 years ago
  69. 50b825d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  70. c05f364 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  71. a19c59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  72. 21ea1d3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  73. 3dca211 bpf, libbpf: simplify and cleanup perf ring buffer walk by Daniel Borkmann · 6 years ago
  74. a64af0e bpf, libbpf: use correct barriers in perf ring buffer walk by Daniel Borkmann · 6 years ago
  75. 43b987d selftests/bpf: add test cases for queue and stack maps by Mauricio Vasquez B · 6 years ago
  76. 4ba8b3e tools lib subcmd: Introduce OPTION_ULONG by Arnaldo Carvalho de Melo · 6 years ago
  77. ce6c9da Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 6 years ago
  78. ab9e084 libbpf: Per-symbol visibility for DSO by Andrey Ignatov · 6 years ago
  79. c458a62 perf tools: Fix tracing_path_mount proper path by Jiri Olsa · 6 years ago
  80. c034a17 bpf: bpftool, add flag to allow non-compat map definitions by John Fastabend · 6 years ago
  81. 438363c tools/bpf: use proper type and uapi perf_event.h header for libbpf by Yonghong Song · 6 years ago
  82. bb3dd7e tools lib traceevent, perf tools: Move struct tep_handler definition in a local header file by Tzvetomir Stoyanov · 6 years ago
  83. bbbab19 tools lib traceevent: Separate out tep_strerror() for strerror_r() issues by Steven Rostedt (VMware) · 6 years ago
  84. 1bc38b8 libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause by Alexei Starovoitov · 6 years ago
  85. e5b0863 libbpf: Use __u32 instead of u32 in bpf_program__load by Andrey Ignatov · 6 years ago
  86. eff8190 libbpf: Make include guards consistent by Andrey Ignatov · 6 years ago
  87. 24d6a80 libbpf: Consistent prefixes for interfaces in str_error.h. by Andrey Ignatov · 6 years ago
  88. f04bc8a4 libbpf: Consistent prefixes for interfaces in nlattr.h. by Andrey Ignatov · 6 years ago
  89. aae5778 libbpf: Consistent prefixes for interfaces in libbpf.h. by Andrey Ignatov · 6 years ago
  90. 434fe9d libbpf: Move __dump_nlmsg_t from API to implementation by Andrey Ignatov · 6 years ago
  91. 29cd77f libbpf: Support loading individual progs by Joe Stringer · 6 years ago
  92. c6f6851 libbpf: Support sk_skb/stream_{parser, verdict} section names by Andrey Ignatov · 6 years ago
  93. bafa7af libbpf: Support cgroup_skb/{e,in}gress section names by Andrey Ignatov · 6 years ago
  94. 956b620 libbpf: Introduce libbpf_attach_type_by_name by Andrey Ignatov · 6 years ago
  95. 105bc13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  96. 035c450 tools lib traceevent: Add prefix tep_ to enum filter_trivial_type by Tzvetomir Stoyanov (VMware) · 6 years ago
  97. 1affd34 tools lib traceevent: Rename data2host*() APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  98. 785be0c tools lib traceevent: Rename struct plugin_list to struct tep_plugin_list by Tzvetomir Stoyanov (VMware) · 6 years ago
  99. 9334c96 tools lib traceevent: Add prefix tep_ to structs filter_type and event_filter by Tzvetomir Stoyanov (VMware) · 6 years ago
  100. 88e6c21 tools lib traceevent: Add prefix tep_ to various structs filter_arg_*. by Tzvetomir Stoyanov (VMware) · 6 years ago