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