aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/sched_plugin.c
Commit message (Collapse)AuthorAge
* Add /proc/litmus/cluster_cacheAndrea Bastoni2010-04-13
| | | | | - read L2, L3 clustering from proc file (default L2) - check for "feasible cluster size"
* Introduce generic NP-section aware preemption functionBjoern B. Brandenburg2010-02-04
| | | | | | | | Dealing with preemptions across CPUs in the presence of non-preemptive sections can be tricky and should not be replicated across (event-driven) plugins. This patch introduces a generic preemption function that handles non-preemptive sections (hopefully) correctly.
* 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)