[PATCH v2] change alloc function in __vmalloc_area_node
V2 * Add some reviewed-by __vmalloc_area_node never pass -1 to alloc_pages_node. It means node's validity check is unnecessary. So we can use alloc_pages_exact_node instead of alloc_pages_node. It could avoid comparison and branch as 6484eb3e2a81807722 tried. Cc: Nick Piggin <npiggin(a)suse.de> Reviewed-by: Me... 14 Apr 2010 12:09
vsprintf: increase sizeof precision in printf_spec
On Tue, Apr 13, 2010 at 08:01:42PM -0700, Joe Perches wrote: On Tue, 2010-04-13 at 22:44 -0400, Eric Paris wrote: On Tue, 2010-04-13 at 18:33 -0700, Joe Perches wrote: On Tue, 2010-04-13 at 21:13 -0400, Eric Paris wrote: Patch ef0658f3de484bf9b173639cd47544584e01efa5 changed the precision field ... 14 Apr 2010 12:09
[PATCH v2] Add comment in alloc_pages_exact_node
V2 o modify comment by suggestion. (Thanks to Mel) alloc_pages_exact_node naming makes some people misleading. They considered it following as. "This function will allocate pages from node which I wanted exactly". But it can allocate pages from fallback list if page allocator can't find free page from node us... 14 Apr 2010 12:09
[PATCH] change alloc function in pcpu_alloc_pages
alloc_pages_node is called with cpu_to_node(cpu). I think cpu_to_node(cpu) never returns -1. (But I am not sure we need double check.) So we can use alloc_pages_exact_node instead of alloc_pages_node. It could avoid comparison and branch as 6484eb3e2a81807722 tried. Cc: Tejun Heo <tj(a)kernel.org> Cc: Christoph... 14 Apr 2010 12:09
[PATCH v2] Remove node's validity check in alloc_pages
V2 * Add some reviewed-by alloc_pages calls alloc_pages_node with numa_node_id(). alloc_pages_node can't see nid < 0. So we can use alloc_pages_exact_node instead of alloc_pages_node. It could avoid comparison and branch as 6484eb3e2a81807722 tried. Reviewed-by: Mel Gorman <mel(a)csn.ul.ie> Acked-by: KAMEZA... 14 Apr 2010 12:09
running in emulator
can i run the new compiled kernel in a emulator like qemu for testing it ? or i should run that in a real PC ? -- 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-info.html Please ... 14 Apr 2010 14:26
vsprintf: increase sizeof precision in printf_spec
On 04/13/2010 08:01 PM, Joe Perches wrote: On Tue, 2010-04-13 at 22:44 -0400, Eric Paris wrote: On Tue, 2010-04-13 at 18:33 -0700, Joe Perches wrote: On Tue, 2010-04-13 at 21:13 -0400, Eric Paris wrote: Patch ef0658f3de484bf9b173639cd47544584e01efa5 changed the precision field from and int to an... 14 Apr 2010 12:09
hmc6352: Add driver for the HMC6352 compass
Hi Alan, Kalhan, Couple of comments below. On 04/14/10 13:51, Alan Cox wrote: From: Kalhan Trisal <kalhan.trisal(a)intel.com> This driver will report the heading values in degrees to the sysfs interface. The values returned are headings . e.g. 245.6 (Some cleanups from Alan Cox) Signed-o... 15 Apr 2010 12:30
kconfig: add support to show hidden options which have prompts
On 14.4.2010 05:43, Li Zefan wrote: Usage: (in menuconfig) Press <Z> to show all config symbols which have prompts. .... Exmaple: --- Tracers -*- Kernel Function Tracer - - Kernel Function Graph Tracer [*] Interrupts-off Latency Tracer - - Pree... 15 Apr 2010 03:44
ext2: Preparation to remove BKL (v2)
On Wed 14-04-10 14:38:32, Jan Blunck wrote: This is a series of patches in preparation to the removal of the big kernel lock from ext2. It consists mostly of cleanup patches to later introduce a spinlock to protect some of the superblock's fields against concurrent access. With the spinlock in place we don'... 14 Apr 2010 12:09