summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* eventfd: simplify eventfd_signal()Christian Brauner2024-04-032-6/+6
* 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-061-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: invalidate duplicate entry when !zswap_enabledChengming Zhou2024-03-011-1/+4
* mm: zswap: fix missing folio cleanup in writeback race pathYosry Ahmed2024-03-011-0/+2
* x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield2024-03-011-2/+3
* mm/memblock: add MEMBLOCK_RSRV_NOINIT into flagname[] arrayAnshuman Khandual2024-03-011-0/+1
* mm/damon/reclaim: fix quota stauts loss due to online tuningsSeongJae Park2024-03-011-1/+17
* mm/damon/core: check apply interval in damon_do_apply_schemes()SeongJae Park2024-03-011-4/+11
* 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/damon/sysfs-schemes: fix wrong DAMOS tried regions update timeout setupSeongJae Park2024-02-231-1/+1
* mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), againZach O'Keefe2024-02-231-1/+1
* fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handlingSidhartha Kumar2024-02-231-1/+1
* userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlbLokesh Gidra2024-02-231-2/+13
* mm: thp_get_unmapped_area must honour topdown preferenceRyan Roberts2024-02-232-4/+12
* mm/memory: Use exception ip to search exception tablesJiaxun Yang2024-02-231-2/+2
* mm: huge_memory: don't force huge page alignment on 32 bitYang Shi2024-02-231-0/+4
* 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: 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
* mm: migrate: fix getting incorrect page mapping during page migrationBaolin Wang2024-01-311-17/+10
* 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: shrinker: use kvzalloc_node() from expand_one_shrinker_info()Tetsuo Handa2024-01-051-1/+1
* mm/mglru: skip special VMAs in lru_gen_look_around()Yu Zhao2023-12-291-4/+9
* mm: fix unmap_mapping_range high bits shift bugJiajun Xie2023-12-291-2/+2
* mm: memcg: fix split queue list crash when large folio migrationBaolin Wang2023-12-292-1/+12
* mm: fix arithmetic for max_prop_frac when setting max_ratioJingbo Xu2023-12-291-1/+2
* mm: fix arithmetic for bdi min_ratioJingbo Xu2023-12-291-1/+0
* mm: align larger anonymous mappings on THP boundariesRik van Riel2023-12-291-0/+3
* mm/memory-failure: cast index to loff_t before shifting itMatthew Wilcox (Oracle)2023-12-201-1/+1
* mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)2023-12-201-3/+3
* mm/memory-failure: pass the folio and the page to collect_procs()Matthew Wilcox (Oracle)2023-12-201-13/+12
* mm: migrate high-order folios in swap cache correctlyCharan Teja Kalla2023-12-201-1/+8
* mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li2023-12-201-0/+9
* kunit: kasan_test: disable fortify string checker on kmalloc_oob_memsetNico Pache2023-12-201-4/+16