summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-11-10filemap: Fix bounds checking in filemap_read()Trond Myklebust
2024-11-10Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...Linus Torvalds
2024-11-08Merge tag 'slab-for-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-07mm/damon/tests/dbgfs-kunit: fix the header double inclusion guarding ifdef co...SeongJae Park
2024-11-07mm/damon/Kconfig: update DBGFS_KUNIT prompt copy for SYSFS_KUNITSeongJae Park
2024-11-07memcg: factor out mem_cgroup_stat_aggregate()Xiu Jianfeng
2024-11-07mm/show_mem: use str_yes_no() helper in show_free_areas()Thorsten Blum
2024-11-07mm/vmscan: wake up flushers conditionally to avoid cgroup OOMZeng Jingxiang
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-07alloc_tag: support for page allocation tag compressionSuren Baghdasaryan
2024-11-07alloc_tag: populate memory for module tags as neededSuren Baghdasaryan
2024-11-07execmem: add support for cache of large ROX pagesMike Rapoport (Microsoft)
2024-11-07module: prepare to handle ROX allocations for textMike Rapoport (Microsoft)
2024-11-07mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocationsMike Rapoport (Microsoft)
2024-11-07mm/damon/core: avoid overflow in damon_feed_loop_next_input()SeongJae Park
2024-11-07mm/damon/core: handle zero schemes apply intervalSeongJae Park
2024-11-07mm/damon/core: handle zero {aggregation,ops_update} intervalsSeongJae Park
2024-11-07mm/mlock: set the correct prev on failureWei Yang
2024-11-07mm/page_alloc: keep track of free highatomicYu Zhao
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-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-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: shmem: improve the tmpfs large folio read performanceBaolin Wang
2024-11-06mm: shmem: update iocb->ki_pos directly to simplify tmpfs read logicBaolin Wang
2024-11-06mm: remove redundant condition for THP folioDev Jain