Displaying 20 results from an estimated 1000 matches similar to: "Kernel crash with acpi_processor, cpu_idle and intel_idle =y"
2009 Mar 28
6
cpu frequency scaling in xen 3.3.1
Hi,
i read the xenpm wiki page, but i cannot use the "p-states". xenpm shows:
xenpm
cpu id : 0
total C-states : 2
idle time(ms) : 1776034
C0 : transition [00000000000000000000]
residency [00000000000000000000 ms]
C1 : transition [00000000000000260278]
residency
2011 Dec 21
2
[PATCH] xenpm: assorted adjustments
- use consistent error values (stop mixing of [positive] errno values
with literal -E... ones)
- properly format output
- don''t use leading zeros in decimal output
- move printing of average frequency into P-state conditional (rather
than a C-state one)
- don''t print some C-state related info when CPU idle management is
disabled in the hypervisor
- use calloc() for array
2011 Oct 25
5
[PATCH] pm : provide CC7/PC2 residency
x86 pm : provide CC7/PC2 residency
Sandy bridge introduces new MSR to get cc7/pc2 residency (core C-state 7/package C-state 2). Print the cc7/pc2 residency when on sandy bridge platform.
Signed-off-by: Yang Zhang <yang.z.zhang@intel.com>
diff -r 662dbf6ee71c tools/libxc/xc_pm.c
--- a/tools/libxc/xc_pm.c Mon Oct 24 18:01:07 2011 +0100
+++ b/tools/libxc/xc_pm.c Fri Oct 28
2008 Oct 22
24
Problems with enabling hypervisor C and P-state control
Hi,
Is there any documentation on enabling hypervisor support for both C
and P-state control?
On xen-unstable and linux-2.6.18-xen.hg, if I enable cpuidle=1 on the
xen command line and then run xenpm, I will get output for C-states
(shown below) but it complains that "Xen cpufreq is not enabled!"
cpu id : 0
total C-states : 2
idle time(ms) : 73264
C0
2012 Dec 25
7
Using collectd: CPUFreq in dom0
Hello,
I''ve tried to get the CPUFreq plugin of collectd running in dom0.
But I mentioned that it isn''t so easy to get a file in sysfs on the
rigth place.
I know that the value has to come from hypervisor and I''ve seen the code
in xenpm.
The only value I need is
"/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq" which would
create cpufreq.c.
Can anyone
2013 Jun 19
8
[PATCH 1/2] cpufreq, powernow: enable/disable core performance boost for all cpus in policy
Currently, enable/disable turbo mode on AMD is broken:
$ xenpm enable-turbo-mode 0 <-- works and proper CPU MSR bit is set
$ xenpm enable-turbo-mode 1 <-- silently broken, MSR bit not set
Since ->turbo is per policy, when user requests to enable/disable
turbo mode, we need to set the bit in all of the ->cpus that this
policy affects.
---
xen/arch/x86/acpi/cpufreq/powernow.c | 2
2012 Mar 10
3
xenpm hypercalls support in latest kernels?
Does anyone know what is the latest version of dom0-kernel, that supports fully xenpm hypercalls?
I tried from 3.0 to 3.3 with xen-4.1.3, but none of them has xenpm working.
On the other hand native kernel cpufreq is OK with all of them.
My CPU is Xeon family 6 on PowerEdge 1950 III box.
Regards,
Dimitar Kazakov
2012 Mar 10
3
xenpm hypercalls support in latest kernels?
Does anyone know what is the latest version of dom0-kernel, that supports fully xenpm hypercalls?
I tried from 3.0 to 3.3 with xen-4.1.3, but none of them has xenpm working.
On the other hand native kernel cpufreq is OK with all of them.
My CPU is Xeon family 6 on PowerEdge 1950 III box.
Regards,
Dimitar Kazakov
2009 Sep 11
2
DVFS, xenpm in 3.4.1 and linux 2.6.18
Hi, All,
I have some problem of using dvfs in Xen 3.4.1 and 2.6.18 kernel. I
enabled Speed option in BIOS and add "cpufreq=xen" in the grub file. But
when I entered my dom0 and type "xenpm get-cpufreq-XXX" (any xenpm
argument), it returns "[CPU0] failed to get CPU P state".
I am wondering if I should enable some feature of 2.6.18 during the
kernel configuration.
2009 Sep 11
2
DVFS, xenpm in 3.4.1 and linux 2.6.18
Hi, All,
I have some problem of using dvfs in Xen 3.4.1 and 2.6.18 kernel. I
enabled Speed option in BIOS and add "cpufreq=xen" in the grub file. But
when I entered my dom0 and type "xenpm get-cpufreq-XXX" (any xenpm
argument), it returns "[CPU0] failed to get CPU P state".
I am wondering if I should enable some feature of 2.6.18 during the
kernel configuration.
2011 Nov 30
36
[RFC PATCH] Exporting ACPI Pxx/Cxx states to other kernel subsystems (v1).
Hello,
The following patches are a solution to a problem we have encountered
when using the Xen hypervisor:
- Need Pxx/Cxx states to save on power consumption when using Xen (we
do want those datacenters to consume less power!),
- Also need to figure out the Turbo mode so that the scheduler can properly
boost a core for CPU bound guests.
In essence the Xen hypervisor requires that
2012 Apr 24
3
xen acpi cpufreq driver
Hi,
i''m not sure if i understood the new acpi xen cpufreq driver - here''s the
output when loading xen_acpi_processor module in linux 3.4:
dom0 dmesg:
[ 32.728151] xen-acpi-processor: (CX): Hypervisor error (-22) for ACPI CPU8
[ 32.728156] xen-acpi-processor: (CX): Hypervisor error (-22) for ACPI CPU9
[ 32.728160] xen-acpi-processor: (CX): Hypervisor error (-22) for
2011 May 20
8
2.6.39 dom0 xen power management test
Hi Konrad / Yu Ke,
I have tried konrad''s master tree:
commit 329408d788f62629131ea28c112e973878d52c9e
Merge: e370fe2 773f8cf
Author: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Date: Thu May 19 14:37:32 2011 -0400
Merge branch ''linux-next''
With a xen-4.1.0 hypervisor, on my AMD x6 phenom.
Curious if Xen Power Management would work...
Output of all xenpm
2018 Aug 06
1
[PATCH v4 7/8] drm/nouveau: Fix deadlocks in nouveau_connector_detect()
On Wed, Aug 01, 2018 at 05:14:57PM -0400, Lyude Paul wrote:
> When we disable hotplugging on the GPU, we need to be able to
> synchronize with each connector's hotplug interrupt handler before the
> interrupt is finally disabled. This can be a problem however, since
> nouveau_connector_detect() currently grabs a runtime power reference
> when handling connector probing. This
2011 Mar 23
1
Re: [RFC PATCH V4 3/5] cpuidle: default idle driver for x86
On 03/23/2011 08:43 AM, Len Brown wrote:
> Why is this patch a step forward?
Hi Len,
I have basically moved the code for arch default and mwait
idle from arch/x86/kernel/process.c to a driver. This was
suggested by Venki (https://lkml.org/lkml/2010/10/19/460)
as part of pm_idle cleanup and direct call of
cpuidle_idle_call(). There is not much new code here.
>
>> +obj-$(CONFIG_X86)
2011 Aug 28
11
xen-4.1: PV domain hanging at startup, jiffies stopped
Hey,
I''m experiencing strange problem: non-deterministic PV domain hang, only
on some machines (with fast SSD drive). I''ve tried xen-4.1.0 and
xen-4.1.1 with many kernels different kernels:
VM:
- 2.6.38.3 xenlinux based on SUSE package
- vanilla 3.0.3
- vanilla 3.1 rc2
dom0:
- 2.6.38.3 xenlinux based on SUSE package
- vanilla 3.1 rc2
Result always the same: sometimes VM
2018 Jul 17
3
[PATCH 1/5] drm/nouveau: Prevent RPM callback recursion in suspend/resume paths
[cc += linux-pm]
Hi Lyude,
First of all, thanks a lot for looking into this.
On Mon, Jul 16, 2018 at 07:59:25PM -0400, Lyude Paul wrote:
> In order to fix all of the spots that need to have runtime PM get/puts()
> added, we need to ensure that it's possible for us to call
> pm_runtime_get/put() in any context, regardless of how deep, since
> almost all of the spots that are
2009 Jul 27
0
Problems with power management xen 3.4
I''ve a problem with managing power consumption on Intel Nehalem CPU.
I''ve installed Xen 3.4 on our Dell PowerEdge T610 system on a Ubuntu
9.04 distribution. I recompiled the kernel 2.6.30rc5. Now I can see
the c-states of the CPUs but no access to P-states information and the
frequency scaling does not work.
By the way, if I run the kernel 2.6.28.13 which is the last one
2009 May 28
5
[PATCH] tools/stubdom: get rid of hardcoded pathes
Hi!
Attached patch makes xen-tools and stubdom-dm going independent
from hardcoded pathes. It is no possible to install into /usr/local or any
other non-default directory and use it out-of-the box.
This allows us to have different Xen versions in different directories,
simplifies packaging for distributions.
It also finds ''hvmloader'' and
2018 Aug 01
12
[PATCH v4 0/8] Fix connector probing deadlocks from RPM bugs
This is the latest version of
https://patchwork.freedesktop.org/series/46815/
With a bunch of fixes to the new fb_helper to prevent it from breaking
module loading/unloading with nouveau. Also; lots of documentation
fixes and one fix in response to a kbuild bot.
Lyude Paul (8):
drm/nouveau: Fix bogus drm_kms_helper_poll_enable() placement
drm/nouveau: Enable polling even if we have runtime