summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* | | | | mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()Andrea Arcangeli2018-10-271-2/+2
* | | | | mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()Andrea Arcangeli2018-10-272-14/+19
* | | | | mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race conditionAndrea Arcangeli2018-10-271-7/+18
* | | | | mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_tClark Williams2018-10-271-9/+9
* | | | | mm/gup: cache dev_pagemap while pinning pagesKeith Busch2018-10-273-59/+73
* | | | | mm: return zero_resv_unavail optimizationPavel Tatashin2018-10-271-20/+26
* | | | | mm: zero remaining unavailable struct pagesNaoya Horiguchi2018-10-271-11/+25
* | | | | mm/gup_benchmark.c: add additional pinning methodsKeith Busch2018-10-271-2/+26
* | | | | mm/gup_benchmark.c: time put_page()Keith Busch2018-10-271-2/+7
* | | | | mm: don't raise MEMCG_OOM event due to failed high-order allocationRoman Gushchin2018-10-271-2/+2
* | | | | mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlockDave Chinner2018-10-271-18/+15Star
* | | | | mm: move mirrored memory specific code outside of memmap_init_zonePavel Tatashin2018-10-271-38/+33Star
* | | | | mm: calculate deferred pages after skipping mirrored memoryPavel Tatashin2018-10-271-20/+25
* | | | | mm: make memmap_init a proper functionPavel Tatashin2018-10-271-4/+5
* | | | | mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t typeKirill Tkhai2018-10-271-6/+4Star
* | | | | mm/page_alloc.c: initialize num_movable in move_freepages()David Rientjes2018-10-271-4/+3Star
* | | | | mm/zsmalloc.c: fix fall-through annotationGustavo A. R. Silva2018-10-271-1/+1
* | | | | mm/vmstat.c: assert that vmstat_text is in sync with stat_items_sizeJann Horn2018-10-271-0/+2
* | | | | mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V2018-10-271-4/+30
* | | | | mm: brk: downgrade mmap_sem to read when shrinkingYang Shi2018-10-271-11/+35
* | | | | mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi2018-10-272-6/+18
* | | | | mm/filemap.c: use vmf_error()Souptick Joarder2018-10-271-3/+1Star
* | | | | mm: remove unnecessary local variable addr in __get_user_pages_fast()Wei Yang2018-10-271-3/+2Star
* | | | | mm: defer ZONE_DEVICE page initialization to the point where we init pgmapAlexander Duyck2018-10-272-8/+96
* | | | | mm: create non-atomic version of SetPageReserved for init useAlexander Duyck2018-10-271-2/+7
* | | | | mm: provide kernel parameter to allow disabling page init poisoningAlexander Duyck2018-10-273-6/+49
* | | | | memcg: remove memcg_kmem_skip_accountShakeel Butt2018-10-271-23/+1Star
* | | | | mm/memory_hotplug.c: clean up node_states_check_changes_offline()Oscar Salvador2018-10-271-51/+29Star
* | | | | mm/memory_hotplug.c: simplify node_states_check_changes_onlineOscar Salvador2018-10-271-50/+7Star
* | | | | mm/memory_hotplug.c: tidy up node_states_clear_node()Oscar Salvador2018-10-271-4/+2Star
* | | | | mm/memory_hotplug.c: spare unnecessary calls to node_set_stateOscar Salvador2018-10-271-1/+2