1. b130a69 Merge tag 'perf-urgent-for-mingo-4.14-20170912' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 7 years ago
  2. 58b7918 tools lib api: Fix make DEBUG=1 build by Jiri Olsa · 7 years ago
  3. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  4. 3866058 perf tools: Robustify detection of clang binary by David Carrillo-Cisneros · 7 years ago
  5. 12024aa tools lib: Allow external definition of CC, AR and LD by David Carrillo-Cisneros · 7 years ago
  6. 464bc0f bpf: convert sockmap field attach_bpf_fd2 to type by John Fastabend · 7 years ago
  7. 93da8b2 Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  8. e2a7c34 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  9. 49bf4b3 tools lib bpf: improve warning by Eric Leblond · 7 years ago
  10. ad17d0e bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_test by Martin KaFai Lau · 7 years ago
  11. f15d5e6 tools lib bpf: Fix double file test in Makefile by Daniel Díaz · 7 years ago
  12. 6f6d33f bpf: selftests add sockmap tests by John Fastabend · 7 years ago
  13. 69e8cc1 bpf: sockmap sample program by John Fastabend · 7 years ago
  14. 82119cb Merge tag 'perf-core-for-mingo-4.14-20170801' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 7 years ago
  15. 1ccb2f4 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  16. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  17. bad1926 bpf, s390: fix build for libbpf and selftest suite by Daniel Borkmann · 7 years ago
  18. 29fda25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  19. 8255e1e perf build: Clarify open-coded header version warning message by Ingo Molnar · 7 years ago
  20. f5db340 Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refresh the tree by Ingo Molnar · 7 years ago
  21. d777b2d bpf: don't zero out the info struct in bpf_obj_get_info_by_fd() by Jakub Kicinski · 7 years ago
  22. eb54e52 bpf: install libbpf headers on 'make install' by Jakub Kicinski · 7 years ago
  23. d655490 bpf: allow to specify log level and reduce it for test_verifier by Daniel Borkmann · 7 years ago
  24. b99e485 tools lib: Update copy of strtobool from the kernel sources by Arnaldo Carvalho de Melo · 7 years ago
  25. 8e99b6d tools include: Adopt strstarts() from the kernel by Arnaldo Carvalho de Melo · 7 years ago
  26. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  27. 7447d56 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  28. 3b00ea9 tools lib api fs: Add sysfs__write_int function by Kan Liang · 8 years ago
  29. 95b9afd bpf: Test for bpf ID by Martin KaFai Lau · 8 years ago
  30. e58e871 tools/lib/lockdep: Remove private kernel headers by Levin, Alexander (Sasha Levin) · 8 years ago
  31. 4ea4b3c tools/lib/lockdep: Hide liblockdep output from test results by Levin, Alexander (Sasha Levin) · 8 years ago
  32. 3f5a393 tools/lib/lockdep: Add dummy current_gfp_context() by Levin, Alexander (Sasha Levin) · 8 years ago
  33. 3156cba tools/lib/lockdep: Add empty __is_[module,kernel]_percpu_address by Levin, Alexander (Sasha Levin) · 8 years ago
  34. f9155dd tools/lib/lockdep: Include err.h by Levin, Alexander (Sasha Levin) · 8 years ago
  35. d8633a3 tools/lib/lockdep: Use LDFLAGS by Ben Hutchings · 8 years ago
  36. e3addcc tools/lib/lockdep: Remove double-quotes from soname by Ben Hutchings · 8 years ago
  37. ea59f30 tools/lib/lockdep: Fix object file paths used in an out-of-tree build by Ben Hutchings · 8 years ago
  38. 6c8e648 tools/lib/lockdep: Fix compilation for 4.11 by Levin, Alexander (Sasha Levin) · 8 years ago
  39. 20fb654 tools/lib/lockdep: Don't mix fd-based and stream IO by Alexander Sverdlin · 8 years ago
  40. a9b94d2 tools/lib/lockdep: Remove -lpthread compiler option by Vishal Thanki · 8 years ago
  41. 1baa754 tools/lib/lockdep: Fix 'defined but not used' warning for init_utsname() by Ben Hutchings · 8 years ago
  42. b016d87 tools/lib/lockdep: Fix 'set but not used' warnings by Ben Hutchings · 8 years ago
  43. bb7ea2a tools/lib/lockdep: Fix 'unused value' warnings by Ben Hutchings · 8 years ago
  44. db8f779 tools/lib/lockdep: Enable -Wall by default by Ben Hutchings · 8 years ago
  45. 108744c tools/lib/lockdep: Define the ARRAY_SIZE() macro by Ben Hutchings · 8 years ago
  46. 98dcea0 tools/lib/lockdep: Reduce MAX_LOCK_DEPTH to avoid overflowing lock_chain/: Depth by Ben Hutchings · 8 years ago
  47. 3752466 tools/lib/lockdep: Fix undefined symbol prandom_u32 by Ben Hutchings · 8 years ago
  48. a95cfad Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  49. e0c4a5f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  50. 91045f5 bpf: Add bpf_verify_program() to the library. by David S. Miller · 8 years ago
  51. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  52. 96395cb tools lib string: Adopt prefixcmp() from perf and subcmd by Arnaldo Carvalho de Melo · 8 years ago
  53. 7a8ef4c perf tools: Remove string.h, unistd.h and sys/stat.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  54. b0c4780 bpf: Add sparc support to tools and samples. by David S. Miller · 8 years ago
  55. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  56. dd26b7f tools/lib/bpf: expose bpf_program__set_type() by Alexei Starovoitov · 8 years ago
  57. 3084887 tools/lib/bpf: add support for BPF_PROG_TEST_RUN command by Alexei Starovoitov · 8 years ago
  58. fb30d4b bpf: Add tests for map-in-map by Martin KaFai Lau · 8 years ago
  59. b9835a9 tools lib api fs: Introduce sysfs__read_bool by Alexander Shishkin · 8 years ago
  60. 505d308 scripts/spelling.txt: add "overide" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  61. 3f26b0c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  62. 0367105 scripts/spelling.txt: add "overrided" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  63. e4afd2e lib/find_bit.c: micro-optimise find_next_*_bit by Matthew Wilcox · 8 years ago
  64. 3051bf3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  65. 8a5897f Merge tag 'perf-core-for-mingo-4.11-20170220' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  66. 7f4eb0a Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  67. 9c72fd0 tools lib traceevent: It's preempt not prempt by Steven Rostedt (VMware) · 8 years ago
  68. 3f64116 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  69. cdc6a4b bpf: Remove redundant ifdef by Mickaël Salaün · 8 years ago
  70. b988971 tools lib subcmd: Make it an error to pass a signed value to OPTION_UINTEGER by Arnaldo Carvalho de Melo · 8 years ago
  71. 49b3cd3 tools: Set the maximum optimization level according to the compiler being used by Arnaldo Carvalho de Melo · 8 years ago
  72. e8c6f43 tools lib traceevent plugin function: Initialize 'index' variable by Arnaldo Carvalho de Melo · 8 years ago
  73. 14e4d7e tools lib traceevent: Initialize lenght on OLD_RING_BUFFER_TYPE_TIME_STAMP by Steven Rostedt (VMware) · 8 years ago
  74. 7f67763 bpf: introduce BPF_F_ALLOW_OVERRIDE flag by Alexei Starovoitov · 8 years ago
  75. 702498a bpf: Remove bpf_sys.h from selftests by Mickaël Salaün · 8 years ago
  76. 5f155c2 bpf: Use bpf_map_get_next_key() from the library by Mickaël Salaün · 8 years ago
  77. e58383b bpf: Use bpf_map_delete_elem() from the library by Mickaël Salaün · 8 years ago
  78. e5ff7c4 bpf: Use bpf_map_lookup_elem() from the library by Mickaël Salaün · 8 years ago
  79. 10ecc72 bpf: Use bpf_map_update_elem() from the library by Mickaël Salaün · 8 years ago
  80. 2ee89fb bpf: Use bpf_load_program() from the library by Mickaël Salaün · 8 years ago
  81. 7a5980f tools lib bpf: Add missing header to the library by Mickaël Salaün · 8 years ago
  82. 6467753 tools lib traceevent: Robustify do_generate_dynamic_list_file by David Carrillo-Cisneros · 8 years ago
  83. 27cf570 perf sdt: Show proper hint when event not yet in place via 'perf probe' by Ravi Bangoria · 8 years ago
  84. 71dc4c3 tools lib api fs: Add bpf_fs filesystem detector by Joe Stringer · 8 years ago
  85. d5148d8 tools lib bpf: Add bpf_object__pin() by Joe Stringer · 8 years ago
  86. b6989f3 tools lib bpf: Add bpf_map__pin() by Joe Stringer · 8 years ago
  87. f367540 tools lib bpf: Add BPF program pinning APIs by Joe Stringer · 8 years ago
  88. e28ff1a tools lib bpf: Add libbpf_get_error() by Joe Stringer · 8 years ago
  89. 7803ba7 tools lib bpf: Add set/is helpers for all prog types by Joe Stringer · 8 years ago
  90. ed79407 tools lib bpf: Define prog_type fns with macro by Joe Stringer · 8 years ago
  91. 94e5ade tools lib bpf: Fix map offsets in relocation by Joe Stringer · 8 years ago
  92. 0fe0559 lib, traceevent: add PRINT_HEX_STR variant by Daniel Borkmann · 8 years ago
  93. f7ee659 tools lib subcmd: Fix missing member name by Soramichi AKIYAMA · 8 years ago
  94. d5f805c tools lib subcmd: Add missing linux/kernel.h include to subcmd.h by Arnaldo Carvalho de Melo · 8 years ago
  95. 4e06d4f Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  96. 0748591 tools lib traceevent: Fix prev/next_prio for deadline tasks by Daniel Bristot de Oliveira · 8 years ago
  97. b66fb1d tools lib subcmd: Add OPT_STRING_OPTARG_SET option by Jiri Olsa · 8 years ago
  98. 00198da Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  99. 5dc880d tools lib bpf: Add bpf_prog_{attach,detach} by Joe Stringer · 8 years ago
  100. 41e0e24 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago