1. 510b5d8 perf bench numa: Fixup discontiguous/sparse numa nodes by Satheesh Rajendran · 7 years ago
  2. 15c249c perf bench numa: Avoid possible truncation when using snprintf() by Arnaldo Carvalho de Melo · 7 years ago
  3. 565e691 perf bench futex: Use NSEC_PER_USEC by Arnaldo Carvalho de Melo · 8 years ago
  4. af15e67 perf bench sched-messaging: Use USEC_PER_MSEC by Arnaldo Carvalho de Melo · 8 years ago
  5. f2b91be perf bench mem: Use USEC_PER_SEC by Arnaldo Carvalho de Melo · 8 years ago
  6. 16633cc perf bench sched-pipe: Use linux/time64.h, USEC_PER_SEC by Arnaldo Carvalho de Melo · 8 years ago
  7. a8ad832 perf bench numa: Use NSEC_PER_U?SEC by Arnaldo Carvalho de Melo · 8 years ago
  8. 7d7d1bf perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarks by Arnaldo Carvalho de Melo · 8 years ago
  9. 86695f5 perf bench futex: Add missing compiler.h header by Arnaldo Carvalho de Melo · 8 years ago
  10. 9c304f6 perf bench: Disentangle headers by Arnaldo Carvalho de Melo · 8 years ago
  11. 8a15858 perf bench: Add missing pthread.h include for CPU_*() macros by Arnaldo Carvalho de Melo · 8 years ago
  12. c2a218c perf bench: Remove one more die() call by Arnaldo Carvalho de Melo · 8 years ago
  13. 73b1794 perf bench futex: Simplify wrapper for LOCK_PI by Davidlohr Bueso · 8 years ago
  14. 3938bad perf tools: Remove needless 'extern' from function prototypes by Arnaldo Carvalho de Melo · 8 years ago
  15. b8f8eb8 perf tools: Remove misplaced __maybe_unused by Arnaldo Carvalho de Melo · 8 years ago
  16. 3c52b65 perf bench numa: Fix assertion for nodes bitfield by Jakub Jelen · 8 years ago
  17. 3a99e6d perf bench mem: Prepare the x86-64 build for upstream memcpy_mcsafe() changes by Ingo Molnar · 8 years ago
  18. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  19. a4c6a3e perf bench: Use named initializers in the trailer too by Arnaldo Carvalho de Melo · 9 years ago
  20. 2f211c8 perf bench mem: Rename 'routine' to 'function' by Ingo Molnar · 9 years ago
  21. b0d22e5 perf bench: Harmonize all the -l/--nr_loops options by Ingo Molnar · 9 years ago
  22. 5dd9330 perf bench mem: Reorganize the code a bit by Ingo Molnar · 9 years ago
  23. 13b1fdc perf bench mem: Improve user visible strings by Ingo Molnar · 9 years ago
  24. a69b4f7 perf bench mem: Fix 'length' vs. 'size' naming confusion by Ingo Molnar · 9 years ago
  25. e815e32 perf bench mem: Rename 'routine' to 'routine_str' by Ingo Molnar · 9 years ago
  26. b14f2d3 perf bench mem: Change 'cycle' to 'cycles' by Ingo Molnar · 9 years ago
  27. 6db175c perf bench: Remove the prefaulting complication from 'perf bench mem mem*' by Ingo Molnar · 9 years ago
  28. 9b2fa7f perf bench: Rename 'mem-memcpy.c' => 'mem-functions.c' by Ingo Molnar · 9 years ago
  29. 2946f59 perf bench: Eliminate unused argument from bench_mem_common() by Ingo Molnar · 9 years ago
  30. 2761974 perf bench: Default to all routines in 'perf bench mem' by Ingo Molnar · 9 years ago
  31. 13839ec perf bench: Improve the 'perf bench mem memcpy' code readability by Ingo Molnar · 9 years ago
  32. d2f3f5d perf bench futex: Add lock_pi stresser by Davidlohr Bueso · 9 years ago
  33. 2d8e405 perf bench numa: Share sched_getcpu() __weak def with cloexec.c by Arnaldo Carvalho de Melo · 9 years ago
  34. f7dc7fd Merge branch 'perf/urgent' into perf/core, to resolve conflicts by Ingo Molnar · 9 years ago
  35. 598adc5 perf bench futex: Handle spurious wakeups by Davidlohr Bueso · 9 years ago
  36. d65817b perf bench futex: Support parallel waker threads by Davidlohr Bueso · 9 years ago
  37. d8fce2d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  38. 1836ac8 Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  39. b64aa55 perf bench numa: Show more stats of particular threads in verbose mode by Petr Holasek · 9 years ago
  40. 1d90a68 perf bench numa: Fix immediate meeting of convergence condition by Petr Holasek · 9 years ago
  41. 24f1ced perf bench numa: Fixes of --quiet argument by Petr Holasek · 9 years ago
  42. 052b0f6 perf bench futex: Fix hung wakeup tasks after requeueing by Davidlohr Bueso · 9 years ago
  43. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  44. f8e92fb4 Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/asm by Ingo Molnar · 9 years ago
  45. dfecb95 perf/bench: Add -r all so that you can run all mem* routines by Borislav Petkov · 9 years ago
  46. 515e23f perf/bench: Carve out mem routine benchmarking by Borislav Petkov · 9 years ago
  47. 0cf5593 perf/bench: Fix mem* routines usage after alternatives change by Borislav Petkov · 9 years ago
  48. 33be4ef Merge 'tip/perf/urgent' into perf/core to pick fixes by Arnaldo Carvalho de Melo · 9 years ago
  49. e17fdae perf bench: Fix order of arguments to memcpy_alloc_mem by Bruce Merry · 9 years ago
  50. 72965b8 perf build: Add bench objects building by Jiri Olsa · 10 years ago
  51. 459a3df perf tools: Provide stub for missing pthread_attr_setaffinity_np by Vineet Gupta · 9 years ago
  52. ea1fe3a perf tools: Avoid build splat for syscall numbers with uclibc by Vineet Gupta · 9 years ago
  53. 1182f88 perf bench: Fix memcpy/memset output by Rabin Vincent · 10 years ago
  54. 5bce1a5 perf bench: Merge memset into memcpy by Rabin Vincent · 10 years ago
  55. 308197b perf bench: Prepare memcpy for merge by Rabin Vincent · 10 years ago
  56. e19685e perf bench futex: Sanitize -q option in requeue by Davidlohr Bueso · 10 years ago
  57. 86c87e1 perf bench futex: Support operations for shared futexes by Davidlohr Bueso · 10 years ago
  58. a8fa496 perf tools: Don't include sys/poll.h directly by Arnaldo Carvalho de Melo · 10 years ago
  59. 57480d2 perf tools: Enable close-on-exec flag on perf file descriptor by Yann Droneaud · 10 years ago
  60. ecdac96 perf bench sched-messaging: Drop barf() by Davidlohr Bueso · 10 years ago
  61. 424e963 perf bench mem: The -o and -n options are mutually exclusive by Davidlohr Bueso · 10 years ago
  62. d9de84a perf bench futex: Use global --repeat option by Davidlohr Bueso · 10 years ago
  63. b6f0629 perf bench: Add --repeat option by Davidlohr Bueso · 10 years ago
  64. b094c99 perf bench sched-messaging: Plug memleak by Davidlohr Bueso · 10 years ago
  65. fbdd17e Merge branch 'perf-core-for-mingo' into perf/urgent by Ingo Molnar · 10 years ago
  66. 40ba93e perf bench: Set more defaults in the 'numa' suite by Ramkumar Ramachandra · 10 years ago
  67. 8c292f1 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  68. 0fb298c perf bench: Add futex-requeue microbenchmark by Davidlohr Bueso · 11 years ago
  69. 27db783 perf bench: Add futex-wake microbenchmark by Davidlohr Bueso · 11 years ago
  70. a043971 perf bench: Add futex-hash microbenchmark by Davidlohr Bueso · 11 years ago
  71. 0fae799 perf bench numa: Make no args mean 'run all tests' by Arnaldo Carvalho de Melo · 10 years ago
  72. 2100f77 perf tools: Fix bench/numa.c for 32-bit build by Adrian Hunter · 11 years ago
  73. b81a48e perf bench: Fix failing assertions in numa bench by Petr Holasek · 11 years ago
  74. a9faa0c perf bench sched: Add --threaded option by Ingo Molnar · 11 years ago
  75. 89fe808 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT by Ingo Molnar · 11 years ago
  76. a198996 perf bench: Fix memcpy benchmark for large sizes by Andi Kleen · 11 years ago
  77. 1396672 perf bench: Fix memory allocation fail check in mem{set,cpy} workloads by Kirill A. Shutemov · 11 years ago
  78. d1398cc perf tools: Fix LIBNUMA build with glibc 2.12 and older. by Vinson Lee · 11 years ago
  79. 1c13f3c perf: Add 'perf bench numa mem' NUMA performance measurement suite by Ingo Molnar · 12 years ago
  80. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  81. 8bf98b8 perf bench: fix assert when NDEBUG is defined by Irina Tirdea · 12 years ago
  82. 17d7a11 perf bench: Fix confused variable namings and descriptions in mem subsystem by Hitoshi Mitake · 12 years ago
  83. 08942f6 perf bench: Documentation update by Namhyung Kim · 12 years ago
  84. e89cef1 perf tool: Fix perf stack to non executable on x86_64 by Jiri Olsa · 12 years ago
  85. 5ddf146 Merge branch 'perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 12 years ago
  86. 7a0153e perf tools: Fix perf stack to non executable on x86_64 by Jiri Olsa · 12 years ago
  87. d30d4a0 perf tools: Remove unnecessary ctype.h inclusion by Namhyung Kim · 12 years ago
  88. e3e877e perf bench: Allow passing an iteration count to "bench mem mem{cpy,set}" by Jan Beulich · 12 years ago
  89. be3de80 perf bench: Also allow measuring memset() by Jan Beulich · 12 years ago
  90. 800eb01 perf bench: Also allow measuring alternative memcpy implementations by Jan Beulich · 12 years ago
  91. 9ea8119 perf bench: Make "default" memcpy() selection actually use glibc's implementation by Jan Beulich · 12 years ago
  92. fb7d0b3 perf tool: Fix gcc 4.6.0 issues by Kyle McMartin · 13 years ago
  93. ea7872b perf bench: Add feature that measures the performance of the arch/x86/lib/memcpy_64.S memcpy routines via 'perf bench mem' by Hitoshi Mitake · 14 years ago
  94. 49ce8fc perf bench: Print both of prefaulted and no prefaulted results by default by Hitoshi Mitake · 14 years ago
  95. 1967936 perf options: Check v type in OPT_U?INTEGER by Arnaldo Carvalho de Melo · 14 years ago
  96. c055564 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() by Ian Munsie · 14 years ago
  97. f0e9c4f perf bench: fix spello by Randy Dunlap · 14 years ago
  98. e206d55 perf tools: Move the prototypes in util/string.h to util.h by Arnaldo Carvalho de Melo · 14 years ago
  99. 2cd9046 perf sched: Fix build failure on sparc by David Miller · 15 years ago
  100. 2044279 perf bench: Add "all" pseudo subsystem and "all" pseudo suite by Hitoshi Mitake · 15 years ago