summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds
2018-08-25mm/cow: don't bother write protecting already write-protected pagesLinus Torvalds
2018-08-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder
2018-08-23mm/util: add kernel-doc for kvfreeMike Rapoport
2018-08-23mm/util: make strndup_user description a kernel-doc commentMike Rapoport
2018-08-23mm: soft-offline: close the race against page allocationNaoya Horiguchi
2018-08-23mm: fix race on soft-offlining free huge pagesNaoya Horiguchi
2018-08-23mm: mmu_notifier fix for tlb_end_vmaNicholas Piggin
2018-08-23mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra
2018-08-23mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra
2018-08-23mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin
2018-08-22x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra
2018-08-22include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-22bdi: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner
2018-08-22bdi: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior
2018-08-22/proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)
2018-08-22mm, oom: introduce memory.oom.groupRoman Gushchin
2018-08-22mm, oom: refactor oom_kill_process()Roman Gushchin
2018-08-22mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador
2018-08-22mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INITOscar Salvador
2018-08-22mm: remove __paginginitPavel Tatashin
2018-08-22mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin
2018-08-22mm/page_alloc.c: move ifdefery out of free_area_init_coreOscar Salvador
2018-08-22memcg: reduce memcg tree traversals for stats collectionShakeel Butt
2018-08-22mm: fix page_freeze_refs and page_unfreeze_refs in commentsJiang Biao
2018-08-22mm: clarify CONFIG_PAGE_POISONING and usageKees Cook
2018-08-22mm: zero out the vma in vma_init()Andrew Morton
2018-08-22mm/mempool.c: add missing parameter descriptionMike Rapoport
2018-08-22mm/oom_kill.c: clean up oom_reap_task_mm()Michal Hocko
2018-08-22mm, oom: describe task memory unit, larger PID padRodrigo Freire
2018-08-22mm, oom: remove oom_lock from oom_reaperMichal Hocko
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko
2018-08-22mm/swapfile.c: put_swap_page: share more between huge/normal code pathHuang Ying
2018-08-22mm/swapfile.c: add __swap_entry_free_locked()Huang Ying
2018-08-22mm, swap, get_swap_pages: use entry_size instead of cluster in parameterHuang Ying
2018-08-22mm/swapfile.c: unify normal/huge code path in put_swap_page()Huang Ying
2018-08-22mm/swapfile.c: unify normal/huge code path in swap_page_trans_huge_swapped()Huang Ying
2018-08-22mm/swapfile.c: use swap_count() in swap_page_trans_huge_swapped()Huang Ying
2018-08-22mm/swapfile.c: replace some #ifdef with IS_ENABLED()Huang Ying
2018-08-22mm: swap: add comments to lock_cluster_or_swap_info()Huang Ying
2018-08-22mm: check shrinker is memcg-aware in register_shrinker_prepared()Kirill Tkhai
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-17mm/hmm.c: remove unused variables align_start and align_endColin Ian King
2018-08-17mm, vmacache: hash addresses based on pmdDavid Rientjes
2018-08-17mm/list_lru: introduce list_lru_shrink_walk_irq()Sebastian Andrzej Siewior
2018-08-17mm/list_lru.c: pass struct list_lru_node* as an argument to __list_lru_walk_o...Sebastian Andrzej Siewior
2018-08-17mm/list_lru.c: move locking from __list_lru_walk_one() to its callerSebastian Andrzej Siewior