Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'wip-edf-wm' into wip-semi-part | Andrea Bastoni | 2010-09-22 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | Merging library branches for EDF-fm, EDF-WM, and NPS-F scheduling algorithms. This version of the library will compile against litmus2010 with all plugins merged (wip-semi-part). Conflicts: SConstruct include/litmus.h src/litmus.c | ||
| * | Add sporadic_task_ns_semi() helper function for semi-part algos. | Andrea Bastoni | 2010-09-22 |
| | | |||
* | | Adapt APIs to new parameters structure. | Andrea Bastoni | 2010-09-22 |
| | | | | | | | | | | Usage of union and proper per-semi-part algo structures forces a modification of the APIs used by rtspin and rt_launch. | ||
* | | [NPS-F] Add rtspin and utility to add notional processors | Andrea Bastoni | 2010-06-24 |
| | | | | | | | | | | | | - add syscall to add notional processors (servers) - add rtspin_npsf program to run on specified (npsf_id, cpu) - add npsf_add_server as wrapper on the syscall | ||
* | | [EDF-fm] Add support for sporadic edf-fm tasks and rtspin_edffm | Andrea Bastoni | 2010-06-12 |
|/ | |||
* | Support budget enforcement policies. Allows tasks to specify | Glenn Elliott | 2010-05-20 |
| | | | | | | | | how their execution budgets should be enforced: NO_ENFORCEMENT, QUANTUM_ENFORCEMENT, and PRECISE_ENFORCEMENT (unsupported). NOTE: Users of NO_ENFORCEMENT must call sleep_next_period() at the end of every job to signal to the kernel that its job is complete. | ||
* | add sporadic_task_ns() helper | Bjoern B. Brandenburg | 2009-04-29 |
| | | | | Allows for higher-precision setup of real-time tasks. | ||
* | Add best effort task migration, so that we can support PSN-EDF. | Bjoern B. Brandenburg | 2008-05-02 |
| | |||
* | adapt to new ABI | Bjoern B. Brandenburg | 2008-02-19 |
| | |||
* | change to nanosecond resolution time accounting | Bjoern B. Brandenburg | 2008-02-04 |
| | |||
* | many changes | Bjoern B. Brandenburg | 2008-02-03 |
| | | | | | - use declarations from kernel - get rid of stuipd system call macros | ||
* | rip out old junk | Bjoern B. Brandenburg | 2008-02-03 |
| | |||
* | core: 2 bug fixes | Bjoern B. Brandenburg | 2008-01-28 |
| | | | | | | | - Don't apply real-time parameters to thread group leader, apply them to the current thread. - Return 0 if no error occured in init_litmus() to make it consistent with the system calls of liblitmus. | ||
* | core: rip out task_active() | Bjoern B. Brandenburg | 2008-01-24 |
| | |||
* | reorganize liblitmus to be more modular | Bjoern B. Brandenburg | 2008-01-23 |
| | |||
* | core: remove support for deprecated system call | Bjoern B. Brandenburg | 2008-01-22 |
| | |||
* | core: change real-time task creation to new transitioning method | Bjoern B. Brandenburg | 2008-01-22 |
| | | | The old clone based hack will be removed soon. | ||
* | add set_rt_param() wrapper sporadic_task() | Bjoern B. Brandenburg | 2008-01-22 |
| | |||
* | [API] rename task_mode_transition() and don't exit on error | Bjoern B. Brandenburg | 2008-01-22 |
| | |||
* | [ABI] add task_mode_transition system call | Bjoern B. Brandenburg | 2008-01-18 |
| | |||
* | ICS/FDSO: new FDSO ABI and ICS ABI | Bjoern B. Brandenburg | 2007-11-19 |
| | | | update system call interface | ||
* | FDSO: make types available to user space | Bjoern B. Brandenburg | 2007-11-15 |
| | |||
* | ABI Change: adapt to new LITMUS syscall interface and incorporate FDSO calls | Bjoern B. Brandenburg | 2007-11-15 |
| | | | This will break libso. | ||
* | Remove more old junk | Bjoern B. Brandenburg | 2007-10-17 |
| | |||
* | remove old cruft and add ADAPTIVE, block USR1 | Bjoern B. Brandenburg | 2007-10-17 |
| | |||
* | Implement user space adaptive task launching interface. | Bjoern B. Brandenburg | 2007-10-05 |
| | |||
* | add litmus_task_active() API | Bjoern B. Brandenburg | 2007-09-19 |
| | | | | | | Most RT tasks need to do some cleanup before they can terminate. The litmus_task_active() API automates the catching of signals that indicate that the RT task should terminate. | ||
* | Change liblitmus to have a more sane repository layout. | Bjoern B. Brandenburg | 2007-09-18 |