Age | Commit message (Expand) | Author |
2016-12-20 | perf bench futex: Fix lock-pi help string | Davidlohr Bueso |
2016-10-25 | perf bench futex: Sanitize numeric parameters | Davidlohr Bueso |
2016-10-25 | perf bench futex: Avoid worker cacheline bouncing | Davidlohr Bueso |
2016-10-24 | perf bench futex: Cache align the worker struct | Sebastian Andrzej Siewior |
2016-10-24 | perf bench mem: Move boilerplate memory allocation to the infrastructure | Arnaldo Carvalho de Melo |
2016-08-23 | perf bench futex: Use NSEC_PER_USEC | Arnaldo Carvalho de Melo |
2016-08-23 | perf bench sched-messaging: Use USEC_PER_MSEC | Arnaldo Carvalho de Melo |
2016-08-23 | perf bench mem: Use USEC_PER_SEC | Arnaldo Carvalho de Melo |
2016-08-23 | perf bench sched-pipe: Use linux/time64.h, USEC_PER_SEC | Arnaldo Carvalho de Melo |
2016-08-23 | perf bench numa: Use NSEC_PER_U?SEC | Arnaldo Carvalho de Melo |
2016-07-12 | perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarks | Arnaldo Carvalho de Melo |
2016-07-12 | perf bench futex: Add missing compiler.h header | Arnaldo Carvalho de Melo |
2016-07-12 | perf bench: Disentangle headers | Arnaldo Carvalho de Melo |
2016-07-12 | perf bench: Add missing pthread.h include for CPU_*() macros | Arnaldo Carvalho de Melo |
2016-04-26 | perf bench: Remove one more die() call | Arnaldo Carvalho de Melo |
2016-04-25 | perf bench futex: Simplify wrapper for LOCK_PI | Davidlohr Bueso |
2016-03-23 | perf tools: Remove needless 'extern' from function prototypes | Arnaldo Carvalho de Melo |
2016-03-23 | perf tools: Remove misplaced __maybe_unused | Arnaldo Carvalho de Melo |
2016-03-21 | perf bench numa: Fix assertion for nodes bitfield | Jakub Jelen |
2016-03-09 | perf bench mem: Prepare the x86-64 build for upstream memcpy_mcsafe() changes | Ingo Molnar |
2015-12-17 | perf subcmd: Create subcmd library | Josh Poimboeuf |
2015-10-19 | perf bench: Use named initializers in the trailer too | Arnaldo Carvalho de Melo |
2015-10-19 | perf bench mem: Rename 'routine' to 'function' | Ingo Molnar |
2015-10-19 | perf bench: Harmonize all the -l/--nr_loops options | Ingo Molnar |
2015-10-19 | perf bench mem: Reorganize the code a bit | Ingo Molnar |
2015-10-19 | perf bench mem: Improve user visible strings | Ingo Molnar |
2015-10-19 | perf bench mem: Fix 'length' vs. 'size' naming confusion | Ingo Molnar |
2015-10-19 | perf bench mem: Rename 'routine' to 'routine_str' | Ingo Molnar |
2015-10-19 | perf bench mem: Change 'cycle' to 'cycles' | Ingo Molnar |
2015-10-19 | perf bench: Remove the prefaulting complication from 'perf bench mem mem*' | Ingo Molnar |
2015-10-19 | perf bench: Rename 'mem-memcpy.c' => 'mem-functions.c' | Ingo Molnar |
2015-10-19 | perf bench: Eliminate unused argument from bench_mem_common() | Ingo Molnar |
2015-10-19 | perf bench: Default to all routines in 'perf bench mem' | Ingo Molnar |
2015-10-19 | perf bench: Improve the 'perf bench mem memcpy' code readability | Ingo Molnar |
2015-07-20 | perf bench futex: Add lock_pi stresser | Davidlohr Bueso |
2015-05-18 | perf bench numa: Share sched_getcpu() __weak def with cloexec.c | Arnaldo Carvalho de Melo |
2015-05-11 | Merge branch 'perf/urgent' into perf/core, to resolve conflicts | Ingo Molnar |
2015-05-08 | perf bench futex: Handle spurious wakeups | Davidlohr Bueso |
2015-05-08 | perf bench futex: Support parallel waker threads | Davidlohr Bueso |
2015-05-06 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2015-05-06 | Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar |
2015-05-04 | perf bench numa: Show more stats of particular threads in verbose mode | Petr Holasek |
2015-04-27 | perf bench numa: Fix immediate meeting of convergence condition | Petr Holasek |
2015-04-27 | perf bench numa: Fixes of --quiet argument | Petr Holasek |
2015-04-27 | perf bench futex: Fix hung wakeup tasks after requeueing | Davidlohr Bueso |
2015-04-14 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2015-03-04 | Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel... | Ingo Molnar |
2015-03-03 | perf/bench: Add -r all so that you can run all mem* routines | Borislav Petkov |
2015-03-03 | perf/bench: Carve out mem routine benchmarking | Borislav Petkov |
2015-03-03 | perf/bench: Fix mem* routines usage after alternatives change | Borislav Petkov |