1. d1b39d4 tools: Make list.h self-sufficient by Josh Poimboeuf · 9 years ago
  2. 915b088 tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/ by Arnaldo Carvalho de Melo · 8 years ago
  3. ce99091 perf tools: Move strlcpy() from perf to tools/lib/string.c by Josh Poimboeuf · 9 years ago
  4. 7d85c43 tools: Clone the kernel's strtobool function by Wang Nan · 9 years ago
  5. 4ddd327 tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.c by Arnaldo Carvalho de Melo · 9 years ago
  6. 5602ea0 tools include: Add compiler.h to list.h by Arnaldo Carvalho de Melo · 9 years ago
  7. c95f343 tools include: Fix strict-aliasing rules breakage by Jiri Olsa · 9 years ago
  8. 45633a1 tools: Fix shadowed declaration in err.h by Jiri Olsa · 9 years ago
  9. 01ca9fd tools: Add err.h with ERR_PTR PTR_ERR interface by Jiri Olsa · 9 years ago
  10. dabf626 perf tools: Copy linux/filter.h to tools/include by He Kuang · 9 years ago
  11. 92e25fd tools: Restore export.h by Sasha Levin · 9 years ago
  12. 307bc97 tools: Copy rbtree_augmented.h from the kernel by Arnaldo Carvalho de Melo · 9 years ago
  13. 03da23a tools: Move rbtree.h from tools/perf/ by Arnaldo Carvalho de Melo · 9 years ago
  14. 3f73537 tools: Copy lib/rbtree.c to tools/lib/ by Arnaldo Carvalho de Melo · 9 years ago
  15. 728abda tools: Adopt {READ,WRITE_ONCE} from the kernel by Arnaldo Carvalho de Melo · 9 years ago
  16. 4fc62a8 tools: Move tools/perf/util/include/linux/{list.h,poison.h} to tools/include by Wang Nan · 9 years ago
  17. 37fbe0a perf tools: Move linux/kernel.h to tools/include by Wang Nan · 9 years ago
  18. 70ba6b8 tools include: add __aligned_u64 to types.h. by Wang Nan · 9 years ago
  19. da6d856 tools include: Add basic atomic.h implementation from the kernel sources by Arnaldo Carvalho de Melo · 9 years ago
  20. 42b09d7 perf tools: Move generic barriers out of perf-sys.h by Arnaldo Carvalho de Melo · 9 years ago
  21. d3bd708 perf tools: Move tile barrier.h stuff to tools/arch/tile/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  22. e2164f0 perf tools: Move mips barrier.h stuff to tools/arch/mips/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  23. 3d3337d perf tools: Move xtensa barrier.h stuff to tools/arch/xtensa/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  24. 4f3db07 perf tools: Move arm(64) barrier.h stuff to tools/arch/arm*/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  25. 163e589 perf tools: Move ia64 barrier.h stuff to tools/arch/ia64/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  26. 0da85d1 perf tools: Move alpha barrier.h stuff to tools/arch/alpha/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  27. 94cdda6 perf tools: Move sparc barrier.h stuff to tools/arch/sparc/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  28. 827634a perf tools: Move sh barrier.h stuff to tools/arch/sh/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  29. c6e39db tools: Adopt asm-generic/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  30. 5ac6973 perf tools: Move barrier() definition to tools/include/linux/compiler.h by Arnaldo Carvalho de Melo · 9 years ago
  31. 07d207a perf tools: Move s390 barrier.h stuff to tools/arch/s390/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  32. e43a19c perf tools: Move powerpc barrier.h stuff to tools/arch/powerpc/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  33. 361c564 perf tools: Move x86 barrier.h stuff to tools/arch/x86/include/asm/barrier.h by Arnaldo Carvalho de Melo · 9 years ago
  34. 25cd480 tools: Remove bitops/hweight usage of bits in tools/perf by Arnaldo Carvalho de Melo · 9 years ago
  35. bd18579 tools: Adopt roundup_pow_of_two by Arnaldo Carvalho de Melo · 10 years ago
  36. fa37c02 tools: Adopt rounddown_pow_of_two and deps by Arnaldo Carvalho de Melo · 10 years ago
  37. afcd4f6 tools: Adopt fls_long and deps by Arnaldo Carvalho de Melo · 10 years ago
  38. 3967278 tools: Move bitops.h from tools/perf/util to tools/ by Arnaldo Carvalho de Melo · 10 years ago
  39. 88bcea4 tools: Introduce asm-generic/bitops.h by Arnaldo Carvalho de Melo · 10 years ago
  40. 23e1a35 tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/lib by Arnaldo Carvalho de Melo · 10 years ago
  41. cae68d4 tools: Move code originally from asm-generic/atomic.h into tools/include/asm-generic/ by Arnaldo Carvalho de Melo · 10 years ago
  42. 0389cd1 tools: Move code originally from linux/log2.h to tools/include/linux/ by Arnaldo Carvalho de Melo · 10 years ago
  43. 2dc0b97 tools: Move __ffs implementation to tools/include/asm-generic/bitops/__ffs.h by Arnaldo Carvalho de Melo · 10 years ago
  44. ec84284 tools: add more endian.h macros by Peter Foley · 10 years ago
  45. 8c2b0dc Documentation: support glibc versions without htole macros by Peter Foley · 10 years ago
  46. 73a31b7 perf tools: Move ACCESS_ONCE from perf.h header by Jiri Olsa · 10 years ago
  47. d944c4e tools: Consolidate types.h by Borislav Petkov · 10 years ago
  48. 5ac3e4b tools: Unify export.h by Borislav Petkov · 10 years ago
  49. 0e55fa1 perf tools: Move hash.h header by Borislav Petkov · 10 years ago
  50. 741a0c5 tools include: Include <linux/compiler.h> from asm/bug.h by Namhyung Kim · 10 years ago
  51. 02dfc8d tools include: Move perf's bug.h to a generic place by Namhyung Kim · 10 years ago
  52. 835d44b tools include: Define likely/unlikely in linux/compiler.h by Namhyung Kim · 10 years ago
  53. 8a625c1 tools include: Move perf's linux/compiler.h to a generic place by Namhyung Kim · 10 years ago
  54. b353106 tools/include: use stdint types for user-space byteshift headers by Yaakov Selkowitz · 11 years ago
  55. a07f767 tools/include: Add byteshift headers for endian access by Matt Fleming · 12 years ago