aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/mm
Commit message (Expand)AuthorAge
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-24
|\
| * mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-24
* | ia64: Fix some warnings introduced in merge windowTony Luck2019-09-24
|/
* Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2019-09-17
|\
| * percpu: Make pcpu_setup_first_chunk() void functionKefeng Wang2019-07-04
* | ia64: remove CONFIG_SWIOTLB ifdefsChristoph Hellwig2019-08-16
* | ia64: remove support for machvecsChristoph Hellwig2019-08-16
* | ia64: rework iommu probingChristoph Hellwig2019-08-16
* | ia64: remove CONFIG_PCI ifdefsChristoph Hellwig2019-08-16
* | ia64: remove now unused machvec indirectionsChristoph Hellwig2019-08-16
* | mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-18
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-17
|\ \
| * | mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-16
* | | docs: ia64: convert to ReSTMauro Carvalho Chehab2019-07-15
|/ /
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-09
|\ \ | |/ |/|
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-29
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-19
* | ia64: fix build errors by exporting paddr_to_nid()Randy Dunlap2019-05-28
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
|/
* mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-14
* mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-14
* ia64/tlb: Convert to generic mmu_gatherPeter Zijlstra2019-04-03
* ia64: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-12
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-06
* ia64: fix compile without swiotlbChristoph Hellwig2019-01-04
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-28
|\
| * mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-28
* | swiotlb: remove dma_mark_cleanChristoph Hellwig2018-12-13
|/
* ia64: export node_distance functionMatias Bjørling2018-11-26
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-31
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-31
* memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport2018-10-31
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-31
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-31
* memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport2018-10-31
* memblock: replace __alloc_bootmem_node with appropriate memblock_ APIMike Rapoport2018-10-31
* memblock: replace alloc_bootmem_pages_node with memblock_alloc_nodeMike Rapoport2018-10-31
* signal/ia64: Use force_sig_fault where appropriateEric W. Biederman2018-09-27
* Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-20
|\
| * ia64: switch to NO_BOOTMEMMike Rapoport2018-07-23
| * ia64: use mem_data to detect nodes' minimal and maximal PFNsMike Rapoport2018-07-23
| * ia64: remove unused num_dma_physpages member from 'struct early_node_data'Mike Rapoport2018-07-23
| * ia64: contig/paging_init: reduce code duplicationMike Rapoport2018-07-23
* | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-17
* | ia64: mark special ia64 memory areas anonymousLinus Torvalds2018-08-01
* | mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-26
|/
* mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-21
* mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2018-07-21
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-25