1. 96395cb tools lib string: Adopt prefixcmp() from perf and subcmd by Arnaldo Carvalho de Melo · 8 years ago
  2. a12a4e0 tools include: Include missing headers for fls() and types in linux/log2.h by Arnaldo Carvalho de Melo · 8 years ago
  3. 68289cb tools include: Drop ARRAY_SIZE() definition from linux/hashtable.h by Arnaldo Carvalho de Melo · 8 years ago
  4. 8607c1e tools include: Move ARRAY_SIZE() to linux/kernel.h by Arnaldo Carvalho de Melo · 8 years ago
  5. f6441af tools include: Adopt __same_type() and __must_be_array() from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  6. 379d61b tools include: Introduce linux/bug.h, from the kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  7. 84b1e36 Merge tag 'v4.11-rc6' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  8. 02ea80b bpf: add various verifier test cases for self-tests by Daniel Borkmann · 8 years ago
  9. 67ef287 tools include uapi: Grab copies of stat.h and fcntl.h by Arnaldo Carvalho de Melo · 8 years ago
  10. 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
  11. 73a9bf9 tools include: Adopt kernel's refcount.h by Arnaldo Carvalho de Melo · 8 years ago
  12. eaa75b5 tools include: Add UINT_MAX def to kernel.h by Arnaldo Carvalho de Melo · 8 years ago
  13. 2bcdead tools include: Introduce atomic_cmpxchg_{relaxed,release}() by Arnaldo Carvalho de Melo · 8 years ago
  14. 4900653 tools include: Adopt __compiletime_error by Arnaldo Carvalho de Melo · 8 years ago
  15. 474c901 give up on gcc ilog2() constant optimizations by Linus Torvalds · 8 years ago
  16. cf39319 Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 8 years ago
  17. 12ea653 radix tree test suite: Remove types.h by Matthew Wilcox · 8 years ago
  18. 1926140 tools include: Introduce linux/compiler-gcc.h by Arnaldo Carvalho de Melo · 8 years ago
  19. b5bf173 tools include: Add a __fallthrough statement by Arnaldo Carvalho de Melo · 8 years ago
  20. c68a2aa radix tree test suite: Remove duplicate bitops code by Matthew Wilcox · 8 years ago
  21. 376a5fb tools: enable endian checks for all sparse builds by Michael S. Tsirkin · 8 years ago
  22. b328daf tools: add more bitmap functions by Matthew Wilcox · 8 years ago
  23. 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
  24. 02bc11d tools lib: Add for_each_clear_bit macro by Jiri Olsa · 8 years ago
  25. 5aa5bd1 bpf: add initial suite for selftests by Daniel Borkmann · 8 years ago
  26. 39ff526 tools: Copy coresight-pmu.h header file needed by perf tools by Mathieu Poirier · 8 years ago
  27. bd48c63 tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros by Arnaldo Carvalho de Melo · 8 years ago
  28. 0215d59 tools lib: Reinstate strlcpy() header guard with __UCLIBC__ by Vineet Gupta · 8 years ago
  29. 741c74f5 tools lib: Add bitmap_and function by Jiri Olsa · 8 years ago
  30. 820d12b tools lib: Add bitmap_scnprintf function by Jiri Olsa · 8 years ago
  31. 98c0329 tools lib: Add bitmap_alloc function by Jiri Olsa · 8 years ago
  32. ae3c14a tools: Copy linux/{hash,poison}.h and check for drift by Arnaldo Carvalho de Melo · 8 years ago
  33. 8c98abf tools: Make "__always_inline" just "inline" on Android by Arnaldo Carvalho de Melo · 8 years ago
  34. 7b39caf tools: Work around BITS_PER_LONG related build failure in objtool by Ingo Molnar · 8 years ago
  35. 61a6445 tools lib: Guard the strlcpy() header with __GLIBC__ by Arnaldo Carvalho de Melo · 8 years ago
  36. d0761e3 perf tools: Uninline scnprintf() and vscnprint() by Arnaldo Carvalho de Melo · 8 years ago
  37. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  38. 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
  39. 737ef7d tools include: Copy linux/stringify.h from the kernel by Arnaldo Carvalho de Melo · 9 years ago
  40. 1698872 tools: Copy hashtable.h into tools directory by Josh Poimboeuf · 9 years ago
  41. d1b39d4 tools: Make list.h self-sufficient by Josh Poimboeuf · 9 years ago
  42. 915b088 tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/ by Arnaldo Carvalho de Melo · 9 years ago
  43. ce99091 perf tools: Move strlcpy() from perf to tools/lib/string.c by Josh Poimboeuf · 9 years ago
  44. 7d85c43 tools: Clone the kernel's strtobool function by Wang Nan · 9 years ago
  45. 4ddd327 tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.c by Arnaldo Carvalho de Melo · 9 years ago
  46. 5602ea0 tools include: Add compiler.h to list.h by Arnaldo Carvalho de Melo · 9 years ago
  47. c95f343 tools include: Fix strict-aliasing rules breakage by Jiri Olsa · 9 years ago
  48. 45633a1 tools: Fix shadowed declaration in err.h by Jiri Olsa · 9 years ago
  49. 01ca9fd tools: Add err.h with ERR_PTR PTR_ERR interface by Jiri Olsa · 9 years ago
  50. dabf626 perf tools: Copy linux/filter.h to tools/include by He Kuang · 9 years ago
  51. 92e25fd tools: Restore export.h by Sasha Levin · 9 years ago
  52. 307bc97 tools: Copy rbtree_augmented.h from the kernel by Arnaldo Carvalho de Melo · 9 years ago
  53. 03da23a tools: Move rbtree.h from tools/perf/ by Arnaldo Carvalho de Melo · 9 years ago
  54. 3f73537 tools: Copy lib/rbtree.c to tools/lib/ by Arnaldo Carvalho de Melo · 9 years ago
  55. 728abda tools: Adopt {READ,WRITE_ONCE} from the kernel by Arnaldo Carvalho de Melo · 9 years ago
  56. 4fc62a8 tools: Move tools/perf/util/include/linux/{list.h,poison.h} to tools/include by Wang Nan · 10 years ago
  57. 37fbe0a perf tools: Move linux/kernel.h to tools/include by Wang Nan · 10 years ago
  58. 70ba6b8 tools include: add __aligned_u64 to types.h. by Wang Nan · 10 years ago
  59. da6d856 tools include: Add basic atomic.h implementation from the kernel sources by Arnaldo Carvalho de Melo · 10 years ago
  60. 5ac6973 perf tools: Move barrier() definition to tools/include/linux/compiler.h by Arnaldo Carvalho de Melo · 10 years ago
  61. 25cd480 tools: Remove bitops/hweight usage of bits in tools/perf by Arnaldo Carvalho de Melo · 10 years ago
  62. bd18579 tools: Adopt roundup_pow_of_two by Arnaldo Carvalho de Melo · 10 years ago
  63. fa37c02 tools: Adopt rounddown_pow_of_two and deps by Arnaldo Carvalho de Melo · 10 years ago
  64. afcd4f6 tools: Adopt fls_long and deps by Arnaldo Carvalho de Melo · 10 years ago
  65. 3967278 tools: Move bitops.h from tools/perf/util to tools/ by Arnaldo Carvalho de Melo · 10 years ago
  66. 0389cd1 tools: Move code originally from linux/log2.h to tools/include/linux/ by Arnaldo Carvalho de Melo · 10 years ago
  67. 73a31b7 perf tools: Move ACCESS_ONCE from perf.h header by Jiri Olsa · 11 years ago
  68. d944c4e tools: Consolidate types.h by Borislav Petkov · 11 years ago
  69. 5ac3e4b tools: Unify export.h by Borislav Petkov · 11 years ago
  70. 0e55fa1 perf tools: Move hash.h header by Borislav Petkov · 11 years ago
  71. 835d44b tools include: Define likely/unlikely in linux/compiler.h by Namhyung Kim · 11 years ago
  72. 8a625c1 tools include: Move perf's linux/compiler.h to a generic place by Namhyung Kim · 11 years ago