summaryrefslogtreecommitdiff
path: root/arch/x86/mm/init.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-03x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka1-1/+1
2018-10-03x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka1-2/+2
2018-10-03x86/speculation/l1tf: Protect PAE swap entries against L1TFVlastimil Babka1-1/+1
2018-10-03x86/speculation/l1tf: Extend 64bit swap file size limitVlastimil Babka1-1/+9
2018-10-03x86/init: fix build with CONFIG_SWAP=nVlastimil Babka1-0/+2
2018-10-03x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen1-0/+14
2018-01-09kaiser: add "nokaiser" boot option, using ALTERNATIVEHugh Dickins1-1/+1
2018-01-09x86: Clean up cr4 manipulationAndy Lutomirski1-2/+2
2017-07-18mm: Tighten x86 /dev/mem with zeroing readsKees Cook1-11/+30
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-04mm/x86: use free_reserved_area() to simplify codeJiang Liu1-11/+3
2013-06-01x86: 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-30mm/x86: use common help functions to free reserved pagesJiang Liu1-4/+1
2013-03-07x86, mm: Make sure to find a 2M free block for the first mapped areaYinghai Lu1-3/+2
2013-02-01x86/mm/init.c: Copy ucode from initrd image to kernel memoryFenghua Yu1-0/+10
2013-01-30x86, kexec, 64bit: Only set ident mapping for ram.Yinghai Lu1-2/+2
2013-01-30x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin1-1/+2
2013-01-30x86, 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-26x86, mm: Undo incorrect revert in arch/x86/mm/init.cYinghai Lu1-4/+0