summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand2024-04-101-0/+4
* mm: cachestat: fix two shmem bugsJohannes Weiner2024-04-031-0/+16
* tmpfs: fix race on handling dquot rbtreeCarlos Maiolino2024-04-031-3/+7
* mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka2024-04-033-11/+11
* mm, mmap: fix vma_merge() case 7 with vma_ops->closeVlastimil Babka2024-04-031-1/+9
* memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang2024-04-031-2/+2
* mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts2024-04-031-1/+12
* kasan/test: avoid gcc warning for intentional overflowArnd Bergmann2024-04-031-1/+2
* quota: Properly annotate i_dquot arrays with __rcuJan Kara2024-03-261-1/+1
* readahead: avoid multiple marked readahead pagesJan Kara2024-03-151-2/+2
* mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone indexByungchul Park2024-03-151-0/+8
* mm/debug_vm_pgtable: fix BUG_ON with pud advanced testAneesh Kumar K.V (IBM)2024-03-061-0/+8
* mm: cachestat: fix folio read-after-free in cache walkNhat Pham2024-03-061-25/+26
* mm: zswap: fix missing folio cleanup in writeback race pathYosry Ahmed2024-03-011-0/+2
* mm/zswap: invalidate duplicate entry when !zswap_enabledChengming Zhou2024-03-011-1/+4
* x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield2024-03-011-2/+3
* mm/damon/reclaim: fix quota stauts loss due to online tuningsSeongJae Park2024-03-011-1/+17
* mm: memcontrol: clarify swapaccount=0 deprecation warningJohannes Weiner2024-03-011-3/+7
* mm/damon/lru_sort: fix quota status loss due to online tuningsSeongJae Park2024-03-011-7/+36
* mm/swap: fix race when skipping swapcacheKairui Song2024-03-013-0/+38
* blk-wbt: Fix detection of dirty-throttled tasksJan Kara2024-02-232-2/+2
* mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), againZach O'Keefe2024-02-231-1/+1
* userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlbLokesh Gidra2024-02-231-2/+13
* mm/memory: Use exception ip to search exception tablesJiaxun Yang2024-02-231-2/+2
* mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2024-02-161-7/+1
* memblock: fix crash when reserved memory is not added to memoryYajun Deng2024-01-311-0/+3
* mm: migrate: fix getting incorrect page mapping during page migrationBaolin Wang2024-01-311-17/+10
* mm: migrate: record the mlocked page status to remove unnecessary lru drainBaolin Wang2024-01-311-19/+29
* mm: page_alloc: unreserve highatomic page blocks before oomCharan Teja Kalla2024-01-311-8/+8
* mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla2024-01-311-8/+9
* efi: disable mirror feature during crashkernelMa Wupeng2024-01-311-0/+6
* mm/memory_hotplug: fix memmap_on_memory sysfs value retrievalSumanth Korikkar2024-01-201-3/+5
* mm: fix unmap_mapping_range high bits shift bugJiajun Xie2024-01-101-2/+2
* mm/mglru: skip special VMAs in lru_gen_look_around()Yu Zhao2024-01-101-4/+9
* mm/memory-failure: pass the folio and the page to collect_procs()Matthew Wilcox (Oracle)2024-01-101-13/+12
* mm: convert DAX lock/unlock page to lock/unlock folioMatthew Wilcox (Oracle)2024-01-101-13/+16
* mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)2024-01-051-3/+3
* mm/memory-failure: cast index to loff_t before shifting itMatthew Wilcox (Oracle)2024-01-051-1/+1
* mm: migrate high-order folios in swap cache correctlyCharan Teja Kalla2024-01-051-1/+8
* mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li2024-01-051-0/+9
* mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park2024-01-011-0/+6
* mm/damon/core: use number of passed access sampling as a timerSeongJae Park2024-01-011-49/+47
* mm/shmem: fix race in shmem_undo_range w/THPDavid Stevens2023-12-201-1/+18
* mm/mglru: reclaim offlined memcgs harderYu Zhao2023-12-201-8/+16
* mm/mglru: respect min_ttl_ms with memcgsYu Zhao2023-12-201-14/+16
* mm/mglru: try to stop at high watermarksYu Zhao2023-12-201-8/+28
* mm/mglru: fix underprotected page cacheYu Zhao2023-12-202-4/+4
* mm/memory_hotplug: fix error handling in add_memory_resource()Sumanth Korikkar2023-12-131-1/+1
* mm: fix oops when filemap_map_pmd() without prealloc_pteHugh Dickins2023-12-131-1/+1
* mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar2023-12-131-7/+6