aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* memblock: Add array resizing supportBenjamin Herrenschmidt2010-08-051-2/+102
* memblock: Move functions around into a more sensible orderBenjamin Herrenschmidt2010-08-051-142/+159
* memblock: split memblock_find_base() out of __memblock_alloc_base()Benjamin Herrenschmidt2010-08-051-20/+38
* memblock: Move memblock_init() to the bottom of the fileBenjamin Herrenschmidt2010-08-051-27/+27
* memblock: Define MEMBLOCK_ERROR internally instead of using ~(phys_addr_t)0Benjamin Herrenschmidt2010-08-051-5/+7
* memblock: Make memblock_find_region() out of memblock_alloc_region()Benjamin Herrenschmidt2010-08-051-11/+9
* memblock: Add debug markers at the end of the arrayBenjamin Herrenschmidt2010-08-051-0/+11
* memblock: Move memblock arrays to static storage in memblock.c and make their...Benjamin Herrenschmidt2010-08-052-4/+13
* memblock: Remove memblock_type.size and add memblock.memory_size insteadBenjamin Herrenschmidt2010-08-053-6/+6
* memblock: Remove unused memblock.debug struct memberBenjamin Herrenschmidt2010-08-051-3/+4
* memblock: Change u64 to phys_addr_tBenjamin Herrenschmidt2010-08-052-82/+84
* memblock: Remove rmo_size, burry it in arch/powerpc where it belongsBenjamin Herrenschmidt2010-08-0516-40/+125
* memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt2010-08-0514-53/+63
* memblock: Expose MEMBLOCK_ALLOC_ANYWHEREBenjamin Herrenschmidt2010-08-053-3/+2
* memblock: Factor the lowest level alloc functionBenjamin Herrenschmidt2010-08-051-32/+27
* memblock: Remove nid_range argument, arch provides memblock_nid_range() insteadBenjamin Herrenschmidt2010-08-053-17/+19
* memblock: Remove memblock_find()Benjamin Herrenschmidt2010-08-052-33/+0
* memblock: Remove obsolete accessorsBenjamin Herrenschmidt2010-08-051-23/+0
* memblock/arm: Use new accessorsBenjamin Herrenschmidt2010-08-051-9/+12
* memblock/powerpc: Use new accessorsBenjamin Herrenschmidt2010-08-043-71/+46
* memblock/sparc: Use new accessorsBenjamin Herrenschmidt2010-08-041-18/+12
* memblock/sh: Use new accessorsBenjamin Herrenschmidt2010-08-041-8/+9
* memblock/microblaze: Use new accessorsBenjamin Herrenschmidt2010-08-041-11/+9
* memblock: Introduce for_each_memblock() and new accessorsBenjamin Herrenschmidt2010-08-041-0/+52
* memblock/arm: Use memblock_region_is_memory() for omap fbBenjamin Herrenschmidt2010-08-042-11/+3
* memblock/arm: pfn_valid uses memblock_is_memory()Benjamin Herrenschmidt2010-08-041-14/+1
* memblock: Implement memblock_is_memory and memblock_is_region_memoryBenjamin Herrenschmidt2010-08-042-8/+36
* memblock: No reason to include asm/memblock.h lateBenjamin Herrenschmidt2010-08-041-2/+2
* memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt2010-08-0410-120/+118
* memblock: Fix memblock_is_region_reserved() to return a booleanBenjamin Herrenschmidt2010-08-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2010-08-0311-88/+169
|\
| * GFS2: Fix recovery stuck bug (try #2)Steven Whitehouse2010-08-021-7/+39
| * GFS2: Fix typo in stuffed file data copy handlingAbhijith Das2010-07-301-1/+1
| * Revert "GFS2: recovery stuck on transaction lock"Steven Whitehouse2010-07-291-10/+0
| * GFS2: Make "try" lock not try quite so hardSteven Whitehouse2010-07-291-24/+25
| * GFS2: remove dependency on __GFP_NOFAILDavid Rientjes2010-07-291-2/+9
| * GFS2: Simplify gfs2_write_alloc_requiredBob Peterson2010-07-296-35/+14
| * GFS2: Wait for journal id on mount if not specified on mount command lineSteven Whitehouse2010-07-293-5/+80
| * GFS2: Use nobh_writepageSteven Whitehouse2010-07-291-4/+1
* | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds2010-08-036-74/+198
|\ \
| * | UBI: do not warn unnecessarilyArtem Bityutskiy2010-08-022-4/+41
| * | UBI: do not print message about corruptes PEBs if we have none of themArtem Bityutskiy2010-08-021-1/+1
| * | UBI: improve delete-compatible volumes handlingBrijesh Singh2010-06-161-2/+2
| * | UBI: fix error message and compilation warningsArtem Bityutskiy2010-06-142-4/+3
| * | UBI: generate random image_seq when formatting MTD devicesMatthieu CASTET2010-06-111-0/+2
| * | UBI: improve ECC error messageArtem Bityutskiy2010-06-111-3/+5
| * | UBI: improve corrupted flash handlingArtem Bityutskiy2010-06-041-19/+82
| * | UBI: introduce eraseblock counter variablesArtem Bityutskiy2010-06-042-15/+31
| * | UBI: introduce a new IO return codeArtem Bityutskiy2010-06-044-23/+31
| * | UBI: simplify IO error codesArtem Bityutskiy2010-06-044-16/+13