summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-05-13Merge tag 'docs-6.10' of git://git.lwn.net/linuxLinus Torvalds
2024-05-13Merge tag 'slab-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2024-05-13Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
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-02mm/slub: remove the check for NULL kmalloc_cachesHyunmin Lee
2024-05-02mm/slub: create kmalloc 96 and 192 caches regardless cache size orderHyunmin Lee
2024-05-02mm/slub: mark racy access on slab->freelistlinke li
2024-05-01mm: Export writeback_iter()David Howells
2024-05-01mm: Provide a means of invalidation without using launder_folioDavid Howells
2024-05-01mm/slub: avoid zeroing outside-object freepointer for single freeNicolas Bouchinet
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells
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-24mm: Update shuffle documentation to match its current stateMaĆ­ra Canal
2024-04-23slub: use count_partial_free_approx() in slab_out_of_memory()Jianfeng Wang
2024-04-23slub: introduce count_partial_free_approx()Jianfeng Wang
2024-04-18mm/userfaultfd: Do not place zeropages when zeropages are disallowedDavid Hildenbrand
2024-04-17Merge patch series 'Fix shmem_rename2 directory offset calculation' of https:...Christian Brauner
2024-04-17libfs: Add simple_offset_rename() APIChuck Lever
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-15slub: Set __GFP_COMP in kmem_cache by defaultHaifeng Xu
2024-04-15mm: add nommu variant of vm_insert_pages()Jens Axboe
2024-04-09mm/slub: remove duplicate initialization for early_kmem_cache_node_alloc()Sangyun Kim
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner
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-04-04mm/slub: correct comment in do_slab_free()Xiu Jianfeng
2024-04-04mm/slub: simplify get_partial_node()Xiongwei Song
2024-04-04mm/slub: add slub_get_cpu_partial() helperXiongwei Song
2024-04-04mm/slub: remove the check of !kmem_cache_has_cpu_partial()Xiongwei Song