summaryrefslogtreecommitdiffstats
path: root/arch/ia64/mm
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove uninitialized_var() usageKees Cook2023-08-112-2/+2
* ia64: mm/contig: fix section mismatch warning/errorRandy Dunlap2023-05-171-1/+1
* exit: Add and use make_task_dead.Eric W. Biederman2023-02-061-1/+1
* ia64: fix discontig.c section mismatchesRandy Dunlap2021-04-281-3/+3
* mm: replace memmap_context by meminit_contextLaurent Dufour2020-10-071-3/+3
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-291-3/+1
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2020-01-291-2/+0
* mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2020-01-291-8/+3
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2020-01-291-1/+1
* ia64: fix build errors by exporting paddr_to_nid()Randy Dunlap2019-06-221-0/+1
* Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-202-187/+22
|\
| * ia64: switch to NO_BOOTMEMMike Rapoport2018-07-232-134/+11
| * ia64: use mem_data to detect nodes' minimal and maximal PFNsMike Rapoport2018-07-231-46/+14
| * ia64: remove unused num_dma_physpages member from 'struct early_node_data'Mike Rapoport2018-07-231-8/+0
| * ia64: contig/paging_init: reduce code duplicationMike Rapoport2018-07-231-3/+1
* | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* | ia64: mark special ia64 memory areas anonymousLinus Torvalds2018-08-011-0/+2
* | mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-261-1/+1
|/
* mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-211-6/+2
* mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2018-07-211-4/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-1/+3
* Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-062-10/+14
|\
| * mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig2018-01-081-4/+5
| * mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig2018-01-081-1/+2
| * mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig2018-01-081-2/+2
| * mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig2018-01-081-1/+2
| * mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig2018-01-081-2/+3
* | ia64: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig2018-01-152-6/+6
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
* mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-061-2/+2
* mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko2017-07-061-2/+2
* mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-061-8/+1
* mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2017-07-061-1/+1
* ia64: add extable.hAl Viro2017-04-061-1/+4
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-1/+2
* arch, mm: remove arch specific show_memMichal Hocko2017-02-221-48/+0
* ia64: ensure exception table search users include extable.hPaul Gortmaker2017-01-241-0/+1
* ia64: move ia64_done_with_exception out of asm/uaccess.hPaul Gortmaker2017-01-241-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* ia64/extable: use generic search and sort routinesArd Biesheuvel2016-03-221-96/+1
* mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-1/+1
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-2/+2
|\
| * mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-271-2/+2
* | mm: tlb.c: Fix error messageNik Nyby2015-08-071-2/+2
|/
* [IA64] Drop debug test/printk that some special pages are marked reservedTony Luck2015-07-021-4/+0
* mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nidMel Gorman2015-06-301-12/+7
* mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen2015-06-241-5/+0
* Merge tag 'please-pull-paravirt' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-221-6/+3
|\