summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-05-17mm: use memalloc_nofs_save() in page_cache_ra_order()Kefeng Wang
2024-05-17mm/slub: avoid zeroing outside-object freepointer for single freeNicolas Bouchinet
2024-05-02mm: zswap: fix shrinker NULL crash with cgroup_disable=memoryJohannes Weiner
2024-05-02mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)
2024-05-02mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()Miaohe Lin
2024-05-02mm/hugetlb: fix missing hugetlb_lock for resv unchargePeter Xu
2024-04-27mm/shmem: inline shmem_is_huge() for disabled transparent hugepagesSumanth Korikkar
2024-04-27mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabledMiaohe Lin
2024-04-27mm/userfaultfd: allow hugetlb change protection upon poison entryPeter Xu
2024-04-27mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properlyDavid Hildenbrand
2024-04-27userfaultfd: change src_folio after ensuring it's unpinned in UFFDIO_MOVELokesh Gidra
2024-04-10x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand
2024-04-10kbuild: make -Woverride-init warnings more consistentArnd Bergmann
2024-04-03mm: cachestat: fix two shmem bugsJohannes Weiner
2024-04-03tmpfs: fix race on handling dquot rbtreeCarlos Maiolino
2024-04-03mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursionJohannes Weiner
2024-04-03memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang
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-07Merge tag 'mm-hotfixes-stable-2024-03-07-16-17' of git://git.kernel.org/pub/s...Linus Torvalds
2024-03-04mm, mmap: fix vma_merge() case 7 with vma_ops->closeVlastimil Babka
2024-03-04mm: userfaultfd: fix unexpected change to src_folio when UFFDIO_MOVE failsQi Zheng
2024-03-04mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka
2024-02-27Merge tag 'mm-hotfixes-stable-2024-02-27-14-52' of git://git.kernel.org/pub/s...Linus Torvalds
2024-02-24Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-02-23mm/debug_vm_pgtable: fix BUG_ON with pud advanced testAneesh Kumar K.V (IBM)
2024-02-23mm: cachestat: fix folio read-after-free in cache walkNhat Pham
2024-02-23mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone indexByungchul Park
2024-02-23kasan: revert eviction of stack traces in generic modeMarco Elver
2024-02-20Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams
2024-02-20kasan: guard release_free_meta() shadow access with kasan_arch_is_ready()Benjamin Gray
2024-02-20mm/damon/lru_sort: fix quota status loss due to online tuningsSeongJae Park
2024-02-20mm/damon/reclaim: fix quota stauts loss due to online tuningsSeongJae Park
2024-02-20mm/damon/sysfs-schemes: handle schemes sysfs dir removal before commit_scheme...SeongJae Park
2024-02-20mm: memcontrol: clarify swapaccount=0 deprecation warningJohannes Weiner
2024-02-20mm/memblock: add MEMBLOCK_RSRV_NOINIT into flagname[] arrayAnshuman Khandual
2024-02-20mm/zswap: invalidate duplicate entry when !zswap_enabledChengming Zhou
2024-02-20mm/swap: fix race when skipping swapcacheKairui Song
2024-02-20mm/swap_state: update zswap LRU's protection range with the folio lockedNhat Pham
2024-02-20mm/damon/core: check apply interval in damon_do_apply_schemes()SeongJae Park
2024-02-20mm: zswap: fix missing folio cleanup in writeback race pathYosry Ahmed
2024-02-16x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield
2024-02-12mm/memory: Use exception ip to search exception tablesJiaxun Yang
2024-02-10Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds
2024-02-10Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linuxLinus Torvalds
2024-02-07mm/damon/sysfs-schemes: fix wrong DAMOS tried regions update timeout setupSeongJae Park
2024-02-07mm/zswap: don't return LRU_SKIP if we have dropped lru lockChengming Zhou
2024-02-07mm: zswap: fix objcg use-after-free in entry destructionJohannes Weiner
2024-02-07mm/madvise: don't forget to leave lazy MMU mode in madvise_cold_or_pageout_pt...Sergey Senozhatsky