summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init_32.c
Commit message (Expand)AuthorAgeFilesLines
* memblock: make memblock_set_node() support different memblock_typeTang Chen2014-01-221-1/+1
* x86, kaslr: Raise the maximum virtual address to -1 GiB on x86_64Kees Cook2013-10-131-0/+3
* mm/x86: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-041-28/+2Star
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-041-1/+1
* mm/x86: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2013-04-301-9/+1Star
* memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang2013-02-241-0/+12
* Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2013-01-301-4/+1Star
|\
| * x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKH. Peter Anvin2012-11-291-4/+1Star
* | x86, mm: Unifying after_bootmem for 32bit and 64bitYinghai Lu2012-11-171-17/+4Star
* | x86, mm: Add check before clear pte above max_low_pfn on 32bitYinghai Lu2012-11-171-2/+16
* | x86, mm: change low/hignmem_pfn_init to static on 32bitYinghai Lu2012-11-171-2/+2
* | x86, mm: only call early_ioremap_page_table_range_init() onceYinghai Lu2012-11-171-6/+41
* | x86, mm: Merge alloc_low_page between 64bit and 32bitYinghai Lu2012-11-171-24/+2Star
* | x86, mm: setup page table in top-downYinghai Lu2012-11-171-3/+14
* | x86, mm: Align start address to correct big page sizeYinghai Lu2012-11-171-0/+1
|/
* Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-011-1/+1
|\
| * x86-32, mm: The WP test should be done on a kernel pageH. Peter Anvin2012-09-211-1/+1
* | x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done()Attilio Rao2012-09-121-4/+0Star
* | x86: Move paging_init() call to x86_init.paging.pagetable_init()Attilio Rao2012-09-121-0/+1
* | x86: Rename pagetable_setup_start() to pagetable_init()Attilio Rao2012-09-121-2/+2
* | x86: Remove base argument from x86_init.paging.pagetable_setup_startAttilio Rao2012-09-121-2/+2
|/
* Disintegrate asm/system.h for X86David Howells2012-03-281-1/+0Star
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-121-18/+11Star
|\
| * x86/mm: Initialize high mem before free_all_bootmem()Stanislaw Gruszka2011-12-061-2/+11
| * x86, mm: Unify zone_sizes_init()Pekka Enberg2011-11-111-19/+0Star
| * x86, mm: Prepare zone_sizes_init() for unificationPekka Enberg2011-11-111-0/+4
| * x86, mm: Use max_pfn instead of highend_pfnPekka Enberg2011-11-111-1/+1
| * x86, mm: Use MAX_DMA_PFN for ZONE_DMA on 32-bitPekka Enberg2011-11-111-2/+1Star
* | memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_r...Tejun Heo2011-07-141-17/+11Star
* | x86: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-07-141-4/+4
|/
* x86, mm: Allow ZONE_DMA to be configurableDavid Rientjes2011-05-161-0/+2
* x86-32, NUMA: use sparse_memory_present_with_active_regions()Tejun Heo2011-05-021-0/+1
* x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* x86: Rename e820_table_* to pgt_buf_*Yinghai Lu2011-02-241-4/+4
* x86, NUMA: Move *_numa_init() invocations into initmem_init()Tejun Heo2011-02-161-1/+1
* x86, NUMA: Drop @start/last_pfn from initmem_init()Tejun Heo2011-02-161-2/+1Star
* Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-01-131-0/+2
|\
| * x86, olpc: Add OLPC device-tree supportAndres Salomon2010-12-161-0/+2
* | x86: Add NX protection for kernel dataMatthieu Castet2010-11-181-1/+19
|/
* Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2010-10-231-45/+0Star
|\
| * x86-32, mm: Add an initial page table for core bootstrappingBorislav Petkov2010-10-201-45/+0Star
* | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-10-221-100/+19Star
|\ \ | |/ |/|
| * x86-32, memblock: Make add_highpages honor early reserved rangesYinghai Lu2010-10-061-37/+16Star
| * x86: Remove old bootmem codeYinghai Lu2010-08-271-56/+0Star
| * x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu2010-08-271-6/+8
| * bootmem, x86: Add weak version of reserve_bootmem_genericYinghai Lu2010-08-271-6/+0Star
* | x86, cleanups: Use clear_page/copy_page rather than memset/memcpyJan Beulich2010-09-231-2/+2
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-03-031-1/+6
|\
| * x86: Make 32bit support NO_BOOTMEMYinghai Lu2010-02-121-0/+6