aboutsummaryrefslogtreecommitdiffstats
path: root/mm/nobootmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+6
2013-07-03mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu1-14/+16
2013-04-29mm, nobootmem: do memset() after memblock_reserve()Joonsoo Kim1-1/+1
2013-04-29mm, nobootmem: clean-up of free_low_memory_core_early()Joonsoo Kim1-2/+2
2013-01-29mm: Add alloc_bootmem_low_pages_nopanic()Yinghai Lu1-0/+8
2013-01-29Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin1-0/+21
2012-12-12mm: introduce new field "managed_pages" to struct zoneJiang Liu1-0/+22
2012-11-17mm: Kill NO_BOOTMEM version free_all_bootmem_node()Yinghai Lu1-14/+0
2012-11-16revert "mm: fix-up zone present pages"Andrew Morton1-3/+0
2012-10-09mm: fix-up zone present pagesJianguo Wu1-0/+3
2012-10-09mm/memblock: cleanup early_node_map[] related commentsWanpeng Li1-2/+0
2012-07-11memblock: free allocated memblock_reserved_regions laterYinghai Lu1-15/+23
2012-07-11mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu1-1/+1
2012-05-29mm: remove sparsemem allocation details from the bootmem allocatorJohannes Weiner1-22/+0
2012-05-29mm: nobootmem: unify allocation policy of (non-)panicking node allocationsJohannes Weiner1-52/+54
2012-05-29mm: nobootmem: panic on node-specific allocation failureJohannes Weiner1-4/+16
2012-05-10mm: nobootmem: fix sign extend problem in __free_pages_memory()Russ Anderson1-2/+1
2012-04-25mm: nobootmem: Correct alloc_bootmem semantics.David Miller1-2/+8
2011-11-28Merge branch 'master' into x86/memblockTejun Heo1-1/+1
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo1-3/+3
2011-07-14memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_range()Tejun Heo1-12/+16
2011-07-14memblock, x86: Make free_all_memory_core_early() explicitly free lowmem onlyTejun Heo1-4/+4
2011-07-14memblock, x86: Replace memblock_x86_find_in_range_node() with generic memblock callsTejun Heo1-2/+1
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo1-1/+1
2011-05-25memblock/nobootmem: remove unneeded code from alloc_bootmem_node_high()Yinghai Lu1-23/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfnOlaf Hering1-8/+0
2011-02-24bootmem: Move __alloc_memory_core_early() to nobootmem.cYinghai Lu1-0/+25
2011-02-24bootmem: Move contig_page_data definition to bootmem.c/nobootmem.cYinghai Lu1-0/+5
2011-02-24bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.cYinghai Lu1-0/+405