aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
| * add system calls sys_enter_np() and sys_exit_np()Bjoern B. Brandenburg2007-04-17
| * Add enter_np/exit_np callbacks for non-preemptable sections supportBjoern B. Brandenburg2007-04-17
| * A prelimenary, untested version of GSN-EDF.Bjoern B. Brandenburg2007-04-17
| * Small compilation fixBjoern 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
| * copied global edf scheduler pluginBjoern B. Brandenburg2007-04-15
| * Merge before pushing sched_trace updates.Bjoern B. Brandenburg2007-04-15
| |\
| | * 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
* | 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 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
* | 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://swan/playpen/bbb/litmusBjoern B. Brandenburg2007-02-22
|\
| * Merge with git+ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmusBjoern 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
| |/ |/|
* | Fixed code according to Bjoern's suggestions.John M. Calandrino2007-02-19
* | Local commit of current state of my attempt to log quantum sync info.John 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
* Update base version to the final relesae of 2.6.20.Bjoern B. Brandenburg2007-02-05
|\
| * [PATCH] fork_idle() should be __cpuinit, not __devinitAl Viro2007-02-01
* | Comment printk's in the scheduling code.Bjoern B. Brandenburg2007-02-05
* | Fix a bunch of bugs that crept in while porting.Bjoern Brandenburg2007-02-05
* | patched up schedule()Bjoern B. Brandenburg2007-02-02
* | scheduler_tick patched upBjoern B. Brandenburg2007-02-02
* | patched up sched.c except for scheduler_tick and scheduleBjoern B. Brandenburg2007-02-02
* | resolve problems with conflicting function definitions inBjoern B. Brandenburg2007-02-02
* | ported edf_hsb, compilesBjoern Brandenburg2007-02-01
* | here comes partitioned edfBjoern Brandenburg2007-02-01
* | ported first pluginBjoern Brandenburg2007-02-01
* | Added fifo and made it compileBjoern Brandenburg2007-02-01
* | added edf_common and sched_traceBjoern Brandenburg2007-02-01
* | got some cruft out of litmus.cBjoern B. Brandenburg2007-02-01
* | Added litmus.c, made it compile.Bjoern B. Brandenburg2007-02-01
* | Use names that make more sense.Bjoern B. Brandenburg2007-02-01
* | cleaned out sched_plugin.hBjoern B. Brandenburg2007-02-01
* | Removed unneeded includesBjoern B. Brandenburg2007-02-01