power_supply: bq27x00: remove unused struct fields
On Fri, Feb 12, 2010 at 11:57:02PM +0200, Grazvydas Ignotas wrote: These are probably leftover from old TI code. Signed-off-by: Grazvydas Ignotas <notasas(a)gmail.com> Acked-by: Rodolfo Giometti <giometti(a)linux.it> -- GNU/Linux Solutions e-mail: giometti(a)enneenne.com Linux Device Dri... 17 Feb 2010 00:17
LTTng0.158 Linux-2629-RT kernel BUG: sleeping function called from invalid context at kernel/rtmutex.c:685
On Tue, 2010-02-16 at 20:47 +0530, naresh kamboju wrote: Hi, After applying LTTng 0.158 patches on 2.6.29-RT with SMP and NON-SMP found BUG on ARM target. LTTng 0.158 patches with 2.6.29 is working fine. Linux kernel: 2.6.29-RT RT patches: patch-2.6.29.6-rt24-broken-out.tar.bz2 http://www.k... 17 Feb 2010 00:17
Itanium support ...
On Tue, Feb 16, 2010 at 12:50:46PM +0100, Zoran Popovi? wrote: The problem is they won't start dying, they were made not to - it was meant to support what (mission) critical business is ... but I am not here for that. I would like to hear, people, what do you think the future of commercial ... 17 Feb 2010 00:16
Extended error reporting to user space?
Hi I'm developing a device driver that, in it's ioctl()s, accepts a complex data structure. Before doing it's operation, it performs large number of checks if data is valid. If one of those checks fail, driver returns -EINVAL. Unfortunately this -EINVAL is not really useful. E.g. if a developer, sitting i... 20 Feb 2010 20:12
(none)
-- I am Mrs Claire page i am sick in the hospital. Please contact mylawyer Email(bar-landonwatson(a)gala.net) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Plea... 17 Feb 2010 00:16
[PATCH V2 1/6] lis3: Add missing constants for 8bit device
Definitions for click were missing. Signed-off-by: Samu Onkalo <samu.p.onkalo(a)nokia.com> Acked-by: Éric Piel <eric.piel(a)tremplin-utc.net> Tested-by: Daniel Mack <daniel(a)caiaq.de> --- drivers/hwmon/lis3lv02d.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/hwmon/lis... 17 Feb 2010 00:16
[PATCH 13/38] KVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_active
This allows accessing the guest fpu from the instruction emulator, as well as being symmetric with kvm_put_guest_fpu(). Signed-off-by: Avi Kivity <avi(a)redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti(a)redhat.com> --- arch/x86/kvm/x86.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff -... 17 Feb 2010 00:16
[PATCH 01/38] KVM: export <asm/hyperv.h>
Needed by <asm/kvm_para.h>. Signed-off-by: Avi Kivity <avi(a)redhat.com> --- arch/x86/include/asm/Kbuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/include/asm/Kbuild b/arch/x86/include/asm/Kbuild index 9f828f8..493092e 100644 --- a/arch/x86/include/asm/Kbuild +++ b/arch... 17 Feb 2010 00:16
[PATCH 27/38] KVM: Fix msr trace
- data is 64 bits wide, not unsigned long - rw is confusingly named Signed-off-by: Avi Kivity <avi(a)redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti(a)redhat.com> --- arch/x86/kvm/trace.h | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/x86/kvm/trace.h b/arch/x86/... 17 Feb 2010 00:16
[PATCH 21/38] KVM: MMU: Remove some useless code from alloc_mmu_pages()
From: Wei Yongjun <yjwei(a)cn.fujitsu.com> If we fail to alloc page for vcpu->arch.mmu.pae_root, call to free_mmu_pages() is unnecessary, which just do free the page malloc for vcpu->arch.mmu.pae_root. Signed-off-by: Wei Yongjun <yjwei(a)cn.fujitsu.com> Signed-off-by: Marcelo Tosatti <mtosatti(a)redhat.com> --- a... 17 Feb 2010 00:16