WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH 0/3] Optimization patches for cpuidle

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH 0/3] Optimization patches for cpuidle
From: "Wei, Gang" <gang.wei@xxxxxxxxx>
Date: Wed, 3 Sep 2008 09:51:05 +0800
Accept-language: en-US
Acceptlanguage: en-US
Cc: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Delivery-date: Tue, 02 Sep 2008 18:51:59 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AckNZ4cYlp2qQvq0TIy82cuSqflL2w==
Thread-topic: [PATCH 0/3] Optimization patches for cpuidle
We are keeping tuning cpuidle. This patchset focuses on reducing unnecessary 
intrs & overheads.

[PATCH 1/3] Fix VCPU periodic timer. Bypass useless idle vcpu timer to reduce 
intr num, and add a TIME_SLOP (50us) in vcpu periodic timer to remove multiple 
callings for firing.

[PATCH 2/3] Fix acpi_set_register. Remove a redundant call to 
acpi_hw_register_read() in acpi_set_register() to reduce overheads.

[PATCH 3/3] Disable ARB_DIS conditinally. Conditinally disable ARB_DIS after C3 
exit to reduce overheads.

Jimmy

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH 0/3] Optimization patches for cpuidle, Wei, Gang <=