summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* PM: hibernate: disable when there are active secretmem usersMike Rapoport2021-05-201-0/+15
* mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport2021-05-205-1/+258
* set_memory: allow set_direct_map_*_noflush() for multiple pagesMike Rapoport2021-05-201-2/+3
* mmap: make mlock_future_check() globalMike Rapoport2021-05-202-3/+5
* slub: STACKDEPOT: rename save_stack_trace()Randy Dunlap2021-05-201-2/+2
* mm/slub: use stackdepot to save stack trace in objectsOliver Glitta2021-05-201-30/+49
* Merge branch 'akpm-current/current'Stephen Rothwell2021-05-2049-1034/+2231
|\
| * mm: fix comments mentioning i_mutexJan Kara2021-05-186-24/+24
| * mm: fix typos and grammar error in commentsHyeonggon Yoo2021-05-181-1/+1
| * mm/memory_hotplug: rate limit page migration warningsLiam Mark2021-05-181-5/+11
| * mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables-checkpat...Andrew Morton2021-05-181-3/+3
| * mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand2021-05-183-0/+127
| * mm: make variable names for populate_vma_page_range() consistentDavid Hildenbrand2021-05-181-1/+1
| * nommu-remove-__gfp_highmem-in-vmalloc-vzalloc-checkpatch-fixesAndrew Morton2021-05-181-1/+1
| * nommu: remove __GFP_HIGHMEM in vmalloc/vzallocChen Li2021-05-181-2/+2
| * mm: thp: check total_mapcount instead of page_mapcountYang Shi2021-05-182-14/+7
| * mm, thp: relax the VM_DENYWRITE constraint on file-backed THPsCollin Fijalkovich2021-05-181-1/+15
| * memblock: update initialization of reserved pagesMike Rapoport2021-05-181-2/+26
| * mm/kconfig: move HOLES_IN_ZONE into mmKefeng Wang2021-05-181-0/+3
| * userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()Axel Rasmussen2021-05-182-57/+18
| * userfaultfd/shmem: support UFFDIO_CONTINUE for shmemAxel Rasmussen2021-05-181-45/+127
| * userfaultfd/shmem: support minor fault registration for shmemAxel Rasmussen2021-05-182-4/+16
| * userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pteAxel Rasmussen2021-05-182-43/+19
| * mm/userfaultfd: fix a few thp pmd missing uffd-wp bitPeter Xu2021-05-181-0/+4
| * mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu2021-05-182-25/+23
| * mm/thp: simplify copying of huge zero page pmd when forkPeter Xu2021-05-181-6/+3
| * mm/vmalloc: enable mapping of huge pages at pte level in vmallocChristophe Leroy2021-05-181-6/+7
| * mm/vmalloc: enable mapping of huge pages at pte level in vmapChristophe Leroy2021-05-181-3/+18
| * mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy2021-05-182-3/+7
| * mm/huge_memory.c: don't discard hugepage if other processes are mapping itMiaohe Lin2021-05-181-1/+1
| * mm/huge_memory.c: remove unnecessary tlb_remove_page_size() for huge zero pmdMiaohe Lin2021-05-181-3/+0
| * mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin2021-05-183-6/+12
| * mm/huge_memory.c: use page->deferred_listMiaohe Lin2021-05-181-2/+2
| * mm/debug_vm_pgtable: remove redundant pfn_{pmd/pte}() and fix one comment mis...Shixin Liu2021-05-181-5/+6
| * mm/debug_vm_pgtable: move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGE...Shixin Liu2021-05-181-52/+39
| * mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstateMuchun Song2021-05-183-4/+40
| * mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabledMuchun Song2021-05-181-0/+1
| * mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song2021-05-181-0/+24
| * mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song2021-05-185-17/+201
| * mm: hugetlb: defer freeing of HugeTLB pagesMuchun Song2021-05-183-19/+93
| * mm: hugetlb: free the vmemmap pages associated with each HugeTLB pageMuchun Song2021-05-185-12/+443
| * mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song2021-05-184-116/+129
| * mm/page_alloc: update PGFREE outside the zone lock in __free_pages_okMel Gorman2021-05-181-1/+2
| * mm/page_alloc: avoid conflating IRQs disabled with zone->lockMel Gorman2021-05-181-26/+49
| * mm/page_alloc: explicitly acquire the zone lock in __free_pages_okMel Gorman2021-05-181-8/+8
| * mm/page_alloc: reduce duration that IRQs are disabled for VM countersMel Gorman2021-05-181-6/+6
| * mm/page_alloc: batch the accounting updates in the bulk allocatorMel Gorman2021-05-181-17/+13
| * mm/vmstat: inline NUMA event counter updatesMel Gorman2021-05-181-9/+0
| * mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman2021-05-183-113/+76
| * mm/page_alloc: convert per-cpu list protection to local_lockMel Gorman2021-05-181-15/+35