summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
5 daysmaple_tree: micro optimisation of mas_wr_store_type()Liam R. Howlett (Oracle)
5 daysmaple_tree: optimise mas_wr_node_store() when not in rcu modeLiam R. Howlett (Oracle)
5 daysmaple_tree: use prefetched value in mas_wr_store_type()Liam R. Howlett (Oracle)
5 daysmaple_tree: clarify comments on mas_nomem()Liam R. Howlett (Oracle)
5 daysmaple_tree: drop MAPLE_ALLOC_SLOTSLiam R. Howlett (Oracle)
5 daysmaple_tree: drop dead code from mas_extend_spanning_null()Liam R. Howlett (Oracle)
5 daysmaple_tree: documentation fixLiam R. Howlett (Oracle)
5 daysmaple_tree: add write lock checking with lockdep sequence numbersLiam R. Howlett (Oracle)
5 dayslocking/lockdep: add sequence counter to held_lockLiam R. Howlett (Oracle)
5 daysmaple_tree: add rcu locking check when LOCKDEP is enabledLiam R. Howlett (Oracle)
5 daysselftests/mm: check stat() return value in khugepaged get_finfo()Anshuman
5 daysmm, swap: ratelimit bad swap entry reportsBreno Leitao
5 daysselftests/mm: fix unchecked ftruncate return value in soft-dirty testAnshuman
5 daysmm: memcg: release the css reference when a stock slot emptiesSong Hu
5 daysmm: include swap.h in swapops.hKiryl Shutsemau (Meta)
5 daysmm/migrate_device: fix cache flush when replacing huge zero PMDHui Su
5 daysselftests/mm: drop redundant open() in mprotect_tests()Hongfu Li
5 daysmm/memcontrol: avoid false sharing between vmstats and eventsUsama Arif
5 daysarch_numa: avoid false positive fortify warning in setup_node_to_cpumask_map()Nathan Chancellor
5 daysmm/rmap: synchronize lock and unlock target in anon_vma_cloneEric Kim
5 daysmm/hmm.c:hmm_do_fault(): suppress sparse warningAndrew Morton
5 daysmm/Kconfig: make MEMORY_FAILURE select MIGRATIONXie Yuanbin
5 dayslib/test_hmm: fix garbage pfn and wrong direction in devmem fault debugQiang Liu
5 dayspercpu: drop CONFIG_DEBUG_FORCE_WEAK_PER_CPUTejun Heo
5 daysmm/mglru: fix and remove redundant unevictable folio handlingKairui Song
5 daysDocs/mm: fix outdated "radix tree" in page_migrationSong Hu
5 daysmm: Documentation: clarify where the mTHP stats liveNico Pache (Red Hat)
5 daysmm/khugepaged: unmap pte before releasing vma write lockNico Pache (Red Hat)
5 daysmm/khugepaged: fix outdated commentsNico Pache (Red Hat)
5 daysmm/khugepaged: introduce a count_collapse_event() helperNico Pache (Red Hat)
5 daysmm/khugepaged: extract reference check into folio_pte_referenced() helperNico Pache (Red Hat)
5 daysmm/khugepaged: refactor per-scan state clearing into collapse_control_init_sc...Nico Pache (Red Hat)
5 daysMAINTAINERS: add drivers/char/mem.c to mm misc, memory mapping sectionsLorenzo Stoakes (ARM)
5 daysmm/mglru: fix young counter undercount for large foliosHui Zhu
5 daysselftests/cgroup: test_zswap: skip test_no_kmem_bypass if debugfs is unavailableWilson Felipe Pereira
5 dayskasan: fix quarantine_size accounting during cache removalHui Su
5 daysmm/swap: move swap_ops into file systems for file system-based swapChristoph Hellwig
5 daysmm/swap: add a new swap_ops.h header to allow for pluggable swap opsChristoph Hellwig
5 daysmm/swap: revert to single-folio writes for synchronous swap devicesChristoph Hellwig
5 dayszsmalloc: account for handle size in class lookupLonglong Xia
5 daysmm/page-writeback: document folio_mark_dirty() locking more explicitlyJann Horn
5 dayszram: fix slot lock bit position on big-endian 64-bitDavid Carlier
5 daysmaple_tree: fix comment typoMark Sercombe
5 daysselftests/mm: kmemleak: drop stale min_unref_scans default from commentsBreno Leitao
5 daysDocumentation: kmemleak: document the conditional min_unref_scans defaultBreno Leitao
5 daysmm: kmemleak: default min_unref_scans to 2 for verbose auto-scanBreno Leitao
5 daysselftests: mm: test kmemleak's N-consecutive-scan leak confirmationBreno Leitao
5 daysmm: kmemleak: factor leak confirmation into a helperBreno Leitao
5 daysmm: kmemleak: report leaks only after N consecutive unreferenced scansBreno Leitao
5 daysmm: kmemleak: confirm suspected leaks with a second scanCatalin Marinas