summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel/v0.96-spikes' into devel/v0.96John Kacur2015-10-221-5/+116
|\
| * cyclictest: Add a feature to record spikesJohn Kacur2015-10-211-2/+112
* | rt-sched.h: do not unconditionally define syscall-numbersHenrik Austad2015-10-221-0/+4
* | Android: Expand match for android in ostypeHenrik Austad2015-10-221-6/+8
* | Android: rename arch from bionic to androidHenrik Austad2015-10-221-0/+0
* | Android: clean up the bypass ifdefferyHenrik Austad2015-10-223-36/+48
* | cyclictest: fix #ifdef broken by NO_PTHREAD_SETAFFINITYJohn Kacur2015-10-211-5/+4
|/
* Fix some trivial typos found by codespell(1)Uwe Kleine-König2015-10-094-5/+5
* cyclictest: Clean-ups in timerthread before working on itJohn Kacur2015-10-081-21/+29
* cyclictest: move redefine of CPUSET back to uclibHenrik Austad2015-10-071-5/+5
* Bionic: Move android functionality into it's own arch MakefileJohn Kacur2015-10-061-0/+25
* rt-migrate-test: remove space before \nUwe Kleine-König2015-10-061-1/+1
* remove several unused MakefilesUwe Kleine-König2015-10-056-141/+0
* backfire: remove unused header fileUwe Kleine-König2015-10-051-1/+0
* signaltest: Add a man page to signaltestJohn Kacur2015-10-052-9/+58
* rt-utils: Fix some checkpatch errors in rt-utils.cJohn Kacur2015-10-051-13/+15
* rt-utils: Add John Kacur to the copyrightJohn Kacur2015-10-051-0/+1
* signaltest: Check the status of pthread_createJohn Kacur2015-10-051-1/+7
* signaltest: call process_options before calling check_privsJohn Kacur2015-10-051-3/+3
* android: adjust target for androidHenrik Austad2015-09-211-8/+37
* Add syscall-number for sched_(gs)etattr() for tileHenrik Austad2015-09-211-0/+5
* cyclictest: add option for dumping the histogram in a fileJosh Cartwright2015-09-171-37/+59
* error: mark fatal, err_exit, err_quit as being noreturnJosh Cartwright2015-09-171-3/+3
* cyclictest: fail if use_fifo && thread creation failedJosh Cartwright2015-09-171-1/+4
* cyclictest: drop impossible use_fifo conditionalJosh Cartwright2015-09-171-3/+0
* cyclictest: use correct type when allocating cpu bitmask sizeJosh Cartwright2015-09-171-1/+1
* numa_on_and_available: Remove from main in cyclictestJohn Kacur2015-09-172-10/+15
* cyclictest: consistently make all functions 'static'Josh Cartwright2015-09-021-5/+5
* hackbench: cleanup error handling in create_workerJosh Cartwright2015-09-021-21/+15
* rt-migrate-test: updated to latest code from rostedtClark Williams2015-09-021-16/+24
* hwlatdetect: initial cut at tracking the amount of SMIs that occurred during ...Clark Williams2015-09-021-0/+25
* Fix VERSION in rt-migrate-testJohn Kacur2015-08-171-5/+2
* hwlatdetect: added --watch option to watch output in realtimeClark Williams2015-08-121-13/+25
* cyclictest: Fix long priority help text optionAlexander Stein2015-07-221-1/+1
* Change VERSION_STRING to VERSIONJohn Kacur2015-07-098-8/+8
* Fix possible exit on error without releasing mutexJohn Kacur2015-06-301-4/+11
* Fix warning: unused variable ‘c’John Kacur2015-06-301-1/+0
* cyclictest: Align measurement threads to the next full secondAnna-Maria Gleixner2015-06-091-5/+34
* cyclictest: Convert the offset of the alignment option to microsecondsAnna-Maria Gleixner2015-06-081-2/+2
* cyclictest: Ensure that next wakeup time is never in the pastanna-maria@glx-um.de2015-06-021-0/+12
* cyclictest: consider the 4 as the major versionSebastian Andrzej Siewior2015-05-201-1/+1
* Fix minor grammar mistake in the help outputJohn Kacur2015-03-031-1/+1
* pi_stress: Clear affinity for DEADLINE tasksDaniel Wagner2015-03-031-0/+13
* pi_stress: remove timestamp of compilation from version outputUwe Kleine-König2015-02-171-1/+0
* rt-migrate-test: sanity check --prio valueClark Williams2015-02-171-1/+5
* rt-migrate-test: make sure input parameters are converted to correct unitsClark Williams2015-02-171-3/+3
* rt-migrate-test: use variables instead of macrosBoris Egorov2015-02-171-3/+3
* rt-migrate-test: exit early if nr_runs is non-positiveBoris Egorov2015-02-171-1/+4
* pip_stress: parameterize usleep value to work-around platform issuesClark Williams2015-01-151-1/+13
* pi_stress: Store schedule attributes per threadDaniel Wagner2014-11-061-34/+211