aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko1-3/+3
2019-03-12ia64: add checks for the return value of memblock_alloc*()Mike Rapoport1-8/+30
2019-01-04ia64: fix compile without swiotlbChristoph Hellwig1-0/+2
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador1-1/+1
2018-12-13swiotlb: remove dma_mark_cleanChristoph Hellwig1-11/+8
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem_pages_node with memblock_alloc_nodeMike Rapoport1-4/+4
2018-08-01ia64: mark special ia64 memory areas anonymousLinus Torvalds1-0/+2
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov1-1/+1
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds1-6/+2
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds1-4/+4
2018-01-08mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig1-4/+5
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig1-2/+2
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig1-2/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-06mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko1-2/+2
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko1-8/+1
2017-07-06mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-22arch, mm: remove arch specific show_memMichal Hocko1-48/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams1-2/+2
2015-07-02[IA64] Drop debug test/printk that some special pages are marked reservedTony Luck1-4/+0
2015-06-10ia64: remove paravirt codeLuis R. Rodriguez1-6/+3
2015-04-12ia64: Remove Linux/x86 exec domain supportRichard Weinberger1-25/+0
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski1-0/+31
2014-08-06memory-hotplug: ia64: suitable memory should go to ZONE_MOVABLEWang Nan1-1/+2
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman1-0/+48
2013-11-13mm: use pgdat_end_pfn() to simplify the code in archXishi Qiu1-3/+1
2013-07-03mm/IA64: prepare for killing free_all_bootmem_node()Jiang Liu1-7/+2
2013-07-03mm/IA64: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-26/+1
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-1/+1
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-2/+1
2013-04-29mm/IA64: use common help functions to free reserved pagesJiang Liu1-19/+4
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang1-0/+18
2013-01-03IA64: drivers: remove __dev* attributes.Greg Kroah-Hartman1-3/+2
2012-11-16revert "mm: fix-up zone present pages"Andrew Morton1-1/+0
2012-10-09mm: fix-up zone present pagesJianguo Wu1-0/+1
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+2
2012-03-28Disintegrate asm/system.h for IA64David Howells1-1/+0
2011-12-08ia64: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo1-2/+2
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-0/+2
2010-02-08[IA64] Remove COMPAT_IA32 supportTony Luck1-5/+0
2010-01-06[IA64] use helpers for rlimitsJiri Slaby1-1/+1
2009-10-02ia64: don't alias VMALLOC_END to vmalloc_endTejun Heo1-2/+2
2009-09-23kcore: use registerd physmem informationKAMEZAWA Hiroyuki1-3/+0