Age | Commit message (Expand) | Author |
2019-12-05 | vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n | Wei Yang |
2017-09-06 | mm, oom: do not rely on TIF_MEMDIE for memory reserves access | Michal Hocko |
2017-09-06 | mm, memory_hotplug: drop zone from build_all_zonelists | Michal Hocko |
2017-08-02 | mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving... | Mel Gorman |
2017-07-12 | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s... | Michal Hocko |
2017-05-08 | mm, compaction: finish whole pageblock to reduce fragmentation | Vlastimil Babka |
2017-05-08 | mm, compaction: add migratetype to compact_control | Vlastimil Babka |
2017-05-08 | mm, compaction: reorder fields in struct compact_control | Vlastimil Babka |
2017-05-03 | mm: use is_migrate_highatomic() to simplify the code | Xishi Qiu |
2017-05-03 | mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() | Johannes Weiner |
2017-05-03 | mm: fix 100% CPU kswapd busyloop on unreclaimable nodes | Johannes Weiner |
2017-04-08 | mm: move pcp and lru-pcp draining into single wq | Michal Hocko |
2017-02-24 | mm, rmap: check all VMAs that PTE-mapped THP can be part of | Kirill A. Shutemov |
2017-02-22 | oom-reaper: use madvise_dontneed() logic to decide if unmap the VMA | Kirill A. Shutemov |
2017-02-22 | mm, compaction: add vmstats for kcompactd work | David Rientjes |
2017-02-22 | mm, page_alloc: don't convert pfn to idx when merging | Vlastimil Babka |
2016-12-25 | mm: add PageWaiters indicating tasks are waiting for a page bit | Nicholas Piggin |
2016-12-14 | mm: add orig_pte field into vm_fault | Jan Kara |
2016-12-14 | mm: join struct fault_env and vm_fault | Jan Kara |
2016-10-07 | mm, compaction: make full priority ignore pageblock suitability | Vlastimil Babka |
2016-10-07 | mm, compaction: make whole_zone flag ignore cached scanner positions | Vlastimil Babka |
2016-07-28 | mm, compaction: simplify contended compaction handling | Vlastimil Babka |
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, vmscan: move LRU lists to node | Mel Gorman |
2016-07-26 | mm: introduce fault_env | Kirill A. Shutemov |
2016-07-26 | mm: make swapin readahead to improve thp collapse rate | Ebru Akagunduz |
2016-07-26 | mm/page_alloc: introduce post allocation processing on page allocator | Joonsoo Kim |
2016-06-24 | mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim mask | Mel Gorman |
2016-05-23 | mm: make vm_mmap killable | Michal Hocko |
2016-05-23 | mm: make mmap_sem for write waits killable for mm syscalls | Michal Hocko |
2016-05-20 | mm, compaction: distinguish between full and partial COMPACT_COMPLETE | Michal Hocko |
2016-05-19 | mm, page_alloc: remove field from alloc_context | Mel Gorman |
2016-05-19 | mm, page_alloc: avoid looking up the first zone in a zonelist twice | Mel Gorman |
2016-05-19 | mm, page_alloc: convert alloc_flags to unsigned | Mel Gorman |
2016-05-19 | mm: rename _count, field of the struct page, to _refcount | Joonsoo Kim |
2016-03-25 | mm, oom: introduce oom reaper | Michal Hocko |
2016-03-17 | mm: convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches |
2016-03-17 | mm: introduce page reference manipulation functions | Joonsoo Kim |
2016-03-17 | mm, kswapd: replace kswapd compaction with waking up kcompactd | Vlastimil Babka |
2016-03-17 | /proc/kpageflags: return KPF_BUDDY for "tail" buddy pages | Naoya Horiguchi |
2016-03-15 | mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous | Joonsoo Kim |
2016-03-15 | mm, printk: introduce new format string for flags | Vlastimil Babka |
2016-02-03 | mm: polish virtual memory accounting | Konstantin Khlebnikov |
2016-02-03 | mm: warn about VmData over RLIMIT_DATA | Konstantin Khlebnikov |
2016-01-15 | thp: reintroduce split_huge_page() | Kirill A. Shutemov |
2016-01-15 | mm: drop tail page refcounting | Kirill A. Shutemov |
2015-11-06 | mm: use 'unsigned int' for page order | Kirill A. Shutemov |
2015-11-06 | mm: make compound_head() robust | Kirill A. Shutemov |
2015-11-06 | mm: page_alloc: hide some GFP internals and document the bits and flag combin... | Mel Gorman |