search for: sched_mc

Displaying 6 results from an estimated 6 matches for "sched_mc".

Did you mean: sched_h
2008 Oct 21
3
[Question] power management related with cgroup based resource management
Hi, all These days, I am interested in green IT area for low power OS So, I have a question about it. Is there any good idea or comments about power management related with cgroup based resource management? I have no idea about that, but it seems to be possible to find a good concept. And I hope so Is it some strange question? ^^ Regards, Dong-Jae Kang
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 06/13] lguest64 Kconfig
...Glauber de Oliveira Costa <glommer@gmail.com> Cc: Chris Wright <chrisw@sous-sol.org> Index: work-pv/arch/x86_64/Kconfig =================================================================== --- work-pv.orig/arch/x86_64/Kconfig +++ work-pv/arch/x86_64/Kconfig @@ -320,6 +320,19 @@ config SCHED_MC source "kernel/Kconfig.preempt" +config LGUEST + tristate "Lguest support" + depends on PARAVIRT + help + Enable this is you think 32 bits are not enough fur a puppie. + +config LGUEST_GUEST + bool + depends on LGUEST + default y + help + Guest definitions for lguest +...
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 06/13] lguest64 Kconfig
...Glauber de Oliveira Costa <glommer@gmail.com> Cc: Chris Wright <chrisw@sous-sol.org> Index: work-pv/arch/x86_64/Kconfig =================================================================== --- work-pv.orig/arch/x86_64/Kconfig +++ work-pv/arch/x86_64/Kconfig @@ -320,6 +320,19 @@ config SCHED_MC source "kernel/Kconfig.preempt" +config LGUEST + tristate "Lguest support" + depends on PARAVIRT + help + Enable this is you think 32 bits are not enough fur a puppie. + +config LGUEST_GUEST + bool + depends on LGUEST + default y + help + Guest definitions for lguest +...
2019 Oct 04
0
[RESEND TRIVIAL 3/3] treewide: arch: Fix Kconfig indentation
...NERIC_CALIBRATE_DELAY def_bool y @@ -832,7 +832,7 @@ config ARM64_PA_BITS config CPU_BIG_ENDIAN bool "Build big-endian kernel" help - Say Y if you plan on running a kernel in big-endian mode. + Say Y if you plan on running a kernel in big-endian mode. config SCHED_MC bool "Multi-core scheduler support" @@ -1593,7 +1593,7 @@ config EFI help This option provides support for runtime services provided by UEFI firmware (such as non-volatile variables, realtime - clock, and platform reset). A UEFI stub is also provided to + clock, and...
2019 Sep 23
2
[PATCH trivial 1/3] treewide: drivers: Fix Kconfig indentation
...req/Kconfig.x86 b/drivers/cpufreq/Kconfig.x86 index dfa6457deaf6..6eec6ccb14cb 100644 --- a/drivers/cpufreq/Kconfig.x86 +++ b/drivers/cpufreq/Kconfig.x86 @@ -9,12 +9,12 @@ config X86_INTEL_PSTATE select ACPI_PROCESSOR if ACPI select ACPI_CPPC_LIB if X86_64 && ACPI && SCHED_MC_PRIO help - This driver provides a P state for Intel core processors. + This driver provides a P state for Intel core processors. The driver implements an internal governor and will become - the scaling driver and governor for Sandy bridge processors. + the scaling...
2019 Oct 04
3
[RESEND TRIVIAL 1/3] treewide: drivers: Fix Kconfig indentation
...req/Kconfig.x86 b/drivers/cpufreq/Kconfig.x86 index dfa6457deaf6..6eec6ccb14cb 100644 --- a/drivers/cpufreq/Kconfig.x86 +++ b/drivers/cpufreq/Kconfig.x86 @@ -9,12 +9,12 @@ config X86_INTEL_PSTATE select ACPI_PROCESSOR if ACPI select ACPI_CPPC_LIB if X86_64 && ACPI && SCHED_MC_PRIO help - This driver provides a P state for Intel core processors. + This driver provides a P state for Intel core processors. The driver implements an internal governor and will become - the scaling driver and governor for Sandy bridge processors. + the scaling...