| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: Change return type int to vm_fault_t for fault handlers | Souptick Joarder | 2018-08-23 | 1 | -1/+1 |
* | mm: remove __paginginit | Pavel Tatashin | 2018-08-22 | 1 | -12/+0 |
* | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2018-06-05 | 1 | -1/+1 |
|\ |
|
| * | mm: return an unsigned int from __do_page_cache_readahead | Christoph Hellwig | 2018-06-01 | 1 | -1/+1 |
* | | Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE" | Joonsoo Kim | 2018-05-24 | 1 | -3/+1 |
|/ |
|
* | mm/cma: remove ALLOC_CMA | Joonsoo Kim | 2018-04-11 | 1 | -1/+0 |
* | mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE | Joonsoo Kim | 2018-04-11 | 1 | -0/+3 |
* | mm, migrate: remove reason argument from new_page_t | Michal Hocko | 2018-04-11 | 1 | -1/+1 |
* | mm, numa: rework do_pages_move | Michal Hocko | 2018-04-11 | 1 | -0/+1 |
* | Revert "mm, thp: Do not make pmd/pud dirty without a reason" | Linus Torvalds | 2017-11-29 | 1 | -2/+1 |
* | mm, thp: Do not make pmd/pud dirty without a reason | Kirill A. Shutemov | 2017-11-27 | 1 | -1/+2 |
* | mm, compaction: split off flag for not updating skip hints | Vlastimil Babka | 2017-11-17 | 1 | -0/+1 |
* | mm, oom: do not rely on TIF_MEMDIE for memory reserves access | Michal Hocko | 2017-09-06 | 1 | -0/+11 |
* | mm, memory_hotplug: drop zone from build_all_zonelists | Michal Hocko | 2017-09-06 | 1 | -0/+1 |
* | mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving... | Mel Gorman | 2017-08-02 | 1 | -1/+4 |
* | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s... | Michal Hocko | 2017-07-12 | 1 | -1/+1 |
* | mm, compaction: finish whole pageblock to reduce fragmentation | Vlastimil Babka | 2017-05-08 | 1 | -0/+1 |
* | mm, compaction: add migratetype to compact_control | Vlastimil Babka | 2017-05-08 | 1 | -0/+1 |
* | mm, compaction: reorder fields in struct compact_control | Vlastimil Babka | 2017-05-08 | 1 | -5/+5 |
* | mm: use is_migrate_highatomic() to simplify the code | Xishi Qiu | 2017-05-03 | 1 | -0/+10 |
* | mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() | Johannes Weiner | 2017-05-03 | 1 | -1/+0 |
* | mm: fix 100% CPU kswapd busyloop on unreclaimable nodes | Johannes Weiner | 2017-05-03 | 1 | -0/+6 |
* | mm: move pcp and lru-pcp draining into single wq | Michal Hocko | 2017-04-08 | 1 | -0/+7 |
* | mm, rmap: check all VMAs that PTE-mapped THP can be part of | Kirill A. Shutemov | 2017-02-24 | 1 | -3/+6 |
* | oom-reaper: use madvise_dontneed() logic to decide if unmap the VMA | Kirill A. Shutemov | 2017-02-22 | 1 | -0/+5 |
* | mm, compaction: add vmstats for kcompactd work | David Rientjes | 2017-02-22 | 1 | -0/+2 |
* | mm, page_alloc: don't convert pfn to idx when merging | Vlastimil Babka | 2017-02-22 | 1 | -2/+2 |
* | mm: add PageWaiters indicating tasks are waiting for a page bit | Nicholas Piggin | 2016-12-25 | 1 | -0/+2 |
* | mm: add orig_pte field into vm_fault | Jan Kara | 2016-12-14 | 1 | -1/+1 |
* | mm: join struct fault_env and vm_fault | Jan Kara | 2016-12-14 | 1 | -1/+1 |
* | mm, compaction: make full priority ignore pageblock suitability | Vlastimil Babka | 2016-10-07 | 1 | -0/+1 |
* | mm, compaction: make whole_zone flag ignore cached scanner positions | Vlastimil Babka | 2016-10-07 | 1 | -1/+1 |
* | mm, compaction: simplify contended compaction handling | Vlastimil Babka | 2016-07-28 | 1 | -4/+1 |
* | mm, page_alloc: remove fair zone allocation policy | Mel Gorman | 2016-07-28 | 1 | -1/+0 |
* | mm: convert zone_reclaim to node_reclaim | Mel Gorman | 2016-07-28 | 1 | -4/+4 |
* | mm, vmscan: move LRU lists to node | Mel Gorman | 2016-07-28 | 1 | -1/+1 |
* | mm: introduce fault_env | Kirill A. Shutemov | 2016-07-26 | 1 | -3/+1 |
* | mm: make swapin readahead to improve thp collapse rate | Ebru Akagunduz | 2016-07-26 | 1 | -0/+4 |
* | mm/page_alloc: introduce post allocation processing on page allocator | Joonsoo Kim | 2016-07-26 | 1 | -0/+2 |
* | mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim mask | Mel Gorman | 2016-06-24 | 1 | -1/+2 |
* | mm: make vm_mmap killable | Michal Hocko | 2016-05-23 | 1 | -2/+1 |
* | mm: make mmap_sem for write waits killable for mm syscalls | Michal Hocko | 2016-05-23 | 1 | -2/+3 |
* | mm, compaction: distinguish between full and partial COMPACT_COMPLETE | Michal Hocko | 2016-05-20 | 1 | -0/+1 |
* | mm, page_alloc: remove field from alloc_context | Mel Gorman | 2016-05-19 | 1 | -1/+2 |
* | mm, page_alloc: avoid looking up the first zone in a zonelist twice | Mel Gorman | 2016-05-19 | 1 | -1/+1 |
* | mm, page_alloc: convert alloc_flags to unsigned | Mel Gorman | 2016-05-19 | 1 | -1/+1 |
* | mm: rename _count, field of the struct page, to _refcount | Joonsoo Kim | 2016-05-19 | 1 | -1/+1 |
* | mm, oom: introduce oom reaper | Michal Hocko | 2016-03-25 | 1 | -0/+5 |
* | mm: convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches | 2016-03-17 | 1 | -1/+1 |
* | mm: introduce page reference manipulation functions | Joonsoo Kim | 2016-03-17 | 1 | -6/+1 |