1. 50b825d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  2. 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
  3. a19c59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  4. 21ea1d3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  5. 3dca211 bpf, libbpf: simplify and cleanup perf ring buffer walk by Daniel Borkmann · 6 years ago
  6. a64af0e bpf, libbpf: use correct barriers in perf ring buffer walk by Daniel Borkmann · 6 years ago
  7. 43b987d selftests/bpf: add test cases for queue and stack maps by Mauricio Vasquez B · 6 years ago
  8. ab9e084 libbpf: Per-symbol visibility for DSO by Andrey Ignatov · 6 years ago
  9. c458a62 perf tools: Fix tracing_path_mount proper path by Jiri Olsa · 6 years ago
  10. c034a17 bpf: bpftool, add flag to allow non-compat map definitions by John Fastabend · 6 years ago
  11. 438363c tools/bpf: use proper type and uapi perf_event.h header for libbpf by Yonghong Song · 6 years ago
  12. bb3dd7e tools lib traceevent, perf tools: Move struct tep_handler definition in a local header file by Tzvetomir Stoyanov · 6 years ago
  13. bbbab19 tools lib traceevent: Separate out tep_strerror() for strerror_r() issues by Steven Rostedt (VMware) · 6 years ago
  14. 1bc38b8 libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause by Alexei Starovoitov · 6 years ago
  15. e5b0863 libbpf: Use __u32 instead of u32 in bpf_program__load by Andrey Ignatov · 6 years ago
  16. eff8190 libbpf: Make include guards consistent by Andrey Ignatov · 6 years ago
  17. 24d6a80 libbpf: Consistent prefixes for interfaces in str_error.h. by Andrey Ignatov · 6 years ago
  18. f04bc8a4 libbpf: Consistent prefixes for interfaces in nlattr.h. by Andrey Ignatov · 6 years ago
  19. aae5778 libbpf: Consistent prefixes for interfaces in libbpf.h. by Andrey Ignatov · 6 years ago
  20. 434fe9d libbpf: Move __dump_nlmsg_t from API to implementation by Andrey Ignatov · 6 years ago
  21. 29cd77f libbpf: Support loading individual progs by Joe Stringer · 6 years ago
  22. c6f6851 libbpf: Support sk_skb/stream_{parser, verdict} section names by Andrey Ignatov · 6 years ago
  23. bafa7af libbpf: Support cgroup_skb/{e,in}gress section names by Andrey Ignatov · 6 years ago
  24. 956b620 libbpf: Introduce libbpf_attach_type_by_name by Andrey Ignatov · 6 years ago
  25. 105bc13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  26. 035c450 tools lib traceevent: Add prefix tep_ to enum filter_trivial_type by Tzvetomir Stoyanov (VMware) · 6 years ago
  27. 1affd34 tools lib traceevent: Rename data2host*() APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  28. 785be0c tools lib traceevent: Rename struct plugin_list to struct tep_plugin_list by Tzvetomir Stoyanov (VMware) · 6 years ago
  29. 9334c96 tools lib traceevent: Add prefix tep_ to structs filter_type and event_filter by Tzvetomir Stoyanov (VMware) · 6 years ago
  30. 88e6c21 tools lib traceevent: Add prefix tep_ to various structs filter_arg_*. by Tzvetomir Stoyanov (VMware) · 6 years ago
  31. 0515ca5 tools lib traceevent: Add prefix tep_ to struct filter_{arg,value_type} by Tzvetomir Stoyanov (VMware) · 6 years ago
  32. 4746d22 tools lib traceevent: Add prefix tep_ to enums filter_{exp,arg}_type by Tzvetomir Stoyanov (VMware) · 6 years ago
  33. e906bb7 tools lib traceevent: Add prefix tep_ to enums filter_{boolean,op,cmp}_type by Tzvetomir Stoyanov (VMware) · 6 years ago
  34. 1e97216f tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_print_arg_type by Tzvetomir Stoyanov (VMware) · 6 years ago
  35. 5647f94 tools lib traceevent, perf tools: Add prefix tep_ to all print_* structures by Tzvetomir Stoyanov (VMware) · 6 years ago
  36. c1953bc tools lib traceevent: Add prefix TEP_ to all EVENT_FL_* flags by Tzvetomir Stoyanov (VMware) · 6 years ago
  37. f25d9e0 tools lib traceevent: Rename enum event_{sort_}type to enum tep_event_{sort_}type by Tzvetomir Stoyanov (VMware) · 6 years ago
  38. bb39ccb tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format_flags by Tzvetomir Stoyanov (VMware) · 6 years ago
  39. 2c92f98 tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_format{_field} by Tzvetomir Stoyanov (VMware) · 6 years ago
  40. 4963b0f tools lib traceevent, perf tools: Rename struct event_format to struct tep_event_format by Tzvetomir Stoyanov (VMware) · 6 years ago
  41. 03a1f49f tools lib subcmd: Support overwriting the pager by Andi Kleen · 6 years ago
  42. 7f16023 Merge remote-tracking branch 'acme/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 6 years ago
  43. 6d41907 tools lib bpf: Provide wrapper for strerror_r to build in !_GNU_SOURCE systems by Arnaldo Carvalho de Melo · 6 years ago
  44. c22fbae bpf: support flow dissector in libbpf and bpftool by Petar Penkov · 6 years ago
  45. 9d0b3c1 tools/bpf: fix a netlink recv issue by Yonghong Song · 6 years ago
  46. 36f1678 tools/bpf: add more netlink functionalities in lib/bpf by Yonghong Song · 6 years ago
  47. f701077 tools/bpf: move bpf/lib netlink related functions into a new file by Yonghong Song · 6 years ago
  48. bda58ee Merge tag 'perf-core-for-mingo-4.20-20180905' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Thomas Gleixner · 6 years ago
  49. 69495d2 libbpf: Remove the duplicate checking of function storage by Taeung Song · 6 years ago
  50. 266b851 tools lib traceevent, perf tools: Split trace-seq related APIs in a separate header file by Tzvetomir Stoyanov (VMware) · 6 years ago
  51. d207ea8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  52. 6ab025e tools lib traceevent: Change to SPDX License format by Steven Rostedt (VMware) · 6 years ago
  53. 5804b110 Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 6 years ago
  54. 0ae9863 tools lib traceevent: Rename static variables and functions in event-parse.c by Tzvetomir Stoyanov (VMware) · 6 years ago
  55. c99eeaf tools lib traceevent: Rename various pevent APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  56. 1634e46 tools lib traceevent: Rename internal parser related APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  57. 413af01 tools lib traceevent: Rename various pevent get/set/is APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  58. 610e1e4 tools lib traceevent: Rename pevent_find_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  59. 8b3e087 tools lib traceevent: Rename pevent field APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  60. dc05ebf tools lib traceevent: Rename pevent_data_ APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  61. b843e9c tools lib traceevent: Rename pevent_register / unregister APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  62. 64e2379 tools lib traceevent: Rename pevent_filter* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  63. ca2921d tools lib traceevent, perf tools: Rename traceevent_plugin_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  64. 3cf4778 tools lib traceevent: Rename pevent_function* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  65. d97f4ef tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum tep_errno' by Tzvetomir Stoyanov (VMware) · 6 years ago
  66. 6fed932 tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag' by Tzvetomir Stoyanov (VMware) · 6 years ago
  67. fc9b697 tools lib traceevent, perf tools: Rename traceevent_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  68. ece2a4f tools lib traceevent, perf tools: Rename pevent_set_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  69. 13a4189 tools lib traceevent, perf tools: Rename pevent_register_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  70. 59c1bae tools lib traceevent, perf tools: Rename pevent_read_number_* APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  71. 6a48dc2 tools lib traceevent, perf tools: Rename pevent print APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  72. c60167c tools lib traceevent, perf tools: Rename pevent parse APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  73. af85cd1 tools lib traceevent, perf tools: Rename pevent find APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  74. 4d5c58b tools lib traceevent, perf tools: Rename pevent alloc / free APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  75. c32d52b tools lib traceevent, perf tools: Rename pevent plugin related APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
  76. cbc49b2 tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record' by Tzvetomir Stoyanov (VMware) · 6 years ago
  77. c1617fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  78. 6a92ef0 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  79. 91134d8 bpf: Test BPF_PROG_TYPE_SK_REUSEPORT by Martin KaFai Lau · 6 years ago
  80. 6bc8529 bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAY by Martin KaFai Lau · 6 years ago
  81. 096177a tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle by Tzvetomir Stoyanov (VMware) · 6 years ago
  82. 1ba9828 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  83. 7468212 bpf: btf: Change tools/lib/bpf/btf to LGPL by Martin KaFai Lau · 6 years ago
  84. 6534770d tools: bpf: fix BTF code added twice to different trees by Jakub Kicinski · 6 years ago
  85. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  86. 1ce6a9f bpf: fix build error in libbpf with EXTRA_CFLAGS="-Wp, -D_FORTIFY_SOURCE=2 -O2" by Thomas Richter · 7 years ago
  87. b611da4 perf build: Build error in libbpf missing initialization by Thomas Richter · 7 years ago
  88. 6d4b198 tools: libbpf: add bpf_object__find_program_by_title() by Jakub Kicinski · 7 years ago
  89. 1e96004 tools: libbpf: handle NULL program gracefully in bpf_program__nth_fd() by Jakub Kicinski · 7 years ago
  90. 38d5d3b bpf: Introduce BPF_ANNOTATE_KV_PAIR by Martin KaFai Lau · 7 years ago
  91. 5b891af bpf: Replace [u]int32_t and [u]int64_t in libbpf by Martin KaFai Lau · 7 years ago
  92. b4b5bff tools: libbpf: remove libelf-getphdrnum feature detection by Jakub Kicinski · 7 years ago
  93. 92b5712 bpf: btf: export btf types and name by offset from lib by Okash Khawaja · 7 years ago
  94. 26736eb tools: libbpf: allow map reuse by Jakub Kicinski · 7 years ago
  95. 531b014 tools: bpf: make use of reallocarray by Jakub Kicinski · 7 years ago
  96. 8d13406 tools: libbpf: move library error code into a separate file by Jakub Kicinski · 7 years ago
  97. 07f2d4e tools: libbpf: add extended attributes version of bpf_object__open() by Jakub Kicinski · 7 years ago
  98. f83fb22 tools: libbpf: recognize offload neutral maps by Jakub Kicinski · 7 years ago
  99. b60df2a tools: libbpf: expose the prog type guessing from section name logic by Jakub Kicinski · 7 years ago
  100. eac7d84 tools: libbpf: don't return '.text' as a program for multi-function programs by Jakub Kicinski · 7 years ago