summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-02-23userfaultfd: use per-vma locks in userfaultfd operationsLokesh Gidra2-90/+295
2024-02-23userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctxLokesh Gidra1-27/+35
2024-02-23kasan: increase the number of bits to shift when recording extra timestampsJuntong Deng2-2/+2
2024-02-23rmap: replace two calls to compound_order with folio_orderMatthew Wilcox (Oracle)1-2/+2
2024-02-23Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers1-0/+6
2024-02-23mm: add pte_batch_hint() to reduce scanning in folio_pte_batch()Ryan Roberts1-7/+12
2024-02-23mm: thp: batch-collapse PMD with set_ptes()Ryan Roberts1-25/+33
2024-02-23mm/memory: optimize unmap/zap with PTE-mapped THPDavid Hildenbrand1-26/+66
2024-02-23mm/mmu_gather: improve cond_resched() handling with large folios and expensiv...David Hildenbrand1-15/+43
2024-02-23mm/mmu_gather: add __tlb_remove_folio_pages()David Hildenbrand3-14/+74
2024-02-23mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAPDavid Hildenbrand1-2/+3
2024-02-23mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page...David Hildenbrand1-3/+4
2024-02-23mm/memory: factor out zapping folio pte into zap_present_folio_pte()David Hildenbrand1-21/+32
2024-02-23mm/memory: further separate anon and pagecache folio handling in zap_present_...David Hildenbrand1-5/+11
2024-02-23mm/memory: handle !page case in zap_present_pte() separatelyDavid Hildenbrand1-11/+11
2024-02-23mm/memory: factor out zapping of present pte into zap_present_pte()David Hildenbrand1-41/+53
2024-02-23mm: compaction: limit the suitable target page order to be less than cc->orderBaolin Wang1-1/+3
2024-02-22mm/hugetlb: move page order check inside hugetlb_cma_reserve()Anshuman Khandual1-0/+7
2024-02-22mm/mglru: improve swappiness handlingKinsey Ho1-10/+10
2024-02-22mm/mglru: improve struct lru_gen_mm_walkKinsey Ho1-24/+26
2024-02-22mm/mglru: improve reset_mm_stats()Kinsey Ho1-20/+22
2024-02-22mm/mglru: improve should_run_aging()Kinsey Ho1-14/+11
2024-02-22mm/mglru: drop unused parameterKinsey Ho1-5/+5
2024-02-22kasan/test: avoid gcc warning for intentional overflowArnd Bergmann1-1/+2
2024-02-22mm/zswap: optimize and cleanup the invalidation of duplicate entryChengming Zhou1-18/+16
2024-02-22mm: compaction: refactor compact_node()Kefeng Wang1-44/+21
2024-02-22mm/cma: add sysfs file 'release_pages_success'Anshuman Khandual3-0/+21
2024-02-22mm/demotion: print demotion targetsLi Zhijian1-1/+23
2024-02-22mm/damon/sysfs: handle 'state' file inputs for every sampling interval if pos...SeongJae Park3-16/+29
2024-02-22mm: hugetlb: improve the handling of hugetlb allocation failure for freed or ...Baolin Wang1-16/+16
2024-02-22mm/migrate: preserve exact soft-dirty statePaul Gofman1-2/+5
2024-02-22mm/zswap: zswap entry doesn't need refcount anymoreChengming Zhou1-52/+11
2024-02-22mm/zswap: only support zswap_exclusive_loads_enabledChengming Zhou2-27/+3
2024-02-22mm/zswap: remove duplicate_entry debug valueChengming Zhou1-8/+1
2024-02-22mm/zswap: stop lru list shrinking when encounter warm regionChengming Zhou2-1/+6
2024-02-22mm/zswap: invalidate zswap entry when swap entry freeChengming Zhou3-3/+6
2024-02-22mm/zswap: add more comments in shrink_memcg_cb()Chengming Zhou1-17/+26
2024-02-22memory tier: make memory_tier_subsys constRicardo B. Marliere1-1/+1
2024-02-22mm/vmscan: make too_many_isolated return boolHao Ge1-3/+3
2024-02-22mm/cma: make MAX_CMA_AREAS = CONFIG_CMA_AREASAnshuman Khandual1-3/+3
2024-02-22mm/cma: drop CONFIG_CMA_DEBUGAnshuman Khandual2-18/+0
2024-02-22kasan: rename test_kasan_module_init to kasan_test_module_initTiezhu Yang1-2/+2
2024-02-22mm/hugetlb: restore the reservation if neededBreno Leitao1-0/+25
2024-02-22kasan: add atomic testsPaul Heidekrüger1-0/+79
2024-02-22mm: memcg: use larger batches for proactive reclaimT.J. Mercier1-2/+3
2024-02-22mm/mmap: pass vma to vma_merge()Yajun Deng1-14/+13
2024-02-22mm/memory: ignore writable bit in folio_pte_batch()David Hildenbrand1-6/+24
2024-02-22mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()David Hildenbrand1-5/+31
2024-02-22mm/memory: optimize fork() with PTE-mapped THPDavid Hildenbrand1-19/+93
2024-02-22mm/memory: pass PTE to copy_present_pte()David Hildenbrand1-4/+5