aboutsummaryrefslogtreecommitdiffstats
path: root/litmus
Commit message (Collapse)AuthorAge
* Test kernel tracing events capabilitiestracing-develAndrea Bastoni2009-12-18
| | | | | | | | | | | | | | | | | Can events be applied to LITMUS code instead of sched_task_trace ? PROS: - architectural indipendency - easy porting on newer kernel version - lock free ring buffer implementation already there CONS: - need userspace tools conversion to slightly different format - is it possible to replicate all the previous functionalities? - only sched_trace_* functions can be implemented through events, TRACE() debugging features are still implemented in the old way (??? cannot we simply use the tracing features of the kernel for debugging purposes ????)
* Add release-master supportAndrea Bastoni2009-12-17
|
* Add GSN-EDF pluginAndrea Bastoni2009-12-17
| | | | - insert arm_release_timer() in add_relese() path
* Add FMLP supportAndrea Bastoni2009-12-17
|
* Add Stack Resource Policy (SRP) supportAndrea Bastoni2009-12-17
|
* Add File Descriptor Attached Shared Objects (FDSO) infrastructureAndrea Bastoni2009-12-17
|
* Add common EDF functionsAndrea Bastoni2009-12-17
|
* Add rt_domain_t supportAndrea Bastoni2009-12-17
| | | | | to be merged: - arm_release_timer() with no rq locking
* Add synchronous task release APIAndrea Bastoni2009-12-17
|
* Add tracing support and hook up Litmus KConfig for x86Andrea Bastoni2009-12-17
| | | | | | | | - fix requesting more than 2^11 pages (MAX_ORDER) to system allocator to be merged: - feather-trace generic implementation
* add Feather-Trace device file supportAndrea Bastoni2009-12-17
|
* Core LITMUS^RT infrastructure.Andrea Bastoni2009-12-17
to be merged: - SRP (sched.c) - feather-trace implementation (to be fixed) - sync support (KConfig) litmus_sched_class implements 3 new methods: .prio_changed: void .switched_to: void .get_rr_interval: return infinity (i.e., 0)