netpoll: add generic support for bridge and bonding devices
Matt Mackall <mpm(a)selenic.com> writes: On Mon, 2010-03-22 at 04:17 -0400, Amerigo Wang wrote: This whole patchset is for adding netpoll support to bridge and bonding devices. I already tested it for bridge, bonding, bridge over bonding, and bonding over bridge. It looks fine now. Ages ago, Jeff M... 23 Mar 2010 08:58
kbuild: Include gen_initramfs_list.sh and the file list in the .d file
On 22.3.2010 23:49, Jason Gunthorpe wrote: Expand the dependency set used for the initrd to include the CONFIG_INITRAMFS_SOURCE file and the generator script itself. Signed-off-by: Jason Gunthorpe <jgunthorpe(a)obsidianresearch.com> --- scripts/gen_initramfs_list.sh | 3 ++- 1 files changed, 2 i... 23 Mar 2010 08:58
[patch v2] em28xx: "Empia Em28xx Audio" too long
card->driver is 15 characters and a NULL. The original code goes past the end of the array. Signed-off-by: Dan Carpenter <error27(a)gmail.com> --- V2: Takashi Iwai asked me to change the space to a hyphen since this is used as an identifier in alsa-lib. diff --git a/drivers/media/video/em28xx/em28xx-audio.c ... 23 Mar 2010 07:51
kconfig: recalc symbol value before showing search results
On 19.3.2010 07:57, Li Zefan wrote: A symbol's value won't be recalc-ed until we save config file or enter the menu where the symbol sits. So If I enable OPTIMIZE_FOR_SIZE, and search FUNCTION_GRAPH_TRACER: Symbol: FUNCTION_GRAPH_TRACER [=y] Prompt: Kernel Function Graph Tracer Defined... 23 Mar 2010 07:50
cpufreq: Add APERF/MPERF support for AMD processors
On Monday 22 March 2010 19:38:39 Borislav Petkov wrote: From: Mark Langsdorf <mark.langsdorf(a)amd.com> Starting with model 10 of Family 0x10, AMD processors may have support for APERF/MPERF. Add support for identifying it and using it within cpufreq. Move the APERF/MPERF functions out of the acpi-cp... 1 Apr 2010 10:08
[PATCH] Fix typos and replace tab with whitespace
Fix typos: convertor => converter contollable => controllable uniqe => unique Replace tab with whitespace in defines. Signed-off-by: Thomas Weber <weber(a)corscience.de> --- include/linux/i2c/twl.h | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/linux/i2c/twl.h ... 23 Mar 2010 07:50
Hwmon: f71882fg: use strict_stro(l|ul) instead of simple_strto$1
Hi Giel, On Mon, 22 Mar 2010 12:41:57 +0100, Giel van Schijndel wrote: On Mon, Mar 22, 2010 at 11:23:08AM +0100, Jean Delvare wrote: On Sun, 21 Mar 2010 16:37:14 +0100, Giel van Schijndel wrote: Use the strict_strol and strict_stroul functions instead of simple_strol and simple_stroul respectivel... 23 Mar 2010 07:50
[RFC PATCH -v3 1/2] lmb: seperate region array from lmb_region struct
lmb_init() connect them back. also add region_array_size in lmb_region to tack the region array size. -v3: seperate lmb core change to seperated patch Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- include/linux/lmb.h | 5 ++++- lib/lmb.c | 11 ++++++++++- 2 files changed, 14 insert... 23 Mar 2010 06:44
[PATCH v1 1/4] max3100: added raise_threaded_irq
raise_threaded_irq schedules the execution of an interrupt thread Signed-off-by: Christian Pellegrin <chripell(a)fsfe.org> --- include/linux/interrupt.h | 3 +++ kernel/irq/manage.c | 27 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 0 deletions(-) diff --git a/include/linux/interru... 23 Mar 2010 06:44
[PATCH v1 0/3] max3100: improvements
Hi all, I think all the comments sent to me were dealt with so I'm resending the patches. I haven't received any feedback about the addition to the threaded interrupt code, but that part hasn't changed. This bunch of patches should solve the problems noted by Feng to the max3100 driver. It was tested on an S3C... 23 Mar 2010 06:44