aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2021-06-24mm/page_alloc: do bulk array bounds check after checking populated elementsMel Gorman1-0/+4
2021-06-24mm/page_alloc: __alloc_pages_bulk(): do bounds check before accessing arrayRasmus Villemoes1-1/+1
2021-06-24mm/hwpoison: do not lock page again when me_huge_page() successfully recoversNaoya Horiguchi1-14/+30
2021-06-24mm,hwpoison: return -EHWPOISON to denote that the page has already been poisonedAili Yao1-1/+2
2021-06-24mm/memory-failure: use a mutex to avoid memory_failure() racesTony Luck1-13/+23
2021-06-24mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins1-4/+1
2021-06-24mm/vmalloc: unbreak kasan vmalloc supportDaniel Axtens1-10/+14
2021-06-24mm/vmalloc: add vmalloc_no_hugeClaudio Imbrenda1-0/+17
2021-06-24mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()Hugh Dickins1-0/+4
2021-06-24mm/thp: fix page_vma_mapped_walk() if THP mapped by ptesHugh Dickins1-9/+25
2021-06-24mm: page_vma_mapped_walk(): get vma_address_end() earlierHugh Dickins1-4/+9
2021-06-24mm: page_vma_mapped_walk(): use goto instead of while (1)Hugh Dickins1-4/+3
2021-06-24mm: page_vma_mapped_walk(): add a level of indentationHugh Dickins1-50/+55
2021-06-24mm: page_vma_mapped_walk(): crossing page table boundaryHugh Dickins1-4/+4
2021-06-24mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION blockHugh Dickins1-16/+14
2021-06-24mm: page_vma_mapped_walk(): use pmde for *pvmw->pmdHugh Dickins1-5/+6
2021-06-24mm: page_vma_mapped_walk(): settle PageHuge on entryHugh Dickins1-4/+8
2021-06-24mm: page_vma_mapped_walk(): use page for pvmw->pageHugh Dickins1-5/+4
2021-06-16mm/sparse: fix check_usemap_section_nr warningsMiles Chen1-2/+11
2021-06-16mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for splitYang Shi1-17/+7
2021-06-16mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins2-24/+60
2021-06-16mm/thp: fix page_address_in_vma() on file THP tailsJue Wang1-4/+4
2021-06-16mm/thp: fix vma_address() if virtual address below file offsetHugh Dickins3-32/+53
2021-06-16mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins3-2/+28
2021-06-16mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins1-1/+4
2021-06-16mm/thp: fix __split_huge_pmd_locked() on shmem migration entryHugh Dickins2-12/+20
2021-06-16mm, thp: use head page in __migration_entry_wait()Xu Yu1-0/+1
2021-06-16mm/slub.c: include swab.hAndrew Morton1-0/+1
2021-06-16mm/memory-failure: make sure wait for page writeback in memory_failureyangerkun1-1/+6
2021-06-16mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz1-23/+97
2021-06-16mm/slub: actually fix freelist pointer vs redzoningKees Cook1-11/+3
2021-06-16mm/slub: fix redzoning for small allocationsKees Cook2-5/+6
2021-06-16mm/slub: clarify verification reportingKees Cook1-7/+7
2021-06-16mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when comparePeter Xu1-1/+1
2021-06-16mm,hwpoison: fix race with hugetlb page allocationNaoya Horiguchi2-2/+42
2021-06-05mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPYMina Almasry1-2/+12
2021-06-05mm/kasan/init.c: fix doc warningYu Kuai1-2/+2
2021-06-05hugetlb: pass head page to remove_hugetlb_page()Naoya Horiguchi1-1/+1
2021-06-05mm/page_alloc: fix counting of free pages after take off from buddyDing Hui1-0/+2
2021-06-05mm/debug_vm_pgtable: fix alignment for pmd/pud_advanced_tests()Gerald Schaefer1-2/+2
2021-06-05kfence: use TASK_IDLE when awaiting allocationMarco Elver1-3/+3
2021-06-05Revert "MIPS: make userspace mapping young by default"Thomas Bogendoerfer1-0/+4
2021-05-22userfaultfd: hugetlbfs: fix new flag usage in error pathMike Kravetz1-14/+14
2021-05-22kasan: slab: always reset the tag in get_freepointer_safe()Alexander Potapenko1-0/+1
2021-05-22Revert "mm/gup: check page posion status for coredump."Michal Hocko2-24/+0
2021-05-22mm/shuffle: fix section mismatch warningArnd Bergmann1-2/+2
2021-05-14mm/ioremap: fix iomap_max_page_shiftChristophe Leroy1-3/+3
2021-05-14ksm: revert "use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from...Hugh Dickins1-1/+2
2021-05-14userfaultfd: release page in error path to avoid BUG_ONAxel Rasmussen1-1/+11
2021-05-14mm, slub: move slub_debug static key enabling outside slab_mutexVlastimil Babka2-9/+10
2021-05-14mm/hugetlb: fix cow where page writtable in childPeter Xu1-0/+1
2021-05-14mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu1-18/+4
2021-05-07mm: fix typos in commentsLu Jialin3-3/+3
2021-05-07mm: fix typos in commentsIngo Molnar37-80/+80
2021-05-07mm/slab.c: fix spelling mistake "disired" -> "desired"Colin Ian King1-1/+1
2021-05-07mm/vmalloc: remove vwrite()David Hildenbrand2-125/+1
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand2-2/+2
2021-05-07mm: fix some typos and code style problemsShijie Luo5-7/+7
2021-05-07delayacct: clear right task's flag after blkio completesYafang Shao1-4/+4
2021-05-05kfence: use power-efficient work queue to run delayed workMarco Elver1-2/+3
2021-05-05kfence: maximize allocation wait timeout durationMarco Elver1-1/+11
2021-05-05kfence: await for allocation using wait_eventMarco Elver1-16/+29
2021-05-05kfence: zero guard page after out-of-bounds accessMarco Elver1-0/+1
2021-05-05mm/process_vm_access.c: remove duplicate includeZhang Yunkai1-1/+0
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai14-23/+27
2021-05-05mm/highmem.c: fix coding style issuesongqiang1-6/+5
2021-05-05mm/zsmalloc: use BUG_ON instead of if condition followed by BUG.zhouchuangao1-4/+2
2021-05-05mm/zswap.c: switch from strlcpy to strscpyZhiyuan Dai1-1/+1
2021-05-05mm,memory_hotplug: add kernel boot option to enable memmap_on_memoryOscar Salvador2-2/+13
2021-05-05mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador3-11/+157
2021-05-05mm,memory_hotplug: factor out adjusting present pages into adjust_present_pag...David Hildenbrand1-10/+12
2021-05-05mm,memory_hotplug: relax fully spanned sections checkOscar Salvador1-4/+18
2021-05-05mm/memory_hotplug: remove broken locking of zone PCP structures during hot re...Mel Gorman1-4/+0
2021-05-05selftests/vm: gup_test: test faulting in kernel, and verify pinnable pagesPavel Tatashin1-0/+6
2021-05-05selftests/vm: gup_test: fix test flagPavel Tatashin2-14/+12
2021-05-05mm/gup: longterm pin migration cleanupPavel Tatashin1-56/+37
2021-05-05mm/gup: change index type to long as it counts pagesPavel Tatashin1-1/+1
2021-05-05mm/gup: migrate pinned pages out of movable zonePavel Tatashin1-33/+34
2021-05-05mm: honor PF_MEMALLOC_PIN for all movable pagesPavel Tatashin2-12/+10
2021-05-05mm: apply per-task gfp constraints in fast pathPavel Tatashin1-7/+8
2021-05-05mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PINPavel Tatashin3-6/+6
2021-05-05mm/gup: check for isolation errorsPavel Tatashin1-26/+34
2021-05-05mm/gup: return an error on migration failurePavel Tatashin1-10/+7
2021-05-05mm/gup: check every subpage of a compound page during isolationPavel Tatashin1-12/+7
2021-05-05mm/gup: don't pin migrated cma pages in movable zonePavel Tatashin1-1/+1
2021-05-05mm/util.c: fix typoBhaskar Chowdhury1-1/+1
2021-05-05mm/util.c: reduce mem_dump_obj() object sizeJoe Perches1-10/+14
2021-05-05mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Anshuman Khandual1-0/+6
2021-05-05mm: generalize ARCH_HAS_CACHE_LINE_SIZEAnshuman Khandual1-0/+3
2021-05-05mm/mmap.c: don't unlock VMAs in remap_file_pages()Liam Howlett1-17/+1
2021-05-05x86/mm: track linear mapping split eventsSaravanan D1-0/+4
2021-05-05mm: /proc/sys/vm/stat_refresh stop checking monotonic numa statsHugh Dickins1-9/+0
2021-05-05mm: /proc/sys/vm/stat_refresh skip checking known negative statsHugh Dickins1-0/+15
2021-05-05mm: no more EINVAL from /proc/sys/vm/stat_refreshHugh Dickins1-5/+0
2021-05-05mm: restore node stat checking in /proc/sys/vm/stat_refreshHugh Dickins1-0/+8
2021-05-05mm/ksm: remove unused parameter from remove_trailing_rmap_items()Chengyang Fan1-4/+3
2021-05-05ksm: fix potential missing rmap_item for stable_nodeMiaohe Lin1-0/+1
2021-05-05ksm: remove dedicated macro KSM_FLAG_MASKMiaohe Lin1-3/+1
2021-05-05ksm: use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from_tree()Miaohe Lin1-2/+1
2021-05-05ksm: remove redundant VM_BUG_ON_PAGE() on stable_tree_search()Miaohe Lin1-2/+0
2021-05-05mm: use proper type for cma_[alloc|release]Minchan Kim2-11/+12
2021-05-05mm: cma: add the CMA instance name to cma trace eventsMinchan Kim1-3/+4
2021-05-05mm: cma: support sysfsMinchan Kim5-2/+149
2021-05-05mm: cma: add trace events for CMA alloc perf testingLiam Mark2-0/+6
2021-05-05mm: cma: use pr_err_ratelimited for CMA warningBaolin Wang1-2/+2
2021-05-05mm: vmstat: add cma statisticsMinchan Kim2-3/+13
2021-05-05Revert "mm: migrate: skip shared exec THP for NUMA balancing"Miaohe Lin1-16/+2
2021-05-05mm/migrate.c: use helper migrate_vma_collect_skip() in migrate_vma_collect_ho...Miaohe Lin1-17/+11
2021-05-05mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page()Miaohe Lin1-0/+7
2021-05-05mm/migrate.c: remove unnecessary rc != MIGRATEPAGE_SUCCESS check in 'else' caseMiaohe Lin1-1/+1
2021-05-05mm/migrate.c: make putback_movable_page() staticMiaohe Lin1-6/+1
2021-05-05mm: fs: invalidate BH LRU during page migrationMinchan Kim1-1/+4
2021-05-05mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim4-33/+10
2021-05-05mm: disable LRU pagevec during the migration temporarilyMinchan Kim5-14/+70
2021-05-05mm: compaction: update the COMPACT[STALL|FAIL] events properlyCharan Teja Reddy2-0/+10
2021-05-05mm/compaction: remove unused variable sysctl_compact_memoryPintu Kumar1-3/+0
2021-05-05mm: vmscan: shrink deferred objects proportional to priorityYang Shi1-35/+11
2021-05-05mm: memcontrol: reparent nr_deferred when memcg offlineYang Shi2-0/+25
2021-05-05mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkersYang Shi1-15/+16
2021-05-05mm: vmscan: use per memcg nr_deferred of shrinkerYang Shi1-12/+66
2021-05-05mm: vmscan: add per memcg shrinker nr_deferredYang Shi1-18/+42
2021-05-05mm: vmscan: use a new flag to indicate shrinker is registeredYang Shi1-25/+15
2021-05-05mm: vmscan: add shrinker_info_protected() helperYang Shi1-3/+9
2021-05-05mm: memcontrol: rename shrinker_map to shrinker_infoYang Shi2-32/+32
2021-05-05mm: vmscan: use kvfree_rcu instead of call_rcuYang Shi1-6/+1
2021-05-05mm: vmscan: remove memcg_shrinker_map_sizeYang Shi1-9/+11
2021-05-05mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocationYang Shi1-10/+8
2021-05-05mm: vmscan: consolidate shrinker_maps handling codeYang Shi4-135/+137
2021-05-05mm: vmscan: use nid from shrink_control for tracepointYang Shi1-1/+1
2021-05-05mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checksDave Hansen2-2/+2
2021-05-05mm/vmscan: move RECLAIM* bits to uapi headerDave Hansen1-8/+0
2021-05-05userfaultfd: add UFFDIO_CONTINUE ioctlAxel Rasmussen2-28/+49
2021-05-05userfaultfd: hugetlbfs: only compile UFFD helpers if config enabledAxel Rasmussen1-0/+2
2021-05-05userfaultfd: add minor fault registration modeAxel Rasmussen1-28/+52
2021-05-05mm,page_alloc: drop unnecessary checks from pfn_range_valid_contigOscar Salvador1-6/+0
2021-05-05mm: make alloc_contig_range handle in-use hugetlb pagesOscar Salvador3-8/+31
2021-05-05mm: make alloc_contig_range handle free hugetlb pagesOscar Salvador2-3/+146
2021-05-05mm,hugetlb: split prep_new_huge_page functionalityOscar Salvador1-3/+17
2021-05-05mm,hugetlb: drop clearing of flag from prep_new_huge_pageOscar Salvador1-1/+0
2021-05-05mm,compaction: let isolate_migratepages_{range,block} return error codesOscar Salvador3-33/+36
2021-05-05mm,page_alloc: bail out earlier on -ENOMEM in alloc_contig_migrate_rangeOscar Salvador1-1/+8
2021-05-05hugetlb: add lockdep_assert_held() calls for hugetlb_lockMike Kravetz1-0/+9
2021-05-05hugetlb: make free_huge_page irq safeMike Kravetz2-110/+67
2021-05-05hugetlb: change free_pool_huge_page to remove_pool_huge_pageMike Kravetz1-42/+51
2021-05-05hugetlb: call update_and_free_page without hugetlb_lockMike Kravetz1-5/+26
2021-05-05hugetlb: create remove_hugetlb_page() to separate functionalityMike Kravetz1-25/+40
2021-05-05hugetlb: add per-hstate mutex to synchronize user adjustmentsMike Kravetz1-0/+8
2021-05-05hugetlb: no need to drop hugetlb_lock to call cma_releaseMike Kravetz1-6/+0
2021-05-05mm/cma: change cma mutex to irq safe spinlockMike Kravetz3-14/+14
2021-05-05mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()Miaohe Lin1-2/+9
2021-05-05mm/hugeltb: clarify (chg - freed) won't go negative in hugetlb_unreserve_pages()Miaohe Lin1-0/+3
2021-05-05mm/hugeltb: simplify the return code of __vma_reservation_common()Miaohe Lin1-21/+20
2021-05-05mm/hugeltb: remove redundant VM_BUG_ON() in region_add()Miaohe Lin1-1/+0
2021-05-05mm: huge_memory: debugfs for file-backed THP splitZi Yan1-1/+89
2021-05-05mm: huge_memory: a new debugfs interface for splitting THP testsZi Yan1-8/+147
2021-05-05khugepaged: remove meaningless !pte_present() check in khugepaged_scan_pmd()Miaohe Lin1-4/+0
2021-05-05khugepaged: remove unnecessary out label in collapse_huge_page()Miaohe Lin1-5/+3
2021-05-05khugepaged: use helper function range_in_vma() in collapse_pte_mapped_thp()Miaohe Lin1-1/+1
2021-05-05mm/khugepaged.c: replace barrier() with READ_ONCE() for a selective variableYanfei Xu1-3/+1
2021-05-05mm/huge_memory.c: use helper function migration_entry_to_page()Miaohe Lin1-2/+2
2021-05-05mm/huge_memory.c: remove redundant PageCompound() checkMiaohe Lin1-1/+1
2021-05-05mm/huge_memory.c: rework the function do_huge_pmd_numa_page() slightlyMiaohe Lin1-6/+5
2021-05-05mm/huge_memory.c: make get_huge_zero_page() return boolMiaohe Lin1-4/+4
2021-05-05mm/huge_memory.c: rework the function vma_adjust_trans_huge()Miaohe Lin1-25/+19
2021-05-05mm/huge_memory.c: remove unnecessary local variable ret2Miaohe Lin1-5/+3
2021-05-05khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate()Miaohe Lin1-9/+9
2021-05-05khugepaged: use helper khugepaged_test_exit() in __khugepaged_enter()Miaohe Lin1-1/+1
2021-05-05khugepaged: reuse the smp_wmb() inside __SetPageUptodate()Miaohe Lin1-7/+6
2021-05-05khugepaged: remove unneeded return value of khugepaged_collapse_pte_mapped_th...Miaohe Lin1-6/+4
2021-05-05mm/hugetlb: simplify the code when alloc_huge_page() failed in hugetlb_no_page()Miaohe Lin1-6/+3
2021-05-05mm/hugetlb_cgroup: remove unnecessary VM_BUG_ON_PAGE in hugetlb_cgroup_migrate()Miaohe Lin1-1/+0
2021-05-05mm/hugetlb: optimize the surplus state transfer code in move_hugetlb_state()Miaohe Lin1-0/+6
2021-05-05mm/hugetlb: use some helper functions to cleanup codeMiaohe Lin1-3/+3
2021-05-05mm: generalize HUGETLB_PAGE_SIZE_VARIABLEAnshuman Khandual1-0/+7
2021-05-05mm/hugetlb: remove redundant reservation check condition in alloc_huge_page()Miaohe Lin1-1/+1
2021-05-05hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wpPeter Xu1-0/+51
2021-05-05mm/hugetlb: move flush_hugetlb_tlb_range() into hugetlb.hPeter Xu1-8/+0
2021-05-05hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledPeter Xu1-6/+16
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu2-8/+9
2021-05-05dax: account DAX entries as nrpagesMatthew Wilcox (Oracle)1-3/+0
2021-05-05mm: stop accounting shadow entriesMatthew Wilcox (Oracle)4-19/+0
2021-05-05mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)1-15/+3
2021-04-30mm/memory-failure: unnecessary amount of unmappingJane Chu1-1/+1
2021-04-30mm: page_alloc: ignore init_on_free=1 for debug_pagealloc=1Sergei Trofimovich1-13/+17
2021-04-30mm/page_alloc: inline __rmqueue_pcplistJesper Dangaard Brouer1-1/+2
2021-04-30mm/page_alloc: optimize code layout for __alloc_pages_bulkJesper Dangaard Brouer1-3/+3
2021-04-30mm/page_alloc: add an array-based interface to the bulk page allocatorMel Gorman1-16/+44
2021-04-30mm/page_alloc: add a bulk page allocatorMel Gorman1-0/+118
2021-04-30mm/page_alloc: rename alloced to allocatedMel Gorman1-4/+4
2021-04-30mm/page_alloc: duplicate include linux/vmalloc.hzhouchuangao1-2/+0
2021-04-30mm, page_alloc: avoid page_to_pfn() in move_freepages()Kefeng Wang1-15/+13
2021-04-30mm/Kconfig: remove default DISCONTIGMEM_MANUALGeert Uytterhoeven1-1/+0
2021-04-30mm: page_alloc: dump migrate-failed pagesMinchan Kim1-0/+22
2021-04-30mm/mempolicy: fix mpol_misplaced kernel-docMatthew Wilcox (Oracle)1-7/+4
2021-04-30mm/mempolicy: rewrite alloc_pages_vma documentationMatthew Wilcox (Oracle)1-21/+13
2021-04-30mm/mempolicy: rewrite alloc_pages documentationMatthew Wilcox (Oracle)1-11/+10
2021-04-30mm/mempolicy: rename alloc_pages_current to alloc_pagesMatthew Wilcox (Oracle)1-3/+3
2021-04-30mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)5-10/+9
2021-04-30mm/page_alloc: rename gfp_mask to gfpMatthew Wilcox (Oracle)1-9/+9
2021-04-30mm/page_alloc: rename alloc_mask to alloc_gfpMatthew Wilcox (Oracle)1-9/+10