summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: turn migrate_vma upside downChristoph Hellwig2019-08-201-134/+110
* hmm: use mmu_notifier_get/put for 'struct hmm'Jason Gunthorpe2019-08-201-93/+28
* mm/mmu_notifiers: add a get/put scheme for the registrationJason Gunthorpe2019-08-161-6/+150
* mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mmJason Gunthorpe2019-08-161-12/+22
* mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the callerJason Gunthorpe2019-08-161-21/+14
* mm/hmm: make HMM_MIRROR an implicit optionChristoph Hellwig2019-08-071-8/+6
* mm/hmm: allow HMM_MIRROR on all architectures with MMUChristoph Hellwig2019-08-071-2/+1
* mm/hmm: cleanup the hmm_vma_walk_hugetlb_entry stubChristoph Hellwig2019-08-071-4/+4
* mm/hmm: cleanup the hmm_vma_handle_pmd stubChristoph Hellwig2019-08-071-10/+8
* mm/hmm: only define hmm_vma_walk_pud if neededChristoph Hellwig2019-08-071-13/+16
* mm/hmm: don't abuse pte_index() in hmm_vma_handle_pmdChristoph Hellwig2019-08-071-1/+1
* mm/hmm: remove the mask variable in hmm_vma_walk_hugetlb_entryChristoph Hellwig2019-08-071-5/+2
* mm/hmm: remove the page_shift member from struct hmm_rangeChristoph Hellwig2019-08-071-33/+9
* mm/hmm: remove superfluous arguments from hmm_range_registerChristoph Hellwig2019-08-071-15/+5
* mm/hmm: remove the unused vma argument to hmm_range_dma_unmapChristoph Hellwig2019-08-071-2/+0
* mm/hmm: remove hmm_range vmaRalph Campbell2019-07-261-1/+0
* mm/hmm: remove hugetlbfs check in hmm_vma_walk_pmdRalph Campbell2019-07-261-3/+0
* mm/hmm: merge hmm_range_snapshot into hmm_range_faultChristoph Hellwig2019-07-261-83/+2
* mm/hmm: replace the block argument to hmm_range_fault with a flags valueChristoph Hellwig2019-07-261-37/+37
* mm/hmm: a few more C style and comment clean upsRalph Campbell2019-07-261-22/+17
* mm/hmm: replace hmm_update with mmu_notifier_rangeRalph Campbell2019-07-261-9/+4
* mm/hmm: comment on VM_FAULT_RETRY semantics in handle_mm_faultJason Gunthorpe2019-07-251-1/+3
* mm/hmm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot}Christoph Hellwig2019-07-251-6/+4
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-193-21/+9
|\
| * mnt_init(): call shmem_init() unconditionallyAl Viro2019-07-041-4/+0
| * zsfold: Convert zsfold to use the new mount APIDavid Howells2019-05-251-5/+5
| * vfs: Convert zsmalloc to use the new mount APIDavid Howells2019-05-251-4/+4
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-252-2/+2
| * z3fold: don't bother with dentry_operationsDavid Howells2019-05-211-5/+1
| * zsmalloc: don't bother with dentry_operationsAl Viro2019-05-201-5/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-198-333/+368
|\ \
| * | mm: migrate: remove unused mode argumentKeith Busch2019-07-181-4/+3
| * | mm/sparsemem: cleanup 'section number' data typesDan Williams2019-07-182-9/+9
| * | mm/sparsemem: support sub-section hotplugDan Williams2019-07-183-95/+140
| * | mm/sparsemem: prepare for sub-section rangesDan Williams2019-07-182-52/+78
| * | mm: kill is_dev_zone() helperDan Williams2019-07-181-1/+1
| * | mm/hotplug: kill is_dev_zone() usage in __remove_pages()Dan Williams2019-07-181-3/+1
| * | mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap()Dan Williams2019-07-182-30/+41
| * | mm/hotplug: prepare shrink_{zone, pgdat}_span for sub-section removalDan Williams2019-07-181-25/+12
| * | mm/sparsemem: add helpers track active portions of a section at bootDan Williams2019-07-182-2/+43
| * | mm/sparsemem: introduce a SECTION_IS_EARLY flagDan Williams2019-07-181-11/+9
| * | mm/sparsemem: introduce struct mem_section_usageDan Williams2019-07-183-50/+51
| * | mm/memory_hotplug: move and simplify walk_memory_blocks()David Hildenbrand2019-07-181-55/+0
| * | mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...David Hildenbrand2019-07-181-11/+13
| * | mm: section numbers use the type "unsigned long"David Hildenbrand2019-07-181-6/+6
| * | mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi2019-07-182-2/+10
| * | mm: thp: make transhuge_vma_suitable available for anonymous THPYang Shi2019-07-182-14/+1
| * | mm/sparse.c: set section nid for hot-add memoryWei Yang2019-07-181-0/+1
| * | mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_sectionDavid Hildenbrand2019-07-182-3/+3
| * | mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand2019-07-181-2/+3