Age | Commit message (Expand) | Author |
2011-01-13 | thp: alter compound get_page/put_page | Andrea Arcangeli |
2011-01-13 | thp: compound_lock | Andrea Arcangeli |
2011-01-13 | thp: mm: define MADV_HUGEPAGE | Andrea Arcangeli |
2011-01-13 | thp: transparent hugepage support documentation | Andrea Arcangeli |
2011-01-13 | thp: fix bad_page to show the real reason the page is bad | Andrea Arcangeli |
2011-01-13 | thp: ksm: free swap when swapcache page is replaced | Hugh Dickins |
2011-01-13 | writeback: avoid unnecessary determine_dirtyable_memory call | Minchan Kim |
2011-01-13 | mm: set correct numa_zonelist_order string when configured on the kernel comm... | Volodymyr G. Lukiianyk |
2011-01-13 | mm: kswapd: use the classzone idx that kswapd was using for sleeping_prematur... | Mel Gorman |
2011-01-13 | mm: kswapd: treat zone->all_unreclaimable in sleeping_prematurely similar to ... | Mel Gorman |
2011-01-13 | mm: kswapd: reset kswapd_max_order and classzone_idx after reading | Mel Gorman |
2011-01-13 | mm: kswapd: use the order that kswapd was reclaiming at for sleeping_prematur... | Mel Gorman |
2011-01-13 | mm: kswapd: keep kswapd awake for high-order allocations until a percentage o... | Mel Gorman |
2011-01-13 | mm: kswapd: stop high-order balancing when any suitable zone is balanced | Mel Gorman |
2011-01-13 | mm: remove likely() from grab_cache_page_write_begin() | Steven Rostedt |
2011-01-13 | mm: remove unlikely() from page_mapping() | Steven Rostedt |
2011-01-13 | mm: remove likely() from mapping_unevictable() | Steven Rostedt |
2011-01-13 | vmalloc: remove redundant unlikely() | Tobias Klauser |
2011-01-13 | mempolicy: remove tasklist_lock from migrate_pages | KOSAKI Motohiro |
2011-01-13 | mlock: do not hold mmap_sem for extended periods of time | Michel Lespinasse |
2011-01-13 | mm: move VM_LOCKED check to __mlock_vma_pages_range() | Michel Lespinasse |
2011-01-13 | mm: add FOLL_MLOCK follow_page flag. | Michel Lespinasse |
2011-01-13 | mlock: only hold mmap_sem in shared mode when faulting in pages | Michel Lespinasse |
2011-01-13 | mlock: avoid dirtying pages and triggering writeback | Michel Lespinasse |
2011-01-13 | do_wp_page: clarify dirty_page handling | Michel Lespinasse |
2011-01-13 | do_wp_page: remove the 'reuse' flag | Michel Lespinasse |
2011-01-13 | mm: clear PageError bit in msync & fsync | Rik van Riel |
2011-01-13 | oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj down | Mandeep Singh Baines |
2011-01-13 | mm: unify module_alloc code for vmalloc | David Rientjes |
2011-01-13 | mm: remove gfp mask from pcpu_get_vm_areas | David Rientjes |
2011-01-13 | mm: remove unused get_vm_area_node | David Rientjes |
2011-01-13 | mm: vmscan: rename lumpy_mode to reclaim_mode | Mel Gorman |
2011-01-13 | mm: compaction: perform a faster migration scan when migrating asynchronously | Mel Gorman |
2011-01-13 | mm: migration: cleanup migrate_pages API by matching types for offlining and ... | Mel Gorman |
2011-01-13 | mm: migration: allow migration to operate asynchronously and avoid synchronou... | Mel Gorman |
2011-01-13 | mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim | Mel Gorman |
2011-01-13 | mm: vmscan: convert lumpy_mode into a bitmask | Mel Gorman |
2011-01-13 | mm: compaction: add trace events for memory compaction activity | Mel Gorman |
2011-01-13 | mm: smaps: export mlock information | Nikanth Karthikesan |
2011-01-13 | mm: convert sprintf_symbol to %pS | Joe Perches |
2011-01-13 | fs/mpage.c: consolidate code | Hai Shan |
2011-01-13 | mm: find_get_pages_contig fixlet | Nick Piggin |
2011-01-13 | vmscan: factor out kswapd sleeping logic from kswapd() | KOSAKI Motohiro |
2011-01-13 | mm/page-writeback.c: fix __set_page_dirty_no_writeback() return value | Bob Liu |
2011-01-13 | sync_inode_metadata: fix comment | Andrew Morton |
2011-01-13 | writeback: avoid livelocking WB_SYNC_ALL writeback | Jan Kara |
2011-01-13 | writeback: stop background/kupdate works from livelocking other works | Jan Kara |
2011-01-13 | writeback: trace wakeup event for background writeback | Wu Fengguang |
2011-01-13 | writeback: integrated background writeback work | Jan Kara |
2011-01-13 | mm: vmstat: use a single setter function and callback for adjusting percpu th... | Mel Gorman |