1. 1a9df9e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  2. 63197f7 bpf, libbpf: clarify bump in libbpf version info by Daniel Borkmann · 6 years ago
  3. 1d38226 bpf, libbpf: fix version info and add it to shared object by Daniel Borkmann · 6 years ago
  4. d8b5297 Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Thomas Gleixner · 6 years ago
  5. 4a98be8 Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Thomas Gleixner · 6 years ago
  6. 34be1646 tools lib bpf: Introduce bpf_program__get_prog_info_linear() by Song Liu · 6 years ago
  7. 11c1ea6 perf tools: Fix errors under optimization level '-Og' by Changbin Du · 6 years ago
  8. 0aedadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  9. 9768095 btf: resolve enum fwds in btf_dedup by Andrii Nakryiko · 6 years ago
  10. 6bf21b5 libbpf: fix to reject unknown flags in xsk_socket__create() by Magnus Karlsson · 6 years ago
  11. dfcbc2f tools lib bpf: Fix the build by adding a missing stdarg.h include by Arnaldo Carvalho de Melo · 6 years ago
  12. 8f49a65 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  13. f38a1f0 libbpf: handle BTF parsing and loading properly by Andrii Nakryiko · 6 years ago
  14. b339da4 Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 6 years ago
  15. 243b4cd bpf, libbpf: fixing leak when kernel does not support btf by Nikita V. Shirokov · 6 years ago
  16. 8e26888 libbpf: force fixdep compilation at the start of the build by Stanislav Fomichev · 6 years ago
  17. 203b660 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  18. 3478588 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  19. 91097fb btf: fix bug with resolving STRUCT/UNION into corresponding FWD by Andrii Nakryiko · 6 years ago
  20. 51edf5f btf: allow to customize dedup hash table size by Andrii Nakryiko · 6 years ago
  21. 1baabdc libbpf: fix formatting for btf_ext__get_raw_data by Andrii Nakryiko · 6 years ago
  22. 3d8669e tools/libbpf: signedness bug in btf_dedup_ref_type() by Dan Carpenter · 6 years ago
  23. 771744f tools: libbpf: make sure readelf shows full names in build checks by Jakub Kicinski · 6 years ago
  24. f74a53d9 tools: libbpf: add a correctly named define for map iteration by Jakub Kicinski · 6 years ago
  25. 7c5b019 tools lib traceevent: Fix buffer overflow in arg_eval by Tony Jones · 6 years ago
  26. f214737 lockdep/lib/tests: Test dynamic key registration by Bart Van Assche · 6 years ago
  27. d93ac78 lockdep/lib/tests: Fix run_tests.sh by Bart Van Assche · 6 years ago
  28. 1cad078 libbpf: add support for using AF_XDP sockets by Magnus Karlsson · 6 years ago
  29. 5aab392 tools/libbpf: support bigger BTF data sizes by Andrii Nakryiko · 6 years ago
  30. 789f6ba libbpf: Introduce bpf_object__btf by Andrey Ignatov · 6 years ago
  31. 1a11a4c libbpf: Introduce bpf_map__resize by Andrey Ignatov · 6 years ago
  32. 1ad9cbb tools/bpf: replace bzero with memset by Andrii Nakryiko · 6 years ago
  33. 49b57e0 tools/bpf: remove btf__get_strings() superseded by raw data API by Andrii Nakryiko · 6 years ago
  34. ae4ab4b btf: expose API to work with raw btf_ext data by Andrii Nakryiko · 6 years ago
  35. 02c8744 btf: expose API to work with raw btf data by Andrii Nakryiko · 6 years ago
  36. d29d87f btf: separate btf creation and loading by Andrii Nakryiko · 6 years ago
  37. a4021a3 tools/bpf: add log_level to bpf_load_program_attr by Yonghong Song · 6 years ago
  38. 62b8cea tools/bpf: add missing strings.h include by Andrii Nakryiko · 6 years ago
  39. f7748e2 tools/bpf: silence a libbpf unnecessary warning by Yonghong Song · 6 years ago
  40. a6c109a tools/bpf: add const qualifier to btf__get_map_kv_tids() map_name parameter by Yonghong Song · 6 years ago
  41. 9c65112 selftests/btf: add initial BTF dedup tests by Andrii Nakryiko · 6 years ago
  42. d5caef5 btf: add BTF types deduplication algorithm by Andrii Nakryiko · 6 years ago
  43. 69eaab04 btf: extract BTF type size calculation by Andrii Nakryiko · 6 years ago
  44. a8a1f7d libbpf: fix libbpf_print by Stanislav Fomichev · 6 years ago
  45. 96408c4 tools/bpf: implement libbpf btf__get_map_kv_tids() API function by Yonghong Song · 6 years ago
  46. b8dcf8d tools/bpf: expose functions btf_ext__* as API functions by Yonghong Song · 6 years ago
  47. 6f1ae8b tools/bpf: simplify libbpf API function libbpf_set_print() by Yonghong Song · 6 years ago
  48. 9d100a1 tools/bpf: print out btf log at LIBBPF_WARN level by Yonghong Song · 6 years ago
  49. 8461ef8 tools/bpf: move libbpf pr_* debug print functions to headers by Yonghong Song · 6 years ago
  50. 98cb621 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  51. 50db9f0 libbpf: Add a support for getting xdp prog id on ifindex by Maciej Fijalkowski · 6 years ago
  52. f3cea32 libbpf: Add a helper for retrieving a map fd for a given name by Maciej Fijalkowski · 6 years ago
  53. df5d22f libbpf: introduce bpf_map_lookup_elem_flags() by Alexei Starovoitov · 6 years ago
  54. ec7146d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  55. 3aef2ca tools: Update rbtree implementation by Davidlohr Bueso · 6 years ago
  56. c76e4c2 libbpf: Show supported ELF section names when failing to guess prog/attach type by Taeung Song · 6 years ago
  57. 2d3ea5e tools: bpftool: add probes for eBPF helper functions by Quentin Monnet · 6 years ago
  58. f99e166 tools: bpftool: add probes for eBPF map types by Quentin Monnet · 6 years ago
  59. 1bf4b05 tools: bpftool: add probes for eBPF program types by Quentin Monnet · 6 years ago
  60. eeedd35 libbpf: don't define CC and AR by Stanislav Fomichev · 6 years ago
  61. 86edaed bpf: libbpf: retry loading program on EAGAIN by Lorenz Bauer · 6 years ago
  62. e874644 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  63. e3ca63d selftests/bpf: add missing executables to .gitignore by Stanislav Fomichev · 6 years ago
  64. 9231967 tools lib traceevent: Remove tep_data_event_from_type() API by Tzvetomir Stoyanov · 6 years ago
  65. 4104e60 tools lib traceevent: Rename tep_is_file_bigendian() to tep_file_bigendian() by Tzvetomir Stoyanov · 6 years ago
  66. f87ce7c tools lib traceevent: Changed return logic of tep_register_event_handler() API by Tzvetomir Stoyanov · 6 years ago
  67. 6d2d6fd tools lib traceevent: Changed return logic of trace_seq_printf() and trace_seq_vprintf() APIs by Tzvetomir Stoyanov · 6 years ago
  68. 2e4318a tools lib traceevent: Rename struct cmdline to struct tep_cmdline by Tzvetomir Stoyanov · 6 years ago
  69. eed14f4 tools lib traceevent: Initialize host_bigendian at tep_handle allocation by Tzvetomir Stoyanov · 6 years ago
  70. ca3958b tools lib traceevent: Introduce new libtracevent API: tep_override_comm() by Tzvetomir Stoyanov · 6 years ago
  71. 80f21ff bpf, doc: add note for libbpf's stand-alone build by Daniel Borkmann · 6 years ago
  72. e0c38a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  73. 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
  74. 41fa483 tools lib traceevent: Use LDFLAGS in the build commands by Jiri Olsa · 6 years ago
  75. ece9804 tools lib subcmd: Don't add the kernel sources to the include path by Arnaldo Carvalho de Melo · 6 years ago
  76. f024cf0 tools lib traceevent: Fix processing of dereferenced args in bprintk events by Steven Rostedt (VMware) · 6 years ago
  77. 07a09d1 bpf: libbpf: fix memleak by freeing line_info by Prashant Bhole · 6 years ago
  78. 65c9fee tools lib subcmd: Fix a few source code comment typos by Ingo Molnar · 6 years ago
  79. 3e449f7 tools lib traceevent: Fix diverse typos in comments by Ingo Molnar · 6 years ago
  80. 6cd99d2 tools lib traceevent: traceevent API cleanup by Tzvetomir Stoyanov · 6 years ago
  81. fc39851 tools lib traceevent: Rename tep_free_format() to tep_free_event() by Tzvetomir Stoyanov · 6 years ago
  82. 97fbf3f tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct tep_event' by Tzvetomir Stoyanov · 6 years ago
  83. 4c78489 tools lib traceevent: Install trace-seq.h API header file by Tzvetomir Stoyanov · 6 years ago
  84. cc03e1a8 tools lib traceevent: Added support for pkg-config by Tzvetomir Stoyanov · 6 years ago
  85. 477be10 tools lib traceevent: Implement new API tep_get_ref() by Tzvetomir Stoyanov · 6 years ago
  86. 44e92f8 tools lib traceevent: Add sanity check to is_timestamp_in_us() by Tzvetomir Stoyanov · 6 years ago
  87. 0631ca3 tools lib traceevent: Fix compile warnings in tools/lib/traceevent/event-parse.c by Adrian Hunter · 6 years ago
  88. 177e771 bpf: Remove !func_info and !line_info check from test_btf and bpftool by Martin KaFai Lau · 6 years ago
  89. 886adbe tools/lib/lockdep/tests: Test the lockdep_reset_lock() implementation by Bart Van Assche · 6 years ago
  90. ac862d9 tools/lib/lockdep: Add dummy print_irqtrace_events() implementation by Bart Van Assche · 6 years ago
  91. 7f3c795 tools/lib/lockdep: Rename "trywlock" into "trywrlock" by Bart Van Assche · 6 years ago
  92. 2b28a86 tools/lib/lockdep/tests: Run lockdep tests a second time under Valgrind by Bart Van Assche · 6 years ago
  93. 5ecb8e9 tools/lib/lockdep/tests: Improve testing accuracy by Bart Van Assche · 6 years ago
  94. 7e97988 tools/lib/lockdep/tests: Fix shellcheck warnings by Bart Van Assche · 6 years ago
  95. da087b2 tools/lib/lockdep/tests: Display compiler warning and error messages by Bart Van Assche · 6 years ago
  96. cfc5424 tools/bpf: rename *_info_cnt to nr_*_info by Yonghong Song · 6 years ago
  97. b053b43 bpf: libbpf: bpftool: Print bpf_line_info during prog dump by Martin KaFai Lau · 6 years ago
  98. 3d65014 bpf: libbpf: Add btf_line_info support to libbpf by Martin KaFai Lau · 6 years ago
  99. f0187f0 bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logic by Martin KaFai Lau · 6 years ago
  100. 84ecc1f bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool by Martin KaFai Lau · 6 years ago