summaryrefslogtreecommitdiff
path: root/arch/ia64/mm
AgeCommit message (Expand)Author
2019-04-03ia64/tlb: Convert to generic mmu_gatherPeter Zijlstra
2019-03-12ia64: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-01-04ia64: fix compile without swiotlbChristoph Hellwig
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador
2018-12-13swiotlb: remove dma_mark_cleanChristoph Hellwig
2018-11-26ia64: export node_distance functionMatias Bjørling
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport
2018-10-31memblock: replace __alloc_bootmem_node with appropriate memblock_ APIMike Rapoport
2018-10-31memblock: replace alloc_bootmem_pages_node with memblock_alloc_nodeMike Rapoport
2018-09-27signal/ia64: Use force_sig_fault where appropriateEric W. Biederman
2018-08-20Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-08-01ia64: mark special ia64 memory areas anonymousLinus Torvalds
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov
2018-07-23ia64: switch to NO_BOOTMEMMike Rapoport
2018-07-23ia64: use mem_data to detect nodes' minimal and maximal PFNsMike Rapoport
2018-07-23ia64: remove unused num_dma_physpages member from 'struct early_node_data'Mike Rapoport
2018-07-23ia64: contig/paging_init: reduce code duplicationMike Rapoport
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-15ia64: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig
2018-01-08mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal
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-04-06ia64: add extable.hAl Viro
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-22arch, mm: remove arch specific show_memMichal Hocko
2017-01-24ia64: ensure exception table search users include extable.hPaul Gortmaker
2017-01-24ia64: move ia64_done_with_exception out of asm/uaccess.hPaul Gortmaker
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-03-22ia64/extable: use generic search and sort routinesArd Biesheuvel
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov