summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-06-12kthread: add kthread_stop_putAndreas Gruenbacher1-2/+1
2024-06-12mm/userfaultfd: Do not place zeropages when zeropages are disallowedDavid Hildenbrand1-0/+35
2024-05-17mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()Miaohe Lin1-3/+1
2024-05-17mm: use memalloc_nofs_save() in page_cache_ra_order()Kefeng Wang1-0/+4
2024-05-02mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)1-19/+3
2024-05-02mm/hugetlb: fix missing hugetlb_lock for resv unchargePeter Xu1-1/+4
2024-05-02mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov6-20/+19
2024-05-02mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properlyDavid Hildenbrand3-41/+40
2024-05-02mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCHLorenzo Stoakes2-3/+5
2024-04-27mm/shmem: inline shmem_is_huge() for disabled transparent hugepagesSumanth Korikkar1-6/+0
2024-04-27mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabledMiaohe Lin1-3/+15
2024-04-27mm/userfaultfd: allow hugetlb change protection upon poison entryPeter Xu1-3/+7
2024-04-10x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand1-0/+4
2024-04-03mm: cachestat: fix two shmem bugsJohannes Weiner1-0/+16
2024-04-03tmpfs: fix race on handling dquot rbtreeCarlos Maiolino1-3/+7
2024-04-03mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka3-11/+11
2024-04-03mm, mmap: fix vma_merge() case 7 with vma_ops->closeVlastimil Babka1-1/+9
2024-04-03memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang1-2/+2
2024-04-03mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts1-1/+12
2024-04-03kasan/test: avoid gcc warning for intentional overflowArnd Bergmann1-1/+2
2024-03-27quota: Properly annotate i_dquot arrays with __rcuJan Kara1-1/+1
2024-03-15readahead: avoid multiple marked readahead pagesJan Kara1-2/+2
2024-03-15mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone indexByungchul Park1-0/+8
2024-03-06mm/debug_vm_pgtable: fix BUG_ON with pud advanced testAneesh Kumar K.V (IBM)1-0/+8
2024-03-06mm: cachestat: fix folio read-after-free in cache walkNhat Pham1-25/+26
2024-03-01mm: zswap: fix missing folio cleanup in writeback race pathYosry Ahmed1-0/+2
2024-03-01mm/zswap: invalidate duplicate entry when !zswap_enabledChengming Zhou1-1/+4
2024-03-01x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield1-2/+3
2024-03-01mm/damon/reclaim: fix quota stauts loss due to online tuningsSeongJae Park1-1/+17
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-23blk-wbt: Fix detection of dirty-throttled tasksJan Kara2-2/+2
2024-02-23mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), againZach O'Keefe1-1/+1
2024-02-23userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlbLokesh Gidra1-2/+13
2024-02-23mm/memory: Use exception ip to search exception tablesJiaxun Yang1-2/+2
2024-02-16mm: Introduce flush_cache_vmap_early()Alexandre Ghiti1-7/+1
2024-02-01memblock: fix crash when reserved memory is not added to memoryYajun Deng1-0/+3
2024-02-01mm: migrate: fix getting incorrect page mapping during page migrationBaolin Wang1-17/+10
2024-02-01mm: migrate: record the mlocked page status to remove unnecessary lru drainBaolin Wang1-19/+29
2024-02-01mm: page_alloc: unreserve highatomic page blocks before oomCharan Teja Kalla1-8/+8
2024-02-01mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla1-8/+9
2024-02-01efi: disable mirror feature during crashkernelMa Wupeng1-0/+6
2024-01-20mm/memory_hotplug: fix memmap_on_memory sysfs value retrievalSumanth Korikkar1-3/+5
2024-01-10mm: fix unmap_mapping_range high bits shift bugJiajun Xie1-2/+2
2024-01-10mm/mglru: skip special VMAs in lru_gen_look_around()Yu Zhao1-4/+9
2024-01-10mm/memory-failure: pass the folio and the page to collect_procs()Matthew Wilcox (Oracle)1-13/+12
2024-01-10mm: convert DAX lock/unlock page to lock/unlock folioMatthew Wilcox (Oracle)1-13/+16
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