Age | Commit message (Expand) | Author |
2016-07-28 | mm: page_alloc: cache the last node whose dirty limit is reached | Mel Gorman |
2016-07-28 | mm, page_alloc: remove fair zone allocation policy | Mel Gorman |
2016-07-28 | mm: convert zone_reclaim to node_reclaim | Mel Gorman |
2016-07-28 | mm, page_alloc: wake kswapd based on the highest eligible zone | Mel Gorman |
2016-07-28 | mm, vmscan: only wakeup kswapd once per node for the requested classzone | Mel Gorman |
2016-07-28 | mm: move most file-based accounting to the node | Mel Gorman |
2016-07-28 | mm: move page mapped accounting to the node | Mel Gorman |
2016-07-28 | mm, page_alloc: consider dirtyable memory in terms of nodes | Mel Gorman |
2016-07-28 | mm, vmscan: make shrink_node decisions more node-centric | Mel Gorman |
2016-07-28 | mm, vmscan: simplify the logic deciding whether kswapd sleeps | Mel Gorman |
2016-07-28 | mm, vmscan: move LRU lists to node | Mel Gorman |
2016-07-28 | mm, vmscan: move lru_lock to the node | Mel Gorman |
2016-07-28 | mm, vmstat: add infrastructure for per-node vmstats | Mel Gorman |
2016-07-28 | mm, meminit: remove early_page_nid_uninitialised | Mel Gorman |
2016-07-28 | mm: update the comment in __isolate_free_page | zhong jiang |
2016-07-26 | mm, rmap: account shmem thp pages | Kirill A. Shutemov |
2016-07-26 | thp, mlock: do not mlock PTE-mapped file huge pages | Kirill A. Shutemov |
2016-07-26 | mm: charge/uncharge kmemcg from generic page allocator paths | Vladimir Davydov |
2016-07-26 | mm: memcontrol: cleanup kmem charge functions | Vladimir Davydov |
2016-07-26 | mm/page_alloc: introduce post allocation processing on page allocator | Joonsoo Kim |
2016-07-26 | mm/page_owner: introduce split_page_owner and replace manual handling | Joonsoo Kim |
2016-07-26 | mm/page_owner: initialize page owner without holding the zone lock | Joonsoo Kim |
2016-07-26 | mm/compaction: split freepages without holding the zone lock | Joonsoo Kim |
2016-07-26 | mm: migrate: support non-lru movable page migration | Minchan Kim |
2016-07-26 | mm: oom: add memcg to oom_control | Vladimir Davydov |
2016-07-26 | mm/init: fix zone boundary creation | Oliver O'Halloran |
2016-07-15 | mm, meminit: ensure node is online before checking whether pages are uninitia... | Mel Gorman |
2016-07-15 | mm, meminit: always return a valid node from early_pfn_to_nid | Mel Gorman |
2016-06-03 | mm, page_alloc: recalculate the preferred zoneref if the context can ignore m... | Mel Gorman |
2016-06-03 | mm, page_alloc: reset zonelist iterator after resetting fair zone allocation ... | Mel Gorman |
2016-06-03 | mm, page_alloc: prevent infinite loop in buffered_rmqueue() | Vlastimil Babka |
2016-06-03 | mm: check the return value of lookup_page_ext for all call sites | Yang Shi |
2016-05-20 | mm: check_new_page_bad() directly returns in __PG_HWPOISON case | Naoya Horiguchi |
2016-05-20 | mm, kasan: fix to call kasan_free_pages() after poisoning page | seokhoon.yoon |
2016-05-20 | mm: use phys_addr_t for reserve_bootmem_region() arguments | Stefan Bader |
2016-05-20 | mm: use existing helper to convert "on"/"off" to boolean | Minfei Huang |
2016-05-20 | mm, oom: protect !costly allocations some more for !CONFIG_COMPACTION | Michal Hocko |
2016-05-20 | mm, oom, compaction: prevent from should_compact_retry looping for ever for c... | Michal Hocko |
2016-05-20 | mm: consider compaction feedback also for costly allocation | Michal Hocko |
2016-05-20 | mm, oom: protect !costly allocations some more | Michal Hocko |
2016-05-20 | mm: throttle on IO only when there are too many dirty and writeback pages | Michal Hocko |
2016-05-20 | mm, oom: rework oom detection | Michal Hocko |
2016-05-20 | mm, compaction: simplify __alloc_pages_direct_compact feedback interface | Michal Hocko |
2016-05-20 | mm, compaction: change COMPACT_ constants into enum | Michal Hocko |
2016-05-20 | mm: vmscan: reduce size of inactive file list | Rik van Riel |
2016-05-19 | mm, page_alloc: restore the original nodemask if the fast path allocation failed | Mel Gorman |
2016-05-19 | mm, page_alloc: uninline the bad page part of check_new_page() | Vlastimil Babka |
2016-05-19 | mm, page_alloc: don't duplicate code in free_pcp_prepare | Mel Gorman |
2016-05-19 | mm, page_alloc: defer debugging checks of pages allocated from the PCP | Mel Gorman |
2016-05-19 | mm, page_alloc: defer debugging checks of freed pages until a PCP drain | Mel Gorman |