1. 0d65b36 tools lib: Fix builds when glibc contains strlcpy() by Vitaly Chikunov · 4 years, 9 months ago
  2. 2f6644f tools include: Adopt linux/bits.h by Arnaldo Carvalho de Melo · 6 years ago
  3. b6e7b98 tools include: Include missing headers for fls() and types in linux/log2.h by Arnaldo Carvalho de Melo · 7 years ago
  4. c5e64da tools include: Drop ARRAY_SIZE() definition from linux/hashtable.h by Arnaldo Carvalho de Melo · 7 years ago
  5. 110cf30 tools include: Move ARRAY_SIZE() to linux/kernel.h by Arnaldo Carvalho de Melo · 7 years ago
  6. d45e1f0 tools include: Adopt __same_type() and __must_be_array() from the kernel by Arnaldo Carvalho de Melo · 7 years ago
  7. 86ff378 tools include: Introduce linux/bug.h, from the kernel sources by Arnaldo Carvalho de Melo · 7 years ago
  8. 4c0d447 tools include uapi: Grab copies of stat.h and fcntl.h by Arnaldo Carvalho de Melo · 7 years ago
  9. 9340289 tools include: Adopt kernel's refcount.h by Arnaldo Carvalho de Melo · 8 years ago
  10. 935e5af tools include: Add UINT_MAX def to kernel.h by Arnaldo Carvalho de Melo · 8 years ago
  11. 461d111 tools include: Introduce atomic_cmpxchg_{relaxed,release}() by Arnaldo Carvalho de Melo · 8 years ago
  12. c204537 tools include: Adopt __compiletime_error by Arnaldo Carvalho de Melo · 8 years ago
  13. 09aaaa6 radix tree test suite: Remove types.h by Matthew Wilcox · 8 years ago
  14. ea2313b tools include: Introduce linux/compiler-gcc.h by Arnaldo Carvalho de Melo · 8 years ago
  15. 2221027 tools: enable endian checks for all sparse builds by Michael S. Tsirkin · 8 years ago
  16. 5828462 tools: add more bitmap functions by Matthew Wilcox · 8 years ago
  17. 856bc9a tools lib: Add for_each_clear_bit macro by Jiri Olsa · 8 years ago
  18. 7aa534b tools include: Do not use poison with C++ by Arnaldo Carvalho de Melo · 7 years ago
  19. dae5184 tools include: Add a __fallthrough statement by Arnaldo Carvalho de Melo · 8 years ago
  20. 85f6877 give up on gcc ilog2() constant optimizations by Linus Torvalds · 8 years ago
  21. 39ff526 tools: Copy coresight-pmu.h header file needed by perf tools by Mathieu Poirier · 8 years ago
  22. bd48c63 tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros by Arnaldo Carvalho de Melo · 8 years ago
  23. 0215d59 tools lib: Reinstate strlcpy() header guard with __UCLIBC__ by Vineet Gupta · 8 years ago
  24. 741c74f tools lib: Add bitmap_and function by Jiri Olsa · 8 years ago
  25. 820d12b tools lib: Add bitmap_scnprintf function by Jiri Olsa · 8 years ago
  26. 98c0329 tools lib: Add bitmap_alloc function by Jiri Olsa · 8 years ago
  27. ae3c14a tools: Copy linux/{hash,poison}.h and check for drift by Arnaldo Carvalho de Melo · 8 years ago
  28. 8c98abf tools: Make "__always_inline" just "inline" on Android by Arnaldo Carvalho de Melo · 8 years ago
  29. 7b39caf tools: Work around BITS_PER_LONG related build failure in objtool by Ingo Molnar · 8 years ago
  30. 61a6445 tools lib: Guard the strlcpy() header with __GLIBC__ by Arnaldo Carvalho de Melo · 8 years ago
  31. d0761e3 perf tools: Uninline scnprintf() and vscnprint() by Arnaldo Carvalho de Melo · 8 years ago
  32. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 8 years ago
  33. 3fa2fe2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  34. 737ef7d tools include: Copy linux/stringify.h from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  35. 1698872 tools: Copy hashtable.h into tools directory by Josh Poimboeuf · 9 years ago
  36. d1b39d4 tools: Make list.h self-sufficient by Josh Poimboeuf · 9 years ago
  37. 915b088 tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/ by Arnaldo Carvalho de Melo · 9 years ago
  38. ce99091 perf tools: Move strlcpy() from perf to tools/lib/string.c by Josh Poimboeuf · 9 years ago
  39. 7d85c43 tools: Clone the kernel's strtobool function by Wang Nan · 9 years ago
  40. 4ddd327 tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.c by Arnaldo Carvalho de Melo · 9 years ago
  41. 5602ea0 tools include: Add compiler.h to list.h by Arnaldo Carvalho de Melo · 9 years ago
  42. c95f343 tools include: Fix strict-aliasing rules breakage by Jiri Olsa · 9 years ago
  43. 45633a1 tools: Fix shadowed declaration in err.h by Jiri Olsa · 9 years ago
  44. 01ca9fd tools: Add err.h with ERR_PTR PTR_ERR interface by Jiri Olsa · 9 years ago
  45. dabf626 perf tools: Copy linux/filter.h to tools/include by He Kuang · 9 years ago
  46. 92e25fd tools: Restore export.h by Sasha Levin · 9 years ago
  47. 307bc97 tools: Copy rbtree_augmented.h from the kernel by Arnaldo Carvalho de Melo · 9 years ago
  48. 03da23a tools: Move rbtree.h from tools/perf/ by Arnaldo Carvalho de Melo · 9 years ago
  49. 3f73537 tools: Copy lib/rbtree.c to tools/lib/ by Arnaldo Carvalho de Melo · 9 years ago
  50. 728abda tools: Adopt {READ,WRITE_ONCE} from the kernel by Arnaldo Carvalho de Melo · 9 years ago
  51. 4fc62a8 tools: Move tools/perf/util/include/linux/{list.h,poison.h} to tools/include by Wang Nan · 9 years ago
  52. 37fbe0a perf tools: Move linux/kernel.h to tools/include by Wang Nan · 9 years ago
  53. 70ba6b8 tools include: add __aligned_u64 to types.h. by Wang Nan · 9 years ago
  54. da6d856 tools include: Add basic atomic.h implementation from the kernel sources by Arnaldo Carvalho de Melo · 9 years ago
  55. 5ac6973 perf tools: Move barrier() definition to tools/include/linux/compiler.h by Arnaldo Carvalho de Melo · 9 years ago
  56. 25cd480 tools: Remove bitops/hweight usage of bits in tools/perf by Arnaldo Carvalho de Melo · 10 years ago
  57. bd18579 tools: Adopt roundup_pow_of_two by Arnaldo Carvalho de Melo · 10 years ago
  58. fa37c02 tools: Adopt rounddown_pow_of_two and deps by Arnaldo Carvalho de Melo · 10 years ago
  59. afcd4f6 tools: Adopt fls_long and deps by Arnaldo Carvalho de Melo · 10 years ago
  60. 3967278 tools: Move bitops.h from tools/perf/util to tools/ by Arnaldo Carvalho de Melo · 10 years ago
  61. 0389cd1 tools: Move code originally from linux/log2.h to tools/include/linux/ by Arnaldo Carvalho de Melo · 10 years ago
  62. 73a31b7 perf tools: Move ACCESS_ONCE from perf.h header by Jiri Olsa · 10 years ago
  63. d944c4e tools: Consolidate types.h by Borislav Petkov · 10 years ago
  64. 5ac3e4b tools: Unify export.h by Borislav Petkov · 11 years ago
  65. 0e55fa1 perf tools: Move hash.h header by Borislav Petkov · 11 years ago
  66. 835d44b tools include: Define likely/unlikely in linux/compiler.h by Namhyung Kim · 11 years ago
  67. 8a625c1 tools include: Move perf's linux/compiler.h to a generic place by Namhyung Kim · 11 years ago