aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init_32.c
AgeCommit message (Expand)Author
2023-06-09x86/mm: Remove Xen-PV leftovers from init_32.cJuergen Gross
2021-11-09x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text()Kefeng Wang
2021-11-06x86: remove memory hotplug support on X86_32David Hildenbrand
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2020-11-06x86/mm/highmem: Use generic kmap atomic implementationThomas Gleixner
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe
2020-04-10x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe
2020-04-10mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-03-13x86/mm: Rename is_kernel_text to __is_kernel_textJiri Olsa
2020-03-05x86/mm/init/32: Stop printing the virtual memory layoutArvind Sankar
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-20Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand
2019-12-10mm, x86/mm: Untangle address space layout definitions from basic pgtable type...Ingo Molnar
2019-11-27x86/mm: Remove set_kernel_text_r[ow]()Peter Zijlstra
2019-09-03x86/mm: Remove set_pages_x() and set_pages_nx()Christoph Hellwig
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport
2018-09-27x86/mm/init32: Mark text and rodata RO in one goThomas Gleixner
2018-06-15treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner
2018-04-15Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-04-11xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin
2018-04-09x86/mm: Introduce "default" kernel PTE maskDave Hansen
2018-03-01x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig
2017-12-22x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner
2017-07-06mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko
2017-07-06mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko
2017-05-08x86: use set_memory.h headerLaura Abbott
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar
2017-03-31x86/boot/32: Flip the logic in test_wp_bit()Borislav Petkov
2017-03-30x86/boot/32: Rewrite test_wp_bit()Andy Lutomirski
2017-03-30Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar