Template:RT Docs
From RTwiki
(Difference between revisions)
(27 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
* [[Frequently Asked Questions]] | * [[Frequently Asked Questions]] | ||
* [[CONFIG_PREEMPT_RT Patch]] | * [[CONFIG_PREEMPT_RT Patch]] | ||
+ | * [http://www.kernel.org/pub/linux/kernel/projects/rt/ RT Patch tar files] | ||
+ | |||
+ | * Actively maintained PREEMPT_RT kernel patces | ||
+ | ** [http://www.kernel.org/pub/linux/kernel/projects/rt/4.4 Latest 4.4-rt] | ||
+ | ** [http://www.kernel.org/pub/linux/kernel/projects/rt/4.1 Latest 4.1-rt] | ||
+ | ** [http://www.kernel.org/pub/linux/kernel/projects/rt/4.0 Latest 4.0-rt] | ||
+ | ** [http://www.kernel.org/pub/linux/kernel/projects/rt/3.18 Latest 3.18-rt] | ||
+ | ** [http://www.kernel.org/pub/linux/kernel/projects/rt/3.14 Latest 3.14-rt] | ||
+ | ** [http://www.kernel.org/pub/linux/kernel/projects/rt/3.12 Latest 3.12-rt] | ||
+ | ** [http://www.kernel.org/pub/linux/kernel/projects/rt/3.10 Latest 3.10-rt] | ||
+ | ** [http://kernel.org/pub/linux/kernel/projects/rt/3.4/README 3.4-rt Stable README] | ||
+ | ** [http://kernel.org/pub/linux/kernel/projects/rt/3.2/README 3.2-rt Stable README] | ||
+ | |||
+ | * No longer actively maintained | ||
+ | ** [http://kernel.org/pub/linux/kernel/projects/rt/3.0/README 3.0-rt 3.0 README] | ||
+ | ** [http://kernel.org/pub/linux/kernel/projects/rt/2.6.33/ 2.6.33] | ||
+ | ** [http://kernel.org/pub/linux/kernel/projects/rt/2.6.31/ 2.6.31] | ||
+ | ** [http://kernel.org/pub/linux/kernel/projects/rt/2.6.29/ 2.6.29] | ||
+ | ** [http://kernel.org/pub/linux/kernel/projects/rt/2.6.26/ 2.6.26] | ||
+ | ** [http://kernel.org/pub/linux/kernel/projects/rt/2.6.25/ 2.6.25] | ||
+ | ** [http://kernel.org/pub/linux/kernel/projects/rt/2.6.24/ 2.6.24] | ||
+ | ** [http://kernel.org/pub/linux/kernel/projects/rt/2.6.23/ 2.6.23] | ||
+ | ** [http://kernel.org/pub/linux/kernel/projects/rt/2.6.22/ 2.6.22] | ||
+ | |||
+ | * [https://git.kernel.org/cgit/utils/rt-tests/rt-tests.git/ rt-tests(testsuite)] git repo | ||
+ | * [https://www.kernel.org/pub/linux/utils/rt-tests/ rt-tests tarballs] | ||
* [[RT PREEMPT HOWTO]] | * [[RT PREEMPT HOWTO]] | ||
− | * | + | * [[Reporting Bugs]] |
− | * [ | + | * [http://www.amazon.com/Building-Embedded-Linux-Systems-Yaghmour/dp/0596529686 Building Embedded Linux Systems, 2nd edition] |
− | * [QRCU | + | * [http://www.cs.unc.edu/~anderson/papers.html Earliest Deadline First, EDF papers] |
+ | * [http://lwn.net/Articles/223752/ Oleg's QRCU RCU (read/copy/update) LWN article] | ||
+ | * [http://lwn.net/Articles/243851/ Parallel Algorithm Verification of QRCU] |
Latest revision as of 17:20, 23 May 2016
- Actively maintained PREEMPT_RT kernel patces
- No longer actively maintained