aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-05-12vmscan,cgroup: apply mems_effective to reclaimGregory Price2-16/+31
2025-05-12cpuset: rename cpuset_node_allowed to cpuset_current_node_allowedGregory Price1-2/+2
2025-05-12execmem: enforce allocation size aligment to PAGE_SIZEMike Rapoport (Microsoft)1-0/+2
2025-05-12mm/vmalloc.c: return explicit error value in alloc_vmap_area()Baoquan He1-14/+13
2025-05-12mm/vmalloc: optimize function vm_unmap_aliases()Baoquan He1-4/+1
2025-05-12mm/vmalloc.c: optimize code in decay_va_pool_node() a little bitBaoquan He1-12/+11
2025-05-12mm/vmalloc.c: find the vmap of vmap_nodes in reverse orderBaoquan He1-2/+2
2025-05-12mm/vmalloc.c: change purge_ndoes as local static variableBaoquan He1-1/+1
2025-05-12Update Christoph's Email address and make it consistentChristoph Lameter (Ampere)3-3/+3
2025-05-12mm: fix typos in comments in mm_init.cPrabhav Kumar Vaish1-2/+2
2025-05-12mm/damon/sysfs-schemes: connect damos_quota_goal nid with core layerSeongJae Park1-1/+10
2025-05-12mm/damon/sysfs-schemes: implement file for quota goal nid parameterSeongJae Park1-0/+27
2025-05-12mm/damon/core: introduce damos quota goal metrics for memory node utilizationSeongJae Park2-0/+29
2025-05-12Merge tag 'vfs-6.15-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+9
2025-05-12mm/hmm: provide generic DMA managing logicLeon Romanovsky1-1/+213
2025-05-12mm/hmm: let users to tag specific PFN with DMA mapped bitLeon Romanovsky1-19/+32
2025-05-11maccess: fix strncpy_from_user_nofault() empty string handlingMykyta Yatsenko1-1/+1
2025-05-11mm/mempolicy: support memory hotplug in weighted interleaveRakie Kim1-23/+84
2025-05-11mm/mempolicy: prepare weighted interleave sysfs for memory hotplugRakie Kim1-33/+31
2025-05-11mm/mempolicy: fix memory leaks in weighted interleave sysfsRakie Kim1-62/+59
2025-05-11mm: memcontrol: remove unnecessary NULL check before free_percpu()Chen Ni1-2/+1
2025-05-11vmalloc: align nr_vmalloc_pages and vmap_lazy_nrUladzislau Rezki (Sony)1-3/+2
2025-05-11mempolicy: optimize queue_folios_pte_range by PTE batchingDev Jain1-2/+10
2025-05-11mm: move mmap/vma locking logic into specific filesLorenzo Stoakes3-268/+273
2025-05-11memcg: multi-memcg percpu charge cacheShakeel Butt1-38/+106
2025-05-11mm: convert free_page_and_swap_cache() to free_folio_and_swap_cache()Fan Ni3-7/+5
2025-05-11mm: add nr_free_highatomic in show_free_areasgaoxu1-0/+2
2025-05-11mm/vmscan: modify the assignment logic of the scan and total_scan variablesHao Ge1-4/+2
2025-05-11mm/gup: clean up codes in fault_in_xxx() functionsBaoquan He1-38/+24
2025-05-11mm/gup: remove gup_fast_pgd_leaf() and clean up the relevant codesBaoquan He1-46/+3
2025-05-11mm/gup: remove unneeded checking in follow_page_pte()Baoquan He1-6/+5
2025-05-11mm,hugetlb: allocate frozen pages in alloc_buddy_hugetlb_folioOscar Salvador1-16/+1
2025-05-11vmalloc: use atomic_long_add_return_relaxed()Uladzislau Rezki (Sony)1-1/+1
2025-05-11mm, hugetlb: avoid passing a null nodemask when there is mbind policyOscar Salvador1-16/+6
2025-05-11memcg: optimize memcg_rstat_updatedShakeel Butt1-7/+9
2025-05-11mm/madvise: batch tlb flushes for MADV_DONTNEED[_LOCKED]SeongJae Park3-5/+13
2025-05-11mm/memory: split non-tlb flushing part from zap_page_range_single()SeongJae Park1-10/+39
2025-05-11mm/madvise: batch tlb flushes for MADV_FREESeongJae Park1-11/+46
2025-05-11mm/madvise: define and use madvise_behavior struct for madvise_do_behavior()SeongJae Park1-12/+25
2025-05-11mm: huge_memory: add folio_mark_accessed() when zapping file THPBaolin Wang1-0/+8
2025-05-11mm/vma: fix incorrectly disallowed anonymous VMA mergesLorenzo Stoakes1-23/+58
2025-05-11vmalloc: use for_each_vmap_node() in purge-vmap-areaUladzislau Rezki (Sony)1-4/+15
2025-05-11vmalloc: switch to for_each_vmap_node() helperUladzislau Rezki (Sony)1-25/+15
2025-05-11vmalloc: add for_each_vmap_node() helperUladzislau Rezki (Sony)1-0/+5
2025-05-11mm/ptdump: split effective_prot() into level specific callbacksAnshuman Khandual1-10/+10
2025-05-11mm/ptdump: split note_page() into level specific callbacksAnshuman Khandual1-9/+31
2025-05-11mm: page_alloc: tighten up find_suitable_fallback()Johannes Weiner3-22/+15
2025-05-11mm/debug: fix parameter passed to page_mapcount_is_type()Gavin Shan1-2/+4
2025-05-11zsmalloc: cleanup headers includesSergey Senozhatsky2-11/+4
2025-05-11mm: add kernel-doc comment for free_pgd_range()SoumishDas1-2/+11