aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-12mm/ia64: use general page fault accountingPeter Xu1-5/+4
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He1-2/+0
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-1/+0
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport4-4/+0
2020-07-16treewide: Remove uninitialized_var() usageKees Cook2-2/+2
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-10/+10
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2-2/+0
2020-06-04ia64: add support for folded p4d page tablesMike Rapoport3-11/+42
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2-2/+2
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-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-1/+1
2020-03-21ia64: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior1-0/+1
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand1-3/+1
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-2/+2
2019-11-11ia64: rename ioremap_nocache to ioremap_ucChristoph Hellwig1-2/+2
2019-09-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)1-1/+1
2019-09-24ia64: Fix some warnings introduced in merge windowTony Luck2-2/+1
2019-09-17Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpuLinus Torvalds2-8/+2
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-08-16ia64: remove now unused machvec indirectionsChristoph Hellwig2-4/+5
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand1-2/+0
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-23/+1
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual1-23/+1
2019-07-15docs: ia64: convert to ReSTMauro Carvalho Chehab1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2019-07-04percpu: Make pcpu_setup_first_chunk() void functionKefeng Wang2-8/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2019-05-28ia64: fix build errors by exporting paddr_to_nid()Randy Dunlap1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
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-04-03ia64/tlb: Convert to generic mmu_gatherPeter Zijlstra1-2/+21
2019-03-12ia64: add checks for the return value of memblock_alloc*()Mike Rapoport4-10/+46
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-3/+3
2019-01-04ia64: fix compile without swiotlbChristoph Hellwig1-0/+2
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1