summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-08-05memblock: Improve debug output when resizing the reserve arrayYinghai Lu
2010-08-05memblock: Expose some memblock bits for use by x86Yinghai Lu
2010-08-05memblock: Add debugfs files to dump the arrays contentBenjamin Herrenschmidt
2010-08-05memblock: Make memblock_alloc_try_nid() fallback to MEMBLOCK_ALLOC_ANYWHEREBenjamin Herrenschmidt
2010-08-05memblock: Separate memblock_alloc_nid() and memblock_alloc_try_nid()Benjamin Herrenschmidt
2010-08-05memblock: NUMA allocate can now use early_pfn_mapBenjamin Herrenschmidt
2010-08-05memblock: Add "start" argument to memblock_find_base()Benjamin Herrenschmidt
2010-08-05memblock: Add arch function to control coalescing of memblock memory regionsBenjamin Herrenschmidt
2010-08-05memblock: Add array resizing supportBenjamin Herrenschmidt
2010-08-05memblock: Move functions around into a more sensible orderBenjamin Herrenschmidt
2010-08-05memblock: split memblock_find_base() out of __memblock_alloc_base()Benjamin Herrenschmidt
2010-08-05memblock: Move memblock_init() to the bottom of the fileBenjamin Herrenschmidt
2010-08-05memblock: Define MEMBLOCK_ERROR internally instead of using ~(phys_addr_t)0Benjamin Herrenschmidt
2010-08-05memblock: Make memblock_find_region() out of memblock_alloc_region()Benjamin Herrenschmidt
2010-08-05memblock: Add debug markers at the end of the arrayBenjamin Herrenschmidt
2010-08-05memblock: Move memblock arrays to static storage in memblock.c and make their...Benjamin Herrenschmidt
2010-08-05memblock: Remove memblock_type.size and add memblock.memory_size insteadBenjamin Herrenschmidt
2010-08-05memblock: Remove unused memblock.debug struct memberBenjamin Herrenschmidt
2010-08-05memblock: Change u64 to phys_addr_tBenjamin Herrenschmidt
2010-08-05memblock: Remove rmo_size, burry it in arch/powerpc where it belongsBenjamin Herrenschmidt
2010-08-05memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt
2010-08-05memblock: Expose MEMBLOCK_ALLOC_ANYWHEREBenjamin Herrenschmidt
2010-08-05memblock: Factor the lowest level alloc functionBenjamin Herrenschmidt
2010-08-05memblock: Remove nid_range argument, arch provides memblock_nid_range() insteadBenjamin Herrenschmidt
2010-08-05memblock: Remove memblock_find()Benjamin Herrenschmidt
2010-08-05memblock: Remove obsolete accessorsBenjamin Herrenschmidt
2010-08-05memblock/arm: Use new accessorsBenjamin Herrenschmidt
2010-08-04memblock/powerpc: Use new accessorsBenjamin Herrenschmidt
2010-08-04memblock/sparc: Use new accessorsBenjamin Herrenschmidt
2010-08-04memblock/sh: Use new accessorsBenjamin Herrenschmidt
2010-08-04memblock/microblaze: Use new accessorsBenjamin Herrenschmidt
2010-08-04memblock: Introduce for_each_memblock() and new accessorsBenjamin Herrenschmidt
2010-08-04memblock/arm: Use memblock_region_is_memory() for omap fbBenjamin Herrenschmidt
2010-08-04memblock/arm: pfn_valid uses memblock_is_memory()Benjamin Herrenschmidt
2010-08-04memblock: Implement memblock_is_memory and memblock_is_region_memoryBenjamin Herrenschmidt
2010-08-04memblock: No reason to include asm/memblock.h lateBenjamin Herrenschmidt
2010-08-04memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt
2010-08-04memblock: Fix memblock_is_region_reserved() to return a booleanBenjamin Herrenschmidt
2010-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds
2010-08-03Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds
2010-08-03Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds
2010-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2010-08-03Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2010-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2010-08-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2010-08-03PARISC: led.c - fix potential stack overflow in led_proc_write()Helge Deller
2010-08-03UBIFS: fix a memory leak on error path.Matthieu CASTET
2010-08-029p: fix sparse warnings in new xattr codeEric Van Hensbergen
2010-08-02fs/9p: remove sparse warning in vfs_inodeEric Van Hensbergen
2010-08-02fs/9p: destroy fid on failed removeAneesh Kumar K.V