summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/cow: don't bother write protecting already write-protected pagesLinus Torvalds2018-08-251-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-2311-100/+162
|\
| * mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-237-81/+83
| * mm/util: add kernel-doc for kvfreeMike Rapoport2018-08-231-0/+7
| * mm/util: make strndup_user description a kernel-doc commentMike Rapoport2018-08-231-1/+1
| * mm: soft-offline: close the race against page allocationNaoya Horiguchi2018-08-233-6/+52
| * mm: fix race on soft-offlining free huge pagesNaoya Horiguchi2018-08-233-14/+21
* | mm: mmu_notifier fix for tlb_end_vmaNicholas Piggin2018-08-231-10/+0
* | mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra2018-08-231-0/+18
* | mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra2018-08-231-9/+0
* | mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin2018-08-231-3/+3
* | x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra2018-08-221-14/+8
|/
* include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers2018-08-222-3/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-2220-389/+559
|\
| * bdi: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner2018-08-221-4/+1
| * bdi: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior2018-08-221-6/+6
| * /proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)2018-08-221-0/+29
| * mm, oom: introduce memory.oom.groupRoman Gushchin2018-08-222-0/+123
| * mm, oom: refactor oom_kill_process()Roman Gushchin2018-08-221-58/+65
| * mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador2018-08-222-35/+59
| * mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INITOscar Salvador2018-08-221-9/+16
| * mm: remove __paginginitPavel Tatashin2018-08-222-21/+10
| * mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin2018-08-223-15/+8
| * mm/page_alloc.c: move ifdefery out of free_area_init_coreOscar Salvador2018-08-221-13/+37
| * memcg: reduce memcg tree traversals for stats collectionShakeel Butt2018-08-221-77/+73
| * mm: fix page_freeze_refs and page_unfreeze_refs in commentsJiang Biao2018-08-223-4/+4
| * mm: clarify CONFIG_PAGE_POISONING and usageKees Cook2018-08-221-3/+3
| * mm: zero out the vma in vma_init()Andrew Morton2018-08-222-2/+0
| * mm/mempool.c: add missing parameter descriptionMike Rapoport2018-08-221-0/+1
| * mm/oom_kill.c: clean up oom_reap_task_mm()Michal Hocko2018-08-221-8/+16
| * mm, oom: describe task memory unit, larger PID padRodrigo Freire2018-08-221-2/+3
| * mm, oom: remove oom_lock from oom_reaperMichal Hocko2018-08-222-28/+4
| * mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-224-22/+35
| * mm/swapfile.c: put_swap_page: share more between huge/normal code pathHuang Ying2018-08-221-10/+10
| * mm/swapfile.c: add __swap_entry_free_locked()Huang Ying2018-08-221-6/+14
| * mm, swap, get_swap_pages: use entry_size instead of cluster in parameterHuang Ying2018-08-222-12/+12
| * mm/swapfile.c: unify normal/huge code path in put_swap_page()Huang Ying2018-08-221-46/+37
| * mm/swapfile.c: unify normal/huge code path in swap_page_trans_huge_swapped()Huang Ying2018-08-221-4/+3
| * mm/swapfile.c: use swap_count() in swap_page_trans_huge_swapped()Huang Ying2018-08-221-2/+2
| * mm/swapfile.c: replace some #ifdef with IS_ENABLED()Huang Ying2018-08-221-40/+20
| * mm: swap: add comments to lock_cluster_or_swap_info()Huang Ying2018-08-221-2/+7
| * mm: check shrinker is memcg-aware in register_shrinker_prepared()Kirill Tkhai2018-08-221-1/+2
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-2/+2
|\ \ | |/ |/|
| * signal: Pass pid type into do_send_sig_infoEric W. Biederman2018-07-211-2/+2
* | mm/hmm.c: remove unused variables align_start and align_endColin Ian King2018-08-171-4/+1
* | mm, vmacache: hash addresses based on pmdDavid Rientjes2018-08-171-9/+29
* | mm/list_lru: introduce list_lru_shrink_walk_irq()Sebastian Andrzej Siewior2018-08-172-6/+17
* | mm/list_lru.c: pass struct list_lru_node* as an argument to __list_lru_walk_o...Sebastian Andrzej Siewior2018-08-171-6/+6
* | mm/list_lru.c: move locking from __list_lru_walk_one() to its callerSebastian Andrzej Siewior2018-08-171-5/+13
* | mm/list_lru.c: use list_lru_walk_one() in list_lru_walk_node()Sebastian Andrzej Siewior2018-08-171-2/+2