aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-2/+2
2018-09-27x86/mm/init32: Mark text and rodata RO in one goThomas Gleixner1-19/+4
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner1-1/+1
2018-04-15Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+7
2018-04-11xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin1-0/+1
2018-04-09x86/mm: Introduce "default" kernel PTE maskDave Hansen1-1/+7
2018-03-01x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner1-0/+15
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig1-2/+2
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig1-2/+3
2017-12-22x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner1-0/+6
2017-07-06mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko1-2/+2
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko1-4/+1
2017-07-06mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko1-1/+1
2017-05-08x86: use set_memory.h headerLaura Abbott1-1/+1
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar1-1/+1
2017-03-31x86/boot/32: Flip the logic in test_wp_bit()Borislav Petkov1-8/+7
2017-03-30x86/boot/32: Rewrite test_wp_bit()Andy Lutomirski1-34/+7
2017-03-30Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar1-4/+5
2017-03-14x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov1-6/+16
2017-03-11x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause1-4/+5
2017-03-01Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updatesIngo Molnar1-4/+0
2017-02-27mm: add arch-independent testcases for RODATAJinbum Park1-4/+0
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-07-14x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+0
2016-05-16Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2016-04-22x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSETBaoquan He1-3/+0
2016-03-31x86/cpufeature: Remove cpu_has_pseBorislav Petkov1-1/+1
2016-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/git/nvdimm/nvdimmLinus 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 on attributeTony 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