summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-01-13version bump to 0.61v0.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.60v0.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.59v0.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.58v0.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.57v0.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.56v0.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.55v0.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.54v0.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.53v0.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.52v0.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 optionv0.51Clark 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.50v0.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'v0.49Clark 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.48v0.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.47v0.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 latencyv0.46Clark 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 Makefilev0.45Clark 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.44v0.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.43v0.43Clark Williams2-1/+7
2009-06-24hwlatdetect.8: There is no macro .RUwe Kleine-König1-2/+3
2009-06-12version bump to 0.42v0.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 resolutionv0.41Clark 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 smidetectv0.40Clark 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.39v0.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.38v0.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.37v0.37Clark Williams1-1/+1
2009-04-29added --tracer and --traceopt optionsClark Williams1-0/+8
2009-04-29added --tracer and --traceopt optionsClark Williams1-4/+52
2009-04-24correct usage message for -w and -WClark Williams1-3/+3
2009-04-24add -w and -WClark Williams1-1/+7
2009-04-24 [PATCH] cyclictest: Add tracing function about wakeup and wakeup_rt of ft...GeunSik Lim1-1/+15
2009-04-24cyclictest: Remove duplicated description of cyclictest usage like -h.GeunSik Lim1-1/+0
2009-04-20version bump to 0.36v0.36Clark Williams1-1/+1
2009-04-20updated cyclictest man page with -C/--context and -E/--event optionsClark Williams1-0/+6
2009-04-20cyclictest: bugfix getopt_long() for -C and -F.GeunSik Lim1-1/+1
2009-04-07fixed release target in Makefile so rpms will buildv0.35Clark Williams1-3/+4
2009-04-07adjustedt install target to match Uwe's DESTDIR/prefix splitClark Williams1-1/+1
2009-04-07split function of DESTDIR into DESTDIR + prefixUwe Kleine-König2-9/+10
2009-04-07Signed-off-by: Clark Williams <williams@redhat.com>Uwe Kleine-König1-1/+1
2009-04-05version bump to 0.34v0.34Clark Williams1-1/+1
2009-04-05reworked settracer()Clark Williams1-11/+17
2009-03-30version bump to 0.33v0.33Clark Williams1-1/+1
2009-03-30fix formatting damage from nanosecond patchClark Williams1-3/+8
2009-03-28version bump to 0.32v0.32Clark Williams1-1/+1
2009-03-28cyclictest: Added option for results in nanosecondsLuis Henriques2-3/+21
2009-03-28cyclictest: init tracer only onceThomas Gleixner1-95/+103
2009-03-28cyclictest: fix priviledge testThomas Gleixner1-1/+2
2009-03-21added license header to sigtest.cClark Williams1-0/+20
2009-03-20version bump to 0.31v0.31Clark Williams1-1/+1
2009-03-17Avoid ChangeLog erasing in tarball releaseAlessio Igor Bogani1-1/+2
2009-02-13To: rt-users <linux-rt-users@vger.kernel.org>v0.30Thomas Gleixner1-21/+26
2009-02-13To: rt-users <linux-rt-users@vger.kernel.org>Thomas Gleixner1-21/+23
2009-02-09he help for the -C option was being printed out inside the help of the -cLuis Henriques1-1/+1
2008-12-18corrected version bumpClark Williams1-1/+1
2008-12-18bumped version stringClark Williams1-1/+1
2008-12-18changed deadlock detection to be a little more flexibleClark Williams1-109/+49
2008-12-18updated pi_stress option processingClark Williams1-41/+116
2008-12-11Patch to fix tracer selection in cyclictest when using -bLuis Claudio R. Goncalves1-8/+27
2008-12-11cyclictest fixup for tracingClark Williams1-1/+2
2008-12-11Return-Path: <linux-rt-users-owner@vger.kernel.org>Clark Williams0-0/+0
2008-12-11Makefile patch to prevent deleting too many files in clean operationAlessio Igor Bogani1-2/+2
2008-12-02changed test to not require rootClark Williams2-6/+52
2008-10-22told git to ignore tarballs and tmpdirv0.28Clark Williams1-2/+2
2008-10-22changed release target in MakefileClark Williams1-1/+3
2008-10-22add option to run for specified durationClark Williams3-7/+69
2008-10-22Subject: Add histogram support to cyclictestSven-Thorsten Dietrich2-5/+68
2008-09-25fixed merge breakageClark Williams1-2/+0
2008-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/r...Clark Williams5-75/+35
2008-07-28Release 0.27v0.27Thomas Gleixner1-2/+2
2008-07-28release v0.26v0.26Thomas Gleixner2-47/+2
2008-07-27Release v0.25v0.25Thomas Gleixner1-1/+1
2008-07-27cyclictest: remove duplicate option in help textThomas Gleixner1-1/+0
2008-07-24Fix typo in pi_stress manpageAlessio Igor Bogani1-1/+1
2008-07-24Differentiate hyphen and minus in manpagesAlessio Igor Bogani2-32/+32
2008-07-12rt-tests: v0.24v0.24Thomas Gleixner1-1/+1
2008-07-12fixed formating damageClark Williams1-1/+1
2008-07-12updated man pages for --mlockall optionClark Williams2-1/+8
2008-07-12added mlockall optionClark Williams3-2/+50
2008-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/r...Clark Williams2-5/+13