summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov2015-06-071-3/+3
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-04-131-37/+31
|\
| * x86/mm/pat: Initialize __cachemode2pte_tbl[] and __pte2cachemode_tbl[] in a b...Ingo Molnar2015-03-051-18/+22
| * x86/mm: Simplify probe_page_size_mask()Ingo Molnar2015-03-051-13/+10
| * x86/mm: Further simplify 1 GB kernel linear mappings handlingIngo Molnar2015-03-051-6/+1
| * x86/mm: Use early_param_on_off() for direct_gbpagesLuis R. Rodriguez2015-03-051-1/+2
| * x86/mm: Simplify enabling direct_gbpagesLuis R. Rodriguez2015-03-051-8/+9
| * x86/mm: Use IS_ENABLED() for direct_gbpagesLuis R. Rodriguez2015-03-051-5/+1
* | Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar2015-03-041-5/+38
|\|
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-211-2/+26
| |\
| | * x86/mm/init: Fix incorrect page size in init_memory_mapping() printksDave Hansen2015-02-191-2/+26
| * | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-161-2/+11
| |\ \
| | * | x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-041-0/+9
| | * | x86: Clean up cr4 manipulationAndy Lutomirski2015-02-041-2/+2
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-02-101-1/+1
| |\ \ | | |/ | |/|
| | * x86: init_mem_mapping(): use capital BIOS in commentPavel Machek2015-01-021-1/+1
* | | x86-64: Also clear _PAGE_GLOBAL from __supported_pte_mask if !cpu_has_pgeJan Beulich2015-02-191-1/+2
|/ /
* | x86, mm: Change cachemode exports to non-gplJuergen Gross2015-01-221-2/+2
* | x86: Fix step size adjustment during initial memory mappingJan Beulich2014-12-231-20/+17
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-141-2/+2
|\ \
| * | x86/mm: Fix zone ranges boot printoutXishi Qiu2014-12-111-2/+2
| |/
* | x86: Enable PAT to use cache mode translation tablesJuergen Gross2014-11-161-0/+8
* | x86: Make page cache mode a real typeJuergen Gross2014-11-161-0/+29
|/
* x86/mm: Add tracepoints for TLB flushesDave Hansen2014-07-311-0/+7
* arch/x86/mm/init.c: fix incorrect function name in alloc_low_pages()Zhi Yong Wu2013-11-131-2/+2
* x86/mem-hotplug: support initialize page tables in bottom-upTang Chen2013-11-131-2/+64
* x86/mm: factor out of top-down direct mapping setupTang Chen2013-11-131-20/+39
* x86/mm: Add 'step_size' comments to init_mem_mapping()Yinghai Lu2013-09-101-3/+20
* x86/mm: Fix boot crash with DEBUG_PAGE_ALLOC=y and more than 512G RAMYinghai Lu2013-08-201-2/+2
* mm/x86: use free_reserved_area() to simplify codeJiang Liu2013-07-031-11/+3
* x86: Fix adjust_range_size_mask calling positionYinghai Lu2013-05-311-3/+3
* x86/mm: Add missing comments for initial kernel direct mappingZhang Yanfei2013-05-101-1/+18
* mm/x86: use common help functions to free reserved pagesJiang Liu2013-04-291-4/+1
* x86, mm: Make sure to find a 2M free block for the first mapped areaYinghai Lu2013-03-061-3/+2
* x86/mm/init.c: Copy ucode from initrd image to kernel memoryFenghua Yu2013-01-311-0/+10
* x86, kexec, 64bit: Only set ident mapping for ram.Yinghai Lu2013-01-291-2/+2
* x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin2013-01-291-1/+2
* x86, mm: Fix page table early allocation offset checkingYinghai Lu2013-01-291-1/+12
* x86, mm: Use clamp_t() in init_range_memory_mappingYinghai Lu2012-11-171-16/+5
* x86, mm: Unifying after_bootmem for 32bit and 64bitYinghai Lu2012-11-171-2/+0
* x86, mm: use limit_pfn for end pfnYinghai Lu2012-11-171-9/+11
* x86, mm: use pfn instead of pos in split_mem_rangeYinghai Lu2012-11-171-15/+14
* x86, mm: use PFN_DOWN in split_mem_range()Yinghai Lu2012-11-171-22/+22
* x86, mm: use round_up/down in split_mem_range()Yinghai Lu2012-11-171-18/+12
* x86, mm: Move init_gbpages() out of setup.cYinghai Lu2012-11-171-0/+12
* x86, mm: Move back pgt_buf_* to mm/init.cYinghai Lu2012-11-171-3/+3
* x86, mm: only call early_ioremap_page_table_range_init() onceYinghai Lu2012-11-171-8/+5
* x86, mm: Add pointer about Xen mmu requirement for alloc_low_pagesStefano Stabellini2012-11-171-0/+9
* x86, mm: Add alloc_low_pages(num)Yinghai Lu2012-11-171-12/+21
* x86, mm, Xen: Remove mapping_pagetable_reserve()Yinghai Lu2012-11-171-4/+0