aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-04-25mm/gup: check p4d presence before going onPeter Xu1-2/+2
2024-04-25mm/gup: cache p4d in follow_p4d_mask()Peter Xu1-6/+7
2024-04-25mm/hmm: process pud swap entry without pud_huge()Peter Xu1-6/+1
2024-04-25mm: page_alloc: control latency caused by zone PCP drainingLucas Stach1-4/+7
2024-04-25mm/madvise: don't perform madvise VMA walk for MADV_POPULATE_(READ|WRITE)David Hildenbrand1-14/+12
2024-04-25mm: memcg: add NULL check to obj_cgroup_put()Yosry Ahmed2-14/+7
2024-04-25mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()Miaohe Lin1-1/+1
2024-04-24hugetlb: check for anon_vma prior to folio allocationVishal Moola (Oracle)1-4/+7
2024-04-24mm: zswap: fix shrinker NULL crash with cgroup_disable=memoryJohannes Weiner1-9/+16
2024-04-24mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)1-19/+3
2024-04-24mm/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-16mm/shmem: inline shmem_is_huge() for disabled transparent hugepagesSumanth Korikkar1-6/+0
2024-04-16mm,page_owner: defer enablement of static branchOscar Salvador1-1/+1
2024-04-16mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabledMiaohe Lin1-3/+15
2024-04-16mm/userfaultfd: allow hugetlb change protection upon poison entryPeter Xu1-3/+7
2024-04-16mm,page_owner: fix printing of stack recordsOscar Salvador1-3/+1
2024-04-16mm,page_owner: fix accounting of pages when migratingOscar Salvador1-0/+15
2024-04-16mm,page_owner: fix refcount imbalanceOscar Salvador1-14/+20
2024-04-16mm,page_owner: update metadata for tail pagesOscar Salvador1-63/+74
2024-04-16userfaultfd: change src_folio after ensuring it's unpinned in UFFDIO_MOVELokesh Gidra1-3/+3
2024-04-16mm/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-15iommu: observability of the IOMMU allocationsPasha Tatashin1-0/+3
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
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner1-1/+3
2024-04-05x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand1-0/+4
2024-04-05mm: vmalloc: fix lockdep warningUladzislau Rezki (Sony)1-30/+43
2024-04-05mm: vmalloc: bail out early in find_vmap_area() if vmap is not initUladzislau Rezki (Sony)1-0/+3
2024-04-04mm/slub: correct comment in do_slab_free()Xiu Jianfeng1-1/+1
2024-04-04mm/slub: simplify get_partial_node()Xiongwei Song1-8/+8
2024-04-04mm/slub: add slub_get_cpu_partial() helperXiongwei Song1-0/+10
2024-04-04mm/slub: remove the check of !kmem_cache_has_cpu_partial()Xiongwei Song1-2/+1
2024-04-02mm/slub: Reduce memory consumption in extreme scenariosChen Jun1-2/+23
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann1-2/+1
2024-03-29mm: clean up populate_vma_page_range() FOLL_* flag handlingLinus Torvalds1-6/+8
2024-03-26mm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devicesJohannes Weiner1-4/+19
2024-03-26userfaultfd: fix deadlock warning when locking src and dst VMAsLokesh Gidra1-1/+2
2024-03-26tmpfs: fix race on handling dquot rbtreeCarlos Maiolino1-3/+7
2024-03-26mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursionJohannes Weiner1-0/+8