summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-06Version 0.23v0.23Thomas Gleixner1-1/+1
2008-07-06Fix the processing of optional options for cyclictestJohn Kacur1-3/+12
2008-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/r...Clark Williams5-38/+231
2008-06-05rt-tests/Makefile: Import an updated version number into RPM spec fileCarsten Emde3-2/+50
2008-06-05rt-tests/cyclictest.c: oscilloscope mode did not work correctly with >1 threadsCarsten Emde1-11/+11
2008-06-04Version 0.22v0.22Thomas Gleixner1-1/+1
2008-06-04Fix some typo in the cyclictest's man pageAlessio Igor Bogani2-7/+31
2008-06-04Add produced binary into .gitignoreAlessio Igor Bogani1-0/+5
2008-06-04Version 0.21Thomas Gleixner1-1/+1
2008-06-04Make: Exclude releases subdir from release tarballThomas Gleixner1-1/+1
2008-06-04cyclictest: sched_switch not sched-switchSteven Rostedt1-1/+1
2008-06-04cyclictest: handle latest ftraceSteven Rostedt1-15/+94
2008-06-04cyclictest: search for debugfsSteven Rostedt1-2/+44
2008-05-09fixed formating damageClark Williams1-1/+1
2008-05-09updated man pages for --mlockall optionClark Williams2-1/+8
2008-05-09added mlockall optionClark Williams4-2/+54
2008-04-18Bump version number to 0.20v0.20Thomas Gleixner1-1/+1
2008-04-18cyclictest: send correct cycle number in -o modeCarsten Emde1-4/+7
2008-04-18cyclictest: fix "get kernel version"Sebastian Siewior1-10/+12
2008-04-18cyclictest: fix build on uClibc due to missing cpu affinitySebastian Siewior1-0/+8
2008-04-16cyclictest: fix for uClibc buildsSebastian Siewior1-0/+19
2008-04-16cyclictest: add -o option to reduce -v option's output speedCarsten Emde2-4/+30
2008-04-16cyclictest & kernel>=2.6.24Carsten Emde1-73/+150
2008-04-06cyclictest: add CPU affinityCarsten Emde2-12/+72
2008-01-04v0.19v0.19Thomas Gleixner1-1/+1
2008-01-03added ObsoletesClark Williams1-0/+1
2008-01-03added distclean target to cleanup rpm dirsClark Williams1-0/+3
2008-01-03added pi_tests; added specfile for rpm generationClark Williams13-5/+3276
2007-12-21Fix kernel parameters in cyclictest's manpageAlessio Igor Bogani1-2/+4
2007-12-14v0.18Thomas Gleixner1-1/+1
2007-12-14Some more Makefile updatesThomas Gleixner2-7/+28
2007-12-14Unified versions into MakefileAlessio Igor Bogani3-8/+6
2007-12-14COPYING file and cyclictest's man page addedAlessio Igor Bogani2-0/+436
2007-12-14Re-organized sourcesAlessio Igor Bogani5-22/+15
2007-10-18Bump version numberThomas Gleixner1-1/+1
2007-10-18Fix to cyclictest (from signaltest fix)Clark Williams1-1/+1
2007-10-18Bump version numberThomas Gleixner1-1/+1
2007-10-18Signaltest: initialize stat[i].threadstarted before usingLuis Claudio R. Goncalves1-1/+1
2007-05-11Bump version numberThomas Gleixner1-1/+1
2007-05-11Check if highres timers are enabledThomas Gleixner1-1/+15
2007-05-11Save and restore the tracer variablesCarsten Emde2-17/+98
2007-05-11Initial importThomas Gleixner4-0/+981