summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-05-30mm/userfaultfd: Do not place zeropages when zeropages are disallowedDavid Hildenbrand
2024-05-30libfs: Add simple_offset_rename() APIChuck Lever
2024-05-10Merge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Linus Torvalds
2024-05-05mm,page_owner: don't remove __GFP_NOLOCKDEP in add_stack_record_to_listChristoph Hellwig
2024-05-05mm/vmalloc: fix return value of vb_alloc if size is 0Hailong.Liu
2024-05-05mm: use memalloc_nofs_save() in page_cache_ra_order()Kefeng Wang
2024-05-05mm: page_owner: fix wrong information in dump_page_ownerManinder Singh
2024-05-01mm/slub: avoid zeroing outside-object freepointer for single freeNicolas Bouchinet
2024-04-25mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()Miaohe Lin
2024-04-24hugetlb: check for anon_vma prior to folio allocationVishal Moola (Oracle)
2024-04-24mm: zswap: fix shrinker NULL crash with cgroup_disable=memoryJohannes Weiner
2024-04-24mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)
2024-04-24mm/hugetlb: fix missing hugetlb_lock for resv unchargePeter Xu
2024-04-16mm/shmem: inline shmem_is_huge() for disabled transparent hugepagesSumanth Korikkar
2024-04-16mm,page_owner: defer enablement of static branchOscar Salvador
2024-04-16mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabledMiaohe Lin
2024-04-16mm/userfaultfd: allow hugetlb change protection upon poison entryPeter Xu
2024-04-16mm,page_owner: fix printing of stack recordsOscar Salvador
2024-04-16mm,page_owner: fix accounting of pages when migratingOscar Salvador
2024-04-16mm,page_owner: fix refcount imbalanceOscar Salvador
2024-04-16mm,page_owner: update metadata for tail pagesOscar Salvador
2024-04-16userfaultfd: change src_folio after ensuring it's unpinned in UFFDIO_MOVELokesh Gidra
2024-04-16mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properlyDavid Hildenbrand
2024-04-05x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand
2024-04-05mm: vmalloc: fix lockdep warningUladzislau Rezki (Sony)
2024-04-05mm: vmalloc: bail out early in find_vmap_area() if vmap is not initUladzislau Rezki (Sony)
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann
2024-03-29mm: clean up populate_vma_page_range() FOLL_* flag handlingLinus Torvalds
2024-03-26mm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devicesJohannes Weiner
2024-03-26userfaultfd: fix deadlock warning when locking src and dst VMAsLokesh Gidra
2024-03-26tmpfs: fix race on handling dquot rbtreeCarlos Maiolino
2024-03-26mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursionJohannes Weiner
2024-03-26mm: zswap: fix kernel BUG in sg_init_oneBarry Song
2024-03-26mm: cachestat: fix two shmem bugsJohannes Weiner
2024-03-26mm,page_owner: fix recursionOscar Salvador
2024-03-26mm/memory: fix missing pte marker for !page on pte zapsPeter Xu
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-13mempool: kvmalloc poolKent Overstreet
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-03-13mm/zswap: remove the memcpy if acomp is not sleepableBarry Song
2024-03-13memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang
2024-03-13mm: prohibit the last subpage from reusing the entire large folioBarry Song
2024-03-12Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds