summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-31/+5
5 daysmm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)1-12/+62
5 daysmm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)2-3/+66
5 daysmm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)3-0/+36
6 daysMerge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-0/+7
6 daysMerge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-3/+58
6 daysMerge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-3/+4
6 daysMerge tag 'docs-6.10' of git://git.lwn.net/linuxLinus Torvalds1-4/+3
6 daysMerge tag 'slab-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds3-53/+95
6 daysMerge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+35
9 daysMerge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Linus Torvalds3-3/+7
9 daysMerge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini9-170/+206
13 daysmm,page_owner: don't remove __GFP_NOLOCKDEP in add_stack_record_to_listChristoph Hellwig1-1/+1
13 daysmm/vmalloc: fix return value of vb_alloc if size is 0Hailong.Liu1-1/+1
13 daysmm: use memalloc_nofs_save() in page_cache_ra_order()Kefeng Wang1-0/+4
13 daysmm: page_owner: fix wrong information in dump_page_ownerManinder Singh1-1/+1
2024-05-02mm/slub: remove the check for NULL kmalloc_cachesHyunmin Lee1-6/+4
2024-05-02mm/slub: create kmalloc 96 and 192 caches regardless cache size orderHyunmin Lee1-12/+7
2024-05-02mm/slub: mark racy access on slab->freelistlinke li1-1/+1
2024-05-01mm: Export writeback_iter()David Howells1-0/+1
2024-05-01mm: Provide a means of invalidation without using launder_folioDavid Howells1-0/+54
2024-05-01mm/slub: avoid zeroing outside-object freepointer for single freeNicolas Bouchinet1-23/+29
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells1-3/+3
2024-04-25mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()Miaohe Lin1-1/+1
2024-04-25hugetlb: check for anon_vma prior to folio allocationVishal Moola (Oracle)1-4/+7
2024-04-25mm: zswap: fix shrinker NULL crash with cgroup_disable=memoryJohannes Weiner1-9/+16
2024-04-25mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)1-19/+3
2024-04-25mm/hugetlb: fix missing hugetlb_lock for resv unchargePeter Xu1-1/+4
2024-04-24mm: Update shuffle documentation to match its current stateMaĆ­ra Canal1-4/+3
2024-04-23slub: use count_partial_free_approx() in slab_out_of_memory()Jianfeng Wang1-1/+1
2024-04-23slub: introduce count_partial_free_approx()Jianfeng Wang1-1/+38
2024-04-19Merge x86 bugfixes from Linux 6.9-rc3Paolo Bonzini9-59/+149
2024-04-18mm/userfaultfd: Do not place zeropages when zeropages are disallowedDavid Hildenbrand1-0/+35
2024-04-17Merge patch series 'Fix shmem_rename2 directory offset calculation' of https:...Christian Brauner1-2/+1
2024-04-17libfs: Add simple_offset_rename() APIChuck Lever1-2/+1
2024-04-17mm/shmem: inline shmem_is_huge() for disabled transparent hugepagesSumanth Korikkar1-6/+0
2024-04-17mm,page_owner: defer enablement of static branchOscar Salvador1-1/+1
2024-04-17mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabledMiaohe Lin1-3/+15
2024-04-17mm/userfaultfd: allow hugetlb change protection upon poison entryPeter Xu1-3/+7
2024-04-17mm,page_owner: fix printing of stack recordsOscar Salvador1-3/+1
2024-04-17mm,page_owner: fix accounting of pages when migratingOscar Salvador1-0/+15
2024-04-17mm,page_owner: fix refcount imbalanceOscar Salvador1-14/+20
2024-04-17mm,page_owner: update metadata for tail pagesOscar Salvador1-63/+74
2024-04-17userfaultfd: change src_folio after ensuring it's unpinned in UFFDIO_MOVELokesh Gidra1-3/+3
2024-04-17mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properlyDavid Hildenbrand3-41/+40
2024-04-15slub: Set __GFP_COMP in kmem_cache by defaultHaifeng Xu1-3/+1
2024-04-15mm: add nommu variant of vm_insert_pages()Jens Axboe1-0/+7
2024-04-12mm: replace set_pte_at_notify() with just set_pte_at()Paolo Bonzini3-14/+5
2024-04-11mmu_notifier: remove the .change_pte() callbackPaolo Bonzini1-17/+0
2024-04-09mm/slub: remove duplicate initialization for early_kmem_cache_node_alloc()Sangyun Kim1-1/+0