aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31mm/gup_benchmark.c: prevent integer overflow in ioctlDan Carpenter1-0/+3
2018-10-31mm/hmm: invalidate device page table at start of invalidationJérôme Glisse1-12/+15
2018-10-31mm/hmm: use a structure for update callback parametersJérôme Glisse1-11/+22
2018-10-31mm/hmm: properly handle migration pmdJérôme Glisse1-6/+34
2018-10-31mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callbackRalph Campbell1-15/+21
2018-10-31mm/rmap: map_pte() was not handling private ZONE_DEVICE page properlyRalph Campbell1-1/+23
2018-10-31mm/hmm: fix utf8 ...Jérôme Glisse1-1/+1
2018-10-30vfs: enable remap callers that can handle short operationsDarrick J. Wong1-4/+7
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong1-1/+1
2018-10-30vfs: pass remap flags to generic_remap_checksDarrick J. Wong1-2/+2
2018-10-30vfs: strengthen checking of file range inputs to generic_remap_checksDarrick J. Wong1-32/+52
2018-10-30vfs: check file ranges before cloning filesDarrick J. Wong1-0/+69
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds17-940/+647
2018-10-26hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz1-0/+6
2018-10-26mm: export add_swap_extent()Omar Sandoval1-0/+1
2018-10-26mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSOmar Sandoval2-8/+11
2018-10-26mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()Andrea Arcangeli1-2/+2
2018-10-26mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()Andrea Arcangeli2-14/+19
2018-10-26mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race conditionAndrea Arcangeli1-7/+18
2018-10-26mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_tClark Williams1-9/+9
2018-10-26mm/gup: cache dev_pagemap while pinning pagesKeith Busch3-59/+73
2018-10-26mm: return zero_resv_unavail optimizationPavel Tatashin1-20/+26
2018-10-26mm: zero remaining unavailable struct pagesNaoya Horiguchi1-11/+25
2018-10-26mm/gup_benchmark.c: add additional pinning methodsKeith Busch1-2/+26
2018-10-26mm/gup_benchmark.c: time put_page()Keith Busch1-2/+7
2018-10-26mm: don't raise MEMCG_OOM event due to failed high-order allocationRoman Gushchin1-2/+2
2018-10-26mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlockDave Chinner1-18/+15
2018-10-26mm: move mirrored memory specific code outside of memmap_init_zonePavel Tatashin1-38/+33
2018-10-26mm: calculate deferred pages after skipping mirrored memoryPavel Tatashin1-20/+25
2018-10-26mm: make memmap_init a proper functionPavel Tatashin1-4/+5
2018-10-26mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t typeKirill Tkhai1-6/+4
2018-10-26mm/page_alloc.c: initialize num_movable in move_freepages()David Rientjes1-4/+3
2018-10-26mm/zsmalloc.c: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-10-26mm/vmstat.c: assert that vmstat_text is in sync with stat_items_sizeJann Horn1-0/+2
2018-10-26mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V1-4/+30
2018-10-26mm: brk: downgrade mmap_sem to read when shrinkingYang Shi1-11/+35
2018-10-26mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi2-6/+18
2018-10-26mm/filemap.c: use vmf_error()Souptick Joarder1-3/+1
2018-10-26mm: remove unnecessary local variable addr in __get_user_pages_fast()Wei Yang1-3/+2
2018-10-26mm: defer ZONE_DEVICE page initialization to the point where we init pgmapAlexander Duyck2-8/+96
2018-10-26mm: create non-atomic version of SetPageReserved for init useAlexander Duyck1-2/+7
2018-10-26mm: provide kernel parameter to allow disabling page init poisoningAlexander Duyck3-6/+49
2018-10-26memcg: remove memcg_kmem_skip_accountShakeel Butt1-23/+1
2018-10-26mm/memory_hotplug.c: clean up node_states_check_changes_offline()Oscar Salvador1-51/+29
2018-10-26mm/memory_hotplug.c: simplify node_states_check_changes_onlineOscar Salvador1-50/+7
2018-10-26mm/memory_hotplug.c: tidy up node_states_clear_node()Oscar Salvador1-4/+2
2018-10-26mm/memory_hotplug.c: spare unnecessary calls to node_set_stateOscar Salvador1-1/+2
2018-10-26mm/filemap.c: Use existing variablehaiqing.shq1-1/+1
2018-10-26mm: unmap VM_PFNMAP mappings with optimized pathYang Shi1-9/+0
2018-10-26mm: unmap VM_HUGETLB mappings with optimized pathYang Shi1-1/+1