aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAge
...
* Add time stamps for schedule(), the timer interrupt, and the pluginBjoern B. Brandenburg2007-05-16
* Change feather-trace device to support enabling and disabling of events.Bjoern B. Brandenburg2007-05-16
* Merged Feather-Trace.Bjoern B. Brandenburg2007-05-15
* Activate ceiling blocking and fix a stupid list corruption bug.Bjoern B. Brandenburg2007-05-15
* First part of the PI semaphore implementation.Bjoern B. Brandenburg2007-05-14
* Move common code to edf_common.c.Bjoern B. Brandenburg2007-05-14
* Reimplemented LITMUS standard FIFO semaphores + misc fixesBjoern B. Brandenburg2007-05-14
* Add macros for convenient task tracing.Bjoern B. Brandenburg2007-05-13
* Pay attention to (preempt_count() & PREEMPT_ACTIVE) hack.Bjoern B. Brandenburg2007-05-13
* Use volatile access and relax_cpu() in queue lock.Bjoern B. Brandenburg2007-05-13
* Add PSN-EDF.Bjoern B. Brandenburg2007-05-10
* Break out __release_pending() from try_release_pending()Bjoern B. Brandenburg2007-05-10
* Make in_list() function available to all plugins.Bjoern B. Brandenburg2007-05-10
* Various changes that I don't want to lose, but the code does not work.John M. Calandrino2007-05-09
* Some changes so that semaphores use correct wakeup functions.John M. Calandrino2007-05-03
* Fixed handling of changes in task priorities due to PI in GSN-EDF.John M. Calandrino2007-04-25
* Removed incomplete zone-based implementation.John M. Calandrino2007-04-25
* Merge with git+ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmusJohn M. Calandrino2007-04-25
|\
| * Fixed GSN-EDF job_arrival() function.Bjoern B. Brandenburg2007-04-25
* | Fixed a few comment inconsistencies. Added stubs for an SRP "semaphore",John M. Calandrino2007-04-25
* | Fixed GSN-EDF to handle correct wakeup of tasks that just exited aJohn M. Calandrino2007-04-24
* | Fixed a number of issues, subtle and otherwise, with PI semaphores.John M. Calandrino2007-04-24
* | Reverted back to spinlocks, added code to higher priority code inJohn M. Calandrino2007-04-23
* | Updated priority check for EDF. Converting spinlocks to queuelocks, not yetJohn M. Calandrino2007-04-23
* | Merge with git+ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmusJohn M. Calandrino2007-04-23
|\|
| * Add scheduler plugin callbacks for priority inheritance.Bjoern B. Brandenburg2007-04-23
| * break deadlines in EDF schemes by PIDBjoern B. Brandenburg2007-04-23
| * Add boot option and ID for GSN-EDF.Bjoern B. Brandenburg2007-04-17
| * Add enter_np/exit_np callbacks for non-preemptable sections supportBjoern B. Brandenburg2007-04-17
| * Add a field to store where a real-time task is currently scheduled.Bjoern B. Brandenburg2007-04-17
| * 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
| * 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
| * | 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
* | 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 stubs for modifying "semaphore" priority, in order to facilitateJohn M. Calandrino2007-04-18
* | Increased size of blocking zone to something more conservative.John M. Calandrino2007-03-30
* | Checkpoint: almost all support added. Compiles.John M. Calandrino2007-03-29
* | sys_wait_for_zone_exit system call has been implemented.John M. Calandrino2007-03-29
|/
* 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
* Implement queue locks based on the primitives provided atomic.hBjoern Brandenburg2007-02-20