mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Series short description
@ 2010-04-28 10:59 Paul Turner
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Turner @ 2010-04-28 10:59 UTC (permalink / raw)
  To: linux-kernel

The following series implements...

---

Nikhil Rao (1):
      sched: add exports tracking cfs bandwidth control statistics

Paul Turner (5):
      sched: introduce primitives to account for CFS bandwidth tracking
      sched: accumulate per-cfs_rq cpu usage
      sched: throttle cfs_rq entities which exceed their local quota
      sched: unthrottle cfs_rq(s) who ran out of quota at period refresh
      sched: hierarchical task accounting for FAIR_GROUP_SCHED


 include/linux/sched.h |    4 +
 init/Kconfig          |    9 +
 kernel/sched.c        |  347 +++++++++++++++++++++++++++++++++++++++++++++----
 kernel/sched_fair.c   |  240 +++++++++++++++++++++++++++++++++-
 kernel/sched_rt.c     |   24 +--
 kernel/sysctl.c       |   10 +
 6 files changed, 585 insertions(+), 49 deletions(-)

-- 
Signature

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2 0/6] Series short description
  2008-08-26 17:34 ` [PATCH v2 0/6] Series short description Gregory Haskins
@ 2008-08-27  8:33   ` Peter Zijlstra
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Zijlstra @ 2008-08-27  8:33 UTC (permalink / raw)
  To: Gregory Haskins
  Cc: mingo, srostedt, linux-kernel, linux-rt-users, npiggin, gregory.haskins

On Tue, 2008-08-26 at 13:34 -0400, Gregory Haskins wrote:
> Hi Ingo,
> 
> The following repositories
> 
>      git://git.kernel.org/pub/scm/linux/kernel/git/ghaskins/linux-2.6-hacks.git tip/sched/devel/rtbalance 
> 
>      ftp://ftp.novell.com/dev/ghaskins/tip-rt-fixes.tar.bz2
> 
> apply to tip/sched/devel to pick up fixes for the RT scheduler. 
> 
> [
> 	Changelog:
> 	
> 	v2: 
> 	    *) predicated newidle and double_lock changes on
> 	       CONFIG_PREEMPT to address a concern by Nick Piggin
> 
> 	    *) fixed a build issue when DEBUG_PI_LIST is defined 
> 
> 	v1:
> 	    *) initial release
> ]
> 
> These patches were developed in the interest of shorting latencies in
> PREEMPT_RT, but they apply to the mainline scheduler as well, so I am
> offering them here first.
> 
> This has been tested under both 26.3-rt3 and tip/sched/devel on x86_64 for
> both CONFIG_SMP and !CONFIG_SMP.
> 
> Comments/bug-fixes welcome!

Looks good to me,

Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>

Ingo please consider.

> ---
> 
> Gregory Haskins (6):
>       sched: create "pushable_tasks" list to limit pushing to one attempt
>       plist: fix PLIST_NODE_INIT to work with debug enabled
>       sched: add sched_class->needs_post_schedule() member
>       sched: make double-lock-balance fair
>       sched: pull only one task during NEWIDLE balancing to limit critical section
>       sched: only try to push a task on wakeup if it is migratable
> 
> 
>  include/linux/init_task.h |    1 
>  include/linux/plist.h     |    9 ++-
>  include/linux/sched.h     |    2 +
>  kernel/sched.c            |   84 ++++++++++++++++++++++++---
>  kernel/sched_rt.c         |  139 ++++++++++++++++++++++++++++++++++++++-------
>  5 files changed, 202 insertions(+), 33 deletions(-)
> 
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH v2 0/6] Series short description
  2008-08-25 20:15 [PATCH 0/5] sched: misc rt fixes for tip/sched/devel Gregory Haskins
@ 2008-08-26 17:34 ` Gregory Haskins
  2008-08-27  8:33   ` Peter Zijlstra
  0 siblings, 1 reply; 3+ messages in thread
From: Gregory Haskins @ 2008-08-26 17:34 UTC (permalink / raw)
  To: mingo
  Cc: srostedt, peterz, linux-kernel, linux-rt-users, npiggin, gregory.haskins

Hi Ingo,

The following repositories

     git://git.kernel.org/pub/scm/linux/kernel/git/ghaskins/linux-2.6-hacks.git tip/sched/devel/rtbalance 

     ftp://ftp.novell.com/dev/ghaskins/tip-rt-fixes.tar.bz2

apply to tip/sched/devel to pick up fixes for the RT scheduler. 

[
	Changelog:
	
	v2: 
	    *) predicated newidle and double_lock changes on
	       CONFIG_PREEMPT to address a concern by Nick Piggin

	    *) fixed a build issue when DEBUG_PI_LIST is defined 

	v1:
	    *) initial release
]

These patches were developed in the interest of shorting latencies in
PREEMPT_RT, but they apply to the mainline scheduler as well, so I am
offering them here first.

This has been tested under both 26.3-rt3 and tip/sched/devel on x86_64 for
both CONFIG_SMP and !CONFIG_SMP.

Comments/bug-fixes welcome!

Regards,
-Greg


---

Gregory Haskins (6):
      sched: create "pushable_tasks" list to limit pushing to one attempt
      plist: fix PLIST_NODE_INIT to work with debug enabled
      sched: add sched_class->needs_post_schedule() member
      sched: make double-lock-balance fair
      sched: pull only one task during NEWIDLE balancing to limit critical section
      sched: only try to push a task on wakeup if it is migratable


 include/linux/init_task.h |    1 
 include/linux/plist.h     |    9 ++-
 include/linux/sched.h     |    2 +
 kernel/sched.c            |   84 ++++++++++++++++++++++++---
 kernel/sched_rt.c         |  139 ++++++++++++++++++++++++++++++++++++++-------
 5 files changed, 202 insertions(+), 33 deletions(-)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-04-28 10:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-28 10:59 [PATCH v2 0/6] Series short description Paul Turner
  -- strict thread matches above, loose matches on Subject: below --
2008-08-25 20:15 [PATCH 0/5] sched: misc rt fixes for tip/sched/devel Gregory Haskins
2008-08-26 17:34 ` [PATCH v2 0/6] Series short description Gregory Haskins
2008-08-27  8:33   ` Peter Zijlstra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome