summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* mm/zbud: don't export any zbud APIMiaohe Lin2021-06-302-114/+110
* mm/zbud: reuse unbuddied[0] as buddied in zbud_poolMiaohe Lin2021-06-301-2/+8
* mm/z3fold: use release_z3fold_page_locked() to release locked z3fold pageMiaohe Lin2021-06-301-1/+1
* mm/z3fold: fix potential memory leak in z3fold_destroy_pool()Miaohe Lin2021-06-301-0/+1
* mm/z3fold: remove unused function handle_to_z3fold_header()Miaohe Lin2021-06-301-18/+4
* mm/z3fold: remove magic number in z3fold_create_pool()Miaohe Lin2021-06-301-1/+2
* mm/z3fold: avoid possible underflow in z3fold_alloc()Miaohe Lin2021-06-301-2/+5
* mm/z3fold: define macro NCHUNKS as TOTAL_CHUNKS - ZHDR_CHUNKSMiaohe Lin2021-06-301-1/+1
* mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag...David Hildenbrand2021-06-301-0/+40
* mm/kconfig: move HOLES_IN_ZONE into mmKefeng Wang2021-06-301-0/+3
* mm: workingset: define macro WORKINGSET_SHIFTMiaohe Lin2021-06-301-4/+6
* mm/vmscan.c: fix potential deadlock in reclaim_pages()Yu Zhao2021-06-301-0/+15
* userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()Axel Rasmussen2021-06-302-57/+18
* userfaultfd/shmem: support UFFDIO_CONTINUE for shmemAxel Rasmussen2021-06-301-45/+127
* userfaultfd/shmem: support minor fault registration for shmemAxel Rasmussen2021-06-302-4/+16
* userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pteAxel Rasmussen2021-06-302-43/+19
* mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu2021-06-302-25/+27
* mm/thp: simplify copying of huge zero page pmd when forkPeter Xu2021-06-301-6/+3
* mm/hwpoison: disable pcp for page_handle_poison()Naoya Horiguchi2021-06-301-3/+16
* hugetlb: address ref count racing in prep_compound_gigantic_pageMike Kravetz2021-06-302-9/+64
* hugetlb: remove prep_compound_huge_page cleanupMike Kravetz2021-06-301-19/+10
* mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ONMuchun Song2021-06-301-2/+4
* mm: sparsemem: use huge PMD mapping for vmemmap pagesMuchun Song2021-06-301-1/+1
* mm: sparsemem: split the huge PMD mapping of vmemmap pagesMuchun Song2021-06-302-41/+127
* mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPYMina Almasry2021-06-303-59/+41
* mm/vmalloc: enable mapping of huge pages at pte level in vmallocChristophe Leroy2021-06-301-6/+7
* mm/vmalloc: enable mapping of huge pages at pte level in vmapChristophe Leroy2021-06-301-3/+18
* mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy2021-06-302-3/+7
* mm/huge_memory.c: don't discard hugepage if other processes are mapping itMiaohe Lin2021-06-301-1/+1
* mm/huge_memory.c: remove unnecessary tlb_remove_page_size() for huge zero pmdMiaohe Lin2021-06-301-3/+0
* mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin2021-06-303-6/+12
* mm/huge_memory.c: use page->deferred_listMiaohe Lin2021-06-301-2/+2
* mm/debug_vm_pgtable: remove redundant pfn_{pmd/pte}() and fix one comment mis...Shixin Liu2021-06-301-3/+3
* mm/debug_vm_pgtable: move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGE...Shixin Liu2021-06-301-52/+39
* mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstateMuchun Song2021-06-303-4/+40
* mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabledMuchun Song2021-06-301-0/+1
* mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song2021-06-301-0/+24
* mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song2021-06-305-17/+201
* mm: hugetlb: defer freeing of HugeTLB pagesMuchun Song2021-06-303-19/+93
* mm: hugetlb: free the vmemmap pages associated with each HugeTLB pageMuchun Song2021-06-305-12/+443
* mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song2021-06-304-116/+129
* mm,hwpoison: make get_hwpoison_page() call get_any_page()Naoya Horiguchi2021-06-292-85/+111
* mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi2021-06-291-1/+149
* mm/page_alloc: split pcp->high across all online CPUs for cpuless nodesMel Gorman2021-06-291-5/+9
* mm/page_alloc: allow high-order pages to be stored on the per-cpu listsMel Gorman2021-06-293-48/+125
* mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport2021-06-293-8/+4
* mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-295-19/+9
* mm: remove CONFIG_DISCONTIGMEMMike Rapoport2021-06-292-35/+3
* mm/page_alloc: move free_the_pageMel Gorman2021-06-291-8/+8
* mm/page_alloc: fix counting of managed_pagesLiu Shixin2021-06-291-6/+6