aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/reservation.c
Commit message (Collapse)AuthorAge
* Submit versionNamhoon Kim2015-06-04
|
* fixed flush bugNamhoon Kim2015-04-08
|
* Added way-partition /proc fsNamhoon Kim2015-03-22
|
* Add way_partition proc.Namhoon Kim2015-03-09
|
* fixed timerNamhoon Kim2015-03-04
|
* Working versionNamhoon Kim2015-03-02
|
* MC2 scheduling infrastructureNamhoon Kim2015-03-01
|
* proto typeNamhoon Kim2015-02-25
|
* LV cwip-mc2-ver2Namhoon Kim2015-01-28
|
* Reservation destroyNamhoon Kim2015-01-24
|
* slack stealingNamhoon Kim2015-01-24
|
* Add MC2 pluginNamhoon Kim2014-11-04
|
* Reservations: request scheduler update for new active reservationsBjoern Brandenburg2014-11-03
| | | | | | Don't forget to ask for a scheduler update when a reservation is replenished but enters state ACTIVE_IDLE and there's nothing else going on that triggers the scheduler by chance.
* Reservations: fix time-tracking of table-driven reservationsBjoern Brandenburg2014-11-03
| | | | | | Keep track of the current slot and major cycle explicitly to avoid ambiguity when the budget charging is delayed into the next major cycle due to a late interrupt or other sources of delay.
* Move 'reservation' field from task_client to generic reservation_clientBjoern Brandenburg2014-11-03
| | | | | | This makes it a lot easier to write generic code for thread arrival / thread departure in plugins with multiple types of reservation clients.
* Fix scheduler invocation after draining budgetNamhoon Kim2014-11-03
|
* Add basic generic reservation-based scheduling infrastructureBjoern Brandenburg2014-11-03