aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-03-06mm: huge_memory: don't force huge page alignment on 32 bitYang Shi1-0/+4
2024-03-01mm: zswap: fix missing folio cleanup in writeback race pathYosry Ahmed1-0/+2
2024-03-01mm/damon/reclaim: fix quota stauts loss due to online tuningsSeongJae Park1-1/+17
2024-03-01x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield1-2/+3
2024-03-01mm: memcontrol: clarify swapaccount=0 deprecation warningJohannes Weiner1-3/+7
2024-03-01mm/damon/lru_sort: fix quota status loss due to online tuningsSeongJae Park1-7/+36
2024-03-01mm/swap: fix race when skipping swapcacheKairui Song3-0/+38
2024-02-23userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlbLokesh Gidra1-2/+13
2024-02-23mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), againZach O'Keefe1-1/+1
2024-01-31mm: page_alloc: unreserve highatomic page blocks before oomCharan Teja Kalla1-8/+8
2024-01-31mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla1-8/+9
2024-01-10mm: fix unmap_mapping_range high bits shift bugJiajun Xie1-2/+2
2024-01-10mm/memory_hotplug: fix error handling in add_memory_resource()Sumanth Korikkar1-1/+1
2024-01-10mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar1-7/+6
2024-01-10filemap: add a per-mapping stable writes flagChristoph Hellwig1-1/+1
2024-01-10mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells1-1/+4
2024-01-10mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells8-19/+22
2024-01-10memory-failure: convert truncate_error_page() to use folioVishal Moola (Oracle)1-2/+3
2024-01-10khugepage: replace try_to_release_page() with filemap_release_folio()Vishal Moola (Oracle)1-11/+12
2024-01-05mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)1-3/+3
2024-01-05mm/memory-failure: cast index to loff_t before shifting itMatthew Wilcox (Oracle)1-1/+1
2024-01-05mm: migrate high-order folios in swap cache correctlyCharan Teja Kalla1-1/+8
2024-01-05mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li1-0/+9
2024-01-01mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park1-0/+7
2024-01-01kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann1-1/+3
2023-12-20mm/shmem: fix race in shmem_undo_range w/THPDavid Stevens1-1/+18
2023-12-20mm/mglru: fix underprotected page cacheYu Zhao2-4/+4
2023-12-13mm: fix oops when filemap_map_pmd() without prealloc_pteHugh Dickins1-1/+1
2023-12-13hugetlb: fix null-ptr-deref in hugetlb_vma_lock_writeMike Kravetz1-0/+7
2023-12-13mm/damon/sysfs: eliminate potential uninitialized variable warningDan Carpenter1-1/+1
2023-12-03mm,kfence: decouple kfence from page granularity mapping judgementZhenhua Huang1-0/+4
2023-11-28mm: kmem: drop __GFP_NOFAIL when allocating objcg vectorsRoman Gushchin1-1/+2
2023-11-28mm: fix for negative counter: nr_file_hugepagesStefan Roesch1-7/+9
2023-11-28mm/memory_hotplug: use pfn math in place of direct struct page manipulationZi Yan1-1/+1
2023-11-28mm/cma: use nth_page() in place of direct struct page manipulationZi Yan1-1/+1
2023-11-28mm/damon/sysfs: check error from damon_sysfs_update_target()SeongJae Park1-1/+3
2023-11-28mm/damon/ops-common: avoid divide-by-zero during region hotness calculationSeongJae Park1-3/+2
2023-11-28mm/damon/lru_sort: avoid divide-by-zero in hot threshold calculationSeongJae Park1-3/+1
2023-11-28mm/damon/sysfs: update monitoring target regions for online input commitSeongJae Park1-17/+30
2023-11-28mm/damon/sysfs: remove requested targets when online-commit inputsSeongJae Park1-33/+35
2023-11-20filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)1-0/+54
2023-11-20vfs: fix readahead(2) on block devicesReuben Hawkins1-1/+2
2023-11-08mmap: fix error paths with dup_anon_vma()Liam R. Howlett1-1/+14
2023-11-08mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointerLiam R. Howlett1-1/+3
2023-11-02kasan: print the original fault addr when access invalid shadowHaibo Li1-3/+1
2023-11-02hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel1-4/+37
2023-11-02mm/migrate: fix do_pages_move for compat pointersGregory Price1-2/+12
2023-11-02mm/page_alloc: correct start page when guard page debug is enabledKemeng Shi1-1/+1
2023-11-02hugetlbfs: clear resv_map pointer if mmap failsRik van Riel1-3/+4
2023-11-02mm: fix vm_brk_flags() to not bail out while holding lockSebastian Ott1-3/+3
2023-10-10mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong buddy listJohannes Weiner1-6/+6
2023-10-10mm/page_alloc: leave IRQs enabled for per-cpu page allocationsMel Gorman1-70/+54
2023-10-10mm/page_alloc: always remove pages from temporary listMel Gorman1-0/+2
2023-10-10mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...Yang Shi1-20/+19
2023-10-10mm/mempolicy: convert migrate_page_add() to migrate_folio_add()Vishal Moola (Oracle)1-19/+20
2023-10-10mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()Vishal Moola (Oracle)1-14/+14
2023-10-10mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()Vishal Moola (Oracle)1-12/+12
2023-10-10mm/memory: add vm_normal_folio()Vishal Moola (Oracle)1-0/+10
2023-10-06mm, memcg: reconsider kmem.limit_in_bytes deprecationMichal Hocko1-0/+13
2023-10-06memcg: drop kmem.limit_in_bytesMichal Hocko1-10/+0
2023-10-06mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcementJohannes Weiner1-3/+3
2023-10-06mm/slab_common: fix slab_caches list corruption after kmem_cache_destroy()Rafael Aquini1-6/+6
2023-10-06mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()Jinjie Ruan1-0/+2
2023-09-23Revert "memcg: drop kmem.limit_in_bytes"Greg Kroah-Hartman1-0/+10
2023-09-19Multi-gen LRU: avoid race in inc_min_seq()Kalesh Singh1-5/+7
2023-09-19mm: hugetlb_vmemmap: fix a race between vmemmap pmd splitMuchun Song1-20/+14
2023-09-19memcg: drop kmem.limit_in_bytesMichal Hocko1-10/+0
2023-09-19Multi-gen LRU: fix per-zone reclaimKalesh Singh1-4/+14
2023-09-19mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]Yu Zhao1-10/+10
2023-09-13mm/vmalloc: add a safer version of find_vm_area() for debugJoel Fernandes (Google)1-4/+22
2023-09-13rcu: dump vmalloc memory info safelyZqiang1-1/+3
2023-09-13net-memcg: Fix scope of sockmem pressure indicatorsAbel Wu1-0/+8
2023-09-13tmpfs: verify {g,u}id mount options correctlyChristian Brauner1-4/+24
2023-08-30madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...Yin Fengwei1-2/+2
2023-08-30mm: memory-failure: fix unexpected return value in soft_offline_page()Miaohe Lin1-4/+7
2023-08-30mm: add a call to flush_cache_vmap() in vmap_pfn()Alexandre Ghiti1-0/+4
2023-08-30shmem: fix smaps BUG sleeping while atomicHugh Dickins1-2/+4
2023-08-23hugetlb: do not clear hugetlb dtor until allocating vmemmapMike Kravetz1-24/+51
2023-08-23zsmalloc: allow only one active pool compaction contextSergey Senozhatsky1-0/+12
2023-08-23zsmalloc: fix races between modifications of fullness and isolatedAndrew Yang1-5/+9
2023-08-23zsmalloc: consolidate zs_pool's migrate_lock and size_class's locksNhat Pham1-50/+37
2023-08-11mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required()Roman Gushchin1-9/+10
2023-07-23kasan: add kasan_tag_mismatch prototypeArnd Bergmann1-0/+3
2023-07-19mm/mmap: Fix extra maple tree writeLiam R. Howlett1-1/+2
2023-07-19shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu1-1/+1
2023-07-19mm/damon/ops-common: atomically test and clear young on ptes and pmdsRyan Roberts4-16/+12
2023-07-19mm/mmap: Fix VM_LOCKED check in do_vmi_align_munmap()Suren Baghdasaryan1-1/+1
2023-07-19mm: call arch_swap_restore() from do_swap_page()Peter Collingbourne1-0/+7
2023-07-05xtensa: fix lock_mm_and_find_vma in case VMA not foundMax Filippov1-1/+6
2023-07-01xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds1-0/+11
2023-07-01mm: always expand the stack with the mmap write lock heldLinus Torvalds4-39/+116
2023-07-01mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett3-19/+36
2023-07-01arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings1-1/+1
2023-07-01mm: make the page fault mmap locking killableLinus Torvalds1-4/+2
2023-07-01mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds2-0/+125
2023-07-01mm, hwpoison: when copy-on-write hits poison, take page offlineTony Luck1-1/+3
2023-07-01mm, hwpoison: try to recover from copy-on write faultsTony Luck1-10/+20
2023-07-01mm/mmap: Fix error return in do_vmi_align_munmap()David Woodhouse1-1/+3
2023-07-01mm/mmap: Fix error path in do_vmi_align_munmap()Liam R. Howlett1-19/+14
2023-06-28memfd: check for non-NULL file_seals in memfd_create() syscallRoberto Sassu1-1/+2
2023-06-28mm: Fix copy_from_user_nofault().Alexei Starovoitov2-6/+12
2023-06-21zswap: do not shrink if cgroup may not zswapNhat Pham1-2/+9
2023-06-14mm: page_table_check: Ensure user pages are not slab pagesRuihan Li1-0/+6
2023-06-14mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAMRuihan Li1-0/+1
2023-05-24mm: fix zswap writeback race conditionDomenico Cerasuolo1-0/+16
2023-05-11mm/mempolicy: correctly update prev when policy is equal on mbindLorenzo Stoakes1-1/+3
2023-05-11kasan: hw_tags: avoid invalid virt_to_page()Mark Rutland1-2/+2
2023-05-11mm: do not reclaim private data from pinned pageJan Kara1-0/+10
2023-05-01mm/mempolicy: fix use-after-free of VMA iteratorLiam R. Howlett1-62/+53
2023-04-26mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa1-0/+16
2023-04-26mm/mmap: regression fix for unmapped_area{_topdown}Liam R. Howlett1-5/+43
2023-04-26mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pagesMel Gorman1-0/+3
2023-04-26mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko2-10/+23
2023-04-26mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko2-10/+49
2023-04-26mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIONaoya Horiguchi1-2/+3
2023-04-26mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu1-0/+4
2023-04-26mm/userfaultfd: fix uffd-wp handling for THP migration entriesDavid Hildenbrand1-2/+12
2023-04-26writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li1-2/+10
2023-04-13mm: enable maple tree RCU mode by default.Liam R. Howlett1-1/+2
2023-04-13mm: take a page reference when removing device exclusive entriesAlistair Popple1-1/+15
2023-04-13mm/hugetlb: fix uffd wr-protection for CoW optimization pathPeter Xu1-2/+12
2023-04-13mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang1-1/+2
2023-04-13mm: vmalloc: avoid warn_alloc noise caused by fatal signalYafang Shao1-3/+5
2023-04-13mm: kfence: fix handling discontiguous pageMuchun Song1-2/+2
2023-04-13mm: kfence: fix PG_slab and memcg_data clearingMuchun Song1-15/+15
2023-03-30mm/ksm: fix race with VMA iteration and mm_struct teardownLiam R. Howlett1-2/+9
2023-03-30Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"Peter Collingbourne1-1/+2
2023-03-30kfence: avoid passing -g for testMarco Elver1-1/+1
2023-03-30mm: kfence: fix using kfence_metadata without initialization in show_object()Muchun Song1-2/+8
2023-03-30mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMPGeert Uytterhoeven1-1/+1
2023-03-22mm: teach mincore_hugetlb about pte markersJames Houghton1-1/+1
2023-03-22mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropageDavid Hildenbrand1-2/+4
2023-03-10memory tier: release the new_memtier in find_create_memory_tier()Tong Tiangen1-2/+2
2023-03-10mm/thp: check and bail out if page in deferred queue alreadyYin Fengwei1-0/+3
2023-03-10mm: memcontrol: deprecate charge movingJohannes Weiner1-0/+4
2023-03-10mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi2-5/+5
2023-03-10mm/damon/paddr: fix missing folio_put()andrew.yang1-4/+3
2023-02-22mm/gup: add folio to list when folio_isolate_lru() succeedKuan-Ying Lee1-1/+1
2023-02-22Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson1-7/+1
2023-02-22mm/migrate: fix wrongly apply write bit after mkdirty on sparc64Peter Xu2-2/+6
2023-02-22mm/filemap: fix page end in filemap_get_read_batchQian Yingjin1-2/+3
2023-02-22mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcountZach O'Keefe1-0/+1
2023-02-22mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng2-6/+13
2023-02-22kasan: fix Oops due to missing calls to kasan_arch_is_ready()Christophe Leroy3-1/+21
2023-02-14Fix page corruption caused by racy check in __free_pagesDavid Chen1-1/+4
2023-02-09migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz1-1/+2
2023-02-09mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookupsZach O'Keefe1-0/+8
2023-02-09mm, mremap: fix mremap() expanding for vma's with vm_ops->close()Vlastimil Babka1-6/+19
2023-02-09mm/khugepaged: fix ->anon_vma raceJann Horn1-1/+13
2023-02-09mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia1-0/+1
2023-02-09mm/uffd: fix pte marker when fork() without fork eventPeter Xu1-6/+2
2023-02-09mm: multi-gen LRU: fix crash during cgroup migrationYu Zhao1-1/+4
2023-02-09use less confusing names for iov_iter direction initializersAl Viro3-4/+4
2023-02-01Revert "mm/compaction: fix set skip in fast_find_migrateblock"Vlastimil Babka1-0/+1
2023-01-24panic: Consolidate open-coded panic_on_warn checksKees Cook2-4/+3
2023-01-24mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested endZach O'Keefe1-1/+1
2023-01-24mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMADavid Hildenbrand1-0/+4
2023-01-24mm/hugetlb: pre-allocate pgtable pages for uffd wr-protectsPeter Xu1-2/+11
2023-01-24mm/hugetlb: fix uffd-wp handling for migration entries in hugetlb_change_prot...David Hildenbrand1-8/+9
2023-01-24mm/hugetlb: fix PTE marker handling in hugetlb_change_protection()David Hildenbrand1-14/+7
2023-01-24mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vmaHugh Dickins1-8/+6
2023-01-24hugetlb: unshare some PMDs when splitting VMAsJames Houghton1-9/+35
2023-01-24mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSEZach O'Keefe1-4/+2
2023-01-24nommu: fix split_vma() map_count errorLiam Howlett1-1/+3
2023-01-24nommu: fix do_munmap() error pathLiam Howlett1-1/+2
2023-01-24nommu: fix memory leak in do_mmap() error pathLiam Howlett1-1/+1
2023-01-18mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson1-1/+7
2023-01-07hugetlb: really allocate vma lock for all sharable vmasMike Kravetz1-185/+148
2023-01-04mm, compaction: fix fast_isolate_around() to stay within boundariesNARIBAYASHI Akira1-13/+5
2023-01-04kmsan: include linux/vmalloc.hArnd Bergmann1-0/+1
2023-01-04kmsan: export kmsan_handle_urbArnd Bergmann1-0/+1
2023-01-04mm/mempolicy: fix memory leak in set_mempolicy_home_node system callMathieu Desnoyers1-0/+1
2023-01-04mm, mremap: fix mremap() expanding vma with addr inside vmaVlastimil Babka1-1/+2
2022-12-31mm/gup: disallow FOLL_FORCE|FOLL_WRITE on hugetlb mappingsDavid Hildenbrand1-0/+3
2022-12-10Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/l...Linus Torvalds3-11/+16
2022-12-09memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo1-2/+13
2022-12-09mm/gup: fix gup_pud_range() for daxJohn Starks1-1/+1
2022-12-09mmap: fix do_brk_flags() modifying obviously incorrect VMAsLiam Howlett1-8/+3
2022-12-09tmpfs: fix data loss from failed fallocateHugh Dickins1-0/+11
2022-12-09mm: do not BUG_ON missing brk mapping, because userspace can unmap itJason A. Donenfeld1-2/+1
2022-12-08memcg: Fix possible use-after-free in memcg_write_event_control()Tejun Heo1-2/+13
2022-12-04Revert "mm: align larger anonymous mappings on THP boundaries"Linus Torvalds1-3/+0
2022-12-02Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds8-52/+150
2022-11-30mm/khugepaged: invoke MMU notifiers in shmem/file collapse pathsJann Horn1-0/+5
2022-11-30mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn2-3/+3
2022-11-30mm/khugepaged: take the right locks for page table retractionJann Horn1-4/+51
2022-11-30mm: migrate: fix THP's mapcount on isolationGavin Shan1-11/+11
2022-11-30mm: introduce arch_has_hw_nonleaf_pmd_young()Juergen Gross1-5/+5
2022-11-30mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in dam...SeongJae Park1-2/+44
2022-11-30hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processingMike Kravetz2-12/+17
2022-11-30madvise: use zap_page_range_single for madvise dontneedMike Kravetz2-15/+14
2022-11-25Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...Linus Torvalds13-57/+114
2022-11-22mm/cgroup/reclaim: fix dirty pages throttling on cgroup v1Aneesh Kumar K.V1-1/+13
2022-11-22mm: fix unexpected changes to {failslab|fail_page_alloc}.attrQi Zheng2-4/+15
2022-11-22swapfile: fix soft lockup in scan_swap_map_slotsChen Wandun1-4/+4
2022-11-22hugetlb: fix __prep_compound_gigantic_page page flag settingMike Kravetz1-1/+3
2022-11-22kfence: fix stack trace pruningMarco Elver1-4/+9
2022-11-22mm: multi-gen LRU: retry folios written back while isolatedYu Zhao1-11/+37
2022-11-22mm/migrate_device: return number of migrating pages in args->cpagesAlistair Popple1-2/+6
2022-11-22mm: mmap: fix documentation for vma_mas_szeroIan Cowan1-1/+1