summaryrefslogtreecommitdiffstats
path: root/arch/ia64/mm
AgeCommit message (Expand)AuthorLines
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel-2612/+0
2023-08-24ia64: implement the new page table range APIMatthew Wilcox (Oracle)-9/+23
2023-08-18ia64: mm: convert to GENERIC_IOREMAPBaoquan He-35/+6
2023-06-28Merge branch 'expand-stack'Linus Torvalds-30/+6
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds-30/+6
2023-06-19ia64/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins-2/+2
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+2
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-04-21ia64: fix an addr to taddr in huge_pte_offset()Hugh Dickins-1/+1
2023-04-10docs: move ia64 architecture docs under Documentation/arch/Jonathan Corbet-1/+1
2023-04-08ia64: mm/contig: fix section mismatch warning/errorRandy Dunlap-1/+1
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov-1/+1
2023-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-1/+4
2023-03-02ia64: fix livelock in uaccessAl Viro-1/+4
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-4/+4
2022-11-08hugetlb: simplify hugetlb handling in follow_page_maskMike Kravetz-15/+0
2022-09-12ia64: export memory_add_physaddr_to_nid to fix cxl build errorRandy Dunlap-0/+1
2022-07-17ia64/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual-1/+27
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu-0/+4
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-3/+3
2022-04-28ia64: fix typos in commentsJulia Lawall-3/+3
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig-3/+1
2022-03-22mm, memory_hotplug: drop arch_free_nodedataMichal Hocko-5/+0
2022-03-22mm: handle uninitialized numa nodes gracefullyMichal Hocko-2/+2
2022-03-22mm, memory_hotplug: make arch_alloc_nodedata independent on CONFIG_MEMORY_HOT...Michal Hocko-2/+0
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng-9/+7
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman-1/+1
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand-2/+2
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand-2/+1
2021-06-29arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport-3/+2
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu-1/+2
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang-1/+0
2021-04-30ia64: drop marked broken DISCONTIGMEM and VIRTUAL_MEM_MAPSergei Trofimovich-254/+0
2021-04-30ia64: simplify code flow around swiotlb initSergei Trofimovich-2/+5
2021-04-16ia64: fix discontig.c section mismatchesRandy Dunlap-3/+3
2021-02-24mm: simplify parater of function memmap_init_zone()Baoquan He-5/+7
2021-02-24mm: rename memmap_init() and memmap_init_zone()Baoquan He-3/+3
2021-02-20Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+3
2021-01-18efi: ia64: move IA64-only declarations to new asm/efi.h headerArd Biesheuvel-0/+3
2020-12-29mm: memmap defer init doesn't work as expectedBaoquan He-2/+2
2020-12-15ia64: forbid using VIRTUAL_MEM_MAP with FLATMEMMike Rapoport-41/+21
2020-12-15ia64: split virtual map initialization out of paging_init()Mike Rapoport-31/+40
2020-12-15ia64: discontig: paging_init(): remove local max_pfn calculationMike Rapoport-4/+1
2020-12-15ia64: remove 'ifdef CONFIG_ZONE_DMA32' statementsMike Rapoport-4/+0
2020-12-15ia64: remove custom __early_pfn_to_nid()Mike Rapoport-30/+0
2020-10-16mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand-2/+2
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-3/+2
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig-1/+1
2020-09-26mm: replace memmap_context by meminit_contextLaurent Dufour-3/+3