Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | cleanup: tidy up code before release2007.2 | Bjoern B. Brandenburg | 2007-10-27 |
| | | | This gets rid of quite a few FIXMEs and TODOs, as well as some cruft. | ||
* | Merge with qemu branch | Bjoern B. Brandenburg | 2007-10-04 |
|\ | |||
| * | Cleanup: Get rid of unneeded algo_tick indirection. | Bjoern B. Brandenburg | 2007-10-04 |
| | | | | | | | | | | Since all plugins use rt_scheduler_tick() anyway, we might as well get rid of the field. | ||
* | | Remove some really old left-overs. | Bjoern B. Brandenburg | 2007-10-04 |
|/ | | | | This is a long-overdue cleanup.` | ||
* | Introduce rt_domain_t. | Bjoern B. Brandenburg | 2007-08-23 |
| | |||
* | Minor fixes. | Bjoern B. Brandenburg | 2007-05-10 |
| | |||
* | Some random code cleanup. | Bjoern B. Brandenburg | 2007-05-10 |
| | | | | | | - IRQs are disabled in _schedule - use TRACE - coding style | ||
* | beautify P-EDF code | Bjoern B. Brandenburg | 2007-05-10 |
| | | | | - make local and remote cpu state and edf domain references explicit | ||
* | simplify P-EDF | Bjoern B. Brandenburg | 2007-05-10 |
| | | | | | | - use edf_higher_prio - use is_released macro - store scheduled task in per CPU state | ||
* | Call curr_plugin->finish_switch() after every task switch. | Bjoern B. Brandenburg | 2007-04-17 |
| | | | | | GSN-EDF needs to be called after every task switch. This patch changes the existing plugins to handle the changed behavior. | ||
* | here comes partitioned edf | Bjoern Brandenburg | 2007-02-01 |