summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init_32.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+0
2016-02-22x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook1-3/+0
2016-01-20x86/mm: Make kmap_prot into a #defineAndy Lutomirski1-3/+0
2015-10-06x86/mm: Warn on W^X mappingsStephen Smalley1-0/+2
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams1-2/+2
2015-08-25Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar1-1/+1
2015-07-20x86/mm: Initialize pmd_idx in page_table_range_init_count()Minfei Huang1-0/+1
2015-06-24mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck1-1/+1
2014-09-23x86: remove the Xen-specific _PAGE_IOMAP PTE flagDavid Vrabel1-1/+1
2014-08-06memory-hotplug: x86_32: suitable memory should go to ZONE_MOVABLEWang Nan1-1/+2
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen1-1/+1
2013-10-13x86, kaslr: Raise the maximum virtual address to -1 GiB on x86_64Kees Cook1-0/+3
2013-07-03mm/x86: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-28/+2
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-04-29mm/x86: use free_highmem_page() to free highmem pages into buddy systemJiang Liu1-9/+1
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang1-0/+12
2013-01-29Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin1-4/+1
2012-11-29x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKH. Peter Anvin1-4/+1
2012-11-17x86, mm: Unifying after_bootmem for 32bit and 64bitYinghai Lu1-17/+4
2012-11-17x86, mm: Add check before clear pte above max_low_pfn on 32bitYinghai Lu1-2/+16
2012-11-17x86, mm: change low/hignmem_pfn_init to static on 32bitYinghai Lu1-2/+2
2012-11-17x86, mm: only call early_ioremap_page_table_range_init() onceYinghai Lu1-6/+41
2012-11-17x86, mm: Merge alloc_low_page between 64bit and 32bitYinghai Lu1-24/+2
2012-11-17x86, mm: setup page table in top-downYinghai Lu1-3/+14
2012-11-17x86, mm: Align start address to correct big page sizeYinghai Lu1-0/+1
2012-10-01Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2012-09-21x86-32, mm: The WP test should be done on a kernel pageH. Peter Anvin1-1/+1
2012-09-12x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done()Attilio Rao1-4/+0
2012-09-12x86: Move paging_init() call to x86_init.paging.pagetable_init()Attilio Rao1-0/+1
2012-09-12x86: Rename pagetable_setup_start() to pagetable_init()Attilio Rao1-2/+2
2012-09-12x86: Remove base argument from x86_init.paging.pagetable_setup_startAttilio Rao1-2/+2
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-18/+11
2011-12-06x86/mm: Initialize high mem before free_all_bootmem()Stanislaw Gruszka1-2/+11
2011-11-11x86, mm: Unify zone_sizes_init()Pekka Enberg1-19/+0
2011-11-11x86, mm: Prepare zone_sizes_init() for unificationPekka Enberg1-0/+4
2011-11-11x86, mm: Use max_pfn instead of highend_pfnPekka Enberg1-1/+1
2011-11-11x86, mm: Use MAX_DMA_PFN for ZONE_DMA on 32-bitPekka Enberg1-2/+1
2011-07-14memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_r...Tejun Heo1-17/+11
2011-07-14x86: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo1-4/+4
2011-05-16x86, mm: Allow ZONE_DMA to be configurableDavid Rientjes1-0/+2
2011-05-02x86-32, NUMA: use sparse_memory_present_with_active_regions()Tejun Heo1-0/+1
2011-03-18x86: Fix common misspellingsLucas De Marchi1-1/+1
2011-02-24x86: Rename e820_table_* to pgt_buf_*Yinghai Lu1-4/+4
2011-02-16x86, NUMA: Move *_numa_init() invocations into initmem_init()Tejun Heo1-1/+1
2011-02-16x86, NUMA: Drop @start/last_pfn from initmem_init()Tejun Heo1-2/+1
2011-01-13Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2010-12-15x86, olpc: Add OLPC device-tree supportAndres Salomon1-0/+2
2010-11-18x86: Add NX protection for kernel dataMatthieu Castet1-1/+19