Age | Commit message (Expand) | Author |
2023-09-11 | arch: Remove Itanium (IA-64) architecture | Ard Biesheuvel |
2023-08-24 | ia64: implement the new page table range API | Matthew Wilcox (Oracle) |
2023-08-18 | ia64: mm: convert to GENERIC_IOREMAP | Baoquan He |
2023-06-28 | Merge branch 'expand-stack' | Linus Torvalds |
2023-06-27 | mm: always expand the stack with the mmap write lock held | Linus Torvalds |
2023-06-19 | ia64/hugetlb: pte_alloc_huge() pte_offset_huge() | Hugh Dickins |
2023-04-27 | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-04-21 | ia64: fix an addr to taddr in huge_pte_offset() | Hugh Dickins |
2023-04-10 | docs: move ia64 architecture docs under Documentation/arch/ | Jonathan Corbet |
2023-04-08 | ia64: mm/contig: fix section mismatch warning/error | Randy Dunlap |
2023-04-05 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov |
2023-03-05 | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2023-03-02 | ia64: fix livelock in uaccess | Al Viro |
2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan |
2022-11-08 | hugetlb: simplify hugetlb handling in follow_page_mask | Mike Kravetz |
2022-09-12 | ia64: export memory_add_physaddr_to_nid to fix cxl build error | Randy Dunlap |
2022-07-17 | ia64/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual |
2022-06-16 | mm: avoid unnecessary page fault retires on shared memory types | Peter Xu |
2022-05-27 | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-04-28 | ia64: fix typos in comments | Julia Lawall |
2022-04-18 | swiotlb: make the swiotlb_init interface more useful | Christoph Hellwig |
2022-03-22 | mm, memory_hotplug: drop arch_free_nodedata | Michal Hocko |
2022-03-22 | mm: handle uninitialized numa nodes gracefully | Michal Hocko |
2022-03-22 | mm, memory_hotplug: make arch_alloc_nodedata independent on CONFIG_MEMORY_HOT... | Michal Hocko |
2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-01-15 | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit | Qi Zheng |
2021-12-13 | exit: Add and use make_task_dead. | Eric W. Biederman |
2021-11-06 | memblock: allow to specify flags with memblock_add_node() | David Hildenbrand |
2021-09-08 | mm/memory_hotplug: remove nid parameter from arch_remove_memory() | David Hildenbrand |
2021-06-29 | arch, mm: remove stale mentions of DISCONIGMEM | Mike Rapoport |
2021-05-05 | hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share() | Peter Xu |
2021-04-30 | mm: move mem_init_print_info() into mm_init() | Kefeng Wang |
2021-04-30 | ia64: drop marked broken DISCONTIGMEM and VIRTUAL_MEM_MAP | Sergei Trofimovich |
2021-04-30 | ia64: simplify code flow around swiotlb init | Sergei Trofimovich |
2021-04-16 | ia64: fix discontig.c section mismatches | Randy Dunlap |
2021-02-24 | mm: simplify parater of function memmap_init_zone() | Baoquan He |
2021-02-24 | mm: rename memmap_init() and memmap_init_zone() | Baoquan He |
2021-02-20 | Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-01-18 | efi: ia64: move IA64-only declarations to new asm/efi.h header | Ard Biesheuvel |
2020-12-29 | mm: memmap defer init doesn't work as expected | Baoquan He |
2020-12-15 | ia64: forbid using VIRTUAL_MEM_MAP with FLATMEM | Mike Rapoport |
2020-12-15 | ia64: split virtual map initialization out of paging_init() | Mike Rapoport |
2020-12-15 | ia64: discontig: paging_init(): remove local max_pfn calculation | Mike Rapoport |
2020-12-15 | ia64: remove 'ifdef CONFIG_ZONE_DMA32' statements | Mike Rapoport |
2020-12-15 | ia64: remove custom __early_pfn_to_nid() | Mike Rapoport |
2020-10-16 | mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone() | David Hildenbrand |
2020-10-15 | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2020-10-06 | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> | Christoph Hellwig |
2020-09-26 | mm: replace memmap_context by meminit_context | Laurent Dufour |