summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-31memcg: add nmi-safe update for MEMCG_KMEMShakeel Butt
2025-05-31memcg: nmi safe memcg stats for specific archsShakeel Butt
2025-05-31memcg: disable kmem charging in nmi for unsupported archShakeel Butt
2025-05-31selftests/mm: deduplicate default page size test results in thuge-genMark Brown
2025-05-31selftests/mm: deduplicate test logging in test_mlock_lock()Mark Brown
2025-05-31zram: support deflate-specific paramsSergey Senozhatsky
2025-05-31zram: rename ZCOMP_PARAM_NO_LEVELSergey Senozhatsky
2025-05-31iov: remove copy_page_from_iter_atomic()Matthew Wilcox (Oracle)
2025-05-31ntfs3: use folios more in ntfs_compress_write()Matthew Wilcox (Oracle)
2025-05-31mm: rename page->index to page->__folio_indexMatthew Wilcox (Oracle)
2025-05-31m68k: remove use of page->indexMatthew Wilcox (Oracle)
2025-05-27mm: pcp: increase pcp->free_count threshold to trigger free_highNikhil Dhama
2025-05-27mm/hugetlb: convert use of struct page to folio in __unmap_hugepage_range()Fan Ni
2025-05-27mm/hugetlb: refactor __unmap_hugepage_range() to take folio instead of pageFan Ni
2025-05-27mm/hugetlb: refactor unmap_hugepage_range() to take folio instead of pageFan Ni
2025-05-27mm/hugetlb: pass folio instead of page to unmap_ref_private()Fan Ni
2025-05-22memcg: objcg stock trylock without irq disablingShakeel Butt
2025-05-22memcg: no stock lock for cpu hot-unplugShakeel Butt
2025-05-22memcg: make __mod_memcg_lruvec_state re-entrant safe against irqsShakeel Butt
2025-05-22memcg: make count_memcg_events re-entrant safe against irqsShakeel Butt
2025-05-22memcg: make mod_memcg_state re-entrant safe against irqsShakeel Butt
2025-05-22memcg: move preempt disable to callers of memcg_rstat_updatedShakeel Butt
2025-05-22memcg: memcg_rstat_updated re-entrant safe against irqsShakeel Butt
2025-05-22mm: khugepaged: decouple SHMEM and file folios' collapseBaolin Wang
2025-05-22selftests/eventfd: correct test name and improve messagesRyan Chung
2025-05-22alloc_tag: check mem_profiling_support in alloc_tag_initCasey Chen
2025-05-22Docs/damon: update titles and brief introductions to explain DAMOSSeongJae Park
2025-05-22selftests/damon/_damon_sysfs: read tried regions directories in orderSeongJae Park
2025-05-22mm/damon/tests/core-kunit: add a test for damos_set_filters_default_reject()SeongJae Park
2025-05-22mm/damon/paddr: remove unused variable, folio_list, in damon_pa_stat()SeongJae Park
2025-05-22mm/damon/sysfs-schemes: fix wrong comment on damons_sysfs_quota_goal_metric_strsSeongJae Park
2025-05-22mm/damon/core: warn and fix nr_accesses[_bp] corruptionSeongJae Park
2025-05-22mm: rename try_alloc_pages() to alloc_pages_nolock()Alexei Starovoitov
2025-05-22selftests/mm: deduplicate second mmap() of 5*PAGE_SIZE at baseMark Brown
2025-05-22mm: remove WARN_ON_ONCE() in file_has_valid_mmap_hooks()Lorenzo Stoakes
2025-05-22MAINTAINERS: add kernel/fork.c to relevant sectionsLorenzo Stoakes
2025-05-22mm: convert do_set_pmd() to take a folioBaolin Wang
2025-05-22mm: khugepaged: convert set_huge_pmd() to take a folioBaolin Wang
2025-05-22mm/io-mapping: track_pfn() -> "pfnmap tracking"David Hildenbrand
2025-05-22drm/i915: track_pfn() -> "pfnmap tracking"David Hildenbrand
2025-05-22x86/mm/pat: inline memtype_match() into memtype_erase()David Hildenbrand
2025-05-22x86/mm/pat: remove MEMTYPE_*_MATCHDavid Hildenbrand
2025-05-22x86/mm/pat: remove strict_prot parameter from reserve_pfn_range()David Hildenbrand
2025-05-22mm: remove VM_PATDavid Hildenbrand
2025-05-22x86/mm/pat: remove old pfnmap tracking interfaceDavid Hildenbrand
2025-05-22mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()David Hildenbrand
2025-05-22mm: introduce pfnmap_track() and pfnmap_untrack() and use them for memremapDavid Hildenbrand
2025-05-22mm: convert track_pfn_insert() to pfnmap_setup_cachemode*()David Hildenbrand
2025-05-22x86/mm/pat: factor out setting cachemode into pgprot_set_cachemode()David Hildenbrand
2025-05-22mm: mincore: use pte_batch_hint() to batch process large foliosBaolin Wang