summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hugetlb: make free_huge_page irq safeMike Kravetz2021-05-052-110/+67
* hugetlb: change free_pool_huge_page to remove_pool_huge_pageMike Kravetz2021-05-051-42/+51
* hugetlb: call update_and_free_page without hugetlb_lockMike Kravetz2021-05-051-5/+26
* hugetlb: create remove_hugetlb_page() to separate functionalityMike Kravetz2021-05-051-25/+40
* hugetlb: add per-hstate mutex to synchronize user adjustmentsMike Kravetz2021-05-051-0/+8
* hugetlb: no need to drop hugetlb_lock to call cma_releaseMike Kravetz2021-05-051-6/+0
* mm/cma: change cma mutex to irq safe spinlockMike Kravetz2021-05-053-14/+14
* mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()Miaohe Lin2021-05-051-2/+9
* mm/hugeltb: clarify (chg - freed) won't go negative in hugetlb_unreserve_pages()Miaohe Lin2021-05-051-0/+3
* mm/hugeltb: simplify the return code of __vma_reservation_common()Miaohe Lin2021-05-051-21/+20
* mm/hugeltb: remove redundant VM_BUG_ON() in region_add()Miaohe Lin2021-05-051-1/+0
* mm: huge_memory: debugfs for file-backed THP splitZi Yan2021-05-051-1/+89
* mm: huge_memory: a new debugfs interface for splitting THP testsZi Yan2021-05-051-8/+147
* khugepaged: remove meaningless !pte_present() check in khugepaged_scan_pmd()Miaohe Lin2021-05-051-4/+0
* khugepaged: remove unnecessary out label in collapse_huge_page()Miaohe Lin2021-05-051-5/+3
* khugepaged: use helper function range_in_vma() in collapse_pte_mapped_thp()Miaohe Lin2021-05-051-1/+1
* mm/khugepaged.c: replace barrier() with READ_ONCE() for a selective variableYanfei Xu2021-05-051-3/+1
* mm/huge_memory.c: use helper function migration_entry_to_page()Miaohe Lin2021-05-051-2/+2
* mm/huge_memory.c: remove redundant PageCompound() checkMiaohe Lin2021-05-051-1/+1
* mm/huge_memory.c: rework the function do_huge_pmd_numa_page() slightlyMiaohe Lin2021-05-051-6/+5
* mm/huge_memory.c: make get_huge_zero_page() return boolMiaohe Lin2021-05-051-4/+4
* mm/huge_memory.c: rework the function vma_adjust_trans_huge()Miaohe Lin2021-05-051-25/+19
* mm/huge_memory.c: remove unnecessary local variable ret2Miaohe Lin2021-05-051-5/+3
* khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate()Miaohe Lin2021-05-051-9/+9
* khugepaged: use helper khugepaged_test_exit() in __khugepaged_enter()Miaohe Lin2021-05-051-1/+1
* khugepaged: reuse the smp_wmb() inside __SetPageUptodate()Miaohe Lin2021-05-051-7/+6
* khugepaged: remove unneeded return value of khugepaged_collapse_pte_mapped_th...Miaohe Lin2021-05-051-6/+4
* mm/hugetlb: simplify the code when alloc_huge_page() failed in hugetlb_no_page()Miaohe Lin2021-05-051-6/+3
* mm/hugetlb_cgroup: remove unnecessary VM_BUG_ON_PAGE in hugetlb_cgroup_migrate()Miaohe Lin2021-05-051-1/+0
* mm/hugetlb: optimize the surplus state transfer code in move_hugetlb_state()Miaohe Lin2021-05-051-0/+6
* mm/hugetlb: use some helper functions to cleanup codeMiaohe Lin2021-05-051-3/+3
* mm: generalize HUGETLB_PAGE_SIZE_VARIABLEAnshuman Khandual2021-05-051-0/+7
* mm/hugetlb: remove redundant reservation check condition in alloc_huge_page()Miaohe Lin2021-05-051-1/+1
* hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wpPeter Xu2021-05-051-0/+51
* mm/hugetlb: move flush_hugetlb_tlb_range() into hugetlb.hPeter Xu2021-05-051-8/+0
* hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledPeter Xu2021-05-051-6/+16
* hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu2021-05-052-8/+9
* dax: account DAX entries as nrpagesMatthew Wilcox (Oracle)2021-05-051-3/+0
* mm: stop accounting shadow entriesMatthew Wilcox (Oracle)2021-05-054-19/+0
* mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)2021-05-051-15/+3
* mm/memory-failure: unnecessary amount of unmappingJane Chu2021-04-301-1/+1
* mm: page_alloc: ignore init_on_free=1 for debug_pagealloc=1Sergei Trofimovich2021-04-301-13/+17
* mm/page_alloc: inline __rmqueue_pcplistJesper Dangaard Brouer2021-04-301-1/+2
* mm/page_alloc: optimize code layout for __alloc_pages_bulkJesper Dangaard Brouer2021-04-301-3/+3
* mm/page_alloc: add an array-based interface to the bulk page allocatorMel Gorman2021-04-301-16/+44
* mm/page_alloc: add a bulk page allocatorMel Gorman2021-04-301-0/+118
* mm/page_alloc: rename alloced to allocatedMel Gorman2021-04-301-4/+4
* mm/page_alloc: duplicate include linux/vmalloc.hzhouchuangao2021-04-301-2/+0
* mm, page_alloc: avoid page_to_pfn() in move_freepages()Kefeng Wang2021-04-301-15/+13
* mm/Kconfig: remove default DISCONTIGMEM_MANUALGeert Uytterhoeven2021-04-301-1/+0