1. fac3fca Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  2. 614d0d7 bpf: add various verifier test cases by Daniel Borkmann · 7 years ago
  3. 6e30437 tools/include: Sync kernel ABI headers with tooling headers by Ingo Molnar · 7 years ago
  4. a95cfad Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  5. 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
  6. e07b98d bpf: Add strict alignment flag for BPF_PROG_LOAD. by David S. Miller · 8 years ago
  7. 7246f60 Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  8. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  9. 96395cb tools lib string: Adopt prefixcmp() from perf and subcmd by Arnaldo Carvalho de Melo · 8 years ago
  10. 04ec75e tools: Update asm-generic/mman-common.h copy from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  11. b1d9fc4 bpf: add napi_id read access to __sk_buff by Daniel Borkmann · 8 years ago
  12. a12a4e0 tools include: Include missing headers for fls() and types in linux/log2.h by Arnaldo Carvalho de Melo · 8 years ago
  13. 68289cb tools include: Drop ARRAY_SIZE() definition from linux/hashtable.h by Arnaldo Carvalho de Melo · 8 years ago
  14. 8607c1e tools include: Move ARRAY_SIZE() to linux/kernel.h by Arnaldo Carvalho de Melo · 8 years ago
  15. f6441af tools include: Adopt __same_type() and __must_be_array() from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  16. 379d61b tools include: Introduce linux/bug.h, from the kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  17. 8c5073d powerpc/perf: Define big-endian version of perf_mem_data_src by Sukadev Bhattiprolu · 8 years ago
  18. 84b1e36 Merge tag 'v4.11-rc6' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  19. 3c60a53 bpf: fix comment typo by Alexander Alemayhu · 8 years ago
  20. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  21. 3084887 tools/lib/bpf: add support for BPF_PROG_TEST_RUN command by Alexei Starovoitov · 8 years ago
  22. 02ea80b bpf: add various verifier test cases for self-tests by Daniel Borkmann · 8 years ago
  23. 67ef287 tools include uapi: Grab copies of stat.h and fcntl.h by Arnaldo Carvalho de Melo · 8 years ago
  24. 6acc5c2 Add a eBPF helper function to retrieve socket uid by Chenbo Feng · 8 years ago
  25. 91b8270 Add a helper function to get socket cookie in eBPF by Chenbo Feng · 8 years ago
  26. fb30d4b bpf: Add tests for map-in-map by Martin KaFai Lau · 8 years ago
  27. 38a33f0 tools include: Sync {,tools/}include/uapi/linux/perf_event.h by Alexander Shishkin · 8 years ago
  28. 2b95bd7 Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  29. f3b3614 perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info by Hari Bathini · 8 years ago
  30. 1da8ac7 selftests/bpf: fix broken build by Alexei Starovoitov · 8 years ago
  31. 84e5b54 Merge tag 'perf-core-for-mingo-4.11-20170306' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  32. 73a9bf9 tools include: Adopt kernel's refcount.h by Arnaldo Carvalho de Melo · 8 years ago
  33. eaa75b5 tools include: Add UINT_MAX def to kernel.h by Arnaldo Carvalho de Melo · 8 years ago
  34. ed4aad5 tools include: Provide gcc based cmpxchg fallback for !x86 by Arnaldo Carvalho de Melo · 8 years ago
  35. 2bcdead tools include: Introduce atomic_cmpxchg_{relaxed,release}() by Arnaldo Carvalho de Melo · 8 years ago
  36. 4900653 tools include: Adopt __compiletime_error by Arnaldo Carvalho de Melo · 8 years ago
  37. 474c901 give up on gcc ilog2() constant optimizations by Linus Torvalds · 8 years ago
  38. cf39319 Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 8 years ago
  39. 3051bf3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  40. 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
  41. 3f64116 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  42. 5463b3d bpf: kernel header files need to be copied into the tools directory by Stephen Rothwell · 8 years ago
  43. 12ea653 radix tree test suite: Remove types.h by Matthew Wilcox · 8 years ago
  44. 1926140 tools include: Introduce linux/compiler-gcc.h by Arnaldo Carvalho de Melo · 8 years ago
  45. 9a73826 tools: Sync {,tools/}include/uapi/linux/bpf.h by Mickaël Salaün · 8 years ago
  46. b5bf173 tools include: Add a __fallthrough statement by Arnaldo Carvalho de Melo · 8 years ago
  47. b246a9d tools: Provide a definition of WARN_ON by Matthew Wilcox · 8 years ago
  48. c68a2aa radix tree test suite: Remove duplicate bitops code by Matthew Wilcox · 8 years ago
  49. 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
  50. 376a5fb tools: enable endian checks for all sparse builds by Michael S. Tsirkin · 8 years ago
  51. 0cb34dc tools lib bpf: Sync {tools,}/include/uapi/linux/bpf.h by Joe Stringer · 8 years ago
  52. b328daf tools: add more bitmap functions by Matthew Wilcox · 8 years ago
  53. ebb9a9a tools: add WARN_ON_ONCE by Matthew Wilcox · 8 years ago
  54. f4000cd9 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  55. bca13ce Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  56. 651be3c hw_breakpoint: Allow watchpoint of length 3,5,6 and 7 by Pratyush Anand · 8 years ago
  57. 0fb75c8 tools: Update asm-generic/mman-common.h copy from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  58. 02bc11d tools lib: Add for_each_clear_bit macro by Jiri Olsa · 8 years ago
  59. 5aa5bd1 bpf: add initial suite for selftests by Daniel Borkmann · 8 years ago
  60. dcfc3a6 tools: Synchronize tools/include/uapi/linux/bpf.h by Arnaldo Carvalho de Melo · 8 years ago
  61. f3539c1 tools include: Add uapi mman.h for each architecture by Wang Nan · 8 years ago
  62. 39ff526 tools: Copy coresight-pmu.h header file needed by perf tools by Mathieu Poirier · 8 years ago
  63. bd48c63 tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros by Arnaldo Carvalho de Melo · 8 years ago
  64. 0215d59 tools lib: Reinstate strlcpy() header guard with __UCLIBC__ by Vineet Gupta · 8 years ago
  65. 791cceb toops: Sync tools/include/uapi/linux/bpf.h with the kernel by Arnaldo Carvalho de Melo · 8 years ago
  66. 741c74f5 tools lib: Add bitmap_and function by Jiri Olsa · 8 years ago
  67. 820d12b tools lib: Add bitmap_scnprintf function by Jiri Olsa · 8 years ago
  68. 98c0329 tools lib: Add bitmap_alloc function by Jiri Olsa · 8 years ago
  69. ae3c14a tools: Copy linux/{hash,poison}.h and check for drift by Arnaldo Carvalho de Melo · 8 years ago
  70. de1e17b tools: Copy the bitops files accessed from the kernel and check for drift by Arnaldo Carvalho de Melo · 8 years ago
  71. e81fcd4 tools: Simplify BITS_PER_LONG define by Peter Zijlstra · 8 years ago
  72. 8c98abf tools: Make "__always_inline" just "inline" on Android by Arnaldo Carvalho de Melo · 8 years ago
  73. 2a00f02 tools: Fix up BITS_PER_LONG setting by Arnaldo Carvalho de Melo · 8 years ago
  74. 7b39caf tools: Work around BITS_PER_LONG related build failure in objtool by Ingo Molnar · 8 years ago
  75. bb97070 tools: Copy the bitsperlong.h files from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  76. 4998a12 tools: Copy uapi/linux/hw_breakpoint.h from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  77. 971e827 tools lib bpf: Copy bpf.h and bpf_common.h from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  78. 7d7d1bf perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarks by Arnaldo Carvalho de Melo · 8 years ago
  79. c4b6014 tools: Add copy of perf_event.h to tools/include/linux/ by Arnaldo Carvalho de Melo · 8 years ago
  80. 61a6445 tools lib: Guard the strlcpy() header with __GLIBC__ by Arnaldo Carvalho de Melo · 8 years ago
  81. d0761e3 perf tools: Uninline scnprintf() and vscnprint() by Arnaldo Carvalho de Melo · 8 years ago
  82. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  83. 3fa2fe2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  84. 737ef7d tools include: Copy linux/stringify.h from the kernel by Arnaldo Carvalho de Melo · 9 years ago
  85. 1698872 tools: Copy hashtable.h into tools directory by Josh Poimboeuf · 9 years ago
  86. d1b39d4 tools: Make list.h self-sufficient by Josh Poimboeuf · 9 years ago
  87. 915b088 tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/ by Arnaldo Carvalho de Melo · 9 years ago
  88. ce99091 perf tools: Move strlcpy() from perf to tools/lib/string.c by Josh Poimboeuf · 9 years ago
  89. 7d85c43 tools: Clone the kernel's strtobool function by Wang Nan · 9 years ago
  90. 4ddd327 tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.c by Arnaldo Carvalho de Melo · 9 years ago
  91. 5602ea0 tools include: Add compiler.h to list.h by Arnaldo Carvalho de Melo · 9 years ago
  92. c95f343 tools include: Fix strict-aliasing rules breakage by Jiri Olsa · 9 years ago
  93. 45633a1 tools: Fix shadowed declaration in err.h by Jiri Olsa · 9 years ago
  94. 01ca9fd tools: Add err.h with ERR_PTR PTR_ERR interface by Jiri Olsa · 9 years ago
  95. dabf626 perf tools: Copy linux/filter.h to tools/include by He Kuang · 9 years ago
  96. 92e25fd tools: Restore export.h by Sasha Levin · 9 years ago
  97. 307bc97 tools: Copy rbtree_augmented.h from the kernel by Arnaldo Carvalho de Melo · 9 years ago
  98. 03da23a tools: Move rbtree.h from tools/perf/ by Arnaldo Carvalho de Melo · 9 years ago
  99. 3f73537 tools: Copy lib/rbtree.c to tools/lib/ by Arnaldo Carvalho de Melo · 9 years ago
  100. 728abda tools: Adopt {READ,WRITE_ONCE} from the kernel by Arnaldo Carvalho de Melo · 9 years ago