[tip:perf/urgent] perf kmem: Fix unused argument build warning
Commit-ID: 7931241694b25589658b1ceb02218d2750540ae0 Gitweb: http://git.kernel.org/tip/7931241694b25589658b1ceb02218d2750540ae0 Author: Ingo Molnar <mingo(a)elte.hu> AuthorDate: Thu, 10 Dec 2009 08:43:34 +0100 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Thu, 10 Dec 2009 08:44:39 +0100 perf kmem: F... 10 Dec 2009 03:35
[PATCH 2/5 -v2] acpi, apei, APEI supporting infrastructure
APEI stands for ACPI Platform Error Interface, which allows to report errors (for example from the chipset) to the operating system. This improves NMI handling especially. In addition it supports error serialization and error injection. For more information about APEI, please refer to ACPI Specification version ... 10 Dec 2009 02:31
drivers/media/video/uvc: Correct size given to memset
Hi Julia, thanks for the patch. On Wednesday 09 December 2009 20:23:49 Julia Lawall wrote: From: Julia Lawall <julia(a)diku.dk> Memset should be given the size of the structure, not the size of the pointer. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/)... 9 Dec 2009 22:11
Async suspend-resume patch w/ completions (was: Re: Async suspend-resume patch w/ rwsems)
On Wednesday 09 December 2009, Alan Stern wrote: On Wed, 9 Dec 2009, Rafael J. Wysocki wrote: On Wednesday 09 December 2009, Alan Stern wrote: On Tue, 8 Dec 2009, Rafael J. Wysocki wrote: For completness, below is the full async suspend/resume patch with rwlocks, that has be... 20 Dec 2009 15:48
[PATCH 3/4] ftrace - add fdd script
Add fdd (Function Duration Dump) program to scripts directory. The script should be 'chmod a+x'-ed. Signed-off-by: Tim Bird <tim.bird(a)am.sony.com> --- scripts/fdd | 766 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 766 insertions(+) --- /dev/null +++ b/scripts/fdd @@ -0,... 9 Dec 2009 18:53
[GIT PULL] hwmon updates for 2.6.33, round 1
Hi Linus, Please pull some hwmon subsystem updates for Linux 2.6.33 from: git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git hwmon-for-linus We have support for 5 new devices (Analog Devices ADT7476 and ADT7490, National Semiconductor LM73, Fintek F71889FG and Freescale MC13783), improvements... 9 Dec 2009 16:39
x86/paravirt for v2.6.33
On 12/08/09 23:36, Ingo Molnar wrote: The old version that actually passed the stack frame was better. Why pick the inferior version? Yeah, agreed. I missed that detail. Which detail is that? The whole patch? ;) Jeremy, mind sending a patch that updates this code to use the less ... 9 Dec 2009 15:32
[PATCH 1/5] x86, 64-bit: Move kernel_thread to C
Prepare for merging with 32-bit. Signed-off-by: Brian Gerst <brgerst(a)gmail.com> --- arch/x86/kernel/entry_64.S | 49 ++----------------------------------- arch/x86/kernel/process_64.c | 31 ++++++++++++++++++++++- arch/x86/kernel/x8664_ksyms_64.c | 2 - 3 files changed, 32 insertions(+), 50 de... 9 Dec 2009 13:17
[ANNOUNCE] util-linux-ng v2.17-rc2
The second util-linux-ng 2.17 release candidate is available at ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/ Feedback and bug reports, as always, are welcomed. Karel Changes between v2.17-rc1 and v2.17-rc2 --------------------------------------- build-sys: - check for pkg-config... 9 Dec 2009 07:42
todays git regression (2.6.32-04008.g3ff6a46): lot of device mapper warnings
Hi, with todays git I got a huge amount of warnings for device mapper: device-mapper: uevent: version 1.0.3 device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel(a)redhat.com device-mapper... 15 Dec 2009 17:50