aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
...
| * 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 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
| * 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
* | Yet another small system-call-related change.John 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 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
* | 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
* remove second, unneeded parameter of queue_lock_init()Bjoern Brandenburg2007-02-19
* implement LITMUS TRACE() macroBjoern Brandenburg2007-02-07
* Update base version to the final relesae of 2.6.20.Bjoern B. Brandenburg2007-02-05
|\
| * [PATCH] x86-64: define dma noncoherent API functionsJeff Garzik2007-02-03
| * [PATCH] alpha: fix epoll syscall enumerationsMike Frysinger2007-02-03
| * Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-02-02
| |\
| | * libata: Fix ata_busy_wait() kernel docsAlan2007-02-02
| * | [SPARC32]: Fix over-optimization by GCC near ip_fast_csum.Bob Breuer2007-02-01
| |/
| * [PATCH] uml-i386: fix build breakage with CONFIG_HIGHMEMAl Viro2007-02-01
| * [PATCH] efi_set_rtc_mmss() is not __initAl Viro2007-02-01
| * [PATCH] fix frv headers_checkAl Viro2007-02-01
* | Fix a bunch of bugs that crept in while porting.Bjoern Brandenburg2007-02-05
* | patched up schedule()Bjoern B. Brandenburg2007-02-02
* | resolve problems with conflicting function definitions inBjoern B. Brandenburg2007-02-02
* | some explanationBjoern Brandenburg2007-02-01
* | ported edf_hsb, compilesBjoern 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
* | 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