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