aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm/init.c
AgeCommit message (Expand)Author
2013-03-06x86, mm: Make sure to find a 2M free block for the first mapped areaYinghai Lu
2013-01-31x86/mm/init.c: Copy ucode from initrd image to kernel memoryFenghua Yu
2013-01-29x86, kexec, 64bit: Only set ident mapping for ram.Yinghai Lu
2013-01-29x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin
2013-01-29x86, mm: Fix page table early allocation offset checkingYinghai Lu
2012-11-17x86, mm: Use clamp_t() in init_range_memory_mappingYinghai Lu
2012-11-17x86, mm: Unifying after_bootmem for 32bit and 64bitYinghai Lu
2012-11-17x86, mm: use limit_pfn for end pfnYinghai Lu
2012-11-17x86, mm: use pfn instead of pos in split_mem_rangeYinghai Lu
2012-11-17x86, mm: use PFN_DOWN in split_mem_range()Yinghai Lu
2012-11-17x86, mm: use round_up/down in split_mem_range()Yinghai Lu
2012-11-17x86, mm: Move init_gbpages() out of setup.cYinghai Lu
2012-11-17x86, mm: Move back pgt_buf_* to mm/init.cYinghai Lu
2012-11-17x86, mm: only call early_ioremap_page_table_range_init() onceYinghai Lu
2012-11-17x86, mm: Add pointer about Xen mmu requirement for alloc_low_pagesStefano Stabellini
2012-11-17x86, mm: Add alloc_low_pages(num)Yinghai Lu
2012-11-17x86, mm, Xen: Remove mapping_pagetable_reserve()Yinghai Lu
2012-11-17x86, mm: Move min_pfn_mapped back to mm/init.cYinghai Lu
2012-11-17x86, mm: Merge alloc_low_page between 64bit and 32bitYinghai Lu
2012-11-17x86, mm: setup page table in top-downYinghai Lu
2012-11-17x86, mm: Break down init_all_memory_mappingYinghai Lu
2012-11-17x86, mm: Use big page size for small memory rangeYinghai Lu
2012-11-17x86, mm: Only direct map addresses that are marked as E820_RAMJacob Shin
2012-11-17x86, mm: Separate out calculate_table_space_size()Yinghai Lu
2012-11-17x86, mm: Find early page table buffer togetherYinghai Lu
2012-11-17x86, mm: Change find_early_table_space() paramtersYinghai Lu
2012-11-17x86, mm: Revert back good_end setting for 64bitYinghai Lu
2012-11-17x86, mm: Move init_memory_mapping calling out of setup.cYinghai Lu
2012-11-17x86, mm: Move down find_early_table_space()Yinghai Lu
2012-11-17x86, mm: Split out split_mem_range from init_memory_mappingYinghai Lu
2012-11-17x86, mm: Add global page_size_mask and probe one time onlyYinghai Lu
2012-10-25x86, mm: Undo incorrect revert in arch/x86/mm/init.cYinghai Lu
2012-10-24x86, mm: Find_early_table_space based on ranges that are actually being mappedJacob Shin
2012-10-24Revert "x86/mm: Fix the size calculation of mapping tables"Dave Young
2012-09-13x86/mm/init.c: Fix devmem_is_allowed() off by oneT Makphaibulchoke
2012-06-20x86/mm: Mark free_initrd_mem() as __initJan Beulich
2012-06-08x86/mm: Only add extra pages count for the first memory range during pre-allo...Yinghai Lu
2012-05-29x86: print physical addresses consistently with other parts of kernelBjorn Helgaas
2012-05-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-03-28Disintegrate asm/system.h for X86David Howells
2012-03-06x86/mm: Fix the size calculation of mapping tablesWANG Cong
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-11-28Merge branch 'master' into x86/memblockTejun Heo
2011-11-11x86, mm: Unify zone_sizes_init()Pekka Enberg
2011-10-24x86: Fix S4 regressionTakashi Iwai
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra
2011-05-12x86/mm: Fix section mismatch derived from native_pagetable_reserve()Sedat Dilek
2011-05-12x86,xen: introduce x86_init.mapping.pagetable_reserveStefano Stabellini