perf: add @rq to perf_event_task_sched_out()
On Tue, 2010-05-04 at 14:38 +0200, Tejun Heo wrote: Add @rq to perf_event_task_sched_out() so that its argument matches those of trace_sched_switch(). This will help unifying notifiers in sched. The alternative is dropping rq from the trace events, its not like anybody outside sched.o can do anything sens... 5 May 2010 06:02
lockdep, fork: Fix dependency of hardirqs_enabled and softirqs_enabled
* tip-bot for Ming Lei <tom.leiming(a)gmail.com> wrote: Commit-ID: 9ca79f1559dc54268bdf129c0b2a1e2bcebeb0d5 Gitweb: http://git.kernel.org/tip/9ca79f1559dc54268bdf129c0b2a1e2bcebeb0d5 Author: Ming Lei <tom.leiming(a)gmail.com> AuthorDate: Wed, 5 May 2010 00:01:12 +0800 Committer: Ingo Molnar <mi... 4 May 2010 13:27
[tip:core/locking] lockdep, fork: Fix dependency of hardirqs_enabled and softirqs_enabled
Commit-ID: 9ca79f1559dc54268bdf129c0b2a1e2bcebeb0d5 Gitweb: http://git.kernel.org/tip/9ca79f1559dc54268bdf129c0b2a1e2bcebeb0d5 Author: Ming Lei <tom.leiming(a)gmail.com> AuthorDate: Wed, 5 May 2010 00:01:12 +0800 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Tue, 4 May 2010 18:33:20 +0200 lockdep, ... 4 May 2010 13:27
hwmon: applesmc: Correct sysfs fan error handling
On Tue, 4 May 2010 15:39:02 +0200, Henrik Rydberg wrote: The current code will not remove the sysfs files for fan numbers three and up. Also, upon exit, fans one and two are removed regardless of their existence. This patch cleans up the sysfs error handling for the fans. Signed-off-by: Henrik Rydb... 4 May 2010 13:27
patch
Hey, did you get my patch concerning those hash changes? Havent gotten any reply. Best wishes Kristoffer -- 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 Please ... 4 May 2010 13:27
[PATCH] swiotlb 0.7: separation of physical and virtual address translation.
On Wed, Apr 07, 2010 at 04:29:24PM -0400, Konrad Rzeszutek Wilk wrote: Fujita-san et al. Attached is a set of patches that separate the address translation (virt_to_phys, virt_to_bus, etc) from the SWIOTLB library. Since the last posting [v6] I've done: - Minimized the list exported functions/va... 4 May 2010 13:27
perf fixes (inject, report, record)
* Arnaldo Carvalho de Melo <acme(a)infradead.org> wrote: Hi Ingo, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf Regards, - Arnaldo Anton Blanchard (1): perf: Fix performance issue with perf report Arnaldo Carvalho de Melo (1): ... 4 May 2010 13:27
[PATCH][GIT PULL] tracing: Convert nop macros to static inlines
Ingo, Please pull the latest tip/tracing/core tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git tip/tracing/core Steven Rostedt (1): tracing: Convert nop macros to static inlines ---- include/linux/ftrace.h | 30 ++++++++++++++++++-------... 4 May 2010 13:27
[PATCH 1/2] kernel:fork: fix dependency of hardirqs_enabled and softirqs_enabled
From: Ming Lei <tom.leiming(a)gmail.com> The defination of hardirqs_enabled and softirqs_enabled in task_struct depends on CONFIG_TRACE_IRQFLAGS instead of CONFIG_PROVE_LOCKING. Signed-off-by: Ming Lei <tom.leiming(a)gmail.com> --- kernel/fork.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff... 4 May 2010 12:19
ext4: Don't send extra barrier during fsync if there are no dirty pages.
On Tue, May 04, 2010 at 10:16:37AM -0400, Ric Wheeler wrote: Checking per inode is actually incorrect - we do not want to short cut the need to flush the target storage device's write cache just because a specific file has no dirty pages. If a power hit occurs, having sent the pages from to the stora... 4 May 2010 12:19