[PATCH 4/5] perf record: Don't exit in live mode when no tracepoints are enabled
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> With this I was able to actually test Tom Zanussi's two previous patches in my usual perf testing ways, i.e. without any tracepoints activated. Cc: Frédéric Weisbecker <fweisbec(a)gmail.com> Cc: Mike Galbraith <efault(a)gmx.de> Cc: Paul Mackerras <paulus(a)samba.org> ... 2 May 2010 19:46
[PATCH] MIPS: nofpu and nodsp only affect CPU0
The "nofpu" and "nodsp" kernel command line options currently do not affect CPUs that are brought online later in the boot process or hotplugged at runtime. It is desirable to apply the nofpu/nodsp options to all CPUs in the system, so that surprising results are not seen when a process migrates from one CPU to an... 2 May 2010 18:41
Remove tosa_battery driver (was: Re: [PATCH] tosa_battery: fix FTBFS bug due to driver_data access)
On Mon, May 3, 2010 at 12:12 AM, Anton Vorontsov <cbouatmailru(a)gmail.com> wrote: On Sat, May 01, 2010 at 12:40:54AM +0400, Dmitry Eremin-Solenikov wrote: [...] Ah, it appears to be a build fix. It seems that the driver isn't buildable since 2.6.32 (i.e. commit b4028437 "Driver core: move ... 2 May 2010 17:35
Remove tosa_battery driver (was: Re: [PATCH] tosa_battery: fix FTBFS bug due to driver_data access)
On Sat, May 01, 2010 at 12:40:54AM +0400, Dmitry Eremin-Solenikov wrote: [...] Ah, it appears to be a build fix. It seems that the driver isn't buildable since 2.6.32 (i.e. commit b4028437 "Driver core: move dev_get/set_drvdata to drivers/base/dd.c"). Also, IIRC it was deprecated in... 4 May 2010 11:12
[ANNOUNCE] 2.6.33.3-rt19
We are pleased to announce the next update to our new preempt-rt series. Changes from 2.6.33.3-rt17 to 2.6.33.3-rt18: edf9d4b5: tclib: Default to tclib timer for RT 917c377: Atmel TCLIB: Allow higher clock rates for clock events b16bd4f: AT91: PIT: Remove irq handler when clock event is unused 360c3e7: fs... 2 May 2010 15:21
mm,migration: Avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks
On Fri, Apr 30, 2010 at 1:21 AM, Andrea Arcangeli <aarcange(a)redhat.com> wrote: Hi Mel, did you see my proposed fix? I'm running with it applied, I'd be interested if you can test it. Surely it will also work for new anon-vma code in upstream, because at that point there's just 1 anon-vma and nothing e... 2 May 2010 14:14
[PATCH] Staging: adis16255: Fix compile error
This patch solves a compilation error in today linux-next tree. The adis16255 staging driver Makefile seems to be wrong. I think this patch solves the issue. Signed-off-by: Javier Martinez Canillas <martinez.javier(a)gmail.com> --- drivers/staging/adis16255/Makefile | 2 +- 1 files changed, 1 insertions(+), ... 2 May 2010 14:14
[PATCH 4/4] viafb: fix hardware acceleration for suspend & resume
viafb: fix hardware acceleration for suspend & resume This patch splits the acceleration initialization in two parts: The first is only called during probe and is used to allocate resources. The second part is also called on resume to reinitalize the 2D engine. This should fix all acceleration issues after resume... 2 May 2010 12:02
viafb suspend & resume, v2
This is the second version of this patch series. It is forward ported to apply on Jon's current viafb-posted branch. Furthermore the engine is only (re)started if the mmio space is mapped. There are still issues left especially device configuration and it does not yet integrate nicely in the new structure of the dr... 19 May 2010 16:01
[PATCH 0/2] x86 FPU API
Currently all fpu accessors are wedded to task_struct. However kvm also uses the fpu in a different context. Introduce an FPU API, and replace the current uses with the new API. While this patchset is oriented towards deeper changes, as a first step it simlifies xsave for kvm. Avi Kivity (2): x86: elimina... 2 May 2010 12:02