summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-02-23Merge remote branch 'origin/work'David Sommerseth1-0/+70
2010-02-23Merge remote branch 'dsommers/master'David Sommerseth0-0/+0
2010-02-23Added signal handling in hackbenchDavid Sommerseth1-5/+27
2010-02-23hackbench: Implemented getoptDavid Sommerseth1-32/+97
2010-02-23(code cleanup) Tabified lines which was not tabbedDavid Sommerseth1-2/+2
2010-02-23Simplified and improved error logging, clarified some messagesDavid Sommerseth1-15/+15
2010-02-23Fixed a memory leak, receiver contexts not getting freed upon exitDavid Sommerseth1-1/+3
2010-02-23Reimplement better child tracking and improve error handlingDavid Sommerseth2-123/+124
2010-02-23Updated hackbench to lastest version availableDavid Sommerseth2-185/+333
2010-02-23added hackbench.8 manpage frameworkClark Williams1-0/+70
2010-02-23Merge remote branch 'davids/master' into workClark Williams2-187/+403
2010-02-23hackbench: Implemented getoptDavid Sommerseth1-32/+97
2010-02-23(code cleanup) Tabified lines which was not tabbedDavid Sommerseth1-2/+2
2010-02-23Simplified and improved error logging, clarified some messagesDavid Sommerseth1-15/+15
2010-02-23Fixed a memory leak, receiver contexts not getting freed upon exitDavid Sommerseth1-1/+3
2010-02-23Reimplement better child tracking and improve error handlingDavid Sommerseth2-123/+124
2010-02-23Updated hackbench to lastest version availableDavid Sommerseth2-185/+333
2010-02-22trivial: s/specifed/specified/Uwe Kleine-König1-1/+1
2010-02-19added hackbench to specfileClark Williams1-0/+4
2010-02-18added hackbench targetClark Williams1-1/+6
2010-02-18Fixed a few compiler and valgrind warningsDavid Sommerseth2-3/+4
2010-02-18Re-implement WIFEXITED() check on all childrenDavid Sommerseth1-5/+10
2010-02-18Fix waitpid() implementationDavid Sommerseth1-25/+38
2010-02-17hackbench: Wait for each child explicitly by using waitpid()David Sommerseth1-7/+29
2010-02-17Imported hackbench from rteval-1.18 (rteval-loads-1.0.1)David Sommerseth3-0/+320
2010-02-15version bump to 0.66Clark Williams2-1/+4
2010-02-15Fix incorrect usage of sched_setscheduler() in check_privs()Clark Williams1-4/+9
2010-02-08version bump to 0.65Clark Williams2-1/+5
2010-02-08[hwlatdetect] workaround for borken smi_detector.ko moduleClark Williams1-4/+15
2010-01-29version bump to 0.64Clark Williams2-1/+8
2010-01-29rt-tests: Ignore dependency files *.d in gitJohn Kacur1-0/+1
2010-01-27rt-tests: Automatically generate dependencies.John Kacur1-4/+16
2010-01-27rt-tests: Fix some style problems, such as spaces instead of tabs.John Kacur1-11/+11
2010-01-27rt-tests: Remove the ret variable, the end label and the goto.John Kacur1-9/+5
2010-01-27rt-tests: Separate the #ifdef LIBNUMA_API_VERSION functions.John Kacur1-4/+9
2010-01-27rt-tests: Add header including copyright notice to rt_numa.hJohn Kacur1-0/+13
2010-01-27fix missing BuildRequires for numactl-develClark Williams1-1/+1
2010-01-27version bump to 0.63Clark Williams2-1/+4
2010-01-26added libnuma v1 API supportClark Williams2-0/+38
2010-01-26version bump to 0.62Clark Williams2-1/+7
2010-01-26fixed numa compile and added numa option to usage printoutClark Williams2-2/+4
2010-01-26Add copyright statements to files in src/libUwe Kleine-König3-1/+17
2010-01-26moved hwlatdetect to python site-libraryClark Williams2-2/+10
2010-01-26rt-tests: Support static linking by reordering the link flags in LIBSGeunSik Lim1-1/+1
2010-01-26simplify equal priority logic for cyclictestClark Williams1-2/+5
2010-01-26rt-tests: Make cyclic test compilable for non-numa systems.John Kacur2-33/+87
2010-01-26rt-tests: Makefile: Add NUMA compile option.John Kacur1-2/+7
2010-01-26setup equal priorities on all cpus in numa mode in cyclictestClark Williams1-3/+1
2010-01-26fixed missing reference to outpar labelClark Williams1-1/+1
2010-01-26added threadalloc/threadfree for thread memmory manipulationClark Williams2-61/+46
2010-01-26added numa logic to cyclictestClark Williams1-56/+184
2010-01-13version bump to 0.61Clark Williams2-1/+5
2010-01-13fixed missing short option 'S' in getopt_long() callClark Williams1-1/+1
2010-01-13added SMP testing option and make use of new diag functionsClark Williams2-30/+45
2010-01-13added merge to master step in release checklistClark Williams1-0/+1
2010-01-13added warn() and fatal() routinesClark Williams2-0/+28
2009-12-29version bump to 0.60Clark Williams2-1/+9
2009-12-29cyclictest: add command line option for unbuffered outputMichael Olbrich1-1/+4
2009-12-24rt-tests: Add a new test pip - priority inheritance with processesCarsten Emde1-0/+1
2009-12-23rt-tests: Add a "make tags" option.John Kacur1-0/+5
2009-12-23rt-tests: pip - Use check_privs() from the rt-utils library.John Kacur3-1/+5
2009-12-23rt-tests: Move header files from src/lib to src/includeJohn Kacur3-1/+1
2009-12-23rt-tests: Add a new test pip - priority inheritance with processesJohn Kacur5-3/+391
2009-12-23rt-tests: Add error routines to the libraryJohn Kacur2-0/+63
2009-12-22version bump to 0.59Clark Williams2-1/+11
2009-12-22deleted classic_pi programClark Williams3-618/+1
2009-12-22rt-tests: Add help screen info about -M / refresh_on_max in cyclictestJohn Kacur1-0/+1
2009-12-22Missing parsing of --mlockall in signaltestDavid Sommerseth1-0/+1
2009-12-22Fixed missing parsing of short arguments in classic_pi (David)David Sommerseth1-1/+1
2009-12-22rt-tests: Better explanation in the kernel moduleCarsten Emde1-1/+6
2009-12-22rt-tests: Clean-up, Fix the comment part of the #endif protecting include filesJohn Kacur2-2/+2
2009-12-21version bump to 0.58Clark Williams2-1/+5
2009-12-21fixed missing function invocation in cyclictestClark Williams1-1/+1
2009-12-21move guard macros into implementor namespaceClark Williams2-4/+4
2009-12-21Completely remove VERSION_STRING until we have a better solution.Carsten Emde1-1/+1
2009-12-21rt-tests: Clean-up - protect rt-utils.hJohn Kacur1-0/+5
2009-12-21rt-tests: Add a get_cpu() function to the library.John Kacur7-41/+102
2009-12-21rt-tests: Makefile - Changes to unify and simplify the MakefileJohn Kacur8-32/+35
2009-12-21Merge remote branch 'clrk/master' into rt-tests-devJohn Kacur10-2255/+2250
2009-12-21convert source back to unix text (was DOS text)Clark Williams10-2250/+2250
2009-12-15Merge commit 'clrk/master' into rt-tests-devJohn Kacur2-2/+11
2009-12-15version bump to 0.57Clark Williams2-1/+20
2009-12-15Add the following new tests - ptsematest - sigwaittest - svsematest - sendmeCarsten Emde1-0/+10
2009-12-15Explain that the backfire kernel module may need building.Carsten Emde1-1/+6
2009-12-14Add a .gitignore file in the backfire directory for generated files.John Kacur1-0/+5
2009-12-14Remove making of backfire kernel module from the rt-tests makefileJohn Kacur1-3/+1
2009-12-14The PHONY target for install is incorrectly specified as "all"John Kacur1-1/+1
2009-12-14The version of check_privs that got added to the library must have comeJohn Kacur1-0/+1
2009-12-14Add the new tests to .gitignoreJohn Kacur1-0/+5
2009-12-14Use sched_getcpuJohn Kacur2-34/+2
2009-12-14Add the following new testsCarsten Emde16-6/+2557
2009-12-14Make use of the new library functions in signaltest.Carsten Emde2-26/+3
2009-12-14Make use of the library functions in cyclic test.Carsten Emde2-74/+16
2009-12-14Start a separate library of functions for the rt-test suite.Carsten Emde2-0/+71
2009-12-11Merge commit 'v0.56' into rt-tests-devJohn Kacur3-23/+43
2009-12-10version bump to 0.56Clark Williams2-1/+4
2009-12-10[cyclictest] print thread ids when breaktracingClark Williams1-22/+39
2009-11-19Merge commit 'v0.55' into rt-tests-devJohn Kacur3-2/+9
2009-11-19version bump to 0.55Clark Williams2-1/+8
2009-11-19rt-tests: pi_stress: cosmetic newline addedClark Williams1-1/+1
2009-11-19rt-tests: pi_stress: Remove racy state variables that cause watchdog to triggerJohn Kacur1-15/+7
2009-11-19rt-tests: pi_stress: Check whether quiet is set, before taking shutdown_mtxJohn Kacur1-7/+6
2009-11-19rt-tests: pi_stress: Use a pthread_mutex_t for the global variable shutdownJohn Kacur1-3/+22
2009-11-19rt-tests: pi_stress: Remove racy state variables that cause watchdog to triggerJohn Kacur1-15/+7
2009-11-19rt-tests: pi_stress: Check whether quiet is set, before taking shutdown_mtxJohn Kacur1-7/+6
2009-11-19rt-tests: pi_stress: Use a pthread_mutex_t for the global variable shutdownJohn Kacur1-3/+22
2009-11-18Merge branch 'master' into rt-tests-devJohn Kacur3-3/+14
2009-11-17version bump to 0.54Clark Williams2-2/+10
2009-11-17rt-tests: Makefile - rt-tests.spec is not a PHONY targetJohn Kacur1-2/+0
2009-11-17pi_stress: Convert c-plus style comments to c-style commentsJohn Kacur1-79/+80
2009-11-17pi_stress: Fix trailing-whitespace warnings.John Kacur1-12/+12
2009-11-17pi_stress: Fix indentation problems with Lindent from the kernelJohn Kacur1-170/+183
2009-11-17rt-tests: Makefile - Add a DEBUG option to the MakefileJohn Kacur1-1/+7
2009-11-17rt-tests: Makefile - Specify when a target is a PHONY target.John Kacur1-0/+13
2009-11-17rt-tests: Makefile - Change FLAGS to CFLAGSJohn Kacur1-6/+6
2009-11-16rt-tests: Makefile - rt-tests.spec is not a PHONY targetJohn Kacur1-2/+0
2009-11-16pi_stress: Convert c-plus style comments to c-style commentsJohn Kacur1-79/+80
2009-11-16added back dist macroClark Williams1-1/+4
2009-11-16pi_stress: Fix trailing-whitespace warnings.John Kacur1-12/+12
2009-11-16pi_stress: Fix indentation problems with Lindent from the kernelJohn Kacur1-170/+183
2009-11-16rt-tests: Makefile - Add a DEBUG option to the MakefileJohn Kacur1-1/+7
2009-11-16rt-tests: Makefile - Specify when a target is a PHONY target.John Kacur1-0/+13
2009-11-16rt-tests: Makefile - Change FLAGS to CFLAGSJohn Kacur1-6/+6
2009-10-07patch from Hans-Peter Bock <Hans-Peter.Bock@isw.uni-stuttgart.de>Clark Williams1-1/+1
2009-10-06version bump to 0.53Clark Williams2-1/+5
2009-10-06fixed incorrect format in hwlatdetect.pyClark Williams1-1/+1
2009-09-21add new file doc/realease-checklist.txtClark Williams1-0/+8
2009-09-21version bump to 0.52Clark Williams2-1/+6
2009-09-21cleanups for rt-migrate-testClark Williams3-2/+10
2009-09-21added Steven Rostedt's rt-migrate-testClark Williams1-0/+589
2009-09-14pi_stress clean-ups, fix hang.John Kacur3-141/+188
2009-09-03documented -M optionClark Williams1-2/+5
2009-09-03version bump to 0.51Clark Williams2-1/+9
2009-09-03Merge commit 'uwe/for-clark'Clark Williams2-6/+4
2009-09-03cyclictest.8: make description of --policy consistent to other optionsUwe Kleine-König1-4/+2
2009-09-03manpages: fix lintian warning hyphen-used-as-minus-signUwe Kleine-König2-3/+3
2009-08-27cyclictest: add --update_on_max optionArnaldo Carvalho de Melo1-3/+20
2009-07-16added extra status prints to scripts/do-git-pushClark Williams2-1/+7
2009-07-16version bump to 0.50Clark Williams2-1/+10
2009-07-15major rewrite of hwlatdetect.py to handle old smi_detector moduleClark Williams1-74/+227
2009-07-15removed redirect to /dev/null and added --dryrun pushClark Williams1-8/+6
2009-07-13Merge branch 'clark'Clark Williams2-19/+57
2009-07-13small tweaks to Uwe's changes to scripts/do-push-gitClark Williams1-10/+41
2009-07-13scripts/do-git-push: optimize a few forks awayUwe Kleine-König1-5/+10
2009-07-13version bump to 0.49Clark Williams1-1/+1
2009-07-13cyclictest: process option before checking for permissionsSebastian Andrzej Siewior1-2/+2
2009-07-13cyclictest: exit with an error code in error caseSebastian Andrzej Siewior1-3/+5
2009-07-07version bump to 0.48Clark Williams1-1/+4
2009-07-07moved to scripts directoryClark Williams1-34/+0
2009-07-07Added sanity checks and comments to scripts/do-git-pushClark Williams1-0/+78
2009-07-07added do-git-push scriptClark Williams1-0/+34
2009-07-05version bump to 0.47Clark Williams1-1/+1
2009-07-05updated change logClark Williams1-0/+6
2009-07-05change options for --policy to be string names rather than integersClark Williams2-12/+87
2009-07-05Subject: [PATCH]cyclictest: Arrange alphabetically for readability ofClark Williams1-9/+9
2009-07-05Subject: [PATCH] cyclictest: Add policy option to support FIFO or RR byClark Williams2-8/+22
2009-07-05Subject: [PATCH] cyclictest : Appended man & usage about the same priorityClark Williams2-1/+2
2009-07-05changed smidetect to hwlatdetect in .gitignoreClark Williams1-1/+1
2009-07-02added fix from Daniel Gollub <dgollub@suse.de> for doomsday latencyClark Williams2-1/+4
2009-07-02Subject: Handle doomsday latency for cyclictest in histogram modeDaniel Gollub1-6/+30
2009-07-02updated changelog for 0.45Clark Williams1-0/+5
2009-07-02version bump to 0.45; added help target to MakefileClark Williams1-1/+13
2009-07-02Change output format to allow 6 digits.Sven-Thorsten Dietrich1-1/+1
2009-07-02added debug prints and retry logic to hwlatdetect enable/disable code and det...Clark Williams1-4/+4
2009-07-02Avoid segfault of cyclictest if it gets immediately interrupted.Daniel Gollub1-5/+12
2009-06-30version bump to v0.44Clark Williams1-1/+1
2009-06-30renamed smidetect to hwlatdetect in specfile templateClark Williams1-2/+6
2009-06-30added code to resize window/width when setting the other to a smaller valueClark Williams1-0/+6
2009-06-25version bump to 0.43Clark Williams2-1/+7
2009-06-24hwlatdetect.8: There is no macro .RUwe Kleine-König1-2/+3
2009-06-12version bump to 0.42Clark Williams1-1/+1
2009-06-12added copyright header to hwlatdetect.pyClark Williams1-0/+6
2009-06-12updated hwlatdetect.8 to reflect new options/behaviorClark Williams1-21/+42
2009-06-12merge resolutionClark Williams8-381/+392
2009-06-12added hwlatdetect remove in clean target of MakefileClark Williams1-0/+1
2009-06-12removed internal defaults (went with module defaults); added debugging code; ...Clark Williams1-21/+28
2009-06-12Make comment describing set_debugfileprefix a bit clearerUwe Kleine-König1-1/+1
2009-06-10handled module changesClark Williams2-45/+51
2009-06-10updated distclean targetClark Williams1-1/+1
2009-06-10the great renaming: smidetect -> hwlatClark Williams4-83/+54
2009-06-09added smidetect and generated spec file to .gitignoreClark Williams1-0/+2
2009-06-09added non-blocking open+polling read to handle new module logic; added debug ...Clark Williams1-44/+54
2009-05-30rewrite to match updated smi_detector moduleClark Williams3-65/+79
2009-05-28cyclictest: calcdiff calculated wrong seconds if the difference was bigger th...Stefan Agner1-6/+6
2009-05-14smidetect.8: There is no macro .RUwe Kleine-König1-1/+1
2009-05-13added smidetectClark Williams3-2/+12
2009-05-12added rule to ignore emacs backupfilesClark Williams1-0/+1
2009-05-12initial checkinClark Williams1-0/+85
2009-05-12initial checkinClark Williams1-0/+352
2009-05-12initial checkinClark Williams1-0/+137
2009-05-06version bump to 0.39Clark Williams1-1/+1
2009-05-02Makefile: don't override DESTDIR, prefix, bindir and mandirUwe Kleine-König1-4/+4
2009-05-02signaltest: fix typo in copyright headerUwe Kleine-König1-1/+1
2009-05-02escape minus signs in manpagesUwe Kleine-König2-15/+15
2009-04-30version bump to 0.38Clark Williams1-1/+1
2009-04-30added code to usage message to show configured tracers if debugfs mountedClark Williams1-3/+15
2009-04-30cyclictest: Remove duplicate entry for -m from manpageTobias Klauser1-3/+0
2009-04-29updated version string to 0.37Clark Williams1-1/+1
2009-04-29added --tracer and --traceopt optionsClark Williams1-0/+8
2009-04-29added --tracer and --traceopt optionsClark Williams1-4/+52