[PATCH] ARCNET: Limit com20020 PCI ID matches for SOHARD cards
The SH SOHARD ARCNET cards are implemented using generic PLX Technology PCI<->IOBus bridges. Subvendor and subdevice IDs were not specified, causing the driver to attach to any such bridge and likely crash the system by attempting to initialize an unrelated device. Fix by specifying subvendor and subdevice accord... 11 May 2010 22:19
fix hard-coded disk header chunk size for persistent snapshot
On Wed, May 12, 2010 at 10:29:22AM +0900, Tomohiro Kusumi wrote: This patch fixes hard-coded value for the size of a chunk that includes disk header for persistent snapshot. It should be changed to existing macro NUM_SNAPSHOT_HDR_CHUNKS instead of using hard-coded value 1. Any more places too? (E.g. persi... 11 May 2010 22:19
[PATCH] fix hard-coded disk header chunk size for persistent snapshot
Hi, This patch fixes hard-coded value for the size of a chunk that includes disk header for persistent snapshot. It should be changed to existing macro NUM_SNAPSHOT_HDR_CHUNKS instead of using hard-coded value 1. Thanks, Tomohiro Kusumi Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro(a)jp.fujitsu.com> --- ... 11 May 2010 22:19
linux-next: manual merge of the acpi tree with Linus' tree
Hi Len, Today's linux-next merge of the acpi tree got a conflict in drivers/acpi/sleep.c between commit 7d6fb7bd1919517937ec390f6ca2d7bcf4f89fb6 ("ACPI: sleep: eliminate duplicate entries in acpisleep_dmi_table[]") from Linus' tree and commit 7e962fbadef538365228962b9dd869f95d745dd5 ("ACPI: delete DMI blacklist ... 11 May 2010 22:19
gta02: Use pcf50633 backlight driver instead of platform backlight driver.
On Wed, May 12, 2010 at 02:44:34AM +0200, Lars-Peter Clausen wrote: Use the pcf50633 backlight driver instead of the platform backlight driver. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> Cc: Ben Dooks <ben-linux(a)fluff.org> ok, does anyone else have a comment on this? --- arch/arm/mach-s... 11 May 2010 21:14
[tip:x86/fpu] x86: Add new static_cpu_has() function using alternatives
Commit-ID: a3c8acd04376d604370dcb6cd2143c9c14078a50 Gitweb: http://git.kernel.org/tip/a3c8acd04376d604370dcb6cd2143c9c14078a50 Author: H. Peter Anvin <hpa(a)zytor.com> AuthorDate: Tue, 11 May 2010 17:47:07 -0700 Committer: H. Peter Anvin <hpa(a)zytor.com> CommitDate: Tue, 11 May 2010 17:47:07 -0700 x86: A... 11 May 2010 21:14
[tip:x86/fpu] x86, fpu: Use static_cpu_has() to implement use_xsave()
Commit-ID: c9775b4cc522e5f1b40b1366a993f0f05f600f39 Gitweb: http://git.kernel.org/tip/c9775b4cc522e5f1b40b1366a993f0f05f600f39 Author: H. Peter Anvin <hpa(a)zytor.com> AuthorDate: Tue, 11 May 2010 17:49:54 -0700 Committer: H. Peter Anvin <hpa(a)zytor.com> CommitDate: Tue, 11 May 2010 17:49:54 -0700 x86, f... 11 May 2010 21:14
perf fixes
On Tue, 11 May 2010, Ingo Molnar wrote: Frederic Weisbecker (1): perf: Fix static strings treated like dynamic ones Grr. This one doesn't have a proper sign-off chain. I pulled it, but please be more careful. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel... 1 Jun 2010 03:15
[PATCH 2/3] MFD: pcf50633: Register a pcf50633-backlight device in pcf50633 core driver.
Register a device newly added pcf50633-backlight driver as a child device in the pcf50633 core driver. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> Cc: Samuel Ortiz <sameo(a)linux.intel.com> --- drivers/mfd/pcf50633-core.c | 3 +++ include/linux/mfd/pcf50633/core.h | 4 ++++ 2 files changed, ... 11 May 2010 21:14
arch/x86: Remove unnecessary returns from void function()'s
On 05/11/2010 05:39 PM, Joe Perches wrote: This patch removes from arch/x86/ all the unnecessary return; statements that precede the last closing brace of void functions. It does not remove returns that are immediately preceded by a label as gcc doesn't like that. And the point of this is? I fa... 12 May 2010 01:35