Age | Commit message (Expand) | Author | Files | Lines |
2014-01-24 | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE | Sasha Levin | 1 | -5/+5 |
2014-01-22 | mm/hugetlb.c: use memblock apis for early memory allocations | Grygorii Strashko | 1 | -5/+5 |
2014-01-22 | mm/hugetlb.c: call MMU notifiers when copying a hugetlb page range | Andreas Sandberg | 1 | -5/+16 |
2014-01-22 | mm/hugetlb.c: defer PageHeadHuge() symbol export | Andrea Arcangeli | 1 | -1/+0 |
2014-01-22 | mm/hugetlb.c: simplify PageHeadHuge() and PageHuge() | Andrew Morton | 1 | -10/+2 |
2014-01-22 | mm: hugetlb: use get_page_foll() in follow_hugetlb_page() | Andrea Arcangeli | 1 | -1/+1 |
2013-11-22 | mm: hugetlbfs: fix hugetlbfs optimization | Andrea Arcangeli | 1 | -0/+17 |
2013-11-22 | mm: thp: give transparent hugepage code a separate copy_page | Dave Hansen | 1 | -34/+0 |
2013-11-15 | mm, hugetlb: convert hugetlbfs to use split pmd lock | Kirill A. Shutemov | 1 | -44/+66 |
2013-10-17 | mm: hugetlb: initialize PG_reserved for tail pages of gigantic compound pages | Andrea Arcangeli | 1 | -1/+15 |
2013-10-17 | mm/hugetlb.c: correct missing private flag clearing | Joonsoo Kim | 1 | -0/+1 |
2013-09-12 | mm: prepare to remove /proc/sys/vm/hugepages_treat_as_movable | Naoya Horiguchi | 1 | -18/+14 |
2013-09-12 | mm: memory-hotplug: enable memory hotplug to handle hugepage | Naoya Horiguchi | 1 | -2/+69 |
2013-09-12 | mm: mbind: add hugepage migration code to mbind() | Naoya Horiguchi | 1 | -0/+14 |
2013-09-12 | mm: migrate: make core migration code aware of hugepage | Naoya Horiguchi | 1 | -1/+22 |
2013-09-12 | mm, hugetlb: return a reserved page to a reserved pool if failed | Joonsoo Kim | 1 | -1/+12 |
2013-09-12 | mm, hugetlb: grab a page_table_lock after page_cache_release | Joonsoo Kim | 1 | -2/+3 |
2013-09-12 | mm, hugetlb: remove useless check about mapping type | Joonsoo Kim | 1 | -2/+1 |
2013-09-12 | mm, hugetlb: fix subpool accounting handling | Joonsoo Kim | 1 | -4/+6 |
2013-09-12 | mm, hugetlb: change variable name reservations to resv | Joonsoo Kim | 1 | -13/+13 |
2013-09-12 | mm, hugetlb: protect reserved pages when soft offlining a hugepage | Joonsoo Kim | 1 | -2/+3 |
2013-09-12 | mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cache | Joonsoo Kim | 1 | -8/+26 |
2013-09-12 | mm, hugetlb: remove decrement_hugepage_resv_vma() | Joonsoo Kim | 1 | -21/+10 |
2013-09-12 | mm, hugetlb: add VM_NORESERVE check in vma_has_reserves() | Joonsoo Kim | 1 | -0/+2 |
2013-09-12 | mm, hugetlb: do not use a page in page cache for cow optimization | Joonsoo Kim | 1 | -5/+2 |
2013-09-12 | mm, hugetlb: remove redundant list_empty check in gather_surplus_pages() | Joonsoo Kim | 1 | -5/+2 |
2013-09-12 | mm, hugetlb: fix and clean-up node iteration code to alloc or free | Joonsoo Kim | 1 | -82/+61 |
2013-09-12 | mm, hugetlb: clean-up alloc_huge_page() | Joonsoo Kim | 1 | -9/+4 |
2013-09-12 | mm, hugetlb: trivial commenting fix | Joonsoo Kim | 1 | -2/+2 |
2013-09-12 | mm, hugetlb: move up the code which check availability of free huge page | Joonsoo Kim | 1 | -5/+5 |
2013-09-12 | mm: replace strict_strtoul() with kstrtoul() | Jingoo Han | 1 | -2/+2 |
2013-08-16 | Fix TLB gather virtual address range invalidation corner cases | Linus Torvalds | 1 | -1/+1 |
2013-07-04 | mm: correctly update zone->managed_pages | Jiang Liu | 1 | -1/+1 |
2013-07-04 | mm/hugetlb: use already existing interface huge_page_shift | Wanpeng Li | 1 | -1/+1 |
2013-07-03 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c... | Linus Torvalds | 1 | -9/+210 |
2013-07-03 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+17 |
2013-06-26 | futex: Take hugepages into account when generating futex_key | Zhang Yi | 1 | -0/+17 |
2013-06-14 | mm: hugetlb: Copy general hugetlb code from x86 to mm. | Steve Capper | 1 | -9/+88 |
2013-06-14 | mm: hugetlb: Copy huge_pmd_share from x86 to mm. | Steve Capper | 1 | -0/+122 |
2013-06-13 | mm: migration: add migrate_entry_wait_huge() | Naoya Horiguchi | 1 | -1/+1 |
2013-04-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
2013-04-30 | mm, hugetlb: include hugepages in meminfo | David Rientjes | 1 | -0/+15 |
2013-04-30 | mm/hugetlb: add more arch-defined huge_pte functions | Gerald Schaefer | 1 | -11/+13 |
2013-04-18 | hugetlbfs: add swap entry check in follow_hugetlb_page() | Naoya Horiguchi | 1 | -1/+11 |
2013-03-23 | mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit acco... | Wanpeng Li | 1 | -2/+6 |
2013-03-18 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -21/+18 |
2013-03-07 | hugetlb: fix sparse warning for hugetlb_register_node | Claudiu Ghioc | 1 | -2/+2 |
2013-02-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2013-02-24 | mm: use long type for page counts in mm_populate() and get_user_pages() | Michel Lespinasse | 1 | -6/+6 |
2013-02-24 | mm/hugetlb.c: convert to pr_foo() | Andrew Morton | 1 | -13/+9 |