Ingo, This series applies on GIT commit 2254c2e0184c603f92fc9b81016ff4bb53da622d (2.6.24-rc4 (ish) git HEAD) These patches replace v6 + v6b announced here: http://lkml.org/lkml/2007/11/20/613 and http://lkml.org/lkml/2007/11/21/226 The series is a collaborative effort between myself and Steven Rostedt. Changes since v6: *) cleaned up patch headers *) fixed some checkpatch errors *) incorporated v6<x> add-ons to one unified series Synopsis: --------------------- Most people don't care about RT tasks, but some of us do, and this series helps us fix a problem with the current design. We designed carefully to have negligible impact on non RT code paths, and we believe we have achieved this goal. These tests against a 64-way SMP architecture show that the series doesn't hurt those that don't care about RT tasks, but it helps out those that do. http://people.redhat.com/srostedt/rt-benchmarks/ you can find a tarball of the entire series for your convenience here: ftp://ftp.novell.com/dev/ghaskins/rt-balance-v7.tar.bz2 also, most of these patches have been incorporated into the later versions of -rt which you can find in patch form here: http://www.kernel.org/pub/linux/kernel/projects/rt/ or in prebuilt form here from opensuse-factory: http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/suse/x86_64/kernel-rt-2.6.24_rc3_git1-3.x86_64.rpm Please consider for inclusion in the next convenient merge window. Regards, -Steven Rostedt, and Gregory Haskins -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 00/23] RT balance v7
- From: Ingo Molnar <[email protected]>
- [PATCH 23/23] Subject: SCHED - Use a 2-d bitmap for searching lowest-pri CPU
- From: Gregory Haskins <[email protected]>
- [PATCH 22/23] Subject: SCHED - Only balance our RT tasks within our root-domain
- From: Gregory Haskins <[email protected]>
- [PATCH 21/23] Subject: SCHED - Add sched-domain roots
- From: Gregory Haskins <[email protected]>
- [PATCH 20/23] Subject: SCHED - balance RT tasks no new wake up
- From: Gregory Haskins <[email protected]>
- [PATCH 19/23] Subject: SCHED - Optimize out cpu_clears
- From: Gregory Haskins <[email protected]>
- [PATCH 18/23] Subject: SCHED - Optimize cpu search with hamming weight
- From: Gregory Haskins <[email protected]>
- [PATCH 17/23] Subject: SCHED - restore the migratable conditional
- From: Gregory Haskins <[email protected]>
- [PATCH 16/23] Subject: SCHED - Avoid overload
- From: Gregory Haskins <[email protected]>
- [PATCH 15/23] Subject: SCHED - Optimize rebalancing
- From: Gregory Haskins <[email protected]>
- [PATCH 14/23] Subject: SCHED - Optimize our cpu selection based on topology
- From: Gregory Haskins <[email protected]>
- [PATCH 13/23] Subject: SCHED - Pre-route RT tasks on wakeup
- From: Gregory Haskins <[email protected]>
- [PATCH 12/23] Subject: SCHED - Allow current_cpu to be included in search
- From: Gregory Haskins <[email protected]>
- [PATCH 11/23] Subject: SCHED - Break out the search function
- From: Gregory Haskins <[email protected]>
- [PATCH 10/23] Subject: SCHED - Remove some CFS specific code from the wakeup path of RT tasks
- From: Gregory Haskins <[email protected]>
- [PATCH 09/23] Subject: SCHED - Consistency cleanup for this_rq usage
- From: Gregory Haskins <[email protected]>
- [PATCH 08/23] Subject: SCHED - Cache cpus_allowed weight for optimizing migration
- From: Gregory Haskins <[email protected]>
- [PATCH 07/23] Subject: SCHED - disable CFS RT load balancing.
- From: Gregory Haskins <[email protected]>
- [PATCH 06/23] Subject: SCHED - wake up balance RT
- From: Gregory Haskins <[email protected]>
- [PATCH 05/23] Subject: SCHED - pull RT tasks
- From: Gregory Haskins <[email protected]>
- [PATCH 04/23] Subject: SCHED - RT overloaded runqueues accounting
- From: Gregory Haskins <[email protected]>
- [PATCH 03/23] Subject: SCHED - push RT tasks
- From: Gregory Haskins <[email protected]>
- [PATCH 02/23] Subject: SCHED - track highest prio queued on runqueue
- From: Gregory Haskins <[email protected]>
- [PATCH 01/23] Subject: SCHED - Add rt_nr_running accounting
- From: Gregory Haskins <[email protected]>
- Re: [PATCH 00/23] RT balance v7
- Prev by Date: Re: [PATCH] Platform real time clock driver for Dallas 1511 chip.
- Next by Date: [PATCH 01/23] Subject: SCHED - Add rt_nr_running accounting
- Previous by thread: Bug: get EXT3-fs error Allocating block in system zone
- Next by thread: [PATCH 01/23] Subject: SCHED - Add rt_nr_running accounting
- Index(es):