Difference between revisions of "Real Time"

From eLinux.org
Jump to: navigation, search
(Technology/Project pages: fix broken HRT link)
(Technology/Project pages: fix multiple broken links)
Line 5: Line 5:
  
 
== Technology/Project pages ==
 
== Technology/Project pages ==
*[Realtime Preemption ''put link to patchset here'' - Ingo Molnar's patchset to add realtime preemption to the 2.6 Linux kernel
+
* [[Realtime Preemption]] - Ingo Molnar's patchset to add realtime preemption to the 2.6 Linux kernel
*SoftIRQThreads ''put link here'' - Technology to put SoftIRQs in threads so they can be preempted. '''NOTE:''' This is now incorporated into the Realtime Preemption ''put link here'' patch
 
*High Resolution Timers ''put link here'' - A system to support timers with sub-jiffy resolution
 
*Variable Scheduling Timeouts ''put link here'' - A system to support variable timeouts for periodic system activities (also known as Tickless)
 
 
* [[Kernel Timer Systems]] - Various new proposals for changing the kernel timing system
 
* [[Kernel Timer Systems]] - Various new proposals for changing the kernel timing system
 +
* [[Soft IRQ Threads]] - Technology to put SoftIRQs in threads so they can be preempted.
 +
** '' '''NOTE:''' Soft IRQ threads are now (Oct 2007) incorporated into the [[Realtime Preemption]] patch ''
 +
* [[High Resolution Timers]] - A system to support timers with sub-jiffy resolution
 +
* [[Variable Scheduling Timeouts]] - A system to support variable timeouts for periodic system activities (also known as Tickless)
  
 
== Documents ==
 
== Documents ==

Revision as of 15:43, 18 October 2007

This page has information about Real-time usage of Linux. Also this page has information about timing systems for Linux. This is of interest to CE Linux Forum members, because many consumer electronics products have realtime requirements (e.g. in the areas of multi-media presentation, or communications)

Real Time Wiki

  • Please note that the primary source of information for Real Time Linux information is the new RTWiki.

Technology/Project pages

Documents

  • CELF Specification - put link to PDF here
  • Realtime Preemption presentation by Manas at the 2005 CELF Technical Conference - put link to PDF here Real-Time-Preemption-Patchset.pdf

Open Source Projects/Mailing Lists

  • RTAIFusion put link here - Dual-kernel project. Fusion adds emphasis for support for realtime in user-space.