- 9f7e338 mm, compaction: make full priority ignore pageblock suitability by Vlastimil Babka · 8 years ago
- 06ed299 mm, compaction: make whole_zone flag ignore cached scanner positions by Vlastimil Babka · 8 years ago
- c3486f5 mm, compaction: simplify contended compaction handling by Vlastimil Babka · 8 years ago
- e6cbd7f mm, page_alloc: remove fair zone allocation policy by Mel Gorman · 8 years ago
- a5f5f91 mm: convert zone_reclaim to node_reclaim by Mel Gorman · 8 years ago
- 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
- bae473a mm: introduce fault_env by Kirill A. Shutemov · 8 years ago
- 8a966ed mm: make swapin readahead to improve thp collapse rate by Ebru Akagunduz · 8 years ago
- 46f24fd mm/page_alloc: introduce post allocation processing on page allocator by Joonsoo Kim · 8 years ago
- e838a45 mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim mask by Mel Gorman · 8 years ago
- 9fbeb5a mm: make vm_mmap killable by Michal Hocko · 8 years ago
- dc0ef0d mm: make mmap_sem for write waits killable for mm syscalls by Michal Hocko · 8 years ago
- c8f7de0 mm, compaction: distinguish between full and partial COMPACT_COMPLETE by Michal Hocko · 8 years ago
- 93ea996 mm, page_alloc: remove field from alloc_context by Mel Gorman · 8 years ago
- c33d6c0 mm, page_alloc: avoid looking up the first zone in a zonelist twice by Mel Gorman · 8 years ago
- c603844 mm, page_alloc: convert alloc_flags to unsigned by Mel Gorman · 8 years ago
- 0139aa7 mm: rename _count, field of the struct page, to _refcount by Joonsoo Kim · 8 years ago
- aac4536 mm, oom: introduce oom reaper by Michal Hocko · 9 years ago
- 1170532 mm: convert printk(KERN_<LEVEL> to pr_<level> by Joe Perches · 9 years ago
- fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 9 years ago
- accf624 mm, kswapd: replace kswapd compaction with waking up kcompactd by Vlastimil Babka · 9 years ago
- 832fc1d /proc/kpageflags: return KPF_BUDDY for "tail" buddy pages by Naoya Horiguchi · 9 years ago
- 7cf91a9 mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous by Joonsoo Kim · 9 years ago
- edf14cd mm, printk: introduce new format string for flags by Vlastimil Babka · 9 years ago
- 30bdbb7 mm: polish virtual memory accounting by Konstantin Khlebnikov · 9 years ago
- d977d56 mm: warn about VmData over RLIMIT_DATA by Konstantin Khlebnikov · 9 years ago
- e9b61f1 thp: reintroduce split_huge_page() by Kirill A. Shutemov · 9 years ago
- ddc58f2 mm: drop tail page refcounting by Kirill A. Shutemov · 9 years ago
- d00181b mm: use 'unsigned int' for page order by Kirill A. Shutemov · 9 years ago
- 1d798ca mm: make compound_head() robust by Kirill A. Shutemov · 9 years ago
- dd56b04 mm: page_alloc: hide some GFP internals and document the bits and flag combinations by Mel Gorman · 9 years ago
- c9ab0c4 mm, page_alloc: remove unnecessary recalculations for dirty zone balancing by Mel Gorman · 9 years ago
- 51afb12 mm: page migration fix PageMlocked on migrated pages by Hugh Dickins · 9 years ago
- 1a16718 mm/compaction: correct to flush migrated pages if pageblock skip happens by Joonsoo Kim · 9 years ago
- d950c94 mm: defer flush of writable TLB entries by Mel Gorman · 9 years ago
- 72b252a mm: send one IPI per CPU to TLB flush all entries after unmapping pages by Mel Gorman · 9 years ago
- 0e1cc95 mm: meminit: finish initialisation of struct pages before basic setup by Mel Gorman · 9 years ago
- 74033a7 mm: meminit: remove mminit_verify_page_links by Mel Gorman · 9 years ago
- 7e18adb mm: meminit: initialise remaining struct pages in parallel with kswapd by Mel Gorman · 9 years ago
- 3a80a7f mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PAGE_INIT is set by Mel Gorman · 9 years ago
- d70ddd7 mm: page_alloc: pass PFN to __free_pages_bootmem by Mel Gorman · 9 years ago
- 4db0c3c mm: remove rest of ACCESS_ONCE() usages by Jason Low · 10 years ago
- 2149cda mm/compaction: enhance compaction finish condition by Joonsoo Kim · 10 years ago
- fc05f56 mm: rename __mlock_vma_pages_range() to populate_vma_page_range() by Kirill A. Shutemov · 10 years ago
- fc5199d mm/internal.h: don't split printk call in two by Rasmus Villemoes · 10 years ago
- 1a6d53a mm: reduce try_to_compact_pages parameters by Vlastimil Babka · 10 years ago
- 6bace09 mm, compaction: always update cached scanner positions by Vlastimil Babka · 10 years ago
- ebff398 mm, compaction: pass classzone_idx and alloc_flags to watermark checking by Vlastimil Babka · 10 years ago
- 3c60509 mm/page_alloc: restrict max order of merging on isolated pageblock by Joonsoo Kim · 10 years ago
- 6d7ce55 mm, compaction: pass gfp mask to compact_control by David Rientjes · 10 years ago
- 99c0fd5 mm, compaction: skip buddy pages by their order in the migrate scanner by Vlastimil Babka · 10 years ago
- 1f9efde mm, compaction: khugepaged should not give up due to need_resched() by Vlastimil Babka · 10 years ago
- edc2ca6 mm, compaction: move pageblock checks up from isolate_migratepages_range() by Vlastimil Babka · 10 years ago
- bc7f84c mm/internal.h: use nth_page by Fabian Frederick · 10 years ago
- be97657 mm, compaction: properly signal and act upon lock and need_sched() contention by Vlastimil Babka · 10 years ago
- 7ee07a4 mm: fold mlocked_vma_newpage() into its only call site by Jianyu Zhan · 10 years ago
- bea04b0 mm: use the light version __mod_zone_page_state in mlocked_vma_newpage() by Jianyu Zhan · 10 years ago
- e0b9dae mm, compaction: embed migration mode in compact_control by David Rientjes · 10 years ago
- 4bbd4c7 mm: move get_user_pages()-related code to separate file by Kirill A. Shutemov · 10 years ago
- 29f175d mm/readahead.c: inline ra_submit by Fabian Frederick · 11 years ago
- 3a02576 mm: page_alloc: spill to remote nodes before waking kswapd by Johannes Weiner · 11 years ago
- a1c3bfb mm/page-writeback.c: do not count anon pages as dirtyable memory by Johannes Weiner · 11 years ago
- 6c14466 mm: improve documentation of page_order by Mel Gorman · 11 years ago
- 42aa83c mm: show message when updating min_free_kbytes in thp by Han Pingtian · 11 years ago
- 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 11 years ago
- c728852 mm: thp: __get_page_tail_foll() can use get_huge_page_tail() by Oleg Nesterov · 11 years ago
- 44518d2 mm: tail page refcounting optimization for slab and hugetlbfs by Andrea Arcangeli · 11 years ago
- 6e543d5 mm: vmscan: fix do_try_to_free_pages() livelock by Lisa Du · 11 years ago
- 929aaf5 mm: remove unused __put_page() by Zhang Yanfei · 11 years ago
- ff6a6da mm: accelerate munlock() treatment of THP pages by Michel Lespinasse · 12 years ago
- cea10a1 mm: directly use __mlock_vma_pages_range() in find_extend_vma() by Michel Lespinasse · 12 years ago
- 47ecfcb mm: compaction: Partially revert capture of suitable high-order page by Mel Gorman · 12 years ago
- 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
- 6219049 mm: introduce mm_find_pmd() by Bob Liu · 12 years ago
- b32967f mm: numa: Add THP migration for the NUMA working set scanning fault case. by Mel Gorman · 12 years ago
- 8449d21 mm, thp: fix mlock statistics by David Rientjes · 12 years ago
- e46a287 CMA: migrate mlocked pages by Minchan Kim · 12 years ago
- e6c509f mm: use clear_page_mlock() in page_remove_rmap() by Hugh Dickins · 12 years ago
- 39b5f29 mm: remove vma arg from page_evictable by Hugh Dickins · 12 years ago
- c89511a mm: compaction: Restart compaction from near where it left off by Mel Gorman · 12 years ago
- bb13ffe mm: compaction: cache if a pageblock was scanned and no pages were isolated by Mel Gorman · 12 years ago
- 753341a revert "mm: have order > 0 compaction start off where it left" by Mel Gorman · 12 years ago
- e64c523 mm: compaction: abort compaction loop if lock is contended or run too long by Shaohua Li · 12 years ago
- d95ea5d cma: fix watermark checking by Bartlomiej Zolnierkiewicz · 12 years ago
- 02c6de8 mm: cma: discard clean pages during contiguous allocation instead of migration by Minchan Kim · 12 years ago
- db97141 mm: adjust final #endif position in mm/internal.h by Michel Lespinasse · 12 years ago
- 1fb3f8c mm: compaction: capture a suitable high-order page immediately when it is made available by Mel Gorman · 12 years ago
- c67fe37 mm: compaction: Abort async compaction if locks are contended or taking too long by Mel Gorman · 12 years ago
- c93bdd0 netvm: allow skb allocation to use PFMEMALLOC reserves by Mel Gorman · 12 years ago
- 072bb0a mm: sl[au]b: add knowledge of PFMEMALLOC reserve pages by Mel Gorman · 12 years ago
- ca57df7 mm: setup pageblock_order before it's used by sparsemem by Xishi Qiu · 12 years ago
- 7db8889 mm: have order > 0 compaction start off where it left by Rik van Riel · 12 years ago
- 68e3e92 Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks" by Linus Torvalds · 12 years ago
- 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- eb36c58 new helper: vm_mmap_pgoff() by Al Viro · 12 years ago
- 5ceb9ce mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks by Bartlomiej Zolnierkiewicz · 12 years ago
- 096a7cf mm: rename is_mlocked_vma() to mlocked_vma_newpage() by Ying Han · 12 years ago
- ff9543f mm: compaction: export some of the functions by Michal Nazarewicz · 13 years ago
- 70b50f9 mm: thp: tail page refcounting fix by Andrea Arcangeli · 13 years ago
- 6038def mm: nommu: sort mm->mmap list properly by Namhyung Kim · 13 years ago