sched: add a comment to get_cpu_idle_time_us()
On 04/18/2010 03:00 PM, Arjan van de Ven wrote: From 6f9df3bc6571d6545c552151f408d69265e15f92 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven<arjan(a)linux.intel.com> Date: Sun, 18 Apr 2010 10:25:19 -0700 Subject: [PATCH 1/7] sched: add a comment to get_cpu_idle_time_us() The exported function get_cpu_... 26 Apr 2010 16:04
[PATCH 16/19] Staging: IIO: Fix uses of spinlocks prior to init in ring implementations
Signed-off-by: Jonathan Cameron <jic23(a)cam.ac.uk> --- drivers/staging/iio/industrialio-ring.c | 3 +++ drivers/staging/iio/ring_generic.h | 8 +++----- drivers/staging/iio/ring_sw.c | 19 +++++++++++++------ 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/drivers/staging/... 26 Apr 2010 16:04
[patch] gpio: potential null dereference
Smatch found a potential null dereference in gpio_setup_irq(). The "pdesc" variable is allocated with idr_find() that can return NULL. If gpio_setup_irq() is called with 0 as gpio_flags and "pdesc" is null, it would OOPs here. Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/drivers/gpio/gpioli... 26 Apr 2010 16:04
perf probe: Fix to use symtab only if no debuginfo
Arnaldo Carvalho de Melo wrote: Em Wed, Apr 21, 2010 at 03:56:24PM -0400, Masami Hiramatsu escreveu: Fix perf probe to use symtab only if there is no debuginfo, because debuginfo has more precise information than symtab. "more precise"? Wouldn't it be "more expressive", i.e. with more information (... 26 Apr 2010 16:04
[GIT PULL] perf probe fixes
Hi Ingo, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf - Arnaldo Masami Hiramatsu (4): perf tools: Initialize dso->node member in dso__new perf probe: Fix to use symtab only if no debuginfo perf probe: Fix to exit callback soon after finding too many probe ... 26 Apr 2010 16:04
xattr: define vfs_getxattr_alloc and vfs_xattr_cmp
Quoting Mimi Zohar (zohar(a)linux.vnet.ibm.com): vfs_getxattr_alloc() and vfs_xattr_cmp() are two new kernel xattr helper functions. vfs_getxattr_alloc() first allocates memory for the requested xattr and then retrieves it. vfs_xattr_cmp() compares a given value with the contents of an extended attribute. ... 26 Apr 2010 16:04
x86/PCI: never allocate PCI MMIO resources below BIOS_END
On Fri, Apr 23, 2010 at 05:05:24PM -0600, Bjorn Helgaas wrote: On Wednesday 21 April 2010 01:31:20 pm Andy Isaacson wrote: On Tue, Apr 20, 2010 at 10:33:50PM -0700, Yinghai wrote: Update e820 at first, and later put them resource tree. Reserved that early, will not be allocated to unassigned PCI B... 26 Apr 2010 14:55
viafb suspend & resume
This little patch series tries to implement suspend and resume in a sane way that should work on all IGPs supported. It's not yet error free but should be a good start. It is based on the second version of Jon's first patch series. Thanks, Florian Tobias Schandinat Deepak Saxena (1): Minimal suppo... 26 Apr 2010 14:55
[PATCH] ftrace: print sample std dev when function profiling
When combined with function graph tracing the ftrace function profiler also prints the average run time of functions. While this gives us some good information, it doesn't tell us anything about the variance of the run times of the function. This change prints out the s^2 sample standard deviation alongside the ave... 26 Apr 2010 14:55
[PATCH 1/4] Minimal support for viafb suspend/resume
From: Deepak Saxena <dsaxena(a)laptop.org> This patch adds minimal support for suspend/resume of the VIA framebuffer device. It requires a version of OFW that restores the video mode. This patch is OLPC-specific as the proper upstream solution is to move the VIA video path to using the kernel modesetting infras... 26 Apr 2010 14:55