summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: zswap: rename zswap_pool_get() to zswap_pool_tryget()Kanchana P Sridhar13 days1-3/+3
* mm: zswap: modify zswap_compress() to accept a page instead of a folioKanchana P Sridhar13 days1-3/+3
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton14 days7-23/+66
|\
| * mm: count zeromap read and set for swapout and swapinBarry Song14 days4-3/+25
| * mm/damon/core: avoid overflow in damon_feed_loop_next_input()SeongJae Park2024-11-071-7/+21
| * mm/damon/core: handle zero schemes apply intervalSeongJae Park2024-11-071-4/+4
| * mm/damon/core: handle zero {aggregation,ops_update} intervalsSeongJae Park2024-11-071-3/+3
| * mm/mlock: set the correct prev on failureWei Yang2024-11-071-3/+6
| * mm/page_alloc: keep track of free highatomicYu Zhao2024-11-071-3/+7
* | mm/damon/tests/dbgfs-kunit: fix the header double inclusion guarding ifdef co...SeongJae Park2024-11-071-1/+1
* | mm/damon/Kconfig: update DBGFS_KUNIT prompt copy for SYSFS_KUNITSeongJae Park2024-11-071-1/+1
* | memcg: factor out mem_cgroup_stat_aggregate()Xiu Jianfeng2024-11-071-59/+70
* | mm/show_mem: use str_yes_no() helper in show_free_areas()Thorsten Blum2024-11-071-2/+1
* | mm/vmscan: wake up flushers conditionally to avoid cgroup OOMZeng Jingxiang2024-11-071-3/+22
* | mm: use page->private instead of page->index in percpuMatthew Wilcox (Oracle)2024-11-071-2/+2
* | mm: remove references to page->index in huge_memory.cMatthew Wilcox (Oracle)2024-11-071-9/+9
* | bootmem: stop using page->indexMatthew Wilcox (Oracle)2024-11-072-9/+10
* | mm: mass constification of folio/page pointersMatthew Wilcox (Oracle)2024-11-075-22/+28
* | mm: renovate page_address_in_vma()Matthew Wilcox (Oracle)2024-11-076-16/+28
* | mm: use page_pgoff() in more placesMatthew Wilcox (Oracle)2024-11-072-5/+2
* | mm: convert page_to_pgoff() to page_pgoff()Matthew Wilcox (Oracle)2024-11-072-3/+3
* | mm/zsmalloc: use memcpy_from/to_page whereever possiblePintu Kumar2024-11-071-23/+13
* | zsmalloc: replace kmap_atomic with kmap_local_pagePintu Kumar2024-11-071-32/+34
* | alloc_tag: support for page allocation tag compressionSuren Baghdasaryan2024-11-071-3/+2
* | alloc_tag: populate memory for module tags as neededSuren Baghdasaryan2024-11-073-2/+24
* | execmem: add support for cache of large ROX pagesMike Rapoport (Microsoft)2024-11-073-8/+323
* | module: prepare to handle ROX allocations for textMike Rapoport (Microsoft)2024-11-071-0/+11
* | mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocationsMike Rapoport (Microsoft)2024-11-071-7/+2
* | memcg: workingset: remove folio_memcg_rcu usageShakeel Butt2024-11-061-12/+2
* | mm/vma: the pgoff is correct if can_merge_rightWei Yang2024-11-061-3/+0
* | mm: defer second attempt at merge on mmap()Lorenzo Stoakes2024-11-061-42/+14
* | mm: remove unnecessary reset state logic on merge new VMALorenzo Stoakes2024-11-061-11/+0
* | mm: refactor __mmap_region()Lorenzo Stoakes2024-11-061-140/+270
* | mm: isolate mmap internal logic to mm/vma.cLorenzo Stoakes2024-11-064-330/+329
* | memcg-v1: remove memcg move locking codeShakeel Butt2024-11-064-89/+0
* | memcg-v1: no need for memcg locking for MGLRUShakeel Butt2024-11-061-15/+1
* | memcg-v1: no need for memcg locking for writeback trackingShakeel Butt2024-11-061-4/+0
* | memcg-v1: no need for memcg locking for dirty trackingShakeel Butt2024-11-061-13/+3
* | memcg-v1: remove charge move codeShakeel Butt2024-11-063-902/+0
* | memcg-v1: fully deprecate move_charge_at_immigrateShakeel Butt2024-11-061-12/+2
* | mm: shmem: fallback to page size splice if large folio has poisoned pagesBaolin Wang2024-11-061-8/+30
* | mm/damon/vaddr: add 'nr_piece == 1' check in damon_va_evenly_split_region()Zheng Yejian2024-11-062-0/+4
* | mm/damon/vaddr: fix issue in damon_va_evenly_split_region()Zheng Yejian2024-11-062-2/+3
* | mm/page_alloc: use str_off_on() helper in build_all_zonelists()Thorsten Blum2024-11-061-1/+1
* | mm/memcontrol: fix seq_buf size to save memory when PAGE_SIZE is largeRyan Roberts2024-11-061-4/+5
* | mm: add missing mmu_notifier_clear_young for !MMU_NOTIFIERJames Houghton2024-11-061-2/+0
* | mm/page-writeback: raise wb_thresh to prevent write blocking with strictlimitJim Zhao2024-11-061-3/+22
* | mm/memory.c: simplify pfnmap_lockdep_assertManas2024-11-061-1/+1
* | mm: shmem: improve the tmpfs large folio read performanceBaolin Wang2024-11-061-10/+24
* | mm: shmem: update iocb->ki_pos directly to simplify tmpfs read logicBaolin Wang2024-11-061-24/+11