[GIT PULL 0/2] perf tui fix and annotate improvement
Hi Ingo, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf I still have to make it cache vmlinux files instead of always caching kallsyms, so that users can select it via .perfconfig the tradeof .debug/ disk space versus offline/precise (build-id verified) annotate ... 26 May 2010 18:03
[PATCH 1/2] perf tui: Reset use_browser if stdout is not a tty
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> The newt initialization routines weren't being called because the output was a file (perf annotate > /tmp/bla) but use_browser was still 1, because ~/.perfconfig had it as 'on', so, later on newt routines segfaulted. Cc: Frédéric Weisbecker <fweisbec(a)gmail.com> ... 26 May 2010 18:03
i915/intel_sdvo: remove unneeded null check
On Fri, 7 May 2010 10:40:09 +0200, Dan Carpenter <error27(a)gmail.com> wrote: The "connector" variable is used as the cursor in a list_for_each_entry() and it's always non-null so we don't need to check it. Applied. Thanks! ... 26 May 2010 18:03
massive polling problems with udevd and other processes
On Mon, May 24, 2010 at 1:49 AM, Eric Paris <eparis(a)redhat.com> wrote: On Sun, 2010-05-23 at 22:20 +0200, Alessandro Suardi wrote: On Sun, May 23, 2010 at 1:25 AM, Eric Paris <eparis(a)redhat.com> wrote: I'm feeling like this is a udev bug, but the only fix is going to be to revert and paper over an... 28 May 2010 22:31
[RFC PATCH] irq: handle private interrupt registration
From: Abhijeet Dharmapurikar <adharmap(a)codeaurora.org> The current code fails to register a handler for the same irq without taking in to account that it could be a per cpu interrupt. If the IRQF_PERCPU flag is set, enable the interrupt on that cpu and return success. Change-Id: I748b3aa08d794342ad74cbd0bb900c... 26 May 2010 16:56
[tip:x86/urgent] x86, pat: Fix memory leak in free_memtype
Commit-ID: 20413f27163fb1b8b806c0c219dc95eae67c633a Gitweb: http://git.kernel.org/tip/20413f27163fb1b8b806c0c219dc95eae67c633a Author: Xiaotian Feng <dfeng(a)redhat.com> AuthorDate: Wed, 26 May 2010 09:51:10 +0800 Committer: H. Peter Anvin <hpa(a)linux.intel.com> CommitDate: Wed, 26 May 2010 11:26:04 -0700 ... 26 May 2010 16:56
[tip:x86/urgent] x86, k8: Fix section mismatch for powernowk8_exit()
Commit-ID: fe501f1e89cd460793152f500bf25d81d463515b Gitweb: http://git.kernel.org/tip/fe501f1e89cd460793152f500bf25d81d463515b Author: Borislav Petkov <borislav.petkov(a)amd.com> AuthorDate: Tue, 25 May 2010 15:28:58 +0000 Committer: H. Peter Anvin <hpa(a)linux.intel.com> CommitDate: Tue, 25 May 2010 15:42:2... 26 May 2010 16:56
[PATCH 5/7] tracing: Remove test of NULL define_fields callback
From: Li Zefan <lizf(a)cn.fujitsu.com> Every event (or event class) has it's define_fields callback, so the test is redundant. Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> LKML-Reference: <4BFA37BC.8080707(a)cn.fujitsu.com> Signed-off-by: Steven Rostedt <rostedt(a)goodmis.org> --- kernel/trace/trace_events.c ... 26 May 2010 16:56
[PATCH 6/7] tracing: Remove redundant raw_init callbacks
From: Li Zefan <lizf(a)cn.fujitsu.com> raw_init callback is optional. Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> LKML-Reference: <4BFA37D4.7070500(a)cn.fujitsu.com> Signed-off-by: Steven Rostedt <rostedt(a)goodmis.org> --- kernel/trace/trace_export.c | 8 +------- kernel/trace/trace_kprobe.c | 10 +-------... 26 May 2010 16:56
[PATCH 0/7] [GIT PULL] tracing: more shrinking of TRACE_EVENT() code
Ingo, This is built on my last pull request, and both would be good for 2.6.35. Please pull the latest tip/perf/core-2 tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git tip/perf/core-2 Li Zefan (7): tracing: Use a global field list for all ... 26 May 2010 16:56