aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/mm/init.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-532/+0
2023-08-24ia64: implement the new page table range APIMatthew Wilcox (Oracle)1-9/+23
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-4/+4
2022-07-17ia64/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-1/+27
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2022-04-28ia64: fix typos in commentsJulia Lawall1-1/+1
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig1-3/+1
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand1-1/+1
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand1-2/+1
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-04-30ia64: drop marked broken DISCONTIGMEM and VIRTUAL_MEM_MAPSergei Trofimovich1-213/+0
2021-04-30ia64: simplify code flow around swiotlb initSergei Trofimovich1-2/+5
2021-02-24mm: simplify parater of function memmap_init_zone()Baoquan He1-5/+7
2021-02-24mm: rename memmap_init() and memmap_init_zone()Baoquan He1-3/+3
2021-02-20Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2021-01-18efi: ia64: move IA64-only declarations to new asm/efi.h headerArd Biesheuvel1-0/+1
2020-12-29mm: memmap defer init doesn't work as expectedBaoquan He1-2/+2
2020-12-15ia64: forbid using VIRTUAL_MEM_MAP with FLATMEMMike Rapoport1-14/+0
2020-10-16mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand1-2/+2
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+2
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-09-26mm: replace memmap_context by meminit_contextLaurent Dufour1-3/+3
2020-09-11dma-mapping: add (back) arch_dma_mark_clean for ia64Christoph Hellwig1-2/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-6/+6
2020-06-04ia64: add support for folded p4d page tablesMike Rapoport1-4/+24
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe1-0/+3
2020-04-10mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe1-2/+2
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand1-3/+1
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-2/+2
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)1-1/+1
2019-08-16ia64: remove CONFIG_SWIOTLB ifdefsChristoph Hellwig1-2/+0
2019-08-16ia64: remove support for machvecsChristoph Hellwig1-1/+0
2019-08-16ia64: rework iommu probingChristoph Hellwig1-4/+12
2019-08-16ia64: remove CONFIG_PCI ifdefsChristoph Hellwig1-2/+0
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand1-2/+0
2019-05-14mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand1-8/+3
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 <lin...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
2009-09-23kcore: register text area in generic wayKAMEZAWA Hiroyuki1-2/+1
2009-09-23kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki1-3/+1
2009-09-23kcore: add kclist typesKAMEZAWA Hiroyuki1-3/+4
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-1/+1
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox1-9/+6
2009-04-01[IA64] BUG to BUG_ON changesStoyan Gaydarov1-2/+1
2009-03-26ia64/pv_ops: gate page paravirtualization.Isaku Yamahata1-2/+4
2009-03-26ia64/pv_ops: add hooks to paravirtualize fsyscall implementation.Isaku Yamahata1-1/+2
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade1-1/+1
2008-10-20mm: cleanup to make remove_memory() arch-neutralBadari Pulavarty1-17/+0
2008-09-06Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk1-1/+0
2008-05-15[IA64] fix personality(PER_LINUX32) performance issueHuang, Xiaolan1-0/+25
2008-04-28hotplug-memory: make online_page() commonJeremy Fitzhardinge1-9/+0
2008-04-11[IA64] Fix NUMA configuration issueZoltan Menyhart1-4/+2
2008-04-09[IA64] Untangle sync_icache_dcache() page size determinationChristoph Lameter1-7/+1
2008-03-06[IA64] remove remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2007-10-29[IA64] ia64/mm/init.c: fix section mismatchesAdrian Bunk1-2/+2
2007-10-19setup vma->vm_page_prot by vm_get_page_prot()Coly Li1-1/+1
2007-10-16fix memory hot remove not configured case.KAMEZAWA Hiroyuki1-1/+2
2007-10-16memory unplug: ia64 interfaceKAMEZAWA Hiroyuki1-1/+11
2007-10-16flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki1-4/+1
2007-05-11[IA64] Quicklist support for IA64Christoph Lameter1-51/+0
2007-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-10/+1
2007-05-07Make page->private usable in compound pagesChristoph Lameter1-1/+1
2007-04-30Pull percpu-dtc into release branchTony Luck1-10/+1
2007-03-29[IA64] bugfix stack layout upside-downKAMEZAWA Hiroyuki1-1/+1
2007-03-20[IA64] min_low_pfn and max_low_pfn calculation fixZou Nan hai1-0/+16
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-4/+2
2007-02-11[PATCH] Drop nr_free_pages_pgdat()Christoph Lameter1-1/+1
2007-02-06[IA64] relax per-cpu TLB requirement to DTCChen, Kenneth W1-10/+1
2007-02-05[IA64] swiotlb bug fixesJan Beulich1-0/+19
2007-02-05[IA64] register memory ranges in a consistent mannerBob Picco1-2/+17
2007-01-11[PATCH] Fix sparsemem on CellDave Hansen1-2/+3
2006-12-12[IA64] fix arch/ia64/mm/contig.c:235: warning: unused variable `nid'Tony Luck1-7/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-2/+2
2006-09-27[PATCH] Have ia64 use add_active_range() and free_area_init_nodesMel Gorman1-0/+12
2006-08-03[IA64] fix show_mem for VIRTUAL_MEM_MAP+FLATMEMBob Picco1-0/+55
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] pgdat allocation for new node add (specify node id)Yasunori Goto1-3/+2
2006-05-15ACPI add ia64 exports to build acpi_memhotplug as a moduleKAMEZAWA Hiroyuki1-0/+2
2006-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-1/+7
2006-03-27[IA64] lazy_mmu_prot_update needs to be aware of huge pagesZhang, Yanmin1-1/+7
2006-03-27[PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki1-1/+1
2006-03-22[IA64] add init declaration - nolwsysChen, Kenneth W1-1/+1
2006-03-22[IA64] add init declaration - gate page functionsChen, Kenneth W1-1/+1
2006-03-22[IA64] add init declaration to memory initialization functionsChen, Kenneth W1-6/+6
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-3/+3
2006-01-16[IA64] Simple memory hot-add for ia64.Yasunori Goto1-0/+36
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins1-8/+3
2005-10-29[PATCH] mm: ia64 use expand_upwardsHugh Dickins1-1/+1
2005-10-04[PATCH] V5 ia64 SPARSEMEM - SPARSEMEM code changesBob Picco1-1/+1
2005-08-31[IA64] Fix nasty VMLPT problem...Peter Chubb1-3/+12
2005-07-06[IA64] memory-less-nodes repostbob.picco1-1/+2
2005-06-08[IA64] Fill holes in FIXADDR_USER space with zero pages.David Mosberger-Tang1-2/+17
2005-04-25[IA64] MAX_PGT_FREES_PER_PASS must be 'L' to avoid warningTony Luck1-1/+1
2005-04-25[IA64] Percpu quicklist for combined allocator for pgd/pmd/pte.Robin Holt1-27/+47
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+597