ds2782_battery: add support for ds2786 battery gas gauge
Hi, On Thu, Apr 22, 2010 at 09:52:52AM +0300, Mike Rapoport wrote: From: Yulia Vilensky <vilensky(a)compulab.co.il> Signed-off-by: Yulia Vilensky <vilensky(a)compulab.co.il> Signed-off-by: Mike Rapoport <mike(a)compulab.co.il> --- Thanks for the patch, looks good overall. Few comments below. [...] ... 2 May 2010 16:28
tip: origin tree build failure (x86, 32-bit, allyesconfig)
* Neil Brown <neilb(a)suse.de> wrote: are available in the git repository at: git://neil.brown.name/md/ for-linus ( Note, i'm re-using this old MD pull request thread to report a bug in a pull request you sent to Linus in the past two days. I havent found the pull request nor the patch on lkml.... 23 Apr 2010 17:51
[GIT PULL] updates for oprofile
Ingo, please pull oprofile updates from: git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git core You might want to pull from 'for-next' instead that includes an additional merge with tip/tracing/core to resolve conflicts with that branch. Thanks. -Robert -- commit b971f06187d83b5c0... 23 Apr 2010 17:51
[PATCH] procfs: fix tid fdinfo
Correct the file_operations struct in fdinfo entry of tid_base_stuff[]. Signed-off-by: Jerome Marchand <jmarchan(a)redhat.com> --- base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/proc/base.c b/fs/proc/base.c index 7621db8..8418fcc 100644 --- a/fs/proc/base.c +++ b/fs/proc/base... 23 Apr 2010 17:51
[PATCH 6/10] KVM MMU: don't write-protect if have new mapping to unsync page
If have new mapping to the unsync page(i.e, add a new parent), just update the page from sp->gfn but not write-protect gfn, and if need create new shadow page form sp->gfn, we should sync it Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 27 +++++++++++++++++++-------- ... 23 Apr 2010 17:51
[PATCH 2/10] KVM MMU: convert mmu tracepoints
Convert mmu tracepoints by using DECLARE_EVENT_CLASS Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmutrace.h | 69 +++++++++++++++++----------------------------- 1 files changed, 26 insertions(+), 43 deletions(-) diff --git a/arch/x86/kvm/mmutrace.h b/arch/x86/kvm/mmutrace.h... 23 Apr 2010 17:51
[PATCH 8/10] KVM MMU: allow more page become unsync at getting sp time
Allow more page become asynchronous at getting sp time, if need create new shadow page for gfn but it not allow unsync(level > 0), we should unsync all gfn's unsync page Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 22 ++++++++++++++++++++-- 1 files changed, 20 insert... 23 Apr 2010 17:51
[PATCH 7/10] KVM MMU: allow more page become unsync at gfn mapping time
In current code, shadow page can become asynchronous only if one shadow page for a gfn, this rule is too strict, in fact, we can let all last mapping page(i.e, it's the pte page) become unsync, and sync them at invlpg or flush tlb time. This patch allow more page become asynchronous at gfn mapping time Signed... 23 Apr 2010 17:51
[PATCH 1/10] KVM MMU: fix for calculating gpa in invlpg code
If the guest is 32-bit, we should use 'quadrant' to adjust gpa offset Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/paging_tmpl.h | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/arch/x86/kvm/paging_tmpl.h b/arch/x86/kvm/paging_tmpl.h index d0cc07... 23 Apr 2010 17:51
[PATCH 5/10] KVM MMU: cleanup invlpg code
Using is_last_spte() to cleanup invlpg code Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- arch/x86/kvm/mmu.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/arch/x86/kvm/mmu.c b/arch/x86/kvm/mmu.c index fac7c09..fd027a6 100644 --- a/arch/x86/kvm/mmu.c +++ b/arc... 23 Apr 2010 17:51