public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH 0/9] CKRM CPU resource controller
@ 2006-04-21  2:27 maeda.naoaki
  2006-04-21  2:27 ` [RFC][PATCH 1/9] CPU controller - Adds class load estimation maeda.naoaki
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: maeda.naoaki @ 2006-04-21  2:27 UTC (permalink / raw)
  To: linux-kernel, ckrm-tech; +Cc: maeda.naoaki

This patchset adds a CPU resource controller for CKRM.  The CPU
resource controller manages CPU resources by scaling timeslice
allocated for each task without changing the algorithm of the O(1)
scheduler.

Patch descriptions:
1/9: cpurc_load_estimation
	- Adds class load estimation

2/9: cpurc_hungry_detection
	- Adds class hungry detection

3/9: cpurc_timeslice_scaling
	- Adds CPU resource controll by scaling timeslice

4/9: cpurc_interface
	- Adds interface functions to CKRM CPU controller

5/9: cpurc_docs
	- Documents how the CPU resource controller works 

6/9: ckrm_cpu_init
	- Adds the basic functions and registering the CPU controller
	  to CKRM

7/9: ckrm_cpu_shares_n_stats
	- Adds routines to change share values and show statistics

8/9: ckrm_cpu_hotplug
	- Adds cpu hotplug notifier for the CPU controller

9/9: ckrm_cpu_docs
	- Documents how to use the CPU controller

Thanks,
MAEDA Naoaki

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

end of thread, other threads:[~2006-04-24  9:48 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-21  2:27 [RFC][PATCH 0/9] CKRM CPU resource controller maeda.naoaki
2006-04-21  2:27 ` [RFC][PATCH 1/9] CPU controller - Adds class load estimation maeda.naoaki
2006-04-21  2:27 ` [RFC][PATCH 2/9] CPU controller - Adds class hungry detection maeda.naoaki
2006-04-21  2:27 ` [RFC][PATCH 3/9] CPU controller - Adds timeslice scaling maeda.naoaki
2006-04-21  8:17   ` Mike Galbraith
2006-04-21  8:56     ` MAEDA Naoaki
2006-04-21 11:50       ` [ckrm-tech] " Naoaki MAEDA
2006-04-21 12:03         ` Mike Galbraith
2006-04-21 11:53       ` Mike Galbraith
2006-04-21  2:27 ` [RFC][PATCH 4/9] CPU controller - Adds interface functions maeda.naoaki
2006-04-21  2:27 ` [RFC][PATCH 5/9] CPU controller - Documents how the controller works maeda.naoaki
2006-04-23  7:13   ` Mike Galbraith
2006-04-24  6:25     ` [ckrm-tech] " MAEDA Naoaki
2006-04-24  9:49       ` Mike Galbraith
2006-04-21  2:27 ` [RFC][PATCH 6/9] CPU controller - Adds basic functions and registering the controller maeda.naoaki
2006-04-21  2:28 ` [RFC][PATCH 7/9] CPU controller - Adds routines to change share values and show stat maeda.naoaki
2006-04-21  2:28 ` [RFC][PATCH 8/9] CPU controller - Adds cpu hotplug notifier maeda.naoaki
2006-04-21  2:28 ` [RFC][PATCH 9/9] CPU controller - Documents how to use the controller maeda.naoaki

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