summaryrefslogtreecommitdiffstats
path: root/arch/ia64/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* ia64: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-9/+23
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-4/+4
* ia64/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-1/+27
* Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-271-1/+1
|\
| * ia64: fix typos in commentsJulia Lawall2022-04-281-1/+1
* | swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-3/+1
|/
* memblock: allow to specify flags with memblock_add_node()David Hildenbrand2021-11-061-1/+1
* mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand2021-09-081-2/+1
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* ia64: drop marked broken DISCONTIGMEM and VIRTUAL_MEM_MAPSergei Trofimovich2021-04-301-213/+0
* ia64: simplify code flow around swiotlb initSergei Trofimovich2021-04-301-2/+5
* mm: simplify parater of function memmap_init_zone()Baoquan He2021-02-241-5/+7
* mm: rename memmap_init() and memmap_init_zone()Baoquan He2021-02-241-3/+3
* Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-201-0/+1
|\
| * efi: ia64: move IA64-only declarations to new asm/efi.h headerArd Biesheuvel2021-01-181-0/+1
* | mm: memmap defer init doesn't work as expectedBaoquan He2020-12-291-2/+2
|/
* ia64: forbid using VIRTUAL_MEM_MAP with FLATMEMMike Rapoport2020-12-151-14/+0
* mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand2020-10-161-2/+2
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-3/+2
|\
| * dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
| * dma-mapping: add (back) arch_dma_mark_clean for ia64Christoph Hellwig2020-09-111-2/+1
* | mm: replace memmap_context by meminit_contextLaurent Dufour2020-09-261-3/+3
|/
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-6/+6
* ia64: add support for folded p4d page tablesMike Rapoport2020-06-041-4/+24
* mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-101-0/+3
* mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-04-101-2/+2
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-041-3/+1
* dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-2/+2
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-1/+1
* ia64: remove CONFIG_SWIOTLB ifdefsChristoph Hellwig2019-08-161-2/+0
* ia64: remove support for machvecsChristoph Hellwig2019-08-161-1/+0
* ia64: rework iommu probingChristoph Hellwig2019-08-161-4/+12
* ia64: remove CONFIG_PCI ifdefsChristoph Hellwig2019-08-161-2/+0
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-181-2/+0
* mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-141-8/+3
* mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-141-3/+3
* ia64: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-8/+30
* ia64: fix compile without swiotlbChristoph Hellwig2019-01-041-0/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-281-1/+1
|\
| * mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-281-1/+1
* | swiotlb: remove dma_mark_cleanChristoph Hellwig2018-12-131-11/+8
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem_pages_node with memblock_alloc_nodeMike Rapoport2018-10-311-4/+4
* ia64: mark special ia64 memory areas anonymousLinus Torvalds2018-08-011-0/+2
* mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-261-1/+1
* mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-211-6/+2
* mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2018-07-211-4/+4
* mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig2018-01-081-4/+5
* mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig2018-01-081-2/+2