aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-13arch/x86/mm/init.c: fix incorrect function name in alloc_low_pages()Zhi Yong Wu1-2/+2
2013-11-13x86/mem-hotplug: support initialize page tables in bottom-upTang Chen1-2/+64
2013-11-13x86/mm: factor out of top-down direct mapping setupTang Chen1-20/+39
2013-09-10x86/mm: Add 'step_size' comments to init_mem_mapping()Yinghai Lu1-3/+20
2013-08-20x86/mm: Fix boot crash with DEBUG_PAGE_ALLOC=y and more than 512G RAMYinghai Lu1-2/+2
2013-07-03mm/x86: use free_reserved_area() to simplify codeJiang Liu1-11/+3
2013-05-31x86: Fix adjust_range_size_mask calling positionYinghai Lu1-3/+3
2013-05-10x86/mm: Add missing comments for initial kernel direct mappingZhang Yanfei1-1/+18
2013-04-29mm/x86: use common help functions to free reserved pagesJiang Liu1-4/+1
2013-03-06x86, mm: Make sure to find a 2M free block for the first mapped areaYinghai Lu1-3/+2
2013-01-31x86/mm/init.c: Copy ucode from initrd image to kernel memoryFenghua Yu1-0/+10
2013-01-29x86, kexec, 64bit: Only set ident mapping for ram.Yinghai Lu1-2/+2
2013-01-29x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin1-1/+2
2013-01-29x86, mm: Fix page table early allocation offset checkingYinghai Lu1-1/+12
2012-11-17x86, mm: Use clamp_t() in init_range_memory_mappingYinghai Lu1-16/+5
2012-11-17x86, mm: Unifying after_bootmem for 32bit and 64bitYinghai Lu1-2/+0
2012-11-17x86, mm: use limit_pfn for end pfnYinghai Lu1-9/+11
2012-11-17x86, mm: use pfn instead of pos in split_mem_rangeYinghai Lu1-15/+14
2012-11-17x86, mm: use PFN_DOWN in split_mem_range()Yinghai Lu1-22/+22
2012-11-17x86, mm: use round_up/down in split_mem_range()Yinghai Lu1-18/+12
2012-11-17x86, mm: Move init_gbpages() out of setup.cYinghai Lu1-0/+12
2012-11-17x86, mm: Move back pgt_buf_* to mm/init.cYinghai Lu1-3/+3
2012-11-17x86, mm: only call early_ioremap_page_table_range_init() onceYinghai Lu1-8/+5
2012-11-17x86, mm: Add pointer about Xen mmu requirement for alloc_low_pagesStefano Stabellini1-0/+9
2012-11-17x86, mm: Add alloc_low_pages(num)Yinghai Lu1-12/+21
2012-11-17x86, mm, Xen: Remove mapping_pagetable_reserve()Yinghai Lu1-4/+0
2012-11-17x86, mm: Move min_pfn_mapped back to mm/init.cYinghai Lu1-0/+2
2012-11-17x86, mm: Merge alloc_low_page between 64bit and 32bitYinghai Lu1-0/+34
2012-11-17x86, mm: setup page table in top-downYinghai Lu1-149/+61
2012-11-17x86, mm: Break down init_all_memory_mappingYinghai Lu1-22/+19
2012-11-17x86, mm: Use big page size for small memory rangeYinghai Lu1-0/+37
2012-11-17x86, mm: Only direct map addresses that are marked as E820_RAMJacob Shin1-11/+109
2012-11-17x86, mm: Separate out calculate_table_space_size()Yinghai Lu1-11/+27
2012-11-17x86, mm: Find early page table buffer togetherYinghai Lu1-32/+34
2012-11-17x86, mm: Change find_early_table_space() paramtersYinghai Lu1-3/+9
2012-11-17x86, mm: Revert back good_end setting for 64bitYinghai Lu1-1/+1
2012-11-17x86, mm: Move init_memory_mapping calling out of setup.cYinghai Lu1-1/+18
2012-11-17x86, mm: Move down find_early_table_space()Yinghai Lu1-58/+59
2012-11-17x86, mm: Split out split_mem_range from init_memory_mappingYinghai Lu1-16/+25
2012-11-17x86, mm: Add global page_size_mask and probe one time onlyYinghai Lu1-30/+25
2012-10-25x86, mm: Undo incorrect revert in arch/x86/mm/init.cYinghai Lu1-4/+0
2012-10-24x86, mm: Find_early_table_space based on ranges that are actually being mappedJacob Shin1-29/+41
2012-10-24Revert "x86/mm: Fix the size calculation of mapping tables"Dave Young1-13/+9
2012-09-13x86/mm/init.c: Fix devmem_is_allowed() off by oneT Makphaibulchoke1-1/+1
2012-06-20x86/mm: Mark free_initrd_mem() as __initJan Beulich1-1/+1
2012-06-08x86/mm: Only add extra pages count for the first memory range during pre-allocation early page table spaceYinghai Lu1-1/+2
2012-05-29x86: print physical addresses consistently with other parts of kernelBjorn Helgaas1-7/+9
2012-05-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+12
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2012-03-06x86/mm: Fix the size calculation of mapping tablesWANG Cong1-9/+12