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