summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init_32.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-141-2/+3
* mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-141-3/+3
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-281-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-2/+2
* x86/mm/init32: Mark text and rodata RO in one goThomas Gleixner2018-09-271-19/+4
* treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner2018-06-151-1/+1
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-151-1/+7
|\
| * x86/mm: Introduce "default" kernel PTE maskDave Hansen2018-04-091-1/+7
* | xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin2018-04-111-0/+1
|/
* x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner2018-03-011-0/+15
* mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig2018-01-081-2/+2
* mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig2018-01-081-2/+3
* x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-221-0/+6
* mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko2017-07-061-2/+2
* mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-061-4/+1
* mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2017-07-061-1/+1
* x86: use set_memory.h headerLaura Abbott2017-05-081-1/+1
* Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-111-1/+1
|\
| * Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up...Ingo Molnar2017-03-011-4/+0
| |\
| * | x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-281-1/+1
* | | x86/boot/32: Flip the logic in test_wp_bit()Borislav Petkov2017-03-311-8/+7
* | | x86/boot/32: Rewrite test_wp_bit()Andy Lutomirski2017-03-301-34/+7
* | | Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar2017-03-301-4/+5
|\ \ \
| * | | x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause2017-03-111-4/+5
| | |/ | |/|
* / | x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov2017-03-141-6/+16
|/ /
* / mm: add arch-independent testcases for RODATAJinbum Park2017-02-271-4/+0
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+0
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-161-3/+0
|\
| * x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSETBaoquan He2016-04-221-3/+0
* | x86/cpufeature: Remove cpu_has_pseBorislav Petkov2016-03-311-1/+1
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-03-151-3/+0
|\
| * x86/mm: Make kmap_prot into a #defineAndy Lutomirski2016-01-201-3/+0
* | x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook2016-02-221-3/+0
|/
* x86/mm: Warn on W^X mappingsStephen Smalley2015-10-061-0/+2
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-2/+2
|\
| * mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-271-2/+2
* | Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar2015-08-251-1/+1
|\|
| * mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck2015-06-241-1/+1
* | x86/mm: Initialize pmd_idx in page_table_range_init_count()Minfei Huang2015-07-201-0/+1
|/
* x86: remove the Xen-specific _PAGE_IOMAP PTE flagDavid Vrabel2014-09-231-1/+1
* memory-hotplug: x86_32: suitable memory should go to ZONE_MOVABLEWang Nan2014-08-061-1/+2
* memblock: make memblock_set_node() support different memblock_typeTang Chen2014-01-211-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-031-28/+2
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
* mm/x86: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2013-04-291-9/+1
* memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang2013-02-231-0/+12