[PATCH 09/15] Staging: winbond: Fix spacing around brackets and pointers.
Patches wb35rx_f.h to correct the spacing around brackets and pointers as reported by checkpatch.pl Signed-off-by: Mike Sheldon <mike(a)mikeasoft.com> --- drivers/staging/winbond/wb35rx_f.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/winbond/wb35rx_f.h b/drivers/... 26 May 2010 20:17
[PATCH 11/15] Staging: winbond: Fix spacing around brackets and pointers.
Patches wb35rx_s.h to correct the spacing around brackets and pointers as reported by checkpatch.pl Signed-off-by: Mike Sheldon <mike(a)mikeasoft.com> --- drivers/staging/winbond/wb35rx_s.h | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/winbond/wb35rx_s.h b/driv... 26 May 2010 20:16
[PATCH 02/15] Staging: winbond: Replace C99 comments with C88
This patches mac_structures.h to replace all the C99 style comments (//) with C89 style (/* ... */), as reported by checkpatch.pl. Signed-off-by: Mike Sheldon <mike(a)mikeasoft.com> --- drivers/staging/winbond/mac_structures.h | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --gi... 26 May 2010 20:16
[PATCH 08/15] Staging: winbond: Replace printk usage with pr_info/pr_err
Patches wb35rx.c to replace printk usage (missing KERN_ levels) with appropriate pr_info and pr_err calls. Signed-off-by: Mike Sheldon <mike(a)mikeasoft.com> --- drivers/staging/winbond/wb35rx.c | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/winbond/wb35rx... 26 May 2010 20:16
[PATCH 04/15] Staging: winbond: Replace printk usage with pr_info/pr_err
Patches mds.c to replace printk usage (missing KERN_ levels) with appropriate pr_info and pr_err calls. Signed-off-by: Mike Sheldon <mike(a)mikeasoft.com> --- drivers/staging/winbond/mds.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/winbond/mds.c b/drivers/st... 26 May 2010 20:16
[PATCH 14/15] Staging: winbond: Replace printk usage with pr_info
Patches reg.c to replace printk usage (missing KERN_ levels) with pr_info. Signed-off-by: Mike Sheldon <mike(a)mikeasoft.com> --- drivers/staging/winbond/reg.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/winbond/reg.c b/drivers/staging/winbond/reg.c inde... 26 May 2010 20:16
[PATCH] VMware Balloon: clamp number of collected non-balloonable pages
From e672fc1756a1315b617638bfeb15734bd45208b2 Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov <dtor(a)vmware.com> Date: Tue, 18 May 2010 10:28:04 -0700 Subject: [PATCH] VMware Balloon: clamp number of collected non-balloonable pages Limit number of accumulated non-balloonable pages during inflation cycle, otherwi... 26 May 2010 19:10
[GIT PULL] tracing updates
Ingo, Please pull the tracing/core branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git tracing/core It is based on top of tip:perf/core. The next that are soon to join the removal list are sysprof and blktrace (from which we only want to remove the ftrac... 26 May 2010 19:10
[PATCH 2/8] PM: suspend_block: Add driver to access suspend blockers from user-space
On Wed, 26 May 2010, Rafael J. Wysocki wrote: On Wednesday 26 May 2010, Peter Zijlstra wrote: On Fri, 2010-05-21 at 15:46 -0700, Arve Hjønnevåg wrote: +To create a suspend blocker from user space, open the suspend_blocker special +device file: + + fd = open("/dev/suspend_... 26 May 2010 19:10
[PATCH 2/2] perf symbols: Add the build id cache to the vmlinux path
From: Arnaldo Carvalho de Melo <acme(a)redhat.com> So that if the kernel DSO has a build id because record inserted it in the perf.data build id table in the header, or a BUILD_ID event was inserted in the stream, we first look at the build id cache ($HOME/.debug/). If we find it there, try to use it, allowing o... 26 May 2010 18:03