[PATCH 1/2] Adds ratelimit_state_init()
Hi, Please review. Andrew, this is the part of fatfs error ratelimit. I.e. fatfs change is depending to this patch. I guess this area usually is sent to you. But, if this patch wasn't applied before fatfs change, fatfs will break. Well, so, can I pass fatfs patch to you? Or, I should apply this to fatfs-... 16 May 2010 21:12
[PATCH 1/2] perf tui: Make <- exit menus too
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> In fact it is now added to the hot key list when newt_form__new is used, allowing us to remove the explicit assignment in all its users. The visible change is that <- will exit the menu that pops up when -> is pressed (and Enter when callchains are not being used... 16 May 2010 21:12
[GIT PULL 0/2] perf tui improvements
Hi Ingo, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf Regards, - Arnaldo Arnaldo Carvalho de Melo (2): perf tui: Make <- exit menus too perf tui: Add help window to show key associations tools/perf/util/newt.c | 63 +++++++++++++++++++++++++++++++... 16 May 2010 21:12
[PATCH 2/2] perf tui: Add help window to show key associations
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> Suggested-by: Ingo Molnar <mingo(a)elte.hu> Cc: Frédéric Weisbecker <fweisbec(a)gmail.com> Cc: Mike Galbraith <efault(a)gmx.de> Cc: Paul Mackerras <paulus(a)samba.org> Cc: Peter Zijlstra <a.p.zijlstra(a)chello.nl> Cc: Tom Zanussi <tzanussi(a)gmail.com> LKML-Reference: <new-... 16 May 2010 21:12
mm: Consider the entire user address space during node migration
> Changes since v1: - Use mm->task_size rather than TASK_SIZE_MAX to support all platforms. Signed-off-by: Greg Thelen <gthelen(a)google.com> Looks good. Thanks Greg! Reviewed-by: KOSAKI Motohiro <kosaki.motohiro(a)jp.fujitsu.com> --- mm/mempolicy.c | 2 +- 1 files changed, 1 insertions(+), ... 16 May 2010 21:12
[PATCH] Fix uninitialized spinlock of printk_ratelimited()
ratelimit_state initialization of printk_ratelimited() seems broken. This fixes it by using DEFINE_RATELIMIT_STATE() to initialize spinlock properly. Signed-off-by: OGAWA Hirofumi <hirofumi(a)mail.parknet.co.jp> --- include/linux/kernel.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) ... 16 May 2010 20:08
x86/mrst: add more timer options to include Medfield
On Fri, 14 May 2010, Jacob Pan wrote: -/* - * the secondary clock in Moorestown can be APBT or LAPIC clock, default to - * APBT but cmdline option can also override it. - */ static void __cpuinit mrst_setup_secondary_clock(void) { - /* restore default lapic clock if disabled by cmdline */ ... 16 May 2010 19:02
[GIT PULL] Ptrace bkl removal for 2.6.35-rc1
Linus, Please pull the bkl/core branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git bkl/core Thanks, Frederic --- Alessio Igor Bogani (1): ptrace: Cleanup useless header Arnd Bergmann (1): ptrace: kill BKL in ptrace syscall kerne... 16 May 2010 19:02
x86/apbt: support more timer configurations on mrst
On Fri, 14 May 2010, Jacob Pan wrote: -int disable_apbt_percpu __cpuinitdata; - static DEFINE_PER_CPU(struct apbt_dev, cpu_apbt_dev); #ifdef CONFIG_SMP @@ -204,9 +203,9 @@ static inline int __init setup_x86_mrst_timer(char *arg) return -EINVAL; if (strcmp("apbt_only", arg) == ... 16 May 2010 19:02
ipc semaphores: reduce ipc_lock contention in semtimedop
On Sun, May 16, 2010 at 06:57:38PM +0200, Manfred Spraul wrote: On 04/13/2010 08:57 PM, Nick Piggin wrote: On Tue, Apr 13, 2010 at 02:19:37PM -0400, Chris Mason wrote: I don't see anything in the docs about the FIFO order. I could add an extra sort on sequence number pretty easily, but is the starvati... 18 May 2010 02:45