Age | Commit message (Expand) | Author |
2021-09-08 | mm/hugetlb: initialize hugetlb_usage in mm_init | Liu Zixian |
2021-07-08 | mm: fix spelling mistakes in header files | Zhen Lei |
2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-06-30 | mm: migrate: fix missing update page_private to hugetlb_page_subpool | Muchun Song |
2021-06-30 | mm: sparsemem: use huge PMD mapping for vmemmap pages | Muchun Song |
2021-06-30 | mm/hugetlb: change parameters of arch_make_huge_pte() | Christophe Leroy |
2021-06-30 | mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstate | Muchun Song |
2021-06-30 | mm: hugetlb: add a kernel parameter hugetlb_free_vmemmap | Muchun Song |
2021-06-30 | mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page | Muchun Song |
2021-06-30 | mm: hugetlb: gather discrete indexes of tail page | Muchun Song |
2021-06-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2021-06-24 | mm, futex: fix shared futex pgoff on shmem huge page | Hugh Dickins |
2021-06-16 | mm/hugetlb: expand restore_reserve_on_error functionality | Mike Kravetz |
2021-06-16 | mm,hwpoison: fix race with hugetlb page allocation | Naoya Horiguchi |
2021-05-05 | userfaultfd: add UFFDIO_CONTINUE ioctl | Axel Rasmussen |
2021-05-05 | userfaultfd: hugetlbfs: only compile UFFD helpers if config enabled | Axel Rasmussen |
2021-05-05 | mm: make alloc_contig_range handle in-use hugetlb pages | Oscar Salvador |
2021-05-05 | mm: make alloc_contig_range handle free hugetlb pages | Oscar Salvador |
2021-05-05 | hugetlb: add per-hstate mutex to synchronize user adjustments | Mike Kravetz |
2021-05-05 | hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wp | Peter Xu |
2021-05-05 | mm/hugetlb: move flush_hugetlb_tlb_range() into hugetlb.h | Peter Xu |
2021-05-05 | hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabled | Peter Xu |
2021-05-05 | hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share() | Peter Xu |
2021-04-30 | Reimplement RLIMIT_MEMLOCK on top of ucounts | Alexey Gladkov |
2021-02-24 | mm/hugetlb: change hugetlb_reserve_pages() to type bool | Mike Kravetz |
2021-02-24 | include/linux/hugetlb.h: add synchronization information for new hugetlb spec... | Mike Kravetz |
2021-02-24 | hugetlb: convert PageHugeFreed to HPageFreed flag | Mike Kravetz |
2021-02-24 | hugetlb: convert PageHugeTemporary() to HPageTemporary flag | Mike Kravetz |
2021-02-24 | hugetlb: convert page_huge_active() HPageMigratable flag | Mike Kravetz |
2021-02-24 | hugetlb: use page.private for hugetlb specific page flags | Mike Kravetz |
2021-02-24 | mm/hugetlb: fix some comment typos | Miaohe Lin |
2021-02-05 | mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page | Muchun Song |
2020-10-02 | mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emit | Joe Perches |
2020-08-12 | mm/hugetlb: make hugetlb migration callback CMA aware | Joonsoo Kim |
2020-08-12 | mm/gup: restrict CMA region by using allocation scope API | Joonsoo Kim |
2020-08-12 | mm/migrate: introduce a standard migration target allocation function | Joonsoo Kim |
2020-08-12 | mm/hugetlb: unify migration callbacks | Joonsoo Kim |
2020-08-12 | hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsem | Mike Kravetz |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport |
2020-06-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-06-03 | mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags() | Anshuman Khandual |
2020-06-03 | mm/hugetlb: define a generic fallback for is_hugepage_only_range() | Anshuman Khandual |
2020-06-03 | hugetlbfs: move hugepagesz= parsing to arch independent code | Mike Kravetz |
2020-06-03 | hugetlbfs: add arch_hugetlb_valid_size | Mike Kravetz |
2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig |
2020-04-10 | mm: hugetlb: optionally allocate gigantic hugepages using cma | Roman Gushchin |
2020-04-02 | mm/hugetlb: fix build failure with HUGETLB_PAGE but not HUGEBTLBFS | Christophe Leroy |
2020-04-02 | hugetlb_cgroup: add accounting for shared mappings | Mina Almasry |
2020-04-02 | hugetlb_cgroup: add reservation accounting for private mappings | Mina Almasry |
2020-04-02 | hugetlb_cgroup: add hugetlb_cgroup reservation counter | Mina Almasry |