Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Submit version | Namhoon Kim | 2015-06-04 |
| | |||
* | fixed flush bug | Namhoon Kim | 2015-04-08 |
| | |||
* | Added way-partition /proc fs | Namhoon Kim | 2015-03-22 |
| | |||
* | Add way_partition proc. | Namhoon Kim | 2015-03-09 |
| | |||
* | fixed timer | Namhoon Kim | 2015-03-04 |
| | |||
* | Working version | Namhoon Kim | 2015-03-02 |
| | |||
* | MC2 scheduling infrastructure | Namhoon Kim | 2015-03-01 |
| | |||
* | proto type | Namhoon Kim | 2015-02-25 |
| | |||
* | LV cwip-mc2-ver2 | Namhoon Kim | 2015-01-28 |
| | |||
* | Reservation destroy | Namhoon Kim | 2015-01-24 |
| | |||
* | slack stealing | Namhoon Kim | 2015-01-24 |
| | |||
* | Add MC2 plugin | Namhoon Kim | 2014-11-04 |
| | |||
* | Reservations: request scheduler update for new active reservations | Bjoern Brandenburg | 2014-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 reservations | Bjoern Brandenburg | 2014-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_client | Bjoern Brandenburg | 2014-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 budget | Namhoon Kim | 2014-11-03 |
| | |||
* | Add basic generic reservation-based scheduling infrastructure | Bjoern Brandenburg | 2014-11-03 |