index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
bench
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf bench: Fix memcpy/memset output
Rabin Vincent
2014-12-09
1
-8
/
+10
*
perf bench: Merge memset into memcpy
Rabin Vincent
2014-12-09
2
-304
/
+90
*
perf bench: Prepare memcpy for merge
Rabin Vincent
2014-12-09
1
-78
/
+104
*
perf bench futex: Sanitize -q option in requeue
Davidlohr Bueso
2014-09-29
1
-1
/
+3
*
perf bench futex: Support operations for shared futexes
Davidlohr Bueso
2014-09-29
3
-16
/
+30
*
perf tools: Don't include sys/poll.h directly
Arnaldo Carvalho de Melo
2014-09-17
1
-1
/
+1
*
perf tools: Enable close-on-exec flag on perf file descriptor
Yann Droneaud
2014-07-18
2
-2
/
+6
*
perf bench sched-messaging: Drop barf()
Davidlohr Bueso
2014-06-19
1
-26
/
+19
*
perf bench mem: The -o and -n options are mutually exclusive
Davidlohr Bueso
2014-06-19
2
-0
/
+10
*
perf bench futex: Use global --repeat option
Davidlohr Bueso
2014-06-19
2
-19
/
+3
*
perf bench: Add --repeat option
Davidlohr Bueso
2014-06-19
1
-0
/
+1
*
perf bench sched-messaging: Plug memleak
Davidlohr Bueso
2014-06-19
1
-0
/
+2
*
Merge branch 'perf-core-for-mingo' into perf/urgent
Ingo Molnar
2014-04-14
1
-0
/
+4
|
\
|
*
perf bench: Set more defaults in the 'numa' suite
Ramkumar Ramachandra
2014-04-14
1
-0
/
+4
*
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-03-31
5
-0
/
+698
|
\
|
|
*
perf bench: Add futex-requeue microbenchmark
Davidlohr Bueso
2014-03-14
3
-0
/
+225
|
*
perf bench: Add futex-wake microbenchmark
Davidlohr Bueso
2014-03-14
3
-0
/
+212
|
*
perf bench: Add futex-hash microbenchmark
Davidlohr Bueso
2014-03-14
3
-0
/
+261
*
|
perf bench numa: Make no args mean 'run all tests'
Arnaldo Carvalho de Melo
2014-03-14
1
-0
/
+1
|
/
*
perf tools: Fix bench/numa.c for 32-bit build
Adrian Hunter
2013-10-21
1
-2
/
+2
*
perf bench: Fix failing assertions in numa bench
Petr Holasek
2013-10-11
1
-13
/
+21
*
perf bench sched: Add --threaded option
Ingo Molnar
2013-10-11
1
-29
/
+86
*
tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
Ingo Molnar
2013-10-09
4
-4
/
+4
*
perf bench: Fix memcpy benchmark for large sizes
Andi Kleen
2013-07-22
1
-0
/
+2
*
perf bench: Fix memory allocation fail check in mem{set,cpy} workloads
Kirill A. Shutemov
2013-07-08
2
-3
/
+3
*
perf tools: Fix LIBNUMA build with glibc 2.12 and older.
Vinson Lee
2013-03-14
1
-0
/
+24
*
perf: Add 'perf bench numa mem' NUMA performance measurement suite
Ingo Molnar
2013-01-30
2
-0
/
+1732
*
perf tools: Use __maybe_used for unused variables
Irina Tirdea
2012-09-11
5
-7
/
+8
*
perf bench: fix assert when NDEBUG is defined
Irina Tirdea
2012-09-08
1
-3
/
+3
*
perf bench: Fix confused variable namings and descriptions in mem subsystem
Hitoshi Mitake
2012-07-02
2
-80
/
+80
*
perf bench: Documentation update
Namhyung Kim
2012-06-27
2
-6
/
+6
*
perf tool: Fix perf stack to non executable on x86_64
Jiri Olsa
2012-02-06
1
-0
/
+7
*
Merge branch 'perf/urgent' into perf/core
Arnaldo Carvalho de Melo
2012-02-06
1
-0
/
+6
|
\
|
*
perf tools: Fix perf stack to non executable on x86_64
Jiri Olsa
2012-02-06
1
-0
/
+6
*
|
perf tools: Remove unnecessary ctype.h inclusion
Namhyung Kim
2012-01-30
2
-2
/
+0
*
|
perf bench: Allow passing an iteration count to "bench mem mem{cpy,set}"
Jan Beulich
2012-01-24
2
-4
/
+18
*
|
perf bench: Also allow measuring memset()
Jan Beulich
2012-01-24
5
-0
/
+322
*
|
perf bench: Also allow measuring alternative memcpy implementations
Jan Beulich
2012-01-24
2
-0
/
+12
*
|
perf bench: Make "default" memcpy() selection actually use glibc's implementa...
Jan Beulich
2012-01-24
1
-1
/
+1
|
/
*
perf tool: Fix gcc 4.6.0 issues
Kyle McMartin
2011-02-07
1
-1
/
+1
*
perf bench: Add feature that measures the performance of the arch/x86/lib/mem...
Hitoshi Mitake
2010-11-26
3
-0
/
+18
*
perf bench: Print both of prefaulted and no prefaulted results by default
Hitoshi Mitake
2010-11-26
1
-57
/
+162
*
perf options: Check v type in OPT_U?INTEGER
Arnaldo Carvalho de Melo
2010-05-17
1
-4
/
+2
*
perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...
Ian Munsie
2010-04-14
2
-3
/
+3
*
perf bench: fix spello
Randy Dunlap
2010-04-08
1
-1
/
+1
*
perf tools: Move the prototypes in util/string.h to util.h
Arnaldo Carvalho de Melo
2010-04-03
1
-1
/
+0
*
perf sched: Fix build failure on sparc
David Miller
2009-12-14
2
-4
/
+8
*
perf bench: Add "all" pseudo subsystem and "all" pseudo suite
Hitoshi Mitake
2009-12-14
2
-3
/
+4
*
perf tools: Introduce zalloc() for the common calloc(1, N) case
Arnaldo Carvalho de Melo
2009-11-24
1
-2
/
+2
*
perf bench: Make the mem/memcpy tests more user-friendly
Hitoshi Mitake
2009-11-22
1
-15
/
+22
[next]