Age | Commit message (Expand) | Author |
2011-01-13 | thp: mprotect: pass vma down to page table walkers | Johannes Weiner |
2011-01-13 | thp: mincore transparent hugepage support | Johannes Weiner |
2011-01-13 | thp: add x86 32bit support | Johannes Weiner |
2011-01-13 | thp: remove PG_buddy | Andrea Arcangeli |
2011-01-13 | thp: skip transhuge pages in ksm for now | Andrea Arcangeli |
2011-01-13 | thp: khugepaged vma merge | Andrea Arcangeli |
2011-01-13 | thp: khugepaged | Andrea Arcangeli |
2011-01-13 | thp: transparent hugepage vmstat | Andrea Arcangeli |
2011-01-13 | thp: memcg huge memory | Andrea Arcangeli |
2011-01-13 | thp: transhuge-memcg: commit tail pages at charge | Daisuke Nishimura |
2011-01-13 | thp: memcg compound | Andrea Arcangeli |
2011-01-13 | thp: pmd_trans_huge migrate bugcheck | Andrea Arcangeli |
2011-01-13 | thp: madvise(MADV_HUGEPAGE) | Andrea Arcangeli |
2011-01-13 | thp: verify pmd_trans_huge isn't leaking | Andrea Arcangeli |
2011-01-13 | thp: split_huge_page anon_vma ordering dependency | Andrea Arcangeli |
2011-01-13 | thp: transparent hugepage core fixlet | Hugh Dickins |
2011-01-13 | thp: transparent hugepage core | Andrea Arcangeli |
2011-01-13 | thp: don't alloc harder for gfp nomemalloc even if nowait | Andrea Arcangeli |
2011-01-13 | thp: _GFP_NO_KSWAPD | Andrea Arcangeli |
2011-01-13 | thp: clear_copy_huge_page | Andrea Arcangeli |
2011-01-13 | thp: split_huge_page paging | Andrea Arcangeli |
2011-01-13 | thp: split_huge_page_mm/vma | Andrea Arcangeli |
2011-01-13 | thp: pte alloc trans splitting | Andrea Arcangeli |
2011-01-13 | thp: add pmd mangling generic functions | Andrea Arcangeli |
2011-01-13 | thp: CONFIG_TRANSPARENT_HUGEPAGE | Andrea Arcangeli |
2011-01-13 | thp: comment reminder in destroy_compound_page | Andrea Arcangeli |
2011-01-13 | thp: export maybe_mkwrite | Andrea Arcangeli |
2011-01-13 | thp: clear compound mapping | Andrea Arcangeli |
2011-01-13 | thp: put_page: recheck PageHead after releasing the compound_lock | Andrea Arcangeli |
2011-01-13 | thp: alter compound get_page/put_page | 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 | 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 |