summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-07mm: use page->private instead of page->index in percpuMatthew Wilcox (Oracle)
2024-11-07mm: remove references to page->index in huge_memory.cMatthew Wilcox (Oracle)
2024-11-07bootmem: stop using page->indexMatthew Wilcox (Oracle)
2024-11-07mm: mass constification of folio/page pointersMatthew Wilcox (Oracle)
2024-11-07mm: renovate page_address_in_vma()Matthew Wilcox (Oracle)
2024-11-07mm: use page_pgoff() in more placesMatthew Wilcox (Oracle)
2024-11-07mm: convert page_to_pgoff() to page_pgoff()Matthew Wilcox (Oracle)
2024-11-07mm/zsmalloc: use memcpy_from/to_page whereever possiblePintu Kumar
2024-11-07zsmalloc: replace kmap_atomic with kmap_local_pagePintu Kumar
2024-11-07mm/codetag: uninline and move pgalloc_tag_copy and pgalloc_tag_splitSuren Baghdasaryan
2024-11-07alloc_tag: support for page allocation tag compressionSuren Baghdasaryan
2024-11-07alloc_tag: introduce pgtag_ref_handle to abstract page tag referencesSuren Baghdasaryan
2024-11-07alloc_tag: populate memory for module tags as neededSuren Baghdasaryan
2024-11-07alloc_tag: load module tags into separate contiguous memorySuren Baghdasaryan
2024-11-07alloc_tag: introduce shutdown_mem_profiling helper functionSuren Baghdasaryan
2024-11-07maple_tree: add mas_for_each_rev() helperSuren Baghdasaryan
2024-11-07x86/module: enable ROX caches for module text on 64 bitMike Rapoport (Microsoft)
2024-11-07execmem: add support for cache of large ROX pagesMike Rapoport (Microsoft)
2024-11-07x86/module: prepare module loading for ROX allocations of textMike Rapoport (Microsoft)
2024-11-07arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)
2024-11-07module: prepare to handle ROX allocations for textMike Rapoport (Microsoft)
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)
2024-11-07mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocationsMike Rapoport (Microsoft)
2024-11-07mm: vmalloc: group declarations depending on CONFIG_MMU togetherMike Rapoport (Microsoft)
2024-11-06memcg: workingset: remove folio_memcg_rcu usageShakeel Butt
2024-11-06mm/vma: the pgoff is correct if can_merge_rightWei Yang
2024-11-06mm: defer second attempt at merge on mmap()Lorenzo Stoakes
2024-11-06mm: remove unnecessary reset state logic on merge new VMALorenzo Stoakes
2024-11-06mm: refactor __mmap_region()Lorenzo Stoakes
2024-11-06mm: isolate mmap internal logic to mm/vma.cLorenzo Stoakes
2024-11-06tools: testing: add additional vma_internal.h stubsLorenzo Stoakes
2024-11-06memcg-v1: remove memcg move locking codeShakeel Butt
2024-11-06memcg-v1: no need for memcg locking for MGLRUShakeel Butt
2024-11-06memcg-v1: no need for memcg locking for writeback trackingShakeel Butt
2024-11-06memcg-v1: no need for memcg locking for dirty trackingShakeel Butt
2024-11-06memcg-v1: remove charge move codeShakeel Butt
2024-11-06memcg-v1: fully deprecate move_charge_at_immigrateShakeel Butt
2024-11-06mm: shmem: fallback to page size splice if large folio has poisoned pagesBaolin Wang
2024-11-06mm/damon/vaddr: add 'nr_piece == 1' check in damon_va_evenly_split_region()Zheng Yejian
2024-11-06mm/damon/vaddr: fix issue in damon_va_evenly_split_region()Zheng Yejian
2024-11-06mm/page_alloc: use str_off_on() helper in build_all_zonelists()Thorsten Blum
2024-11-06mm/memcontrol: fix seq_buf size to save memory when PAGE_SIZE is largeRyan Roberts
2024-11-06mm: add missing mmu_notifier_clear_young for !MMU_NOTIFIERJames Houghton
2024-11-06tools/mm: free the allocated memoryLiu Jing
2024-11-06mm/page-writeback: raise wb_thresh to prevent write blocking with strictlimitJim Zhao
2024-11-06mm/memory.c: simplify pfnmap_lockdep_assertManas
2024-11-06mm/codetag: fix arg in pgalloc_tag_copy alloc_tag_subSourav Panda
2024-11-06maple_tree: fix outdated flag name in commentJann Horn
2024-11-06mm: shmem: improve the tmpfs large folio read performanceBaolin Wang
2024-11-06mm: shmem: update iocb->ki_pos directly to simplify tmpfs read logicBaolin Wang