[PATCH] V4L/DVB: mx1-camera: compile fix
This is a regression of 7d58289 (mx1: prefix SOC specific defines with MX1_ and deprecate old names) Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> --- Hello, this went unnoticed up to now as mx1_defconfig doesn't include support for mx1-camera. I have a patch pending to change that thou... 4 Mar 2010 12:20
[PATCH 2/9] oprofile, perf, x86: do not allocate evntsel counter msr
Two msrs must be reserverd per generic counter though both are depending each other. Allocating the evntsel counter msr is not necessary if the corresponding perfctr msr is already reserved. This patch removes evntsel counter msr reservation. This is implemented for AMD and P6 models only. for P4 still the legac... 4 Mar 2010 12:20
[PATCH 4/9] tsc, x86: use new perfctr reservation functions in tsc code
Use reserve_perfctr()/release_perfctr() in tsc code. Cc: Thomas Gleixner <tglx(a)linutronix.de> Signed-off-by: Robert Richter <robert.richter(a)amd.com> --- arch/x86/kernel/tsc.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/arch/x86/kernel/tsc.c b/arch/x86/kernel/tsc.c index ff98... 4 Mar 2010 12:20
[PATCH 3/9] oprofile, perf, x86: introduce new functions to reserve perfctrs by index
Current perfctr reservation code allocates single pmu msrs. The msr addresses may differ depending on the model and offset calculation is necessary. This can be easier implemented by reserving a counter by its index only. Cc: Thomas Gleixner <tglx(a)linutronix.de> Cc: Andi Kleen <andi(a)firstfloor.org> Signed-off-b... 4 Mar 2010 12:20
arch/powerpc/sysdev/cpm2_pic.h: Checkpatch cleanup
On Feb 27, 2010, at 10:51 AM, Andrea Gelmini wrote: arch/powerpc/sysdev/cpm2_pic.h:6: ERROR: "(foo*)" should be "(foo *)" Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- arch/powerpc/sysdev/cpm2_pic.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) applied to next - ... 4 Mar 2010 12:20
ARM: Assume new page cache pages have dirty D-cache
On Tue, Mar 02, 2010 at 05:34:29PM +0000, Catalin Marinas wrote: There are places in Linux where writes to newly allocated page cache pages happen without a subsequent call to flush_dcache_page() (several PIO drivers including USB HCD). This patch changes the meaning of PG_arch_1 to be PG_dcache_clean and a... 6 Mar 2010 05:19
[tip:perf/pebs] perf trace: Don't use pager if scripting
Commit-ID: cf4fee50282312528e1f8adf73b1831d1d6ae389 Gitweb: http://git.kernel.org/tip/cf4fee50282312528e1f8adf73b1831d1d6ae389 Author: Tom Zanussi <tzanussi(a)gmail.com> AuthorDate: Wed, 3 Mar 2010 01:04:33 -0600 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Thu, 4 Mar 2010 12:19:55 +0100 perf trac... 4 Mar 2010 12:20
[tip:perf/pebs] perf trace/scripting: Remove extraneous header read
Commit-ID: 10c95f4f41889daaa8130e0bd12209825dbe8d39 Gitweb: http://git.kernel.org/tip/10c95f4f41889daaa8130e0bd12209825dbe8d39 Author: Tom Zanussi <tzanussi(a)gmail.com> AuthorDate: Wed, 3 Mar 2010 01:04:32 -0600 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Thu, 4 Mar 2010 12:19:54 +0100 perf trac... 4 Mar 2010 12:20
oprofile: Convert oprofilefs_lock to raw_spinlock
On 17.02.10 14:41:59, Thomas Gleixner wrote: oprofilefs_lock needs to be a real spinlock on preempt-rt. Convert it to a raw_spinlock. No change for !RT kernels. Signed-off-by: Thomas Gleixner <tglx(a)linutronix.de> Cc: Robert Richter <robert.richter(a)amd.com> --- arch/arm/oprofile/common.c | ... 4 Mar 2010 12:20
linux-next: build warning after merge of the xfs tree
On Thu, 2010-03-04 at 11:57 +1100, Dave Chinner wrote: On Thu, Mar 04, 2010 at 11:19:30AM +1100, Stephen Rothwell wrote: Hi Dave, After merging the xfs tree, today's linux-next build (x86_64 allmodconfig) produced this warning: fs/xfs/linux-2.6/xfs_aops.c: In function 'xfs_end_io': ... 4 Mar 2010 12:20