[PATCH v2] input: MXC: add mxc-keypad driver to support the Keypad Port present in the mxc application processors family.
Version 2 for this driver proposal. -------------------------------------------------------------------------------- The MXC family of Application Processors is shipped with a Keypad Port supported now by this driver. The peripheral can control up to an 8x8 matrix key pad where all the scanning procedure is do... 16 Jan 2010 13:54
[PATCH 8/9] fs/ceph: Eliminate useless code
From: Julia Lawall <julia(a)diku.dk> The variable client is initialized twice to the same (side effect-free) expression. Drop one initialization. A simplified version of the semantic match that finds this problem is: (http://coccinelle.lip6.fr/) // <smpl> @forall@ idexpression *x; identifier f!=ERR_PTR; @... 20 Jan 2010 18:34
nommu: implement vmap/vunmap with kmalloc
Seems a reasonable idea. It could be done more efficiently if vunmap() was given the page count given to vmap(). David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-in... 16 Jan 2010 11:41
section mismatch: pcibios_scan_specific_bus()
On 01/16/10 00:40, Jesse Barnes wrote: On Wed, 13 Jan 2010 22:41:52 +0100 René Bolldorf<xsecute(a)googlemail.com> wrote: Hi all, pcibios_scan_specific_bus() is only invoked from __devinit pcibios_fixup_peer_bridges(void). Mark it as __devinit. Sry for the first mail, I hadn't sleep enoug... 16 Jan 2010 10:35
[PATCH 1/4] perf/core: Split context's event group list into pinned and non-pinned lists
Split-up struct perf_event_context::group_list into pinned_groups and flexible_groups (non-pinned). This first appears to be useless as it duplicates various loops around the group list handlings. But it scales better in the fast-path in perf_sched_in(). We don't anymore iterate twice through the entire list t... 16 Jan 2010 09:30
[GIT PULL] perf event scheduling updates
Ingo, Please pull the perf/scheduling branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git perf/scheduling Thanks, Frederic --- Frederic Weisbecker (4): perf/core: Split context's event group list into pinned and non-pinned lists list: Int... 16 Jan 2010 09:29
[PATCH] perf: Fix implicit declaration of getline in util.c
getline() is considered as undeclared in util/util.c because it includes string.h, that in turn includes stdio.h, without having defined _GNU_SOURCE. But util.c also includes util.h that handles the _GNU_SOURCE and all the needed inclusions already. Let's include only util.h and sys/mman.h which is the only one ... 16 Jan 2010 09:29
lockdep: Add information of file and line to lockdep_map
On 2010年01月13日 18:52, Peter Zijlstra wrote: On Thu, 2010-01-07 at 19:39 +0900, Hitoshi Mitake wrote: There are a lot of lock instances with same names (e.g. port_lock). This patch series add __FILE__ and __LINE__ to lockdep_map, and these will be used for trace lock events. Example use from perf ... 16 Jan 2010 08:24
net: Micrel KSZ8841/2 PCI Ethernet driver
From: "Ha, Tristram" <Tristram.Ha(a)Micrel.Com> Date: Fri, 15 Jan 2010 18:57:59 -0800 The KSZ8842 has a switch with lots of hardware configurations. The = driver uses the proc system to allow users to configure the switch. If = this is not desired the whole thing can be removed by not calling the = init_... 4 Feb 2010 19:07
[PATCH 06/37] x86: call early_res_to_bootmem one time
simplify setup_node_mem, do use bootmem from other node. instead just find_e820_area in early_node_mem. so we can keep the boundary between early_res and boot mem more clear. and only call civertion one time instead of for all nodes. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- arch/x86/kernel/setup.c ... 15 Jan 2010 22:44