summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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/+18
| * | | | memfd: Convert memfd_wait_for_pins to XArrayMatthew Wilcox2018-10-211-36/+25
| * | | | shmem: Convert shmem_partial_swap_usage to XArrayMatthew Wilcox2018-10-211-14/+4
| * | | | shmem: Convert shmem_free_swap to XArrayMatthew Wilcox2018-10-211-2/+2
| * | | | shmem: Convert shmem_alloc_hugepage to XArrayMatthew Wilcox2018-10-211-10/+4
| * | | | shmem: Convert shmem_add_to_page_cache to XArrayMatthew Wilcox2018-10-211-47/+34
| * | | | shmem: Convert find_swap_entry to XArrayMatthew Wilcox2018-10-211-17/+10
| * | | | shmem: Convert shmem_confirm_swap to XArrayMatthew Wilcox2018-10-211-6/+1
| * | | | shmem: Convert shmem_radix_tree_replace to XArrayMatthew Wilcox2018-10-211-14/+8
| * | | | 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/+5
| * | | | mm: Convert collapse_shmem to XArrayMatthew Wilcox2018-10-211-93/+66
| * | | | mm: Convert huge_memory to XArrayMatthew Wilcox2018-10-211-10/+7
| * | | | mm: Convert page migration to XArrayMatthew Wilcox2018-10-211-30/+18
| * | | | mm: Convert __do_page_cache_readahead to XArrayMatthew Wilcox2018-10-211-3/+1
| * | | | mm: Convert delete_from_swap_cache to XArrayMatthew Wilcox2018-10-212-15/+11
| * | | | mm: Convert add_to_swap_cache to XArrayMatthew Wilcox2018-10-211-64/+29
| * | | | mm: Convert truncate to XArrayMatthew Wilcox2018-10-211-9/+6
| * | | | mm: Convert workingset to XArrayMatthew Wilcox2018-10-211-30/+21
| * | | | mm: Convert page-writeback to XArrayMatthew Wilcox2018-10-211-46/+26
| * | | | 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/+13
| * | | | page cache: Convert filemap_map_pages to XArrayMatthew Wilcox2018-10-211-29/+13
| * | | | page cache: Convert find_get_entries_tag to XArrayMatthew Wilcox2018-10-211-30/+24
| * | | | page cache; Convert find_get_pages_range_tag to XArrayMatthew Wilcox2018-10-211-42/+26
| * | | | page cache: Convert find_get_pages_contig to XArrayMatthew Wilcox2018-10-211-31/+22
| * | | | page cache: Convert find_get_pages_range to XArrayMatthew Wilcox2018-10-211-33/+19
| * | | | page cache: Convert find_get_entries to XArrayMatthew Wilcox2018-10-211-28/+23
| * | | | page cache: Convert find_get_entry to XArrayMatthew Wilcox2018-10-211-35/+28
| * | | | page cache: Convert page deletion to XArrayMatthew Wilcox2018-10-211-18/+13
| * | | | page cache: Add and replace pages using the XArrayMatthew Wilcox2018-10-211-82/+57
| * | | | page cache: Convert hole search to XArrayMatthew Wilcox2018-10-212-62/+52
| * | | | xarray: Define struct xa_nodeMatthew Wilcox2018-10-211-8/+8
| * | | | xarray: Replace exceptional entriesMatthew Wilcox2018-09-2910-29/+28
* | | | | hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz2018-10-261-0/+6
* | | | | mm: export add_swap_extent()Omar Sandoval2018-10-261-0/+1
* | | | | mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSOmar Sandoval2018-10-262-8/+11
* | | | | mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()Andrea Arcangeli2018-10-261-2/+2
* | | | | mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()Andrea Arcangeli2018-10-262-14/+19
* | | | | mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race conditionAndrea Arcangeli2018-10-261-7/+18
* | | | | mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_tClark Williams2018-10-261-9/+9
* | | | | mm/gup: cache dev_pagemap while pinning pagesKeith Busch2018-10-263-59/+73
* | | | | mm: return zero_resv_unavail optimizationPavel Tatashin2018-10-261-20/+26
* | | | | mm: zero remaining unavailable struct pagesNaoya Horiguchi2018-10-261-11/+25
* | | | | mm/gup_benchmark.c: add additional pinning methodsKeith Busch2018-10-261-2/+26
* | | | | mm/gup_benchmark.c: time put_page()Keith Busch2018-10-261-2/+7