aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2021-07-12mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)2-48/+10
2021-07-12mm/rmap: fix munlocking Anon THP with mlocked ptesHugh Dickins1-17/+22
2021-07-11mm/rmap: try_to_migrate() skip zone_device !device_privateHugh Dickins1-3/+3
2021-07-11mm/rmap: fix new bug: premature return from page_mlock_one()Hugh Dickins1-6/+5
2021-07-11mm/rmap: fix old bug: munlocking THP missed other mlocksHugh Dickins1-5/+8
2021-07-11mm/rmap: fix comments left over from recent changesHugh Dickins2-7/+2
2021-07-10mm/page_alloc: Revert pahole zero-sized workaroundMel Gorman1-11/+0
2021-07-10Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-8/+35
2021-07-08mm/mremap: allow arch runtime overrideAneesh Kumar K.V1-1/+14
2021-07-08mm/mremap: hold the rmap lock in write mode when moving page table entries.Aneesh Kumar K.V1-2/+2
2021-07-08mm/mremap: use pmd/pud_poplulate to update page table entriesAneesh Kumar K.V1-4/+3
2021-07-08mm/mremap: don't enable optimized PUD move if page table levels is 2Aneesh Kumar K.V1-1/+1
2021-07-08mm/mremap: convert huge PUD move to separate helperAneesh Kumar K.V1-7/+73
2021-07-08mm: add setup_initial_init_mm() helperKefeng Wang1-0/+9
2021-07-08PM: hibernate: disable when there are active secretmem usersMike Rapoport1-0/+15
2021-07-08mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport5-1/+258
2021-07-08mmap: make mlock_future_check() globalMike Rapoport2-3/+5
2021-07-08mm/slub: use stackdepot to save stack trace in objectsOliver Glitta1-30/+49
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-3/+22
2021-07-04Merge tag 'memblock-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-12/+14
2021-07-04percpu: flush tlb in pcpu_reclaim_populated()Dennis Zhou3-8/+35
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-21/+15
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds45-1411/+2919
2021-07-01Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds6-186/+338
2021-07-01mm: device exclusive memory accessAlistair Popple5-7/+328
2021-07-01mm/memory.c: allow different return codes for copy_nonpresent_pte()Alistair Popple1-11/+17
2021-07-01mm: rename migrate_pgmap_ownerAlistair Popple1-5/+5
2021-07-01mm/rmap: split migration into its own functionAlistair Popple3-104/+288
2021-07-01mm/rmap: split try_to_munlock from try_to_unmapAlistair Popple2-23/+55
2021-07-01mm/swapops: rework swap entry manipulation codeAlistair Popple8-36/+70
2021-07-01mm: remove special swap entry functionsAlistair Popple6-18/+17
2021-07-01kfence: unconditionally use unbound work queueMarco Elver1-2/+2
2021-07-01mm/page_alloc: move prototype for find_suitable_fallbackMel Gorman1-2/+1
2021-07-01mm/mmap_lock: remove dead code for !CONFIG_TRACING configurationsMel Gorman1-27/+32
2021-07-01mm/z3fold: add kerneldoc fields for z3fold_poolMel Gorman1-0/+2
2021-07-01mm/zbud: add kerneldoc fields for zbud_poolMel Gorman1-0/+2
2021-07-01mm/memory_hotplug: fix kerneldoc comment for __remove_memoryMel Gorman1-1/+1
2021-07-01mm/memory_hotplug: fix kerneldoc comment for __try_online_nodeMel Gorman1-2/+2
2021-07-01mm/memcontrol.c: fix kerneldoc comment for mem_cgroup_calculate_protectionMel Gorman1-1/+1
2021-07-01mm/mapping_dirty_helpers: remove double Note in kerneldocMel Gorman1-1/+1
2021-07-01mm/page_alloc: make should_fail_alloc_page() staticMel Gorman1-1/+1
2021-07-01mm/vmalloc: include header for prototype of set_iounmap_nonlazyMel Gorman1-0/+3
2021-07-01mm/vmscan: remove kerneldoc-like comment from isolate_lru_pagesMel Gorman1-1/+1
2021-07-01mm: fix spelling mistakesZhen Lei4-5/+5
2021-07-01mm: fix typos and grammar error in commentsHyeonggon Yoo1-1/+1
2021-07-01mm/zsmalloc.c: improve readability for async_free_zspage()Miaohe Lin1-1/+1
2021-07-01mm/zsmalloc.c: remove confusing code in obj_free()Miaohe Lin1-1/+0
2021-06-30mm/zswap.c: fix two bugs in zswap_writeback_entry()Miaohe Lin1-10/+7
2021-06-30mm/zswap.c: avoid unnecessary copy-in at map timeMiaohe Lin1-1/+1
2021-06-30mm/zswap.c: remove unused function zswap_debugfs_exit()Miaohe Lin1-7/+0
2021-06-30mm,memory_hotplug: drop unneeded lockingOscar Salvador1-15/+1
2021-06-30mm/memory_hotplug: rate limit page migration warningsLiam Mark1-5/+11
2021-06-30mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand3-0/+127
2021-06-30mm: make variable names for populate_vma_page_range() consistentDavid Hildenbrand1-1/+1
2021-06-30mm: generalize ZONE_[DMA|DMA32]Kefeng Wang1-0/+12
2021-06-30mm/nommu: unexport do_munmap()Liam Howlett1-1/+0
2021-06-30nommu: remove __GFP_HIGHMEM in vmalloc/vzallocChen Li1-2/+2
2021-06-30mm/thp: fix strncpy warningMatthew Wilcox (Oracle)1-1/+1
2021-06-30mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNCHugh Dickins1-1/+1
2021-06-30mm/thp: remap_page() is only needed on anonymous THPHugh Dickins1-0/+5
2021-06-30mm: rmap: make try_to_unmap() void functionYang Shi3-20/+13
2021-06-30mm: thp: skip make PMD PROT_NONE if THP migration is not supportedYang Shi1-0/+4
2021-06-30mm: migrate: check mapcount for THP instead of refcountYang Shi1-12/+4
2021-06-30mm: migrate: don't split THP for misplaced NUMA pageYang Shi1-1/+3
2021-06-30mm: migrate: account THP NUMA migration counters correctlyYang Shi1-3/+4
2021-06-30mm: thp: refactor NUMA fault handlingYang Shi3-263/+77
2021-06-30mm: memory: make numa_migrate_prep() non-staticYang Shi2-3/+5
2021-06-30mm: memory: add orig_pmd to struct vm_faultYang Shi2-16/+19
2021-06-30mm, thp: relax the VM_DENYWRITE constraint on file-backed THPsCollin Fijalkovich1-1/+15
2021-06-30mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song1-1/+1
2021-06-30memblock: update initialization of reserved pagesMike Rapoport1-2/+26
2021-06-30mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policiesBen Widawsky1-52/+44
2021-06-30mm: mempolicy: don't have to split pmd for huge zero pageYang Shi1-4/+5
2021-06-30mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicyFeng Tang1-18/+30
2021-06-30mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policyFeng Tang1-80/+56
2021-06-30mm/mempolicy: cleanup nodemask intersection check for oomFeng Tang2-26/+10
2021-06-30mm/compaction: fix 'limit' in fast_isolate_freepagesWonhyuk Yang1-3/+3
2021-06-30mm: compaction: remove duplicate !list_empty(&sublist) checkLiu Xiang1-4/+2
2021-06-30mm/compaction: use DEVICE_ATTR_WO macroYueHaibing1-4/+4
2021-06-30mm/zbud: don't export any zbud APIMiaohe Lin2-114/+110
2021-06-30mm/zbud: reuse unbuddied[0] as buddied in zbud_poolMiaohe Lin1-2/+8
2021-06-30mm/z3fold: use release_z3fold_page_locked() to release locked z3fold pageMiaohe Lin1-1/+1
2021-06-30mm/z3fold: fix potential memory leak in z3fold_destroy_pool()Miaohe Lin1-0/+1
2021-06-30mm/z3fold: remove unused function handle_to_z3fold_header()Miaohe Lin1-18/+4
2021-06-30mm/z3fold: remove magic number in z3fold_create_pool()Miaohe Lin1-1/+2
2021-06-30mm/z3fold: avoid possible underflow in z3fold_alloc()Miaohe Lin1-2/+5
2021-06-30mm/z3fold: define macro NCHUNKS as TOTAL_CHUNKS - ZHDR_CHUNKSMiaohe Lin1-1/+1
2021-06-30mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag...David Hildenbrand1-0/+40
2021-06-30mm/kconfig: move HOLES_IN_ZONE into mmKefeng Wang1-0/+3
2021-06-30mm: workingset: define macro WORKINGSET_SHIFTMiaohe Lin1-4/+6
2021-06-30mm/vmscan.c: fix potential deadlock in reclaim_pages()Yu Zhao1-0/+15
2021-06-30userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()Axel Rasmussen2-57/+18
2021-06-30userfaultfd/shmem: support UFFDIO_CONTINUE for shmemAxel Rasmussen1-45/+127
2021-06-30userfaultfd/shmem: support minor fault registration for shmemAxel Rasmussen2-4/+16
2021-06-30userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pteAxel Rasmussen2-43/+19
2021-06-30mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu2-25/+27
2021-06-30mm/thp: simplify copying of huge zero page pmd when forkPeter Xu1-6/+3
2021-06-30mm/hwpoison: disable pcp for page_handle_poison()Naoya Horiguchi1-3/+16
2021-06-30hugetlb: address ref count racing in prep_compound_gigantic_pageMike Kravetz2-9/+64
2021-06-30hugetlb: remove prep_compound_huge_page cleanupMike Kravetz1-19/+10
2021-06-30mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ONMuchun Song1-2/+4
2021-06-30mm: sparsemem: use huge PMD mapping for vmemmap pagesMuchun Song1-1/+1
2021-06-30mm: sparsemem: split the huge PMD mapping of vmemmap pagesMuchun Song2-41/+127
2021-06-30mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPYMina Almasry3-59/+41
2021-06-30mm/vmalloc: enable mapping of huge pages at pte level in vmallocChristophe Leroy1-6/+7
2021-06-30mm/vmalloc: enable mapping of huge pages at pte level in vmapChristophe Leroy1-3/+18
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy2-3/+7
2021-06-30mm/huge_memory.c: don't discard hugepage if other processes are mapping itMiaohe Lin1-1/+1
2021-06-30mm/huge_memory.c: remove unnecessary tlb_remove_page_size() for huge zero pmdMiaohe Lin1-3/+0
2021-06-30mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin3-6/+12
2021-06-30mm/huge_memory.c: use page->deferred_listMiaohe Lin1-2/+2
2021-06-30mm/debug_vm_pgtable: remove redundant pfn_{pmd/pte}() and fix one comment mis...Shixin Liu1-3/+3
2021-06-30mm/debug_vm_pgtable: move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGE...Shixin Liu1-52/+39
2021-06-30mm: hugetlb: introduce nr_free_vmemmap_pages in the struct hstateMuchun Song3-4/+40
2021-06-30mm: memory_hotplug: disable memmap_on_memory when hugetlb_free_vmemmap enabledMuchun Song1-0/+1
2021-06-30mm: hugetlb: add a kernel parameter hugetlb_free_vmemmapMuchun Song1-0/+24
2021-06-30mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB pageMuchun Song5-17/+201
2021-06-30mm: hugetlb: defer freeing of HugeTLB pagesMuchun Song3-19/+93
2021-06-30mm: hugetlb: free the vmemmap pages associated with each HugeTLB pageMuchun Song5-12/+443
2021-06-30mm: memory_hotplug: factor out bootmem core functions to bootmem_info.cMuchun Song4-116/+129
2021-06-30Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+0
2021-06-30memblock: ensure there is no overflow in memblock_overlaps_region()Mike Rapoport1-1/+2
2021-06-30memblock: align freed memory map on pageblock boundaries with SPARSEMEMMike Rapoport1-3/+4
2021-06-30memblock: free_unused_memmap: use pageblock units instead of MAX_ORDERMike Rapoport1-8/+8
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds57-1292/+2245
2021-06-29mm,hwpoison: make get_hwpoison_page() call get_any_page()Naoya Horiguchi2-85/+111
2021-06-29mm,hwpoison: send SIGBUS with error virutal addressNaoya Horiguchi1-1/+149
2021-06-29mm/page_alloc: split pcp->high across all online CPUs for cpuless nodesMel Gorman1-5/+9
2021-06-29mm/page_alloc: allow high-order pages to be stored on the per-cpu listsMel Gorman3-48/+125
2021-06-29mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport3-8/+4
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport5-19/+9
2021-06-29mm: remove CONFIG_DISCONTIGMEMMike Rapoport2-35/+3
2021-06-29mm/page_alloc: move free_the_pageMel Gorman1-8/+8
2021-06-29mm/page_alloc: fix counting of managed_pagesLiu Shixin1-6/+6
2021-06-29mm/page_alloc: improve memmap_pages dbg msgDong Aisheng1-1/+1
2021-06-29mm/page_alloc: introduce vm.percpu_pagelist_high_fractionMel Gorman1-7/+62
2021-06-29mm/page_alloc: limit the number of pages on PCP lists when reclaim is activeMel Gorman2-1/+53
2021-06-29mm/page_alloc: scale the number of pages that are batch freedMel Gorman1-2/+39
2021-06-29mm/page_alloc: adjust pcp->high after CPU hotplug eventsMel Gorman2-12/+28
2021-06-29mm/page_alloc: disassociate the pcp->high from pcp->batchMel Gorman2-21/+47
2021-06-29mm/page_alloc: delete vm.percpu_pagelist_fractionMel Gorman1-51/+4
2021-06-29mm: page_alloc: dump migrate-failed pages only at -EBUSYMinchan Kim1-1/+2
2021-06-29mm/page_alloc: update PGFREE outside the zone lock in __free_pages_okMel Gorman1-1/+2
2021-06-29mm/page_alloc: avoid conflating IRQs disabled with zone->lockMel Gorman1-26/+49
2021-06-29mm/page_alloc: explicitly acquire the zone lock in __free_pages_okMel Gorman1-8/+8
2021-06-29mm/page_alloc: reduce duration that IRQs are disabled for VM countersMel Gorman1-6/+6
2021-06-29mm/page_alloc: batch the accounting updates in the bulk allocatorMel Gorman1-17/+13
2021-06-29mm/vmstat: inline NUMA event counter updatesMel Gorman1-9/+0
2021-06-29mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman3-113/+74
2021-06-29mm/page_alloc: convert per-cpu list protection to local_lockMel Gorman1-15/+46
2021-06-29mm/page_alloc: split per cpu page lists and zone statsMel Gorman2-84/+99
2021-06-29mm/page_alloc: switch to pr_debugHeiner Kallweit1-10/+6
2021-06-29mm: constify get_pfnblock_flags_mask and get_pfnblock_migratetypeMatthew Wilcox (Oracle)1-6/+7
2021-06-29mm/page_owner: constify dump_page_ownerMatthew Wilcox (Oracle)1-1/+1
2021-06-29mm/debug: factor PagePoisoned out of __dump_pageMatthew Wilcox (Oracle)1-18/+7
2021-06-29mm/page_alloc: bail out on fatal signal during reclaim/compaction retry attemptAaron Tomlin1-0/+3
2021-06-29mm: make __dump_page staticMatthew Wilcox (Oracle)2-3/+2
2021-06-29kasan: add memory corruption identification support for hardware tag-based modeKuan-Ying Lee1-1/+1
2021-06-29kasan: integrate the common part of two KASAN tag-based modesKuan-Ying Lee7-113/+112
2021-06-29kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFYKuan-Ying Lee3-5/+5
2021-06-29kasan: use MAX_PTRS_PER_* for early shadow tablesDaniel Axtens1-3/+3
2021-06-29kasan: allow architectures to provide an outline readiness checkDaniel Axtens4-0/+18
2021-06-29kasan: use dump_stack_lvl(KERN_ERR) to print stacksAlexander Potapenko1-3/+3
2021-06-29mm: vmalloc: add cond_resched() in __vunmap()Rafael Aquini1-0/+1
2021-06-29mm/vmalloc: fallback to a single page allocatorUladzislau Rezki1-29/+52
2021-06-29mm/vmalloc: remove quoted strings split across linesUladzislau Rezki (Sony)1-12/+9
2021-06-29mm/vmalloc: print a warning message first on failureUladzislau Rezki (Sony)1-1/+1
2021-06-29mm/vmalloc: switch to bulk allocator in __vmalloc_area_node()Uladzislau Rezki (Sony)1-34/+42
2021-06-29mm/dmapool: use DEVICE_ATTR_RO macroYueHaibing1-3/+2
2021-06-29mm/mempolicy: use vma_lookup() in __access_remote_vm()Liam Howlett1-1/+1
2021-06-29mm/memory.c: use vma_lookup() in __access_remote_vm()Liam Howlett1-2/+2
2021-06-29mm/mremap: use vma_lookup() in vma_to_resize()Liam Howlett1-2/+3
2021-06-29mm/migrate: use vma_lookup() in do_pages_stat_array()Liam Howlett1-2/+2
2021-06-29mm/ksm: use vma_lookup() in find_mergeable_vma()Liam Howlett1-4/+2
2021-06-29mm/memory.c: fix comment of finish_mkwrite_fault()Liu Xiang1-1/+1
2021-06-29mm/mmap: use find_vma_intersection() in do_mmap() for overlapLiam Howlett1-3/+1
2021-06-29mm/mmap: introduce unlock_range() for code cleanupLiam Howlett1-19/+20
2021-06-29mm/mmap.c: logic of find_vma_intersection repeated in __do_munmapGonzalo Matias Juarez Tello1-7/+2
2021-06-29mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()David Hildenbrand2-2/+2
2021-06-29loop: charge i/o to mem and blk cgDan Schatzberg1-0/+1
2021-06-29mm: charge active memcg when no mm is setDan Schatzberg3-17/+30
2021-06-29mm: vmscan: remove noinline_for_stackMuchun Song1-3/+3
2021-06-29mm: memcontrol: move obj_cgroup_uncharge_pages() out of css_set_lockMuchun Song1-1/+2
2021-06-29mm: memcontrol: simplify the logic of objcg pinning memcgMuchun Song1-14/+6
2021-06-29mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvecMuchun Song1-1/+1
2021-06-29mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvecMuchun Song4-9/+6
2021-06-29mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mmMuchun Song1-11/+14
2021-06-29mm: memcontrol: fix page charging in page replacementMuchun Song1-3/+5
2021-06-29mm: memcontrol: fix root_mem_cgroup chargingMuchun Song1-5/+12
2021-06-29mm: memcg/slab: disable cache merging for KMALLOC_NORMAL cachesWaiman Long1-0/+7
2021-06-29mm: memcg/slab: create a new set of kmalloc-cg-<n> cachesWaiman Long3-10/+29
2021-06-29mm: memcg/slab: properly set up gfp flags for objcg pointer arrayWaiman Long2-1/+8
2021-06-29mm/memcg: optimize user context object stock accessWaiman Long1-28/+72
2021-06-29mm/memcg: improve refill_obj_stock() performanceWaiman Long1-13/+35
2021-06-29mm/memcg: cache vmstat data in percpu memcg_stock_pcpWaiman Long1-3/+87
2021-06-29mm/memcg: move mod_objcg_state() to memcontrol.cWaiman Long2-14/+15
2021-06-29swap: check mapping_empty() for swap cache before being freedHuang Ying1-1/+6
2021-06-29mm: free idle swap cache page after COWHuang Ying2-1/+3
2021-06-29mm, swap: remove unnecessary smp_rmb() in swap_type_to_swap_info()Huang Ying1-9/+6
2021-06-29mm/swap_slots.c: delete meaningless forward declarationsMiaohe Lin1-2/+0