summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/gup_benchmark.c: prevent integer overflow in ioctlDan Carpenter2018-10-311-0/+3
* mm/hmm: invalidate device page table at start of invalidationJérôme Glisse2018-10-311-12/+15
* mm/hmm: use a structure for update callback parametersJérôme Glisse2018-10-311-11/+22
* mm/hmm: properly handle migration pmdJérôme Glisse2018-10-311-6/+34
* mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callbackRalph Campbell2018-10-311-15/+21
* mm/rmap: map_pte() was not handling private ZONE_DEVICE page properlyRalph Campbell2018-10-311-1/+23
* mm/hmm: fix utf8 ...Jérôme Glisse2018-10-311-1/+1
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-2817-940/+647Star
|\
| * radix tree: Remove multiorder supportMatthew Wilcox2018-10-211-2/+2
| * page cache: Finish XArray conversionMatthew Wilcox2018-10-211-1/+1
| * shmem: Comment fixupsMatthew Wilcox2018-10-211-6/+6
| * memfd: Convert memfd_tag_pins to XArrayMatthew Wilcox2018-10-211-26/+18Star
| * memfd: Convert memfd_wait_for_pins to XArrayMatthew Wilcox2018-10-211-36/+25Star
| * shmem: Convert shmem_partial_swap_usage to XArrayMatthew Wilcox2018-10-211-14/+4Star
| * shmem: Convert shmem_free_swap to XArrayMatthew Wilcox2018-10-211-2/+2
| * shmem: Convert shmem_alloc_hugepage to XArrayMatthew Wilcox2018-10-211-10/+4Star
| * shmem: Convert shmem_add_to_page_cache to XArrayMatthew Wilcox2018-10-211-47/+34Star
| * shmem: Convert find_swap_entry to XArrayMatthew Wilcox2018-10-211-17/+10Star
| * shmem: Convert shmem_confirm_swap to XArrayMatthew Wilcox2018-10-211-6/+1Star
| * shmem: Convert shmem_radix_tree_replace to XArrayMatthew Wilcox2018-10-211-14/+8Star
| * pagevec: Use xa_mark_tMatthew Wilcox2018-10-211-2/+2
| * mm: Convert is_page_cache_freeable to XArrayMatthew Wilcox2018-10-211-4/+4
| * mm: Convert khugepaged_scan_shmem to XArrayMatthew Wilcox2018-10-211-12/+5Star
| * mm: Convert collapse_shmem to XArrayMatthew Wilcox2018-10-211-93/+66Star
| * mm: Convert huge_memory to XArrayMatthew Wilcox2018-10-211-10/+7Star
| * mm: Convert page migration to XArrayMatthew Wilcox2018-10-211-30/+18Star
| * mm: Convert __do_page_cache_readahead to XArrayMatthew Wilcox2018-10-211-3/+1Star
| * mm: Convert delete_from_swap_cache to XArrayMatthew Wilcox2018-10-212-15/+11Star
| * mm: Convert add_to_swap_cache to XArrayMatthew Wilcox2018-10-211-64/+29Star
| * mm: Convert truncate to XArrayMatthew Wilcox2018-10-211-9/+6Star
| * mm: Convert workingset to XArrayMatthew Wilcox2018-10-211-30/+21Star
| * mm: Convert page-writeback to XArrayMatthew Wilcox2018-10-211-46/+26Star
| * page cache: Convert filemap_range_has_page to XArrayMatthew Wilcox2018-10-211-8/+19
| * page cache: Remove stray radix commentMatthew Wilcox2018-10-211-1/+1
| * page cache: Convert delete_batch to XArrayMatthew Wilcox2018-10-211-15/+13Star
| * page cache: Convert filemap_map_pages to XArrayMatthew Wilcox2018-10-211-29/+13Star
| * page cache: Convert find_get_entries_tag to XArrayMatthew Wilcox2018-10-211-30/+24Star
| * page cache; Convert find_get_pages_range_tag to XArrayMatthew Wilcox2018-10-211-42/+26Star
| * page cache: Convert find_get_pages_contig to XArrayMatthew Wilcox2018-10-211-31/+22Star
| * page cache: Convert find_get_pages_range to XArrayMatthew Wilcox2018-10-211-33/+19Star
| * page cache: Convert find_get_entries to XArrayMatthew Wilcox2018-10-211-28/+23Star
| * page cache: Convert find_get_entry to XArrayMatthew Wilcox2018-10-211-35/+28Star
| * page cache: Convert page deletion to XArrayMatthew Wilcox2018-10-211-18/+13Star
| * page cache: Add and replace pages using the XArrayMatthew Wilcox2018-10-211-82/+57Star
| * page cache: Convert hole search to XArrayMatthew Wilcox2018-10-212-62/+52Star
| * xarray: Define struct xa_nodeMatthew Wilcox2018-10-211-8/+8
| * xarray: Replace exceptional entriesMatthew Wilcox2018-09-3010-29/+28Star
* | hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz2018-10-271-0/+6
* | mm: export add_swap_extent()Omar Sandoval2018-10-271-0/+1
* | mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSOmar Sandoval2018-10-272-8/+11