Age | Commit message (Expand) | Author | Files | Lines |
2016-10-07 | mm, compaction: make full priority ignore pageblock suitability | Vlastimil Babka | 1 | -0/+1 |
2016-10-07 | mm, compaction: make whole_zone flag ignore cached scanner positions | Vlastimil Babka | 1 | -1/+1 |
2016-07-28 | mm, compaction: simplify contended compaction handling | Vlastimil Babka | 1 | -4/+1 |
2016-07-28 | mm, page_alloc: remove fair zone allocation policy | Mel Gorman | 1 | -1/+0 |
2016-07-28 | mm: convert zone_reclaim to node_reclaim | Mel Gorman | 1 | -4/+4 |
2016-07-28 | mm, vmscan: move LRU lists to node | Mel Gorman | 1 | -1/+1 |
2016-07-26 | mm: introduce fault_env | Kirill A. Shutemov | 1 | -3/+1 |
2016-07-26 | mm: make swapin readahead to improve thp collapse rate | Ebru Akagunduz | 1 | -0/+4 |
2016-07-26 | mm/page_alloc: introduce post allocation processing on page allocator | Joonsoo Kim | 1 | -0/+2 |
2016-06-24 | mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim mask | Mel Gorman | 1 | -1/+2 |
2016-05-23 | mm: make vm_mmap killable | Michal Hocko | 1 | -2/+1 |
2016-05-23 | mm: make mmap_sem for write waits killable for mm syscalls | Michal Hocko | 1 | -2/+3 |
2016-05-20 | mm, compaction: distinguish between full and partial COMPACT_COMPLETE | Michal Hocko | 1 | -0/+1 |
2016-05-19 | mm, page_alloc: remove field from alloc_context | Mel Gorman | 1 | -1/+2 |
2016-05-19 | mm, page_alloc: avoid looking up the first zone in a zonelist twice | Mel Gorman | 1 | -1/+1 |
2016-05-19 | mm, page_alloc: convert alloc_flags to unsigned | Mel Gorman | 1 | -1/+1 |
2016-05-19 | mm: rename _count, field of the struct page, to _refcount | Joonsoo Kim | 1 | -1/+1 |
2016-03-25 | mm, oom: introduce oom reaper | Michal Hocko | 1 | -0/+5 |
2016-03-17 | mm: convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches | 1 | -1/+1 |
2016-03-17 | mm: introduce page reference manipulation functions | Joonsoo Kim | 1 | -6/+1 |
2016-03-17 | mm, kswapd: replace kswapd compaction with waking up kcompactd | Vlastimil Babka | 1 | -0/+1 |
2016-03-17 | /proc/kpageflags: return KPF_BUDDY for "tail" buddy pages | Naoya Horiguchi | 1 | -3/+0 |
2016-03-15 | mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous | Joonsoo Kim | 1 | -0/+12 |
2016-03-15 | mm, printk: introduce new format string for flags | Vlastimil Babka | 1 | -0/+6 |
2016-02-03 | mm: polish virtual memory accounting | Konstantin Khlebnikov | 1 | -4/+19 |
2016-02-03 | mm: warn about VmData over RLIMIT_DATA | Konstantin Khlebnikov | 1 | -0/+16 |
2016-01-15 | thp: reintroduce split_huge_page() | Kirill A. Shutemov | 1 | -4/+22 |
2016-01-15 | mm: drop tail page refcounting | Kirill A. Shutemov | 1 | -44/+0 |
2015-11-06 | mm: use 'unsigned int' for page order | Kirill A. Shutemov | 1 | -2/+2 |
2015-11-06 | mm: make compound_head() robust | Kirill A. Shutemov | 1 | -2/+2 |
2015-11-06 | mm: page_alloc: hide some GFP internals and document the bits and flag combin... | Mel Gorman | 1 | -0/+19 |
2015-11-06 | mm, page_alloc: remove unnecessary recalculations for dirty zone balancing | Mel Gorman | 1 | -0/+1 |
2015-11-05 | mm: page migration fix PageMlocked on migrated pages | Hugh Dickins | 1 | -5/+4 |
2015-09-08 | mm/compaction: correct to flush migrated pages if pageblock skip happens | Joonsoo Kim | 1 | -0/+1 |
2015-09-04 | mm: defer flush of writable TLB entries | Mel Gorman | 1 | -0/+4 |
2015-09-04 | mm: send one IPI per CPU to TLB flush all entries after unmapping pages | Mel Gorman | 1 | -0/+11 |
2015-06-30 | mm: meminit: finish initialisation of struct pages before basic setup | Mel Gorman | 1 | -24/+0 |
2015-06-30 | mm: meminit: remove mminit_verify_page_links | Mel Gorman | 1 | -8/+0 |
2015-06-30 | mm: meminit: initialise remaining struct pages in parallel with kswapd | Mel Gorman | 1 | -0/+6 |
2015-06-30 | mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA... | Mel Gorman | 1 | -0/+18 |
2015-06-30 | mm: page_alloc: pass PFN to __free_pages_bootmem | Mel Gorman | 1 | -1/+2 |
2015-04-15 | mm: remove rest of ACCESS_ONCE() usages | Jason Low | 1 | -2/+2 |
2015-04-14 | mm/compaction: enhance compaction finish condition | Joonsoo Kim | 1 | -0/+2 |
2015-04-14 | mm: rename __mlock_vma_pages_range() to populate_vma_page_range() | Kirill A. Shutemov | 1 | -1/+1 |
2015-02-12 | mm/internal.h: don't split printk call in two | Rasmus Villemoes | 1 | -2/+4 |
2015-02-11 | mm: reduce try_to_compact_pages parameters | Vlastimil Babka | 1 | -0/+22 |
2014-12-10 | mm, compaction: always update cached scanner positions | Vlastimil Babka | 1 | -5/+0 |
2014-12-10 | mm, compaction: pass classzone_idx and alloc_flags to watermark checking | Vlastimil Babka | 1 | -0/+2 |
2014-11-13 | mm/page_alloc: restrict max order of merging on isolated pageblock | Joonsoo Kim | 1 | -0/+25 |
2014-10-09 | mm, compaction: pass gfp mask to compact_control | David Rientjes | 1 | -1/+1 |