Prev: mm,migration: Remove straggling migration PTEs when page tables are being moved after the VMA has already moved
Next: [PATCH 1/2] mn10300: Don't warn that atomic_t is only 24 bit
From: Paul Turner on 28 Apr 2010 07:00 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |