summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-02-23mm/damon/core: add multiple goals per damos_quota and helpers for thoseSeongJae Park
2024-02-23mm/damon/core: split out quota goal related fields to a structSeongJae Park
2024-02-23mm/damon/sysfs: implement a kdamond command for updating schemes' effective q...SeongJae Park
2024-02-23mm/damon/sysfs-schemes: implement quota effective_bytes fileSeongJae Park
2024-02-23mm/damon/core: set damos_quota->esz as public field and documentSeongJae Park
2024-02-23mm/khugepaged: bypassing unnecessary scans with MMF_DISABLE_THP checkLance Yang
2024-02-23mm: vmalloc: refactor vmalloc_dump_obj() functionUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: improve description of vmap node layerUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: add a shrinker to drain vmap poolsUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: set nr_nodes based on CPUs in a systemUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: support multiple nodes in vmallocinfoUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: support multiple nodes in vread_iterUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: add a scan area of VA only onceUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: offload free_vmap_area_lock lockUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: remove global purge_vmap_area_root rb-treeUladzislau Rezki (Sony)
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He
2024-02-23mm: vmalloc: remove global vmap_area_root rb-treeUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: move vmap_init_free_space() down in vmalloc.cUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: rename adjust_va_to_fit_type() functionUladzislau Rezki (Sony)
2024-02-23mm: vmalloc: add va_alloc() helperUladzislau Rezki (Sony)
2024-02-23mm,page_owner: filter out stacks by a thresholdOscar Salvador
2024-02-23mm,page_owner: display all stacks and their countOscar Salvador
2024-02-23mm,page_owner: implement the tracking of the stacks countOscar Salvador
2024-02-23mm,page_owner: maintain own list of stack_records structsOscar Salvador
2024-02-23merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton
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-22userfaultfd: use per-vma locks in userfaultfd operationsLokesh Gidra
2024-02-22userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctxLokesh Gidra
2024-02-22kasan: increase the number of bits to shift when recording extra timestampsJuntong Deng
2024-02-22rmap: replace two calls to compound_order with folio_orderMatthew Wilcox (Oracle)
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers
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