summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2019-08-20mm/mmu_notifiers: check if mmu notifier callbacks are allowed to failDaniel Vetter1-0/+2
2019-08-20mm: remove CONFIG_MIGRATE_VMA_HELPERChristoph Hellwig2-5/+2
2019-08-20mm: remove the unused MIGRATE_PFN_DEVICE flagChristoph Hellwig1-2/+2
2019-08-20mm: turn migrate_vma upside downChristoph Hellwig1-134/+110
2019-08-20hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe1-93/+28
2019-08-16mm/mmu_notifiers: add a get/put scheme for the registrationJason Gunthorpe1-6/+150
2019-08-16mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mmJason Gunthorpe1-12/+22
2019-08-16mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the callerJason Gunthorpe1-21/+14
2019-08-07mm/hmm: make HMM_MIRROR an implicit optionChristoph Hellwig1-8/+6
2019-08-07mm/hmm: allow HMM_MIRROR on all architectures with MMUChristoph Hellwig1-2/+1
2019-08-07mm/hmm: cleanup the hmm_vma_walk_hugetlb_entry stubChristoph Hellwig1-4/+4
2019-08-07mm/hmm: cleanup the hmm_vma_handle_pmd stubChristoph Hellwig1-10/+8
2019-08-07mm/hmm: only define hmm_vma_walk_pud if neededChristoph Hellwig1-13/+16
2019-08-07mm/hmm: don't abuse pte_index() in hmm_vma_handle_pmdChristoph Hellwig1-1/+1
2019-08-07mm/hmm: remove the mask variable in hmm_vma_walk_hugetlb_entryChristoph Hellwig1-5/+2
2019-08-07mm/hmm: remove the page_shift member from struct hmm_rangeChristoph Hellwig1-33/+9
2019-08-07mm/hmm: remove superfluous arguments from hmm_range_registerChristoph Hellwig1-15/+5
2019-08-07mm/hmm: remove the unused vma argument to hmm_range_dma_unmapChristoph Hellwig1-2/+0
2019-07-26mm/hmm: remove hmm_range vmaRalph Campbell1-1/+0
2019-07-26mm/hmm: remove hugetlbfs check in hmm_vma_walk_pmdRalph Campbell1-3/+0
2019-07-26mm/hmm: merge hmm_range_snapshot into hmm_range_faultChristoph Hellwig1-83/+2
2019-07-26mm/hmm: replace the block argument to hmm_range_fault with a flags valueChristoph Hellwig1-37/+37
2019-07-26mm/hmm: a few more C style and comment clean upsRalph Campbell1-22/+17
2019-07-26mm/hmm: replace hmm_update with mmu_notifier_rangeRalph Campbell1-9/+4
2019-07-25mm/hmm: comment on VM_FAULT_RETRY semantics in handle_mm_faultJason Gunthorpe1-1/+3
2019-07-25mm/hmm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot}Christoph Hellwig1-6/+4
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-21/+9
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-333/+368
2019-07-19mm: migrate: remove unused mode argumentKeith Busch1-4/+3
2019-07-19mm/sparsemem: cleanup 'section number' data typesDan Williams2-9/+9
2019-07-19mm/sparsemem: support sub-section hotplugDan Williams3-95/+140
2019-07-19mm/sparsemem: prepare for sub-section rangesDan Williams2-52/+78
2019-07-19mm: kill is_dev_zone() helperDan Williams1-1/+1
2019-07-19mm/hotplug: kill is_dev_zone() usage in __remove_pages()Dan Williams1-3/+1
2019-07-19mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap()Dan Williams2-30/+41
2019-07-19mm/hotplug: prepare shrink_{zone, pgdat}_span for sub-section removalDan Williams1-25/+12
2019-07-19mm/sparsemem: add helpers track active portions of a section at bootDan Williams2-2/+43
2019-07-19mm/sparsemem: introduce a SECTION_IS_EARLY flagDan Williams1-11/+9
2019-07-19mm/sparsemem: introduce struct mem_section_usageDan Williams3-50/+51
2019-07-19mm/memory_hotplug: move and simplify walk_memory_blocks()David Hildenbrand1-55/+0
2019-07-19mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...David Hildenbrand1-11/+13
2019-07-19mm: section numbers use the type "unsigned long"David Hildenbrand1-6/+6
2019-07-19mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi2-2/+10
2019-07-19mm: thp: make transhuge_vma_suitable available for anonymous THPYang Shi2-14/+1
2019-07-19mm/sparse.c: set section nid for hot-add memoryWei Yang1-0/+1
2019-07-19mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_sectionDavid Hildenbrand2-3/+3
2019-07-19mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand1-2/+3
2019-07-19mm/memory_hotplug: drop MHP_MEMBLOCK_APIDavid Hildenbrand1-6/+3
2019-07-19mm/memory_hotplug: create memory block devices after arch_add_memory()David Hildenbrand1-7/+8
2019-07-19mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2-8/+0