First  |  Prev |  Next  |  Last
Pages: 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166
[PATCH 03/10] perf ui: Shorten ui_browser->refresh_entries to refresh
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> LKML-Reference: <new-submission> Signed-off-by: Arnaldo Carvalho de Melo <acme(a)redhat.com> --- tools/perf/util/newt.c | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tools/perf/util/newt.c b/tools/perf/util/newt... 5 Aug 2010 22:28
[PATCH 02/10] perf ui: Add a map browser
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> Press -> and then "Browse map details" to see the DSO long name as the title and the list of symbols in the DSO used by the map where the current symbol is. Cc: Frederic Weisbecker <fweisbec(a)gmail.com> Cc: Mike Galbraith <efault(a)gmx.de> Cc: Peter Zijlstra <peter... 5 Aug 2010 22:28
[PATCH 08/10] perf trace: Clean up #includes
From: Andrea Gelmini <andrea.gelmini(a)gelma.net> Removed duplicated #includes util/trace-event.h and util/exec_cmd.h. Grouped and sorted all the #includes. Cc: Peter Zijlstra <a.p.zijlstra(a)chello.nl> Cc: Paul Mackerras <paulus(a)samba.org> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: Tom Zanussi <tzanussi(a)gmail.com> Cc... 5 Aug 2010 22:28
[PATCH 09/10] perf timechart: Adjust confusing if indentation
From: Julia Lawall <julia(a)diku.dk> Outdent the code following the if. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r disable braces4@ position p1,p2; statement S1,S2; @@ ( if (...) { ... } | if (...) S1(a)p1 S2(a)p2 ) @script:python@ p1 << r.p1; ... 5 Aug 2010 22:28
[PATCH 01/10] perf symbols: Store the symbol binding
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> So that tools that wan't to act only on a subset of (weak, global, local) symbols can do so, such as the upcoming uprobes support in 'perf probe'. Cc: Frederic Weisbecker <fweisbec(a)gmail.com> Cc: Mike Galbraith <efault(a)gmx.de> Cc: Peter Zijlstra <peterz(a)infrade... 5 Aug 2010 22:28
Initcall ordering problem (TTY vs modprobe vs MD5) and cryptomgr problem
On Fri, Aug 06, 2010 at 02:01:03AM +0100, David Howells wrote: but it's not being found by the crypto routines. By GIT bisection, I note that this problem is introduced in the following commit: commit 0b767f96164b2b27488e3daa722ff16e89d49314 Author: Alexander Shishkin <virtuoso(a)slind.org> Dat... 6 Aug 2010 04:59
Initcall ordering problem (TTY vs modprobe vs MD5) and cryptomgr problem
My test box is imploding during boot due to an init ordering problem between md5 and /dev/console and modprobe failure. Furthermore, the md5 module isn't finding cryptomgr, despite it being compiled in and initialised. I've made __request_module() print some stuff and I've set initcall_debug=1 on the command... 6 Aug 2010 08:15
lockup_detector: Make DETECT_HUNT_TASK default depend on LOCKUP_DETECTOR
On Wed, Aug 04, 2010 at 09:53:03AM +0800, Li Zefan wrote: CONFIG_DETECT_SOFTLOCKUP has been removed, so switch the default value to LOCKUP_DETECTOR. Also fix the help text of BOOT_PRINTK_DELAY. Signed-off-by: Li Zefan <lizf(a)cn.fujitsu.com> --- Acked-by: Frederic Weisbecker <fweisbec(a)gmail.co... 9 Aug 2010 04:41
vmscan: synchrounous lumpy reclaim use lock_page() instead trylock_page()
On Thu, Aug 5, 2010 at 11:17 PM, Minchan Kim <minchan.kim(a)gmail.com> wrote: On Thu, Aug 05, 2010 at 03:13:39PM +0900, KOSAKI Motohiro wrote: When synchrounous lumpy reclaim, there is no reason to give up to reclaim pages even if page is locked. We use lock_page() instead trylock_page() in this case. ... 5 Aug 2010 21:23
first round of SCSI updates for the 2.6.36 merge window
On Wed, 2010-08-04 at 15:51 -0700, Linus Torvalds wrote: On Tue, Aug 3, 2010 at 9:13 PM, James Bottomley <James.Bottomley(a)suse.de> wrote: Alan Stern (3): sd: add support for runtime PM implement runtime Power Management convert to the new PM framework Guys, these kind o... 5 Aug 2010 21:23
First  |  Prev |  Next  |  Last
Pages: 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166