please don't apply : bootmem: avoid DMA32 zone by default
On 03/05/2010 12:38 PM, Yinghai Lu wrote: if you don't want to drop | bootmem: avoid DMA32 zone by default today mainline tree actually DO NOT need that patch according to print out ... please apply this one too. [PATCH] x86/bootmem: introduce bootmem_default_goal don't punish the 64b... 7 Mar 2010 05:15
weirdness with compiling a 2.6.33 kernel on arm debian
Hi have now successfully built a 2.6.33 kernel on a linkstation pro v2. This is an arm device. It is currently running debian  lenny armel. I compiled  (make) zImage, then did a make modules which failed on the first two rounds of compiling the modules - "fs/afs/super.c: In function 'afs_test_super': fs/afs... 1 Apr 2010 02:31
[git pull] device-mapper patches for 2.6.34
Lost the mailing lists there somehow - forwarding! Alasdair ----- Forwarded message from Alasdair G Kergon <agk(a)redhat.com> ----- Date: Sat, 6 Mar 2010 02:45:07 +0000 From: Alasdair G Kergon <agk(a)redhat.com> Subject: [git pull] device-mapper patches for 2.6.34 To: Linus Torvalds <torvalds(a)linux-foundation.o... 5 Mar 2010 22:54
[PATCH 4/4] function-graph: Add tracing_thresh support to function_graph tracer
From: Tim Bird <tim.bird(a)am.sony.com> Add support for tracing_thresh to the function_graph tracer. This version of this feature isolates the checks into new entry and return functions, to avoid adding more conditional code into the main function_graph paths. When the tracing_thresh is set and the function gra... 5 Mar 2010 21:49
ftrace: add tracing_thresh support to function_graph tracer (v3)
On Fri, 2010-03-05 at 15:08 -0800, Timothy.Bird(a)am.sony.com wrote: On 02/26/2010 05:32 PM, Steven Rostedt wrote: Can you take look at this patch, and if you agree, can you give it your ACK? Applying this on top of my pull request gives a nice output: Steven, Frederic... What happened wit... 5 Mar 2010 20:43
ftrace: replace read_barrier_depends() with rcu_dereference_raw()
On Fri, 2010-03-05 at 15:03 -0800, Paul E. McKenney wrote: Replace the calls to read_barrier_depends() in ftrace_list_func() with rcu_dereference_raw() to improve readability. The reason that we use rcu_dereference_raw() here is that removed entries are never freed, instead they are simply leaked. This is... 5 Mar 2010 21:49
ftrace - add notrace to sched_clock on various arm platforms
On Fri, Mar 05, 2010 at 04:29:05PM -0800, Tim Bird wrote: Add notrace attribute to sched_clock, and subsidiary clock routines, to avoid recursion within ftrace. Signed-off-by: Tim Bird <tim.bird(a)am.sony.com> --- arch/arm/mach-mmp/time.c | 2 +- arch/arm/mach-pxa/time.c | 2 +-... 5 Mar 2010 20:43
Irish 2010 Grant Winner
�1,000,000Pounds has been awarded to you in the U.K PROMO.send to this office the following: Names........... Tel.............. Age............ Address.......... Occupation......... Country............. Email: claimsdesk2010(a)live.co.uk -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" ... 5 Mar 2010 20:43
[PATCH 2/2] ftrace - add ftrace function_graph support on ARM
Add ftrace function-graph tracer support for ARM. This includes adding code in mcount to check for (and call) a registered function graph trace entry routine, and adding code to support a return trampoline, to catch the function exit. IRQENTRY_TEXT was added to vmlinux.lds.S (to eliminate a compiler error on ... 5 Mar 2010 20:43
exit: PR_SET_ANCHOR for marking processes as reapers for child processes
On Fri, 05.03.10 11:18, Roland McGrath (roland(a)redhat.com) wrote: Oh, no. Actually getting the SIGCHILD is the needed feature here. A process who sets the ANCHOR flag is surely expected to handle these signals. It's all about a user "init-like" process" that can do similar things for a logged-... 5 Mar 2010 19:37