| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: remove the Xen-specific _PAGE_IOMAP PTE flag | David Vrabel | 2014-09-23 | 1 | -1/+1 |
* | memory-hotplug: x86_32: suitable memory should go to ZONE_MOVABLE | Wang Nan | 2014-08-06 | 1 | -1/+2 |
* | memblock: make memblock_set_node() support different memblock_type | Tang Chen | 2014-01-21 | 1 | -1/+1 |
* | x86, kaslr: Raise the maximum virtual address to -1 GiB on x86_64 | Kees Cook | 2013-10-13 | 1 | -0/+3 |
* | mm/x86: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 2013-07-03 | 1 | -28/+2 |
* | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 2013-07-03 | 1 | -1/+1 |
* | mm/x86: use free_highmem_page() to free highmem pages into buddy system | Jiang Liu | 2013-04-29 | 1 | -9/+1 |
* | memory-hotplug: introduce new arch_remove_memory() for removing page table | Wen Congyang | 2013-02-23 | 1 | -0/+12 |
* | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 | H. Peter Anvin | 2013-01-29 | 1 | -4/+1 |
|\ |
|
| * | x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OK | H. Peter Anvin | 2012-11-29 | 1 | -4/+1 |
* | | x86, mm: Unifying after_bootmem for 32bit and 64bit | Yinghai Lu | 2012-11-17 | 1 | -17/+4 |
* | | x86, mm: Add check before clear pte above max_low_pfn on 32bit | Yinghai Lu | 2012-11-17 | 1 | -2/+16 |
* | | x86, mm: change low/hignmem_pfn_init to static on 32bit | Yinghai Lu | 2012-11-17 | 1 | -2/+2 |
* | | x86, mm: only call early_ioremap_page_table_range_init() once | Yinghai Lu | 2012-11-17 | 1 | -6/+41 |
* | | x86, mm: Merge alloc_low_page between 64bit and 32bit | Yinghai Lu | 2012-11-17 | 1 | -24/+2 |
* | | x86, mm: setup page table in top-down | Yinghai Lu | 2012-11-17 | 1 | -3/+14 |
* | | x86, mm: Align start address to correct big page size | Yinghai Lu | 2012-11-17 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-10-01 | 1 | -1/+1 |
|\ |
|
| * | x86-32, mm: The WP test should be done on a kernel page | H. Peter Anvin | 2012-09-21 | 1 | -1/+1 |
* | | x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done() | Attilio Rao | 2012-09-12 | 1 | -4/+0 |
* | | x86: Move paging_init() call to x86_init.paging.pagetable_init() | Attilio Rao | 2012-09-12 | 1 | -0/+1 |
* | | x86: Rename pagetable_setup_start() to pagetable_init() | Attilio Rao | 2012-09-12 | 1 | -2/+2 |
* | | x86: Remove base argument from x86_init.paging.pagetable_setup_start | Attilio Rao | 2012-09-12 | 1 | -2/+2 |
|/ |
|
* | Disintegrate asm/system.h for X86 | David Howells | 2012-03-28 | 1 | -1/+0 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-11 | 1 | -18/+11 |
|\ |
|
| * | x86/mm: Initialize high mem before free_all_bootmem() | Stanislaw Gruszka | 2011-12-06 | 1 | -2/+11 |
| * | x86, mm: Unify zone_sizes_init() | Pekka Enberg | 2011-11-11 | 1 | -19/+0 |
| * | x86, mm: Prepare zone_sizes_init() for unification | Pekka Enberg | 2011-11-11 | 1 | -0/+4 |
| * | x86, mm: Use max_pfn instead of highend_pfn | Pekka Enberg | 2011-11-11 | 1 | -1/+1 |
| * | x86, mm: Use MAX_DMA_PFN for ZONE_DMA on 32-bit | Pekka Enberg | 2011-11-11 | 1 | -2/+1 |
* | | memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_r... | Tejun Heo | 2011-07-14 | 1 | -17/+11 |
* | | x86: Use HAVE_MEMBLOCK_NODE_MAP | Tejun Heo | 2011-07-14 | 1 | -4/+4 |
|/ |
|
* | x86, mm: Allow ZONE_DMA to be configurable | David Rientjes | 2011-05-16 | 1 | -0/+2 |
* | x86-32, NUMA: use sparse_memory_present_with_active_regions() | Tejun Heo | 2011-05-02 | 1 | -0/+1 |
* | x86: Fix common misspellings | Lucas De Marchi | 2011-03-18 | 1 | -1/+1 |
* | x86: Rename e820_table_* to pgt_buf_* | Yinghai Lu | 2011-02-24 | 1 | -4/+4 |
* | x86, NUMA: Move *_numa_init() invocations into initmem_init() | Tejun Heo | 2011-02-16 | 1 | -1/+1 |
* | x86, NUMA: Drop @start/last_pfn from initmem_init() | Tejun Heo | 2011-02-16 | 1 | -2/+1 |
* | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-01-13 | 1 | -0/+2 |
|\ |
|
| * | x86, olpc: Add OLPC device-tree support | Andres Salomon | 2010-12-15 | 1 | -0/+2 |
* | | x86: Add NX protection for kernel data | Matthieu Castet | 2010-11-18 | 1 | -1/+19 |
|/ |
|
* | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2010-10-22 | 1 | -45/+0 |
|\ |
|
| * | x86-32, mm: Add an initial page table for core bootstrapping | Borislav Petkov | 2010-10-20 | 1 | -45/+0 |
* | | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2010-10-21 | 1 | -100/+19 |
|\ \
| |/
|/| |
|
| * | x86-32, memblock: Make add_highpages honor early reserved ranges | Yinghai Lu | 2010-10-05 | 1 | -37/+16 |
| * | x86: Remove old bootmem code | Yinghai Lu | 2010-08-27 | 1 | -56/+0 |
| * | x86, memblock: Replace e820_/_early string with memblock_ | Yinghai Lu | 2010-08-27 | 1 | -6/+8 |
| * | bootmem, x86: Add weak version of reserve_bootmem_generic | Yinghai Lu | 2010-08-27 | 1 | -6/+0 |
* | | x86, cleanups: Use clear_page/copy_page rather than memset/memcpy | Jan Beulich | 2010-09-22 | 1 | -2/+2 |
|/ |
|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+1 |