| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | thp: release page in page pre-alloc path | Xiao Guangrong | 2012-10-09 | 1 | -12/+7 |
* | thp: merge page pre-alloc in khugepaged_loop into khugepaged_do_scan | Xiao Guangrong | 2012-10-09 | 1 | -52/+45 |
* | thp: remove some code depend on CONFIG_NUMA | Xiao Guangrong | 2012-10-09 | 1 | -7/+3 |
* | thp: remove wake_up_interruptible in the exit path | Xiao Guangrong | 2012-10-09 | 1 | -14/+21 |
* | thp: remove unnecessary khugepaged_thread check | Xiao Guangrong | 2012-10-09 | 1 | -4/+1 |
* | thp: move khugepaged_mutex out of khugepaged | Xiao Guangrong | 2012-10-09 | 1 | -23/+13 |
* | thp: remove unnecessary check in start_khugepaged | Xiao Guangrong | 2012-10-09 | 1 | -5/+2 |
* | thp: fix the count of THP_COLLAPSE_ALLOC | Xiao Guangrong | 2012-10-09 | 1 | -1/+1 |
* | mm: kill vma flag VM_INSERTPAGE | Konstantin Khlebnikov | 2012-10-09 | 1 | -2/+1 |
* | mm: introduce arch-specific vma flag VM_ARCH_1 | Konstantin Khlebnikov | 2012-10-09 | 1 | -1/+1 |
* | mm, x86, pat: rework linear pfn-mmap tracking | Konstantin Khlebnikov | 2012-10-09 | 1 | -16/+3 |
* | thp: avoid VM_BUG_ON page_count(page) false positives in __collapse_huge_page... | Andrea Arcangeli | 2012-09-28 | 1 | -1/+0 |
* | mm/memcg: apply add/del_page to lruvec | Hugh Dickins | 2012-05-29 | 1 | -3/+5 |
* | mm, thp: drop page_table_lock to uncharge memcg pages | David Rientjes | 2012-05-29 | 1 | -0/+2 |
* | thp, memcg: split hugepage for memcg oom on cow | David Rientjes | 2012-05-29 | 1 | -0/+3 |
* | mm, thp: allow fallback when pte_alloc_one() fails for huge pmd | David Rientjes | 2012-05-29 | 1 | -5/+8 |
* | mm, thp: remove unnecessary ret variable | David Rientjes | 2012-05-29 | 1 | -2/+1 |
* | thp: optimize away unnecessary page table locking | Naoya Horiguchi | 2012-03-21 | 1 | -66/+59 |
* | mm: thp: fix BUG on mm->nr_ptes | Andrea Arcangeli | 2012-03-05 | 1 | -3/+3 |
* | mm: fix UP THP spin_is_locked BUGs | Hugh Dickins | 2012-02-08 | 1 | -2/+2 |
* | memcg: fix split_huge_page_refcounts() | Hugh Dickins | 2012-01-12 | 1 | -10/+0 |
* | thp: improve order in lru list for split huge page | Shaohua Li | 2012-01-12 | 1 | -3/+2 |
* | thp: add tlb_remove_pmd_tlb_entry | Shaohua Li | 2012-01-12 | 1 | -1/+2 |
* | thp: remove unnecessary tlb flush for mprotect | Shaohua Li | 2012-01-12 | 1 | -1/+0 |
* | thp: improve the error code path | Shaohua Li | 2012-01-12 | 1 | -21/+50 |
* | memcg: make mem_cgroup_split_huge_fixup() more efficient | KAMEZAWA Hiroyuki | 2012-01-12 | 1 | -1/+2 |
* | thp: reduce khugepaged freezing latency | Andrea Arcangeli | 2011-12-09 | 1 | -12/+4 |
* | mm: thp: tail page refcounting fix | Andrea Arcangeli | 2011-11-02 | 1 | -11/+26 |
* | mm/huge_memory: fix typo when updating mmu cache | Hillf Danton | 2011-10-31 | 1 | -1/+1 |
* | mm/huge_memory: fix copying user highpage | Hillf Danton | 2011-10-31 | 1 | -1/+1 |
* | mm/huge_memory.c: quiet sparse noise | H Hartley Sweeten | 2011-10-31 | 1 | -1/+4 |
* | thp: mremap support and TLB optimization | Andrea Arcangeli | 2011-10-31 | 1 | -0/+45 |
* | mm/huge_memory.c: minor lock simplification in __khugepaged_exit | Chris Wright | 2011-07-25 | 1 | -4/+2 |
* | mm: remove khugepaged double thp vmstat update with CONFIG_NUMA=n | Andrea Arcangeli | 2011-06-15 | 1 | -4/+1 |
* | mm: thp: optimize memcg charge in khugepaged | Andrea Arcangeli | 2011-05-25 | 1 | -10/+11 |
* | mm: convert anon_vma->lock to a mutex | Peter Zijlstra | 2011-05-25 | 1 | -2/+2 |
* | mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanups | Andrea Arcangeli | 2011-04-28 | 1 | -19/+24 |
* | mm/thp: use conventional format for boolean attributes | Ben Hutchings | 2011-04-14 | 1 | -10/+14 |
* | mm: add VM counters for transparent hugepages | Andi Kleen | 2011-04-14 | 1 | -4/+21 |
* | mm: use __GFP_OTHER_NODE for transparent huge pages | Andi Kleen | 2011-03-22 | 1 | -9/+11 |
* | thp+memcg-numa: fix BUG at include/linux/mm.h:370! | Hugh Dickins | 2011-03-14 | 1 | -1/+5 |
* | mm: use correct numa policy node for transparent hugepages | Andi Kleen | 2011-03-04 | 1 | -7/+17 |
* | mm: preserve original node for transparent huge page copies | Andi Kleen | 2011-03-04 | 1 | -2/+2 |
* | mm: change alloc_pages_vma to pass down the policy node for local policy | Andi Kleen | 2011-03-04 | 1 | -1/+1 |
* | thp: prevent hugepages during args/env copying into the user stack | Andrea Arcangeli | 2011-02-15 | 1 | -19/+16 |
* | memcg: fix leak of accounting at failure path of hugepage collapsing | KAMEZAWA Hiroyuki | 2011-02-11 | 1 | -1/+1 |
* | thp: fix the wrong reported address of hwpoisoned hugepages | Jin Dongming | 2011-02-02 | 1 | -1/+6 |
* | memcg: fix USED bit handling at uncharge in THP | KAMEZAWA Hiroyuki | 2011-01-20 | 1 | -0/+2 |
* | thp: keep highpte mapped until it is no longer needed | Johannes Weiner | 2011-01-20 | 1 | -1/+2 |
* | thp: khugepaged: make khugepaged aware about madvise | Andrea Arcangeli | 2011-01-13 | 1 | -4/+19 |