summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-02-22mm: add pte_batch_hint() to reduce scanning in folio_pte_batch()Ryan Roberts
2024-02-22mm: thp: batch-collapse PMD with set_ptes()Ryan Roberts
2024-02-22mm/memory: optimize unmap/zap with PTE-mapped THPDavid Hildenbrand
2024-02-22mm/mmu_gather: improve cond_resched() handling with large folios and expensiv...David Hildenbrand
2024-02-22mm/mmu_gather: add __tlb_remove_folio_pages()David Hildenbrand
2024-02-22mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAPDavid Hildenbrand
2024-02-22mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page...David Hildenbrand
2024-02-22mm/memory: factor out zapping folio pte into zap_present_folio_pte()David Hildenbrand
2024-02-22mm/memory: further separate anon and pagecache folio handling in zap_present_...David Hildenbrand
2024-02-22mm/memory: handle !page case in zap_present_pte() separatelyDavid Hildenbrand
2024-02-22mm/memory: factor out zapping of present pte into zap_present_pte()David Hildenbrand
2024-02-22mm: compaction: limit the suitable target page order to be less than cc->orderBaolin Wang
2024-02-22mm/hugetlb: move page order check inside hugetlb_cma_reserve()Anshuman Khandual
2024-02-22mm/mglru: improve swappiness handlingKinsey Ho
2024-02-22mm/mglru: improve struct lru_gen_mm_walkKinsey Ho
2024-02-22mm/mglru: improve reset_mm_stats()Kinsey Ho
2024-02-22mm/mglru: improve should_run_aging()Kinsey Ho
2024-02-22mm/mglru: drop unused parameterKinsey Ho
2024-02-22kasan/test: avoid gcc warning for intentional overflowArnd Bergmann
2024-02-22mm/zswap: optimize and cleanup the invalidation of duplicate entryChengming Zhou
2024-02-22mm: compaction: refactor compact_node()Kefeng Wang
2024-02-22mm/cma: add sysfs file 'release_pages_success'Anshuman Khandual
2024-02-22mm/demotion: print demotion targetsLi Zhijian
2024-02-22mm/damon/sysfs: handle 'state' file inputs for every sampling interval if pos...SeongJae Park
2024-02-22mm: hugetlb: improve the handling of hugetlb allocation failure for freed or ...Baolin Wang
2024-02-22mm/migrate: preserve exact soft-dirty statePaul Gofman
2024-02-22mm/zswap: zswap entry doesn't need refcount anymoreChengming Zhou
2024-02-22mm/zswap: only support zswap_exclusive_loads_enabledChengming Zhou
2024-02-22mm/zswap: remove duplicate_entry debug valueChengming Zhou
2024-02-22mm/zswap: stop lru list shrinking when encounter warm regionChengming Zhou
2024-02-22mm/zswap: invalidate zswap entry when swap entry freeChengming Zhou
2024-02-22mm/zswap: add more comments in shrink_memcg_cb()Chengming Zhou
2024-02-22memory tier: make memory_tier_subsys constRicardo B. Marliere
2024-02-22mm/vmscan: make too_many_isolated return boolHao Ge
2024-02-22mm/cma: make MAX_CMA_AREAS = CONFIG_CMA_AREASAnshuman Khandual
2024-02-22mm/cma: drop CONFIG_CMA_DEBUGAnshuman Khandual
2024-02-22kasan: rename test_kasan_module_init to kasan_test_module_initTiezhu Yang
2024-02-22mm/hugetlb: restore the reservation if neededBreno Leitao
2024-02-22kasan: add atomic testsPaul Heidekrüger
2024-02-22mm: memcg: use larger batches for proactive reclaimT.J. Mercier
2024-02-22mm/mmap: pass vma to vma_merge()Yajun Deng
2024-02-22mm/memory: ignore writable bit in folio_pte_batch()David Hildenbrand
2024-02-22mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()David Hildenbrand
2024-02-22mm/memory: optimize fork() with PTE-mapped THPDavid Hildenbrand
2024-02-22mm/memory: pass PTE to copy_present_pte()David Hildenbrand
2024-02-22mm/memory: factor out copying the actual PTE in copy_present_pte()David Hildenbrand
2024-02-22mm/vmscan: change the type of file from int to boolHao Ge
2024-02-22mm: compaction: update the cc->nr_migratepages when allocating or freeing the...Baolin Wang
2024-02-22userfaultfd: handle zeropage moves by UFFDIO_MOVESuren Baghdasaryan
2024-02-22mm/cma: don't treat bad input arguments for cma_alloc() as its failureAnshuman Khandual