summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-02set distribution=unstable for upload to Debiandebian/v0.66-2Uwe Kleine-König1-2/+2
2010-03-02Urgency high due to rc bug fixAlexander Reichle-Schmehl1-1/+2
2010-03-01new patch: rename pip to pip_stressUwe Kleine-König3-0/+833
2010-02-22set distribution=unstable for upload to Debiandebian/v0.66-1Uwe Kleine-König1-2/+2
2010-02-22move hwlatdetect to sbindir, not bindirUwe Kleine-König4-10/+20
2010-02-19new patch: install install backfire.c to $(srcdir)/backfire/Uwe Kleine-König3-0/+17
2010-02-19new patch: install hwlatdetect directly into $bindirUwe Kleine-König3-0/+30
2010-02-19Add a build script and a hint to it in README.sourceUwe Kleine-König2-0/+18
2010-02-19depend on debhelper (>= 7.4.15) because of #570443Uwe Kleine-König1-1/+1
2010-02-17depend on libnuma1 (>= 2.0.3) explicitlyUwe Kleine-König1-2/+3
2010-02-17build with libnuma on platforms that have itUwe Kleine-König3-1/+6
2010-02-17switch to dpkg-source 3.0 (quilt) formatUwe Kleine-König2-0/+2
2010-02-16debian/control: bump Standards-Version to 3.8.4Uwe Kleine-König2-1/+2
2010-02-16debian/copyright: update for 0.66Uwe Kleine-König1-4/+45
2010-02-16document new upstream release in changelogUwe Kleine-König1-2/+3
2010-02-16Merge tag 'v0.66' of git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/...Uwe Kleine-König36-1117/+4029
2010-02-15version bump to 0.66v0.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.65v0.65Clark Williams2-1/+5
2010-02-08[hwlatdetect] workaround for borken smi_detector.ko moduleClark Williams1-4/+15
2010-01-29version bump to 0.64v0.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-develv0.63Clark 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.62v0.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.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-11-10add sh4 to architecture listUwe Kleine-König2-1/+7
2009-10-29set distribution=unstable for upload to Debiandebian/v0.53-1Uwe Kleine-König1-1/+1
2009-10-29copyright: add rt-migrate-testUwe Kleine-König1-0/+4
2009-10-29only build on architectures that didn't FTBFS for 0.51-1Uwe Kleine-König2-1/+2
2009-10-29document new upstream release in changelogUwe Kleine-König1-0/+6
2009-10-29Merge tag 'v0.53' of git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/...Uwe Kleine-König8-144/+805
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-19set distribution=unstable for upload to Debiandebian/v0.51-1Uwe Kleine-König1-2/+2
2009-09-19Bump Standards-VersionUwe Kleine-König2-1/+2
2009-09-19debian/copyright: add scripts/*Uwe Kleine-König1-0/+4
2009-09-19debian/changelog: document new upstream releaseUwe Kleine-König1-2/+3
2009-09-19Merge tag 'v0.51' of git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/...Uwe Kleine-König6-13/+45
2009-09-19reformat copyright and add authors and years of the copyrightUwe Kleine-König2-19/+35
2009-09-17copyright: fix a typoUwe Kleine-König1-1/+1
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-20document new upstream release in changelogdebian/v0.50-1Uwe Kleine-König1-0/+6
2009-07-20Merge tag 'v0.50' of git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/...Uwe Kleine-König7-107/+514
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-08set distribution=unstable for upload to Debiandebian/v0.45-1Uwe Kleine-König1-1/+1
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-03update changelog for v0.45Uwe Kleine-König1-1/+1
2009-07-03Merge tag 'v0.45' of git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/...Uwe Kleine-König4-13/+42
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-30bump Standards-VersionUwe Kleine-König2-2/+3
2009-06-29changes for 0.43-1Uwe Kleine-König1-3/+3
2009-06-29Merge tag 'v0.43' of git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/...Uwe Kleine-König4-23/+57
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-22Merge branch 'master-v0.39'Uwe Kleine-König1-0/+5
2009-06-22set distribution=unstable for upload to Debiandebian/v0.39-2Uwe Kleine-König1-1/+1
2009-06-13conflict with xenomai-runtimeUwe Kleine-König2-0/+2
2009-06-13describe Changelog problem when building from the git repoUwe Kleine-König1-0/+9
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 tag 'v0.41' of git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/...Uwe Kleine-König8-381/+392
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-10conflict with xenomai-runtimeUwe Kleine-König2-0/+2
2009-06-10updated distclean targetClark Williams1-1/+1
2009-06-10the great renaming: smidetect -> hwlatClark Williams4-83/+54
2009-06-10describe Changelog problem when building from the git repoUwe Kleine-König1-0/+9
2009-06-09added smidetect and generated spec file to .gitignoreClark Williams1-0/+2