1. 4cf7562 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 5 months ago
  2. 713eee8 Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 4 years, 5 months ago
  3. 10a3b7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 5 months ago
  4. a1d2108 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 5 months ago
  5. 4c01925 libbpf: Enforce 64-bitness of BTF for BPF object files by Andrii Nakryiko · 4 years, 5 months ago
  6. 44ad23d libbpf: Handle BTF pointer sizes more carefully by Andrii Nakryiko · 4 years, 5 months ago
  7. 15728ad3 libbpf: Fix BTF-defined map-in-map initialization on 32-bit host arches by Andrii Nakryiko · 4 years, 5 months ago
  8. 23ab656 libbpf: Prevent overriding errno when logging errors by Toke Høiland-Jørgensen · 4 years, 5 months ago
  9. ce746d4 libperf: Fix man page typos by Rob Herring · 4 years, 5 months ago
  10. 702eddc libbpf: Handle GCC built-in types for Arm NEON by Jean-Philippe Brucker · 4 years, 5 months ago
  11. 63fe3fd libbpf: Do not use __builtin_offsetof for offsetof by Yonghong Song · 4 years, 5 months ago
  12. 00e4db5 Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 4 years, 5 months ago
  13. 79e3ea5 tools/: replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 5 months ago
  14. 932ac54 libbf: Fix uninitialized pointer at btf__parse_raw() by Daniel T. Lee · 4 years, 5 months ago
  15. 74fc097 tools/bpf: Support new uapi for map element bpf iterator by Yonghong Song · 4 years, 5 months ago
  16. 7d65864 tools lib traceevent: Handle possible strdup() error in tep_add_plugin_path() API by Tzvetomir Stoyanov (VMware) · 4 years, 6 months ago
  17. db885ed libtraceevent: Fixed description of tep_add_plugin_path() API by Tzvetomir Stoyanov (VMware) · 4 years, 6 months ago
  18. 602e29f libtraceevent: Fixed type in PRINT_FMT_STING by Tzvetomir Stoyanov (VMware) · 4 years, 6 months ago
  19. d339a19 libtraceevent: Fixed broken indentation in parse_ip4_print_args() by Tzvetomir Stoyanov (VMware) · 4 years, 6 months ago
  20. b796162 libtraceevent: Improve error handling of tep_plugin_add_option() API by Tzvetomir Stoyanov (VMware) · 4 years, 6 months ago
  21. 7db6330 libtraceevent: Fix typo in tep_plugin_add_option() description by Tzvetomir Stoyanov (VMware) · 4 years, 6 months ago
  22. 058612a libtraceevent: Handle strdup() error in parse_option_name() by Tzvetomir Stoyanov (VMware) · 4 years, 6 months ago
  23. 9dc7dc7 libtraceevent: Document tep_load_plugins_hook() by Tzvetomir Stoyanov (VMware) · 4 years, 6 months ago
  24. 94fb1afb1 Mgerge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years, 5 months ago
  25. 2e7199b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 5 months ago
  26. 94a1fedd6 libbpf: Add btf__parse_raw() and generic btf__parse() APIs by Andrii Nakryiko · 4 years, 5 months ago
  27. b1aa3db Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years, 5 months ago
  28. bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
  29. 2e49527 libbpf: Add bpf_link detach APIs by Andrii Nakryiko · 4 years, 5 months ago
  30. 1acf8f9 libbpf: Fix register in PT_REGS MIPS macros by Jerry Crunchtime · 4 years, 5 months ago
  31. 39efdd9 libtraceevent: Fix build with binutils 2.35 by Ben Hutchings · 4 years, 6 months ago
  32. e24c644 tools lib traceevent: Fix memory leak in process_dynamic_array_len by Philippe Duplessis-Guindon · 4 years, 5 months ago
  33. 50450fc libbpf: Make destructors more robust by handling ERR_PTR(err) cases by Andrii Nakryiko · 4 years, 5 months ago
  34. dc8698c libbpf: Add support for BPF XDP link by Andrii Nakryiko · 4 years, 6 months ago
  35. d4b4dd6 libbpf: Print hint when PERF_EVENT_IOC_SET_BPF returns -EPROTO by Song Liu · 4 years, 6 months ago
  36. cd31039 tools/libbpf: Add support for bpf map element iterator by Yonghong Song · 4 years, 6 months ago
  37. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  38. da7a350 libbpf bpf_helpers: Use __builtin_offsetof for offsetof by Ian Rogers · 4 years, 6 months ago
  39. d3da1f0 libperf: Avoid counting of nonfilterable fdarray fds by Alexey Budankov · 4 years, 6 months ago
  40. ab4c1f9 libperf: Add flags to fdarray fds objects by Alexey Budankov · 4 years, 6 months ago
  41. 59b4412 libperf: Avoid internal moving of fdarray fds by Alexey Budankov · 4 years, 6 months ago
  42. 499dd29 libbpf: Add support for SK_LOOKUP program type by Jakub Sitnicki · 4 years, 6 months ago
  43. a2db71b libsubcmd: Fix OPT_CALLBACK_SET() by Ravi Bangoria · 4 years, 7 months ago
  44. 4be556c libbpf: Add SEC name for xdp programs attached to CPUMAP by Lorenzo Bianconi · 4 years, 6 months ago
  45. 07dd1b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
  46. 0b20933 tools/bpftool: Strip away modifiers from global variables by Andrii Nakryiko · 4 years, 6 months ago
  47. 7c819e7 libbpf: Support stripping modifiers for btf_dump by Andrii Nakryiko · 4 years, 6 months ago
  48. 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  49. 5a76489 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 6 months ago
  50. 5c3320d libbpf: Fix memory leak and optimize BTF sanitization by Andrii Nakryiko · 4 years, 6 months ago
  51. 246eba8 perf tools: Add support for PERF_RECORD_TEXT_POKE by Adrian Hunter · 4 years, 8 months ago
  52. b2f9f15 libbpf: Fix libbpf hashmap on (I)LP32 architectures by Jakub Bogusz · 4 years, 6 months ago
  53. 0e28948 libbpf: Handle missing BPF_OBJ_GET_INFO_BY_FD gracefully in perf_buffer by Andrii Nakryiko · 4 years, 6 months ago
  54. 0f0e55d libbpf: Improve BTF sanitization handling by Andrii Nakryiko · 4 years, 6 months ago
  55. 81372e1 libbpf: Add btf__set_fd() for more control over loaded BTF FD by Andrii Nakryiko · 4 years, 6 months ago
  56. bfc9665 libbpf: Make BTF finalization strict by Andrii Nakryiko · 4 years, 6 months ago
  57. facbf0b Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years, 6 months ago
  58. e8b012e libbpf: Add support for BPF_CGROUP_INET_SOCK_RELEASE by Stanislav Fomichev · 4 years, 6 months ago
  59. e8f331a tools lib traceevent: Fix reporting of unknown SVM exit reasons by Jan Kiszka · 4 years, 6 months ago
  60. 4e59ab93 tools lib traceevent: Change to SPDX License format by Steven Rostedt (VMware) · 4 years, 6 months ago
  61. 9b8179b tools lib traceevent: Add builtin handler for trace_marker_raw by Steven Rostedt (VMware) · 4 years, 6 months ago
  62. 0dfceef tools lib traceevent: Move kernel_stack event handler to "function" plugin. by Tzvetomir Stoyanov (VMware) · 4 years, 6 months ago
  63. 5973e6e tools lib traceevent: Add plugin for decoding syscalls/sys_enter_futex by Julia Cartwright · 4 years, 6 months ago
  64. 5786362 tools lib traceevent: Add offset option for function plugin by Steven Rostedt (VMware) · 4 years, 6 months ago
  65. 97b6c53 tools lib traceevent: Add more SVM exit reasons by Jan Kiszka · 4 years, 6 months ago
  66. 3e14b10 tools lib traceevent: Add plugin for tlb_flush by Steven Rostedt (Red Hat) · 4 years, 6 months ago
  67. e7a9088 tools lib traceevent: Optimize pretty_print() function by Tzvetomir Stoyanov (VMware) · 4 years, 6 months ago
  68. 487ae1f tools lib traceevent: Add support for more printk format specifiers by Tzvetomir Stoyanov (VMware) · 4 years, 6 months ago
  69. 4d70cae tools lib traceevent: Introduced new traceevent API, for adding new plugins directories. by Tzvetomir Stoyanov (VMware) · 4 years, 6 months ago
  70. 7400628 tools lib traceevent: Add interface for options to plugins by Tzvetomir Stoyanov (VMware) · 4 years, 6 months ago
  71. 662081a tools lib traceevent: Add tep_load_plugins_hook() API by Tzvetomir Stoyanov (VMware) · 4 years, 6 months ago
  72. f91c031e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
  73. 2160d6c tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handling by Tom Zanussi · 4 years, 6 months ago
  74. 374855c tools lib traceevent: Add API to read time information from kbuffer by Steven Rostedt (Red Hat) · 4 years, 6 months ago
  75. 30ad688 libbpf: Make bpf_endian co-exist with vmlinux.h by Andrii Nakryiko · 4 years, 6 months ago
  76. e708e2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 6 months ago
  77. d929758 libbpf: Support disabling auto-loading BPF programs by Andrii Nakryiko · 4 years, 7 months ago
  78. 7a64135 libbpf: Adjust SEC short cut for expected attach type BPF_XDP_DEVMAP by Jesper Dangaard Brouer · 4 years, 7 months ago
  79. 192b663 libbpf: Prevent loading vmlinux BTF twice by Andrii Nakryiko · 4 years, 7 months ago
  80. 135c783 libbpf: Fix spelling mistake "kallasyms" -> "kallsyms" by Colin Ian King · 4 years, 7 months ago
  81. 9c82a63 libbpf: Fix CO-RE relocs against .text section by Andrii Nakryiko · 4 years, 7 months ago
  82. bd9bedf libbpf: Wrap source argument of BPF_CORE_READ macro in parentheses by Andrii Nakryiko · 4 years, 7 months ago
  83. 1c0c707 libbpf: Add support for extracting kernel symbol addresses by Andrii Nakryiko · 4 years, 7 months ago
  84. 2e33efe libbpf: Generalize libbpf externs support by Andrii Nakryiko · 4 years, 7 months ago
  85. 1bdb6c9 libbpf: Add a bunch of attribute getters/setters for map definitions by Andrii Nakryiko · 4 years, 7 months ago
  86. 4e15507 libbpf: Forward-declare bpf_stats_type for systems with outdated UAPI headers by Andrii Nakryiko · 4 years, 7 months ago
  87. 1b20d94 tools lib traceevent: Add handler for __builtin_expect() by Steven Rostedt (VMware) · 4 years, 10 months ago
  88. 74621d9 tools lib traceevent: Handle __attribute__((user)) in field names by Steven Rostedt (VMware) · 4 years, 10 months ago
  89. 27d4d33 tools lib traceevent: Add append() function helper for appending strings by Steven Rostedt (VMware) · 4 years, 10 months ago
  90. 7bd3a33 libbpf: Bump version to 0.1.0 by Andrii Nakryiko · 4 years, 7 months ago
  91. caf6249 libbpf: Support pre-initializing .bss global variables by Andrii Nakryiko · 4 years, 7 months ago
  92. 32022fd libbpf: Handle GCC noreturn-turned-volatile quirk by Andrii Nakryiko · 4 years, 7 months ago
  93. 8ca8d4a libbpf: Define __WORDSIZE if not available by Arnaldo Carvalho de Melo · 4 years, 7 months ago
  94. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  95. d60d81a libbpf: Add support for bpf_link-based netns attachment by Jakub Sitnicki · 4 years, 7 months ago
  96. febeb6d libbpf: Add _GNU_SOURCE for reallocarray to ringbuf.c by Andrii Nakryiko · 4 years, 7 months ago
  97. 2778797 libbpf: Add SEC name for xdp programs attached to device map by David Ahern · 4 years, 7 months ago
  98. bf99c93 libbpf: Add BPF ring buffer support by Andrii Nakryiko · 4 years, 7 months ago
  99. 601b05c libbpf: Fix perf_buffer__free() API for sparse allocs by Eelco Chaudron · 4 years, 7 months ago
  100. 5598329 libbpf: Use .so dynamic symbols for abi check by Yauheni Kaliuta · 4 years, 8 months ago