[PATCH 3/4] mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h>
Signed-off-by: David Woodhouse <David.Woodhouse(a)intel.com> --- include/linux/slub_def.h | 8 ++++++++ mm/slub.c | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h index 0249d41..55695c8 100644 --- a/include/linux... 19 May 2010 08:14
[PATCH 2/4] mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slob_def.h>
Signed-off-by: David Woodhouse <David.Woodhouse(a)intel.com> --- include/linux/slob_def.h | 8 ++++++++ mm/slob.c | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/linux/slob_def.h b/include/linux/slob_def.h index 0ec00b3..62667f7 100644 --- a/include/linux... 19 May 2010 08:14
[PATCH 4/4] crypto: Use ARCH_KMALLOC_MINALIGN for CRYPTO_MINALIGN now that it's exposed
Signed-off-by: David Woodhouse <David.Woodhouse(a)intel.com> --- include/linux/crypto.h | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/include/linux/crypto.h b/include/linux/crypto.h index 24d2e30..a6a7a1c 100644 --- a/include/linux/crypto.h +++ b/include/linux/crypto.h @@ -99,13 ... 19 May 2010 08:14
[PATCH 1/4] mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slab_def.h>
Signed-off-by: David Woodhouse <David.Woodhouse(a)intel.com> --- include/linux/slab_def.h | 24 ++++++++++++++++++++++++ mm/slab.c | 24 ------------------------ 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/include/linux/slab_def.h b/include/linux/slab_def.h index ca6b2b3..1... 19 May 2010 08:14
drivers/usb/gadget/r8a66597-udc.h:139: warning: ‘data’ may be used uninitialized in this function
Hi, I stumbled over the r8a66597 UDC gadget driver as the the compiler complained about the static inline function r8a66597_read(): drivers/usb/gadget/r8a66597-udc.c: In function 'irq_packet_read': drivers/usb/gadget/r8a66597-udc.h:139: warning: 'data' may be used uninitialized in this function drivers/usb/gad... 19 May 2010 08:14
[PATCH 1/2] lockup_detector: Convert per_cpu to __get_cpu_var for readability
From: Don Zickus <dzickus(a)redhat.com> Just a bunch of conversions as suggested by Frederic W. __get_cpu_var() provides preemption disabled checks. Plus it gives more readability as it makes it obvious we are dealing locally now with these vars. Signed-off-by: Don Zickus <dzickus(a)redhat.com> Cc: Ingo Molnar ... 19 May 2010 07:09
[PATCH 2/2] lockup_detector: Don't enable the lockup detector by default
The lockup detector is a new feature that now involves the nmi watchdog. Drop the default y and let the user choose. Signed-off-by: Frederic Weisbecker <fweisbec(a)gmail.com> Cc: Don Zickus <dzickus(a)redhat.com> Cc: Ingo Molnar <mingo(a)elte.hu> Cc: Peter Zijlstra <a.p.zijlstra(a)chello.nl> Cc: Cyrill Gorcunov <gorcun... 19 May 2010 07:09
[GIT PULL] Lockup detector updates
Ingo, Please pull the perf/nmi branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git perf/nmi Thanks, Frederic --- Don Zickus (1): lockup_detector: Convert per_cpu to __get_cpu_var for readability Frederic Weisbecker (1): lockup_detector... 19 May 2010 07:09
MFD of DA9052 Linux device drivers (1/9)
On 05/19/10 10:16, David Dajun Chen wrote: Dear sir/madam, The attached is the MFD part of the device drivers newly developed for DA9052 Power Management IC from Dialog Semiconductor. Regards Dear David, Whilst it is good to see you have broken the da9052 support up into a number of different pa... 9 Jun 2010 09:43
[PATCH] POWER (BAT) of DA9052 Linux device drivers (4/9)
Dear sir/madam, The attached is the POWER (Battery Charger) part of the device drivers newly developed for DA9052 Power Management IC from Dialog Semiconductor. Should you have any queries or comments please feel free to contact me. Regards Dr. David Dajun Chen Dialog Semiconductor Ltd. Delta 200, Welton ... 19 May 2010 06:04