| Commit message (Expand) | Author | Age |
* | Add litmus_clock() helper | Bjoern Brandenburg | 2016-07-20 |
* | Add sleep_until_mono(), lt_sleep_until() helpers | Bjoern Brandenburg | 2016-07-19 |
* | Add unit-test for CPU mapping parsing | Mahircan Gul | 2016-07-18 |
* | Replace pointer arithmetic on loop-condition for parsing CPU map | Mahircan Gul | 2016-07-18 |
* | Update README.md | Björn Brandenburg | 2016-06-22 |
* | rename README -> README.md | Björn Brandenburg | 2016-06-22 |
* | Compile cleanly with -Werror=format-security | Bjoern Brandenburg | 2016-04-23 |
* | Clean up help message of rtspin | Bjoern Brandenburg | 2016-04-17 |
* | Clean up help message of rt_launch | Bjoern Brandenburg | 2016-04-17 |
* | Harmonize options between rtspin and rt_launch (-d, -o) | Bjoern Brandenburg | 2016-04-17 |
* | Add documentation for resctl | Bjoern Brandenburg | 2016-03-20 |
* | Add -b (background cache-thrashing loop) option to rtspin | Bjoern Brandenburg | 2016-03-20 |
* | Add memory thrashing option to rtspin | Mahircan Gul | 2016-03-20 |
* | Add -u (underrun) to rtspin | Bjoern Brandenburg | 2016-03-16 |
* | Add -R (create sporadic reservation) flag to rtspin | Bjoern Brandenburg | 2016-03-16 |
* | Add -R (create sporadic reservation) flag to rt_launch | Bjoern Brandenburg | 2016-03-16 |
* | resctl: support specifying open intervals [$start,$end) | Bjoern Brandenburg | 2016-03-16 |
* | resctl: support parsing priority values larger than 2^32 | Bjoern Brandenburg | 2016-03-16 |
* | resctl: default to max. priority for table-driven reservations | Bjoern Brandenburg | 2016-03-16 |
* | Add resctrl, a tool for setting up reservations | Bjoern Brandenburg | 2016-03-16 |
* | Add reservation_create() LITMUS^RT system call | Bjoern Brandenburg | 2016-03-16 |
* | release_t: add -W option | Bjoern Brandenburg | 2016-03-08 |
* | Read the whole word from domain for cpu_set | Mahircan Gul | 2016-03-08 |
* | Switch syscalls to use new LITMUS^RT ioctl() interface | Bjoern Brandenburg | 2015-12-18 |
* | Add test case for get_rt_task_param() | Bjoern Brandenburg | 2015-12-18 |
* | Remove sched_{s,g}etscheduler syscall stubs | Bjoern Brandenburg | 2015-12-16 |
* | Implement get_job_no() via control page | Bjoern Brandenburg | 2015-12-16 |
* | Add offset checks for release and job index in control page | Bjoern Brandenburg | 2015-12-16 |
* | rtspin -v: report deadline, current time, and slack | Bjoern Brandenburg | 2015-12-16 |
* | Add monotime() wrapper for CLOCK_MONOTONIC | Bjoern Brandenburg | 2015-12-16 |
* | Adds build bug check for deadline in control_page | Geoffrey | 2015-12-16 |
* | Add -i option to rtspin (report interrupts) | Bjoern Brandenburg | 2015-12-09 |
* | Add syscall get_current_budget() | Bjoern Brandenburg | 2015-09-08 |
* | Remove outdated mention of rtsched from README | Bjoern Brandenburg | 2015-09-08 |
* | Update README and installation instructions | Bjoern Brandenburg | 2015-08-03 |
* | Fix memset() parameters for scheduling parameter struct | Namhoon Kim | 2015-08-03 |
* | Tests: stress PCP, DPCP, DFLP, and SRP by intentionally migrating away | Bjoern Brandenburg | 2015-07-27 |
* | Test suite: add -v (verbose) option to runtests | Bjoern Brandenburg | 2015-07-27 |
* | Testcases: create PCP and DFLP locks with invalid CPU parameters | Bjoern Brandenburg | 2015-07-27 |
* | Testcase: create DPCP lock with invalid CPU parameter | Bjoern Brandenburg | 2015-07-27 |
* | Add -r (reservation) and -v (verbose) flags to rtspin | Bjoern Brandenburg | 2015-07-20 |
* | Make sure scheduling parameter struct is zeroed out | Bjoern Brandenburg | 2015-07-20 |
* | Rebase 2015.1: update SCHED_LITMUS policy ID | Bjoern Brandenburg | 2015-07-20 |
* | Add test cases for enforcement of periods of periodic tasks | Bjoern Brandenburg | 2014-06-12 |
* | read_mapping() breaks on NR_CPUS not div by 32 | Glenn Elliott | 2014-06-06 |
* | Cosmetic: Fix error string to match fn name. | Glenn Elliott | 2014-06-06 |
* | Remove unneeded code from domain migration. | Glenn Elliott | 2014-06-06 |
* | Modernize rt_launch; remove internal API cruft | Bjoern Brandenburg | 2014-06-03 |
* | Remove over-specification of task parameters from two tests | Bjoern Brandenburg | 2014-06-03 |
* | FIX: Add S_IRUSR to open() for DFLP. | Glenn Elliott | 2014-05-19 |