Age | Commit message (Expand) | Author |
2016-07-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-07-26 | mm/mmu_gather: track page size with mmu gather and force flush if page size c... | Aneesh Kumar K.V |
2016-07-26 | mm/hugetlb: simplify hugetlb unmap | Aneesh Kumar K.V |
2016-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds |
2016-07-15 | mm: thp: refix false positive BUG in page_move_anon_rmap() | Hugh Dickins |
2016-07-06 | s390/mm: add support for 2GB hugepages | Gerald Schaefer |
2016-06-24 | mm/hugetlb: clear compound_mapcount when freeing gigantic pages | Gerald Schaefer |
2016-06-24 | hugetlb: fix nr_pmds accounting with shared page tables | Kirill A. Shutemov |
2016-06-09 | mm/hugetlb: fix huge page reserve accounting for private mappings | Mike Kravetz |
2016-05-23 | Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2016-05-20 | /dev/dax, core: file operations and dax-mmap | Dan Williams |
2016-05-19 | mm/hugetlb: add same zone check in pfn_range_valid_gigantic() | Joonsoo Kim |
2016-05-19 | mm/hugetlb.c: use first_memory_node | Andrew Morton |
2016-05-19 | mm/hugetlb: introduce hugetlb_bad_size() | Vaishali Thakkar |
2016-05-19 | mm/hugetlb: optimize minimum size (min_size) accounting | Mike Kravetz |
2016-05-19 | include/linux/nodemask.h: create next_node_in() helper | Andrew Morton |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2016-03-17 | mm: convert pr_warning to pr_warn | Joe Perches |
2016-03-09 | mm/hugetlb: use EOPNOTSUPP in hugetlb sysctl handlers | Jan Stancek |
2016-03-09 | mm/hugetlb: hugetlb_no_page: rate-limit warning message | Geoffrey Thomas |
2016-02-18 | mm/hugetlb.c: fix incorrect proc nr_hugepages value | Vaishali Thakkar |
2016-02-05 | mm, hugetlb: don't require CMA for runtime gigantic pages | Vlastimil Babka |
2016-02-05 | mm/hugetlb: fix gigantic page initialization/allocation | Mike Kravetz |
2016-01-15 | mm: rework mapcount accounting to enable 4k mapping of THPs | Kirill A. Shutemov |
2016-01-15 | mm: drop tail page refcounting | Kirill A. Shutemov |
2016-01-15 | rmap: add argument to charge compound page | Kirill A. Shutemov |
2016-01-15 | page-flags: define PG_reserved behavior on compound pages | Kirill A. Shutemov |
2016-01-14 | hugetlb: make mm and fs code explicitly non-modular | Paul Gortmaker |
2015-12-12 | mm/hugetlb.c: fix resv map memory leak for placeholder entries | Mike Kravetz |
2015-12-12 | mm: hugetlb: call huge_pte_alloc() only if ptep is null | Naoya Horiguchi |
2015-12-12 | mm: hugetlb: fix hugepage memory leak caused by wrong reserve count | Naoya Horiguchi |
2015-11-10 | hugetlb: trivial comment fix | Naoya Horiguchi |
2015-11-06 | mm: use 'unsigned int' for page order | Kirill A. Shutemov |
2015-11-06 | mm: make compound_head() robust | Kirill A. Shutemov |
2015-11-06 | mm: pack compound_dtor and compound_order into one word in struct page | Kirill A. Shutemov |
2015-11-05 | mm: introduce VM_LOCKONFAULT | Eric B Munson |
2015-11-05 | mm, hugetlbfs: optimize when NUMA=n | Dave Hansen |
2015-11-05 | mm, hugetlb: use memory policy when available | Dave Hansen |
2015-11-05 | mm/hugetlb: make node_hstates array static | Alexander Kuleshov |
2015-11-05 | mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status | Naoya Horiguchi |
2015-10-01 | mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault | Mel Gorman |
2015-09-08 | mm: rename alloc_pages_exact_node() to __alloc_pages_node() | Vlastimil Babka |
2015-09-08 | hugetlbfs: add hugetlbfs_fallocate() | Mike Kravetz |
2015-09-08 | hugetlbfs: New huge_add_to_page_cache helper routine | Mike Kravetz |
2015-09-08 | mm/hugetlb: alloc_huge_page handle areas hole punched by fallocate | Mike Kravetz |
2015-09-08 | mm/hugetlb: vma_has_reserves() needs to handle fallocate hole punch | Mike Kravetz |
2015-09-08 | hugetlbfs: truncate_hugepages() takes a range of pages | Mike Kravetz |
2015-09-08 | mm/hugetlb: expose hugetlb fault mutex for use by fallocate | Mike Kravetz |
2015-09-08 | mm/hugetlb: add region_del() to delete a specific range of entries | Mike Kravetz |
2015-09-08 | mm/hugetlb: add cache of descriptors to resv_map for region_add | Mike Kravetz |