Use prepare_to_wait_exclusive() instead prepare_to_wait()
On 12/14/2009 07:30 AM, KOSAKI Motohiro wrote: if we don't use exclusive queue, wake_up() function wake _all_ waited task. This is simply cpu wasting. Signed-off-by: KOSAKI Motohiro<kosaki.motohiro(a)jp.fujitsu.com> if (zone_watermark_ok(zone, sc->order, low_wmark_pages(zone), 0, 0)) { -... 15 Dec 2009 22:15
FRV: Fix no-hardware-breakpoint case
On Mon, Dec 14, 2009 at 02:03:27PM +0000, David Howells wrote: If there is no hardware breakpoint support, modify_user_hw_breakpoint() tries to return a NULL pointer through as an 'int' return value: In file included from kernel/exit.c:53: include/linux/hw_breakpoint.h: In function 'modify_user_hw_break... 15 Dec 2009 03:32
[RFC/PATCH 1/4] input: keyboard: twl4030: move to request_threaded_irq
move to request_threaded_irq() on twl4030 children. Signed-off-by: Felipe Balbi <felipe.balbi(a)nokia.com> --- drivers/input/keyboard/twl4030_keypad.c | 11 ++--------- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/drivers/input/keyboard/twl4030_keypad.c b/drivers/input/keyboard/twl4030_keypad... 14 Dec 2009 06:37
[PATCH 1/2] x86, mce: Thermal monitoring depends on APIC being enabled
From: Cyrill Gorcunov <gorcunov(a)openvz.org> Add check if APIC is not disabled since thermal monitoring depends on it. As only apic gets disabled we should not try to install "thermal monitor" vector, print out that thermal monitoring is enabled and etc... Note that "Intel Correct Machine Check Interrupts" alre... 14 Dec 2009 04:27
atmel-ssc.c: use resource_suze()
On Fri, 11 Dec 2009 19:19:29 -0500 "H Hartley Sweeten" <hartleys(a)visionengravers.com> wrote: Use resource_size() for ioremap. Signed-off-by: H Hartley Sweeten <hsweeten(a)visionengravers.com> Acked-by: Hans-Christian Egtvedt <hans-christian.egtvedt(a)atmel.com> -- Best regards, Hans-Christian Egtve... 14 Dec 2009 03:22
I Need Your Assistance
Hello, I am Capt. Allan Davis and I would like to buy a Property in your country. Can you be of any assistance to me? You can write me on my Email address: allandavix(a)gmail.com Waiting for your response ASAP. Best Regards Capt. Allan Davis. -- To unsubscribe from this list: send the line "unsu... 14 Dec 2009 00:09
[PATCH 0/7] tracing: Fix bugs in string filters.
This patchset fixes some bugs in string filters. A new string helper strnstr() is introduced, to be used in middle matching callback. Also I add some comments to mainly explain why we should use length-limited version of strstr() and strcmp(). --- include/linux/string.h | 5 ++++- kernel/tr... 13 Dec 2009 23:05
synaptics touchpad doesn't click
Hi Dmitry, I just got a shiny new piece of hardware (HP Envy 15) with a Synaptics touchpad, and I can't seem to make the touchpad work correctly. In this version of the touchpad, there are actually two physical buttons underneath the pad. In essence, this is a touchpad that you can click too. I can't get the... 16 Dec 2009 13:29
[PATCH 03/22] Constify struct backlight_ops for 2.6.32-git-053fe57ac v2
From: Emese Revfy <re.emese(a)gmail.com> Signed-off-by: Emese Revfy <re.emese(a)gmail.com> --- drivers/platform/x86/asus-laptop.c | 2 +- drivers/platform/x86/asus_acpi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus... 13 Dec 2009 19:48
[PATCH 01/22] Constify struct backlight_ops for 2.6.32-git-053fe57ac v2
From: Emese Revfy <re.emese(a)gmail.com> Signed-off-by: Emese Revfy <re.emese(a)gmail.com> --- drivers/platform/x86/acer-wmi.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c index 454970d..98f0e9a 100644 --- a/drivers/... 13 Dec 2009 19:48