| Commit message (Expand) | Author | Age | Files | Lines |
* | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s... | Michal Hocko | 2017-07-12 | 1 | -2/+2 |
* | hugetlb: add support for preferred node to alloc_huge_page_nodemask | Michal Hocko | 2017-07-10 | 1 | -44/+44 |
* | mm, hugetlb: unclutter hugetlb allocation layers | Michal Hocko | 2017-07-10 | 1 | -104/+29 |
* | mm/hugetlb.c: replace memfmt with string_get_size | Matthew Wilcox | 2017-07-10 | 1 | -14/+5 |
* | mm, hugetlb: schedule when potentially allocating many hugepages | David Rientjes | 2017-07-10 | 1 | -0/+2 |
* | hugetlb, memory_hotplug: prefer to use reserved pages for migration | Michal Hocko | 2017-07-10 | 1 | -0/+27 |
* | mm/hugetlb.c: warn the user when issues arise on boot due to hugepages | Liam R. Howlett | 2017-07-10 | 1 | -12/+24 |
* | mm: hugetlb: delete dequeue_hwpoisoned_huge_page() | Naoya Horiguchi | 2017-07-10 | 1 | -34/+0 |
* | mm: hugetlb: soft-offline: dissolve source hugepage after successful migration | Anshuman Khandual | 2017-07-10 | 1 | -1/+9 |
* | mm: hugetlb: prevent reuse of hwpoisoned free hugepages | Naoya Horiguchi | 2017-07-10 | 1 | -2/+1 |
* | mm, page_alloc: pass preferred nid instead of zonelist to allocator | Vlastimil Babka | 2017-07-06 | 1 | -6/+9 |
* | mm/hugetlb: introduce set_huge_swap_pte_at() helper | Punit Agrawal | 2017-07-06 | 1 | -3/+5 |
* | mm/hugetlb: allow architectures to override huge_pte_clear() | Punit Agrawal | 2017-07-06 | 1 | -1/+1 |
* | mm/hugetlb: add size parameter to huge_pte_offset() | Punit Agrawal | 2017-07-06 | 1 | -9/+14 |
* | mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGE | Aneesh Kumar K.V | 2017-07-06 | 1 | -5/+2 |
* | mm/follow_page_mask: add support for hugepage directory entry | Aneesh Kumar K.V | 2017-07-06 | 1 | -0/+8 |
* | mm/follow_page_mask: add support for hugetlb pgd entries | Anshuman Khandual | 2017-07-06 | 1 | -0/+9 |
* | mm/hugetlb: export hugetlb_entry_migration helper | Aneesh Kumar K.V | 2017-07-06 | 1 | -4/+4 |
* | mm/madvise: enable (soft|hard) offline of HugeTLB pages at PGD level | Anshuman Khandual | 2017-07-06 | 1 | -1/+17 |
* | mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specified | James Morse | 2017-06-02 | 1 | -0/+5 |
* | mm/hugetlb.c: don't call region_abort if region_chg fails | Mike Kravetz | 2017-03-31 | 1 | -1/+3 |
* | mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd() | Naoya Horiguchi | 2017-03-31 | 1 | -2/+4 |
* | mm: convert generic code to 5-level paging | Kirill A. Shutemov | 2017-03-09 | 1 | -11/+18 |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | mm: alloc_contig_range: allow to specify GFP mask | Lucas Stach | 2017-02-24 | 1 | -1/+2 |
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 2017-02-24 | 1 | -1/+1 |
* | userfaultfd: hugetlbfs: add UFFDIO_COPY support for shared mappings | Mike Kravetz | 2017-02-22 | 1 | -2/+24 |
* | userfaultfd: hugetlbfs: gup: support VM_FAULT_RETRY | Andrea Arcangeli | 2017-02-22 | 1 | -8/+40 |
* | userfaultfd: hugetlbfs: add userfaultfd hugetlb hook | Mike Kravetz | 2017-02-22 | 1 | -0/+33 |
* | userfaultfd: hugetlbfs: fix __mcopy_atomic_hugetlb retry/error processing | Mike Kravetz | 2017-02-22 | 1 | -1/+1 |
* | userfaultfd: hugetlbfs: add hugetlb_mcopy_atomic_pte for userfaultfd support | Mike Kravetz | 2017-02-22 | 1 | -0/+81 |
* | mm/hugetlb.c: fix reservation race when freeing surplus pages | Mike Kravetz | 2017-01-10 | 1 | -9/+28 |
* | mm: add tlb_remove_check_page_size_change to track page size change | Aneesh Kumar K.V | 2016-12-12 | 1 | -0/+5 |
* | mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pages | Aneesh Kumar K.V | 2016-12-12 | 1 | -1/+1 |
* | mm/hugetlb.c: use huge_pte_lock instead of opencoding the lock | Aneesh Kumar K.V | 2016-12-12 | 1 | -4/+2 |
* | mm/hugetlb.c: use the right pte val for compare in hugetlb_cow | Aneesh Kumar K.V | 2016-12-12 | 1 | -5/+7 |
* | mm/hugetlb: fix huge page reservation leak in private mapping error paths | Mike Kravetz | 2016-11-11 | 1 | -0/+66 |
* | mm: remove unnecessary condition in remove_inode_hugepages | zhong jiang | 2016-10-07 | 1 | -2/+2 |
* | mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGE | Yisheng Xie | 2016-10-07 | 1 | -1/+1 |
* | mm/hugetlb: improve locking in dissolve_free_huge_pages() | Gerald Schaefer | 2016-10-07 | 1 | -3/+9 |
* | mm/hugetlb: check for reserved hugepages during memory offline | Gerald Schaefer | 2016-10-07 | 1 | -5/+21 |
* | mm/hugetlb: fix memory offline with hugepage size > memory block size | Gerald Schaefer | 2016-10-07 | 1 | -6/+7 |
* | mm/hugetlb: fix incorrect hugepages count during mem hotplug | zhong jiang | 2016-08-11 | 1 | -0/+1 |
* | Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-08-05 | 1 | -1/+9 |
|\ |
|
| * | powerpc/mm/hugetlb: Add flush_hugetlb_tlb_range | Aneesh Kumar K.V | 2016-08-01 | 1 | -1/+9 |
* | | mm, hugetlb: fix huge_pte_alloc BUG_ON | Michal Hocko | 2016-08-02 | 1 | -1/+1 |
* | | mm/hugetlb: avoid soft lockup in set_max_huge_pages() | Jia He | 2016-08-02 | 1 | -0/+4 |
|/ |
|
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-07-28 | 1 | -1/+0 |
|\ |
|
| * | mm: hwpoison: remove incorrect comments | Naoya Horiguchi | 2016-07-28 | 1 | -1/+0 |
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-07-28 | 1 | -1/+1 |
|\ \
| |/
|/| |
|