summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* man page for pip_stressfor-clarkUwe Kleine-König2011-06-272-0/+26
* kernvar(): fix possible buffer overflow in string handlingUwe Kleine-König2011-06-272-4/+19
* version bump to 0.73v0.73Clark Williams2011-05-092-1/+16
* hackbench: add setjmp/longjmp and rework signal handling logicClark Williams2011-05-051-34/+49
* cyclictest: Fixed incorrect wakeup reset interfaceGeunsik Lim2011-05-041-1/+2
* Simplify Makefile using -D option to installWolfram Sang2011-05-041-4/+2
* add histogram summary column option (-H) to cyclictestCarsten Emde2011-05-042-10/+47
* fix sched_setaffinity type error when building with UCLIBCDaniel Sangorrin2011-05-041-4/+16
* install backfire's MakefileUwe Kleine-König2010-07-011-0/+1
* modernize backfire's MakefileUwe Kleine-König2010-07-011-9/+12
* version bump to 0.72v0.72Clark Williams2010-06-252-1/+7
* convert convert 'unsigned long long' and 'long long' to uint64_t and int64_tClark Williams2010-06-251-8/+9
* added --numa option to cyclictest man pageClark Williams2010-06-141-1/+9
* version bump to 0.71v0.71Clark Williams2010-05-182-1/+5
* cyclictest: fix accumulating overruns in periodic timer modeMichal Schmidt2010-05-181-0/+5
* version bump to 0.70v0.70Clark Williams2010-04-092-1/+5
* skip python dependency in rt-tests make installOlaf Hering2010-04-091-3/+6
* version bump to 0.69v0.69Clark Williams2010-04-092-1/+8
* default cyclictest to SCHED_OTHER; clean up help messageClark Williams2010-04-091-3/+3
* added pmqtest to .gitignoreClark Williams2010-04-091-0/+1
* fix bus error when in numa mode with more than 16 coresClark Williams2010-04-011-1/+1
* replace nanosleep with clock_nanosleep in pmqtestClark Williams2010-04-011-2/+2
* Add pmqtest programCarsten Emde2010-04-015-2/+668
* fixed typo in cyclictest.8 man pageClark Williams2010-04-011-1/+1
* version bump to 0.68v0.68Clark Williams2010-03-192-1/+4
* handle ftrace difference between 2.6.24 and 2.6.33Clark Williams2010-03-191-3/+24
* version bump to 0.67v0.67Clark Williams2010-03-162-3/+21
* Merge branch 'work' into tempClark Williams2010-03-167-10/+610
|\
| * added hackbench executable to ignore targets in .gitignoreClark Williams2010-03-161-0/+1
| * reword rpm %description field for clarity (BZ# 572323)Clark Williams2010-03-161-3/+3
| * modifications to ftrace logic for correct operationClark Williams2010-03-161-4/+11
| * cyclictest - fixed missing ':' in option processing string for -T optionClark Williams2010-03-101-2/+2
| * fix stupid typo in %changelog dateClark Williams2010-02-241-1/+1
| * Merge remote branch 'uwe/for-clark' into workClark Williams2010-02-242-5/+3
| |\
| | * Makefile: don't use temporary files in generation of dependency filesUwe Kleine-König2010-02-241-4/+1
| | * install backfire.c to $(srcdir)/backfire/Uwe Kleine-König2010-02-241-0/+1
| | * trivial: s/specifed/specified/Uwe Kleine-König2010-02-221-1/+1
| * | added hackbench manpage installation bitsClark Williams2010-02-242-0/+2
| * | Merge remote branch 'davids/master' into workClark Williams2010-02-241-1/+37
| |\ \
| | * | Updated hackbench man page with some examples and some extra details re. fdsDavid Sommerseth2010-02-241-1/+37
| * | | Merge remote branch 'davids/master' into workClark Williams2010-02-242-174/+50
| |\| |
| | * | hackbench - Taken out the runit.pl scriptDavid Sommerseth2010-02-242-126/+1
| | * | hackbench, man page: Added another contributor and a brief history of hackbenchDavid Sommerseth2010-02-241-5/+19
| | * | man page, hackbench - Corrected wrong spellingDavid Sommerseth2010-02-241-1/+1
| | * | Updated man page for hackbenchDavid Sommerseth2010-02-241-51/+38
| | * | Merge remote branch 'origin/work'David Sommerseth2010-02-231-0/+70
| | |\ \
| * | | | Merge remote branch 'davids/master' into workClark Williams2010-02-231-5/+27
| |\| | | | | |/ / | |/| |
| | * | Merge remote branch 'dsommers/master'David Sommerseth2010-02-230-0/+0
| | |\ \
| | * | | Added signal handling in hackbenchDavid Sommerseth2010-02-231-5/+27
| | * | | hackbench: Implemented getoptDavid Sommerseth2010-02-231-32/+97