aboutsummaryrefslogtreecommitdiff
path: root/mm/memblock.c
AgeCommit message (Expand)Author
2011-12-08memblock: Reimplement memblock allocation using reverse free area iteratorTejun Heo
2011-12-08memblock: Kill early_node_map[]Tejun Heo
2011-12-08memblock: Implement memblock_add_node()Tejun Heo
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo
2011-12-08memblock: Track total size of regions automaticallyTejun Heo
2011-12-08memblock: Reimplement memblock_enforce_memory_limit() using __memblock_remove()Tejun Heo
2011-12-08memblock: Make memblock functions handle overflowing range @sizeTejun Heo
2011-12-08memblock: Reimplement __memblock_remove() using memblock_isolate_range()Tejun Heo
2011-12-08memblock: Separate out memblock_isolate_range() from memblock_set_node()Tejun Heo
2011-12-08memblock: Kill memblock_init()Tejun Heo
2011-12-08memblock: Kill sentinel entries at the end of static region arraysTejun Heo
2011-12-08memblock: Add __memblock_dump_all()Tejun Heo
2011-12-08memblock: Use memblock_reserve() in memblock internal functionsTejun Heo
2011-12-08memblock: Make memblock_{add|remove|free|reserve}() return int and update pro...Tejun Heo
2011-11-28Merge branch 'master' into x86/memblockTejun Heo
2011-10-31mm/memblock.c: quiet sparse noiseH Hartley Sweeten
2011-10-31mm/memblock.c: small function definition fixesJonghwan Choi
2011-10-31memblock: add memblock_start_of_DRAM()Sam Ravnborg
2011-07-25mm/memblock.c: avoid abuse of RED_INACTIVEAndrew Morton
2011-07-14memblock: Cast phys_addr_t to unsigned long long for printf useH. Peter Anvin
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo
2011-07-14memblock, x86: Make ARCH_DISCARD_MEMBLOCK a config optionTejun Heo
2011-07-14memblock: Implement for_each_free_mem_range()Tejun Heo
2011-07-14memblock: Add optional region->nidTejun Heo
2011-07-14memblock: Reimplement memblock_add_region()Tejun Heo
2011-07-14memblock: Remove memblock_memory_can_coalesce()Tejun Heo
2011-07-14memblock: Separate out memblock_find_in_range_node()Tejun Heo
2011-07-14memblock: Make memblock_alloc_[try_]nid() top-downTejun Heo
2011-07-14memblock: Don't allow archs to override memblock_nid_range()Tejun Heo
2011-07-14memblock: Improve generic memblock_nid_range() using for_each_mem_pfn_range()Tejun Heo
2011-07-13memblock: Replace memblock_find_base() with memblock_find_in_range()Tejun Heo
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo
2011-07-13memblock: Use round_up/down() instead of memblock_align_up/down()Tejun Heo
2011-07-13memblock: Use MEMBLOCK_ALLOC_ACCESSIBLE instead of ANYWHERE in memblock_alloc...Tejun Heo
2011-03-22mm/memblock: properly handle overlaps and fix error pathBenjamin Herrenschmidt
2011-02-11memblock: don't adjust size in memblock_find_base()Yinghai Lu
2011-01-20memblock: fix memblock_is_region_memory()Tomi Valkeinen
2010-10-11memblock: Annotate memblock functions with __init_memblockYinghai Lu
2010-10-11memblock: Allow memblock_init to be called earlyJeremy Fitzhardinge
2010-10-05memblock: Fix wraparound in find_region()Yinghai Lu
2010-09-15memblock: Fix section mismatch warningsYinghai Lu
2010-08-27memblock: Add memblock_free/reserve_reserved_regions()Yinghai Lu
2010-08-05memblock: Add memblock_find_in_range()Yinghai Lu
2010-08-05memblock: Option for the architecture to put memblock into the .init sectionYinghai Lu
2010-08-05memblock: Make MEMBLOCK_ERROR be 0Benjamin Herrenschmidt
2010-08-05memblock: Export MEMBLOCK_ERRORYinghai Lu
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