Age | Commit message (Expand) | Author | Files | Lines |
2015-04-14 | mm/hugetlb: use pmd_page() in follow_huge_pmd() | Gerald Schaefer | 1 | -2/+1 |
2015-03-12 | mm, hugetlb: close race when setting PageTail for gigantic pages | David Rientjes | 1 | -1/+3 |
2015-02-11 | mm: account pmd page tables to the process | Kirill A. Shutemov | 1 | -2/+6 |
2015-02-11 | mm/hugetlb: add migration entry check in __unmap_hugepage_range | Naoya Horiguchi | 1 | -2/+3 |
2015-02-11 | mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protection | Naoya Horiguchi | 1 | -1/+20 |
2015-02-11 | mm/hugetlb: fix getting refcount 0 page in hugetlb_fault() | Naoya Horiguchi | 1 | -16/+36 |
2015-02-11 | mm/hugetlb: take page table lock in follow_huge_pmd() | Naoya Horiguchi | 1 | -14/+34 |
2015-02-11 | mm/hugetlb: pmd_huge() returns true for non-present hugepage | Naoya Horiguchi | 1 | -0/+2 |
2015-02-11 | mm/hugetlb: reduce arch dependent code around follow_huge_* | Naoya Horiguchi | 1 | -15/+15 |
2015-02-10 | mm: hugetlb: fix type of hugetlb_treat_as_movable variable | Andrey Ryabinin | 1 | -1/+1 |
2014-12-15 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -1/+6 |
2014-12-13 | hugetlb: hugetlb_register_all_nodes(): add __init marker | Luiz Capitulino | 1 | -1/+1 |
2014-12-13 | hugetlb: alloc_bootmem_huge_page(): use IS_ALIGNED() | Luiz Capitulino | 1 | -1/+1 |
2014-12-13 | mm: convert i_mmap_mutex to rwsem | Davidlohr Bueso | 1 | -5/+5 |
2014-12-13 | mm: use new helper functions around the i_mmap_mutex | Davidlohr Bueso | 1 | -6/+6 |
2014-12-11 | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 1 | -1/+1 |
2014-12-10 | mm: hugetlb: fix __unmap_hugepage_range() | Hillf Danton | 1 | -1/+3 |
2014-10-27 | cpuset: simplify cpuset_node_allowed API | Vladimir Davydov | 1 | -1/+1 |
2014-10-09 | mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA | Sasha Levin | 1 | -7/+7 |
2014-08-06 | mm: fix potential infinite loop in dissolve_free_huge_pages() | Li Zhong | 1 | -0/+3 |
2014-08-06 | mm, hugetlb: remove hugetlb_zero and hugetlb_infinity | David Rientjes | 1 | -1/+0 |
2014-08-06 | mm, hugetlb: generalize writes to nr_hugepages | David Rientjes | 1 | -32/+26 |
2014-08-06 | mm,hugetlb: simplify error handling in hugetlb_cow() | Davidlohr Bueso | 1 | -19/+16 |
2014-08-06 | mm,hugetlb: make unmap_ref_private() return void | Davidlohr Bueso | 1 | -18/+14 |
2014-07-30 | kexec: export free_huge_page to VMCOREINFO | Atsushi Kumagai | 1 | -1/+1 |
2014-07-23 | mm: hugetlb: fix copy_hugetlb_page_range() | Naoya Horiguchi | 1 | -0/+1 |
2014-06-23 | hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entry | Naoya Horiguchi | 1 | -28/+43 |
2014-06-04 | hugetlb: rename hugepage_migration_support() to ..._supported() | Naoya Horiguchi | 1 | -1/+1 |
2014-06-04 | mm, hugetlb: move the error handle logic out of normal code path | Jianyu Zhan | 1 | -13/+13 |
2014-06-04 | hugetlb: add support for gigantic page allocation at runtime | Luiz Capitulino | 1 | -11/+155 |
2014-06-04 | hugetlb: move helpers up in the file | Luiz Capitulino | 1 | -73/+73 |
2014-06-04 | hugetlb: update_and_free_page(): don't clear PG_reserved bit | Luiz Capitulino | 1 | -2/+2 |
2014-06-04 | hugetlb: add hstate_is_gigantic() | Luiz Capitulino | 1 | -14/+14 |
2014-06-04 | hugetlb: prep_compound_gigantic_page(): drop __init marker | Luiz Capitulino | 1 | -2/+1 |
2014-05-06 | hugetlb: ensure hugepage access is denied if hugepages are not supported | Nishanth Aravamudan | 1 | -5/+14 |
2014-04-18 | mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages() | Mizuma, Masayoshi | 1 | -0/+1 |
2014-04-07 | mm: hugetlb: fix softlockup when a large number of hugepages are freed. | Mizuma, Masayoshi | 1 | -0/+1 |
2014-04-07 | mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding style | Choi Gi-yong | 1 | -2/+1 |
2014-04-07 | mm: use macros from compiler.h instead of __attribute__((...)) | Gideon Israel Dsouza | 1 | -1/+2 |
2014-04-07 | mm: move mmu notifier call from change_protection to change_pmd_range | Rik van Riel | 1 | -0/+2 |
2014-04-07 | mm/hugetlb.c: add NULL check of return value of huge_pte_offset | Naoya Horiguchi | 1 | -2/+3 |
2014-04-03 | mm, hugetlb: mark some bootstrap functions as __init | David Rientjes | 1 | -2/+3 |
2014-04-03 | mm, hugetlb: improve page-fault scalability | Davidlohr Bueso | 1 | -13/+71 |
2014-04-03 | mm, hugetlb: use vma_resv_map() map types | Joonsoo Kim | 1 | -50/+45 |
2014-04-03 | mm, hugetlb: remove resv_map_put | Joonsoo Kim | 1 | -12/+3 |
2014-04-03 | mm, hugetlb: fix race in region tracking | Davidlohr Bueso | 1 | -20/+38 |
2014-04-03 | mm, hugetlb: improve, cleanup resv_map parameters | Joonsoo Kim | 1 | -13/+17 |
2014-04-03 | mm, hugetlb: unify region structure handling | Joonsoo Kim | 1 | -16/+21 |
2014-04-03 | mm: optimize put_mems_allowed() usage | Mel Gorman | 1 | -2/+2 |
2014-01-23 | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE | Sasha Levin | 1 | -5/+5 |