[PATCH 06/14] dell-laptop: Fix small memory leak
da_tokens was not being freed by dell-laptop on unload. Fix that. Signed-off-by: Matthew Garrett <mjg(a)redhat.com> --- drivers/platform/x86/dell-laptop.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c index b4c219... 26 Feb 2010 10:45
[GIT PULL] x86 platform drivers tree
Many of the x86 platform drivers are either entirely unrelated to ACPI, or only barely so. So, with Len's blessing: The following changes since commit baac35c4155a8aa826c70acee6553368ca5243a2: Xiaotian Feng (1): security: fix error return path in ima_inode_alloc are available in the git repository at... 26 Feb 2010 10:45
fix problems with NETIF_F_HIGHDMA in networking drivers
On Fri, Feb 26, 2010 at 3:36 AM, David Miller <davem(a)davemloft.net> wrote: From: Robert Hancock <hancockrwd(a)gmail.com> Date: Mon, 22 Feb 2010 20:45:45 -0600 Many networking drivers have issues with the use of the NETIF_F_HIGHDMA flag. This flag actually indicates whether or not the device/driver can ha... 27 Feb 2010 14:21
[PATCH] memcg: fix typos in memcg_test.txt
Signed-off-by: Kirill A. Shutemov <kirill(a)shutemov.name> --- Documentation/cgroups/memcg_test.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/cgroups/memcg_test.txt b/Documentation/cgroups/memcg_test.txt index 4d32e0e..f7f68b2 100644 --- a/Documentation/cgroups/memc... 26 Feb 2010 09:38
io: remove padding from io_context on 64bit builds
On Fri, Feb 26 2010, Richard Kennedy wrote: On 64 bit builds when CONFIG_BLK_CGROUP=n (the default) this removes 8 bytes of padding from structure io_context and drops its size from 72 to 64 bytes, so needing one fewer cachelines and allowing more objects per slab in it's kmem_cache. Signed-off-by: R... 26 Feb 2010 08:32
Touch Screen Drivers for Dialog da9052
Hi, We have developed Touch Screen (TSI) Drivers for Dialog da9052 Power Management IC. We have tested this driver on Samsung SMDK-6410 board. If any one needs test application tor testing this driver, we will provide the same which we have used for testing. For more details about the attached drives please re... 26 Feb 2010 11:55
[PATCH] io: remove padding from io_context on 64bit builds
On 64 bit builds when CONFIG_BLK_CGROUP=n (the default) this removes 8 bytes of padding from structure io_context and drops its size from 72 to 64 bytes, so needing one fewer cachelines and allowing more objects per slab in it's kmem_cache. Signed-off-by: Richard Kennedy <richard(a)rsk.demon.co.uk> ---- patch a... 26 Feb 2010 08:32
[PATCH] backlight, blackfin: fix missing registration failure handling
Check newly registered backlight_device for error and properly return error to parent Mark struct backlight_ops as const. Signed-off-by: Bruno Prémont <bonbons(a)linux-vserver.org> Acked-by: Mike Frysinger <vapier(a)gentoo.org> (constify struct backlight_ops) --- drivers/video/bf54x-lq043fb.c | 10 ++++... 26 Feb 2010 08:32
[PATCH 09/43] acpi: use queue_work_on() instead of binding workqueue worker to cpu0
ACPI works need to be executed on cpu0 and acpi/osl.c achieves this by creating singlethread workqueue and then binding it to cpu0 from a work which is quite unorthodox. Make it create regular workqueues and use queue_work_on() instead. This is in preparation of concurrency managed workqueue and the extra workers... 26 Feb 2010 07:26
[PATCH 01/43] sched: consult online mask instead of active in select_fallback_rq()
If called after sched_class chooses a CPU which isn't in a task's cpus_allowed mask, select_fallback_rq() can end up migrating a task which is bound to a !active but online cpu to an active cpu. This is dangerous because active is cleared before CPU_DOWN_PREPARE is called and subsystems expect affinities of kthrea... 26 Feb 2010 07:26