summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-02-09Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-09Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2026-02-09Merge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-06mm/memory: handle non-split locks correctly in zap_empty_pte_table()David Hildenbrand (Red Hat)
2026-02-06mm: move pte table reclaim code to memory.cDavid Hildenbrand (Red Hat)
2026-02-06mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREEQi Zheng
2026-02-06mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE...Qi Zheng
2026-02-06mm: change mm/pt_reclaim.c to use asm/tlb.h instead of asm-generic/tlb.hQi Zheng
2026-02-06mm/damon/stat: remove __read_mostly from memory_idle_ms_percentilesLi RongQing
2026-02-06zsmalloc: make common caches globalSergey Senozhatsky
2026-02-06mm: add SPDX id lines to some mm source filesTim Bird
2026-02-06mm/zswap: use %pe to print error pointersSahil Chandna
2026-02-06mm/vmscan: use %pe to print error pointersSahil Chandna
2026-02-06mm/readahead: fix typo in commentWilson Zeng
2026-02-06mm: khugepaged: fix NR_FILE_PAGES and NR_SHMEM in collapse_file()Shakeel Butt
2026-02-06mm: refactor vma_map_pages to use vm_insert_pagesJustin Green
2026-02-06mm/damon: unify address range representation with damon_addr_rangeEnze Li
2026-02-06mm/cma: replace snprintf with strscpy in cma_new_areaThorsten Blum
2026-02-06mm: zswap: use SG list decompression APIs from zsmallocYosry Ahmed
2026-02-06Merge tag 'mm-hotfixes-stable-2026-02-06-12-37' of git://git.kernel.org/pub/s...Linus Torvalds
2026-02-06Merge tag 'slab-for-6.19-rc8-fix' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-02-06Merge branches 'fixes', 'arm/smmu/updates', 'intel/vt-d', 'amd/amd-vi' and 'c...Joerg Roedel
2026-02-06slub: let need_slab_obj_exts() return false if SLAB_NO_OBJ_EXT is setHao Li
2026-02-06mm/slab: Add alloc_tagging_slab_free_hook for memcg_alloc_abort_singleHao Ge
2026-02-05mm/memory-failure: reject unsupported non-folio compound pageMiaohe Lin
2026-02-04Merge tag 'mm-hotfixes-stable-2026-02-04-15-55' of git://git.kernel.org/pub/s...Linus Torvalds
2026-02-04KVM: S390: Remove PGSTE code from linux/s390 mmClaudio Imbrenda
2026-02-04mm/slab: only allow SLAB_OBJ_EXT_IN_OBJ for unmergeable cachesHarry Yoo
2026-02-04mm/slab: place slabobj_ext metadata in unused space within s->sizeHarry Yoo
2026-02-04mm/slab: move [__]ksize and slab_ksize() to mm/slub.cHarry Yoo
2026-02-04mm/slab: save memory by allocating slabobj_ext array from leftoverHarry Yoo
2026-02-04mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poisonHarry Yoo
2026-02-04mm/slab: use stride to access slabobj_extHarry Yoo
2026-02-04mm/slab: abstract slabobj_ext access via new slab_obj_ext() helperHarry Yoo
2026-02-04mm/slab: allow specifying free pointer offset when using constructorHarry Yoo
2026-02-04mm/slab: use unsigned long for orig_size to ensure proper metadata alignHarry Yoo
2026-02-04slub: clarify object field layout commentsHao Li
2026-02-04mm/slab: avoid allocating slabobj_ext array from its own slabHarry Yoo
2026-02-03sched/isolation: Flush vmstat workqueues on cpuset isolated partition changeFrederic Weisbecker
2026-02-03sched/isolation: Flush memcg workqueues on cpuset isolated partition changeFrederic Weisbecker
2026-02-03mm: vmstat: Prepare to protect against concurrent isolated cpuset changeFrederic Weisbecker
2026-02-03memcg: Prepare to protect against concurrent isolated cpuset changeFrederic Weisbecker
2026-02-02mm, shmem: prevent infinite loop on truncate raceKairui Song
2026-02-02readahead: push invalidate_lock out of page_cache_ra_unboundedChristoph Hellwig
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changesAndrew Morton
2026-01-31mm, swap: remove no longer needed _swap_info_getKairui Song
2026-01-31mm, swap: drop the SWAP_HAS_CACHE flagKairui Song
2026-01-31mm, swap: clean up and improve swap entries freeingKairui Song
2026-01-31mm, swap: check swap table directly for checking cacheKairui Song
2026-01-31mm, swap: add folio to swap cache directly on allocationKairui Song