Age | Commit message (Expand) | Author |
2018-08-22 | bdi: use irqsave variant of refcount_dec_and_lock() | Anna-Maria Gleixner |
2018-08-22 | bdi: use refcount_t for reference counting instead atomic_t | Sebastian Andrzej Siewior |
2018-08-22 | /proc/meminfo: add percpu populated pages count | Dennis Zhou (Facebook) |
2018-08-22 | mm, oom: introduce memory.oom.group | Roman Gushchin |
2018-08-22 | mm, oom: refactor oom_kill_process() | Roman Gushchin |
2018-08-22 | mm/page_alloc: Introduce free_area_init_core_hotplug | Oscar Salvador |
2018-08-22 | mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INIT | Oscar Salvador |
2018-08-22 | mm: remove __paginginit | Pavel Tatashin |
2018-08-22 | mm: access zone->node via zone_to_nid() and zone_set_nid() | Pavel Tatashin |
2018-08-22 | mm/page_alloc.c: move ifdefery out of free_area_init_core | Oscar Salvador |
2018-08-22 | memcg: reduce memcg tree traversals for stats collection | Shakeel Butt |
2018-08-22 | mm: fix page_freeze_refs and page_unfreeze_refs in comments | Jiang Biao |
2018-08-22 | mm: clarify CONFIG_PAGE_POISONING and usage | Kees Cook |
2018-08-22 | mm: zero out the vma in vma_init() | Andrew Morton |
2018-08-22 | mm/mempool.c: add missing parameter description | Mike Rapoport |
2018-08-22 | mm/oom_kill.c: clean up oom_reap_task_mm() | Michal Hocko |
2018-08-22 | mm, oom: describe task memory unit, larger PID pad | Rodrigo Freire |
2018-08-22 | mm, oom: remove oom_lock from oom_reaper | Michal Hocko |
2018-08-22 | mm, oom: distinguish blockable mode for mmu notifiers | Michal Hocko |
2018-08-22 | mm/swapfile.c: put_swap_page: share more between huge/normal code path | Huang Ying |
2018-08-22 | mm/swapfile.c: add __swap_entry_free_locked() | Huang Ying |
2018-08-22 | mm, swap, get_swap_pages: use entry_size instead of cluster in parameter | Huang Ying |
2018-08-22 | mm/swapfile.c: unify normal/huge code path in put_swap_page() | Huang Ying |
2018-08-22 | mm/swapfile.c: unify normal/huge code path in swap_page_trans_huge_swapped() | Huang Ying |
2018-08-22 | mm/swapfile.c: use swap_count() in swap_page_trans_huge_swapped() | Huang Ying |
2018-08-22 | mm/swapfile.c: replace some #ifdef with IS_ENABLED() | Huang Ying |
2018-08-22 | mm: swap: add comments to lock_cluster_or_swap_info() | Huang Ying |
2018-08-22 | mm: check shrinker is memcg-aware in register_shrinker_prepared() | Kirill Tkhai |
2018-08-17 | mm/hmm.c: remove unused variables align_start and align_end | Colin Ian King |
2018-08-17 | mm, vmacache: hash addresses based on pmd | David Rientjes |
2018-08-17 | mm/list_lru: introduce list_lru_shrink_walk_irq() | Sebastian Andrzej Siewior |
2018-08-17 | mm/list_lru.c: pass struct list_lru_node* as an argument to __list_lru_walk_o... | Sebastian Andrzej Siewior |
2018-08-17 | mm/list_lru.c: move locking from __list_lru_walk_one() to its caller | Sebastian Andrzej Siewior |
2018-08-17 | mm/list_lru.c: use list_lru_walk_one() in list_lru_walk_node() | Sebastian Andrzej Siewior |
2018-08-17 | mm, swap: make CONFIG_THP_SWAP depend on CONFIG_SWAP | Huang Ying |
2018-08-17 | mm/sparse: delete old sparse_init and enable new one | Pavel Tatashin |
2018-08-17 | mm/sparse: add new sparse_init_nid() and sparse_init() | Pavel Tatashin |
2018-08-17 | mm/sparse: move buffer init/fini to the common place | Pavel Tatashin |
2018-08-17 | mm/sparse: use the new sparse buffer functions in non-vmemmap | Pavel Tatashin |
2018-08-17 | mm/sparse: abstract sparse buffer allocations | Pavel Tatashin |
2018-08-17 | mm/hugetlb.c: don't zero 1GiB bootmem pages | Cannon Matthews |
2018-08-17 | mm, page_alloc: double zone's batchsize | Aaron Lu |
2018-08-17 | mm/oom_kill.c: document oom_lock | Michal Hocko |
2018-08-17 | mm/hugetlb: remove gigantic page support for HIGHMEM | Mike Kravetz |
2018-08-17 | mm, oom: remove sleep from under oom_lock | Michal Hocko |
2018-08-17 | mm/cma: remove unsupported gfp_mask parameter from cma_alloc() | Marek Szyprowski |
2018-08-17 | Revert "mm: always flush VMA ranges affected by zap_page_range" | Rik van Riel |
2018-08-17 | mm/sparse: optimize memmap allocation during sparse_init() | Baoquan He |
2018-08-17 | mm/sparse.c: add a new parameter 'data_unit_size' for alloc_usemap_and_memmap | Baoquan He |
2018-08-17 | mm/sparsemem.c: defer the ms->section_mem_map clearing | Baoquan He |