summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-04-03mm: cachestat: fix two shmem bugsJohannes Weiner
2024-04-03tmpfs: fix race on handling dquot rbtreeCarlos Maiolino
2024-04-03mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka
2024-04-03mm, mmap: fix vma_merge() case 7 with vma_ops->closeVlastimil Babka
2024-04-03memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang
2024-04-03eventfd: simplify eventfd_signal()Christian Brauner
2024-04-03mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts
2024-04-03kasan/test: avoid gcc warning for intentional overflowArnd Bergmann
2024-03-26quota: Properly annotate i_dquot arrays with __rcuJan Kara
2024-03-15readahead: avoid multiple marked readahead pagesJan Kara
2024-03-06mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone indexByungchul Park
2024-03-06mm/debug_vm_pgtable: fix BUG_ON with pud advanced testAneesh Kumar K.V (IBM)
2024-03-06mm: cachestat: fix folio read-after-free in cache walkNhat Pham
2024-03-01mm/zswap: invalidate duplicate entry when !zswap_enabledChengming Zhou
2024-03-01mm: zswap: fix missing folio cleanup in writeback race pathYosry Ahmed
2024-03-01x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield
2024-03-01mm/memblock: add MEMBLOCK_RSRV_NOINIT into flagname[] arrayAnshuman Khandual
2024-03-01mm/damon/reclaim: fix quota stauts loss due to online tuningsSeongJae Park
2024-03-01mm/damon/core: check apply interval in damon_do_apply_schemes()SeongJae Park
2024-03-01mm: memcontrol: clarify swapaccount=0 deprecation warningJohannes Weiner
2024-03-01mm/damon/lru_sort: fix quota status loss due to online tuningsSeongJae Park
2024-03-01mm/swap: fix race when skipping swapcacheKairui Song
2024-02-23blk-wbt: Fix detection of dirty-throttled tasksJan Kara
2024-02-23mm/damon/sysfs-schemes: fix wrong DAMOS tried regions update timeout setupSeongJae Park
2024-02-23mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), againZach O'Keefe
2024-02-23fs/hugetlbfs/inode.c: mm/memory-failure.c: fix hugetlbfs hwpoison handlingSidhartha Kumar
2024-02-23userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlbLokesh Gidra
2024-02-23mm: thp_get_unmapped_area must honour topdown preferenceRyan Roberts
2024-02-23mm/memory: Use exception ip to search exception tablesJiaxun Yang
2024-02-23mm: huge_memory: don't force huge page alignment on 32 bitYang Shi
2024-02-16mm: Introduce flush_cache_vmap_early()Alexandre Ghiti
2024-01-31memblock: fix crash when reserved memory is not added to memoryYajun Deng
2024-01-31mm: page_alloc: unreserve highatomic page blocks before oomCharan Teja Kalla
2024-01-31mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla
2024-01-31mm: migrate: fix getting incorrect page mapping during page migrationBaolin Wang
2024-01-31efi: disable mirror feature during crashkernelMa Wupeng
2024-01-20mm/memory_hotplug: fix memmap_on_memory sysfs value retrievalSumanth Korikkar
2024-01-05mm: shrinker: use kvzalloc_node() from expand_one_shrinker_info()Tetsuo Handa
2023-12-29mm/mglru: skip special VMAs in lru_gen_look_around()Yu Zhao
2023-12-29mm: fix unmap_mapping_range high bits shift bugJiajun Xie
2023-12-29mm: memcg: fix split queue list crash when large folio migrationBaolin Wang
2023-12-29mm: fix arithmetic for max_prop_frac when setting max_ratioJingbo Xu
2023-12-29mm: fix arithmetic for bdi min_ratioJingbo Xu
2023-12-29mm: align larger anonymous mappings on THP boundariesRik van Riel
2023-12-20mm/memory-failure: cast index to loff_t before shifting itMatthew Wilcox (Oracle)
2023-12-20mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)
2023-12-20mm/memory-failure: pass the folio and the page to collect_procs()Matthew Wilcox (Oracle)
2023-12-20mm: migrate high-order folios in swap cache correctlyCharan Teja Kalla
2023-12-20mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li
2023-12-20kunit: kasan_test: disable fortify string checker on kmalloc_oob_memsetNico Pache