aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| * Call curr_plugin->finish_switch() after every task switch.Bjoern B. Brandenburg2007-04-17
| * Add unlocked functions to common EDF code.Bjoern B. Brandenburg2007-04-17
| * added flag for non-preemptable sectionsBjoern B. Brandenburg2007-04-15
| * copied global edf scheduler pluginBjoern B. Brandenburg2007-04-15
| * Merge before pushing sched_trace updates.Bjoern B. Brandenburg2007-04-15
| |\
| | * Misspelled macroHennadiy Leontyev2007-04-13
| | * (no commit message)Hennadiy Leontyev2007-04-12
| | * PFAIR scheduling addedHennadiy Leontyev2007-02-28
| * | Coding Style cleanup.Bjoern B. Brandenburg2007-04-12
| * | Make TRACING more robust in the early boot phase.Bjoern B. Brandenburg2007-04-12
| |/
* | Fixed priority inheritance issues with PI semaphores. Added regularJohn M. Calandrino2007-04-23
* | Slight modification to semaphore initialization function, so that itJohn M. Calandrino2007-04-19
* | Yet another small system-call-related change.John M. Calandrino2007-04-19
* | Another small fix to system call sys_pi_sema_init, in order to eliminateJohn M. Calandrino2007-04-19
* | Made changes in Litmus so that user-space semaphores can work.John M. Calandrino2007-04-19
* | Added a way for tasks to see what their current priority is due to priorityJohn M. Calandrino2007-04-19
* | Added priority inheritance within semaphores - compiles but has not beenJohn M. Calandrino2007-04-18
* | Added stubs for modifying "semaphore" priority, in order to facilitateJohn M. Calandrino2007-04-18
* | Added system call stubs for user-space semaphores with priorityJohn M. Calandrino2007-04-17
* | Increased size of blocking zone to something more conservative.John M. Calandrino2007-03-30
* | Added necessary kernel support for zone-based locking.John M. Calandrino2007-03-29
* | Worked out some bugs so now it *really* compiles OK.John M. Calandrino2007-03-29
* | Checkpoint: almost all support added. Compiles.John M. Calandrino2007-03-29
* | Small fix when resetting zone flags in local timer interrupt handler.John M. Calandrino2007-03-29
* | sys_wait_for_zone_exit system call has been implemented.John M. Calandrino2007-03-29
* | Skeletons of system calls written. Still need to finish.John M. Calandrino2007-03-27
* | Committing some initial changes to implement system calls related toJohn M. Calandrino2007-03-27
|/
* Merge with git+ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmusJohn M. Calandrino2007-02-22
|\
| * Merge with git+ssh://swan/playpen/bbb/litmusBjoern B. Brandenburg2007-02-22
| |\
| | * small fixesBjoern Brandenburg2007-02-21
| | * add _irqsave/_irqrestore macros to queuelock.hBjoern Brandenburg2007-02-20
| | * Mark spin variable as volatile.Bjoern Brandenburg2007-02-20
| | * Fix wrong initialization of queue lock.Bjoern Brandenburg2007-02-20
| | * Merge with git+ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmusBjoern Brandenburg2007-02-20
| | |\
| | * | Implement queue locks based on the primitives provided atomic.hBjoern Brandenburg2007-02-20
| | * | remove second, unneeded parameter of queue_lock_init()Bjoern Brandenburg2007-02-19
| * | | use same variable as standard Linux for checking task stateBjoern B. Brandenburg2007-02-22
| * | | always call mode change callbackBjoern B. Brandenburg2007-02-22
| | |/ | |/|
* / | (no commit message)John M. Calandrino2007-02-22
|/ /
* | Fixed code according to Bjoern's suggestions.John M. Calandrino2007-02-19
* | Additional support for aligned and staggered quanta.John M. Calandrino2007-02-16
* | Local commit of current state of my attempt to log quantum sync info.John M. Calandrino2007-02-15
* | Merge with git+ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmusJohn M. Calandrino2007-02-15
|\|
| * finishing touches for TRACE() implementationBjoern Brandenburg2007-02-15
| * implement LITMUS TRACE() macroBjoern Brandenburg2007-02-07
| * add ring buffer for log messagesBjoern Brandenburg2007-02-07
| * fix possible crash in trace_openBjoern Brandenburg2007-02-07
* | Added support for periodic resynchronization of aligned quanta.John M. Calandrino2007-02-09
* | This version contains support for aligned and staggered quanta.John M. Calandrino2007-02-09
* | Modified apic.c to fix barrier-related issues with timer sync, nowJohn M. Calandrino2007-02-07