aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_part_edf.c
Commit message (Collapse)AuthorAge
* cleanup: tidy up code before release2007.2Bjoern B. Brandenburg2007-10-27
| | | This gets rid of quite a few FIXMEs and TODOs, as well as some cruft.
* Merge with qemu branchBjoern B. Brandenburg2007-10-04
|\
| * Cleanup: Get rid of unneeded algo_tick indirection.Bjoern B. Brandenburg2007-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. Brandenburg2007-10-04
|/ | | | This is a long-overdue cleanup.`
* Introduce rt_domain_t.Bjoern B. Brandenburg2007-08-23
|
* Minor fixes.Bjoern B. Brandenburg2007-05-10
|
* Some random code cleanup.Bjoern B. Brandenburg2007-05-10
| | | | | | - IRQs are disabled in _schedule - use TRACE - coding style
* beautify P-EDF codeBjoern B. Brandenburg2007-05-10
| | | | - make local and remote cpu state and edf domain references explicit
* simplify P-EDFBjoern B. Brandenburg2007-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. Brandenburg2007-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 edfBjoern Brandenburg2007-02-01