summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mm, swap: make CONFIG_THP_SWAP depend on CONFIG_SWAPHuang Ying2018-08-171-2/+3
* | mm/sparse: delete old sparse_init and enable new onePavel Tatashin2018-08-173-261/+1
* | mm/sparse: add new sparse_init_nid() and sparse_init()Pavel Tatashin2018-08-171-0/+85
* | mm/sparse: move buffer init/fini to the common placePavel Tatashin2018-08-172-9/+7
* | mm/sparse: use the new sparse buffer functions in non-vmemmapPavel Tatashin2018-08-171-27/+14
* | mm/sparse: abstract sparse buffer allocationsPavel Tatashin2018-08-172-35/+50
* | mm/hugetlb.c: don't zero 1GiB bootmem pagesCannon Matthews2018-08-171-1/+2
* | mm, page_alloc: double zone's batchsizeAaron Lu2018-08-171-5/+4
* | mm/oom_kill.c: document oom_lockMichal Hocko2018-08-171-0/+8
* | mm/hugetlb: remove gigantic page support for HIGHMEMMike Kravetz2018-08-171-8/+1
* | mm, oom: remove sleep from under oom_lockMichal Hocko2018-08-171-7/+1
* | mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski2018-08-172-5/+5