Sie haben mehr als Ihre E-Mail Limit
Dies ist, Ihnen mitzuteilen, dass Sie Ihre E-Mail-Kontingent von 325MB überschritten und Sie müssen Ihre E-Mail-Limit erhöhen, weil in weniger als 48 Stunden wird Ihre E-Mail deaktivieren. Erhöhung Ihre E-Mail-Quote zu begrenzen und weiter zu Ihrem Webmail-Konto verwenden. Zur Erhöhung Ihrer E-Mail Limit zu... 11 Jun 2010 10:19
[PATCH 2/7] KVM: MMU: cleanup for dirty page judgment
Using wrap function to cleanup page dirty judgment Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/paging_tmpl.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/paging_tmpl.h b/arch/x86/kvm/paging_tmpl.h index 8d00bb2..876e705 100644 --- ... 11 Jun 2010 10:19
[PATCH 7/7] KVM: MMU: don't walk every parent pages while mark unsync
While we mark the parent's unsync_child_bitmap, if the parent is already unsynced, it no need walk it's parent, it can reduce some unnecessary workload Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 61 ++++++++++++++------------------------------------- 1 files changed... 11 Jun 2010 10:19
[PATCH 4/7] KVM: MMU: don't mark pte notrap if it's just sync transient
If the sync-sp just sync transient, don't mark its pte notrap Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/include/asm/kvm_host.h | 2 +- arch/x86/kvm/mmu.c | 11 ++++------- arch/x86/kvm/paging_tmpl.h | 5 +++-- 3 files changed, 8 insertions(+), 10 deleti... 11 Jun 2010 10:19
[PATCH 6/7] KVM: MMU: clear unsync_child_bitmap completely
In current code, some page's unsync_child_bitmap is not cleared completely in mmu_sync_children(), for example, if two PDPEs shard one PDT, one of PDPE's unsync_child_bitmap is not cleared. Currently, it not harm anything just little overload, but it's the prepare work for the later patch Signed-off-by: Xiao G... 11 Jun 2010 10:19
[PATCH 1/7] KVM: MMU: rename 'page' and 'shadow_page' to 'sp'
Rename 'page' and 'shadow_page' to 'sp' to better fit the context Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/paging_tmpl.h | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/arch/x86/kvm/paging_tmpl.h b/arch/x86/kvm/paging_tmpl.h ... 11 Jun 2010 10:19
[PATCH 3/7] KVM: MMU: avoid double write protected in sync page path
The sync page is already write protected in mmu_sync_children(), don't write protected it again Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index 21ab8... 11 Jun 2010 10:19
[PATCH 5/7] KVM: MMU: cleanup for __mmu_unsync_walk()
Decrease sp->unsync_children after clear unsync_child_bitmap bit Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index 18c14c5..c4b980a 100644 --- a/arch... 11 Jun 2010 10:19
staging/wlags49_hs: Fix build error when CONFIG_SYSFS is not set
>>  extern void register_wlags_sysfs(struct net_device *);  extern void unregister_wlags_sysfs(struct net_device *);  #else -static void register_wlags_sysfs(struct net_device *) { return; }; -static void unregister_wlags_sysfs(struct net_device *) { return; }; +#define register_wlags_sysfs(net_devi... 11 Jun 2010 19:15
staging:panel: Fixed coding conventions.
On Fri, Jun 11, 2010 at 03:21:49PM +0300, Henri H�kkinen wrote: Fixed many coding convention issues as reported by checkpatch.pl tool. Many of the cleanups were hacky due to deeply nasted control structures. NAK. With such a "cleanup", it becomes even harder to read, understand and debug. Enforcing the 80-cha... 12 Jun 2010 01:48