aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
42 hoursmm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()Miaohe Lin1-1/+1
2 dayshugetlb: check for anon_vma prior to folio allocationVishal Moola (Oracle)1-4/+7
2 daysmm: zswap: fix shrinker NULL crash with cgroup_disable=memoryJohannes Weiner1-9/+16
2 daysmm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)1-19/+3
2 daysmm/hugetlb: fix missing hugetlb_lock for resv unchargePeter Xu1-1/+4
11 daysmm/shmem: inline shmem_is_huge() for disabled transparent hugepagesSumanth Korikkar1-6/+0
11 daysmm,page_owner: defer enablement of static branchOscar Salvador1-1/+1
11 daysmm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabledMiaohe Lin1-3/+15
11 daysmm/userfaultfd: allow hugetlb change protection upon poison entryPeter Xu1-3/+7
11 daysmm,page_owner: fix printing of stack recordsOscar Salvador1-3/+1
11 daysmm,page_owner: fix accounting of pages when migratingOscar Salvador1-0/+15
11 daysmm,page_owner: fix refcount imbalanceOscar Salvador1-14/+20
11 daysmm,page_owner: update metadata for tail pagesOscar Salvador1-63/+74
11 daysuserfaultfd: change src_folio after ensuring it's unpinned in UFFDIO_MOVELokesh Gidra1-3/+3
11 daysmm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properlyDavid Hildenbrand3-41/+40
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-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
2024-03-26mm: zswap: fix kernel BUG in sg_init_oneBarry Song1-2/+12
2024-03-26mm: cachestat: fix two shmem bugsJohannes Weiner1-0/+16
2024-03-26mm,page_owner: fix recursionOscar Salvador1-10/+23
2024-03-26mm/memory: fix missing pte marker for !page on pte zapsPeter Xu1-1/+3
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-4/+3
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+13
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds62-2944/+5490
2024-03-13mempool: kvmalloc poolKent Overstreet1-0/+13
2024-03-13Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-5/+51
2024-03-13mm/zswap: remove the memcpy if acomp is not sleepableBarry Song1-2/+4
2024-03-13memtest: use {READ,WRITE}_ONCE in memory scanningQiang Zhang1-2/+2
2024-03-13mm: prohibit the last subpage from reusing the entire large folioBarry Song1-0/+10
2024-03-12Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds5-106/+78
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-10/+95
2024-03-12mm/huge_memory: skip invalid debugfs new_order input for folio splitZi Yan1-0/+6
2024-03-12mm/huge_memory: check new folio order when split a folioZi Yan1-0/+3
2024-03-12mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failureByungchul Park1-1/+20
2024-03-12mm: add an explicit smp_wmb() to UFFDIO_CONTINUEJames Houghton2-4/+22
2024-03-12mm: fix list corruption in put_pages_listMatthew Wilcox (Oracle)1-2/+2
2024-03-12mm: remove folio from deferred split list before uncharging itMatthew Wilcox (Oracle)2-0/+9
2024-03-12Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+17
2024-03-12Merge branch 'slab/for-6.9/slab-flag-cleanups' into slab/for-linusVlastimil Babka4-21/+10
2024-03-12Merge branch 'slab/for-6.9/optimize-get-freelist' into slab/for-linusVlastimil Babka1-18/+14
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-4/+79
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+3
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-11/+11
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds3-36/+2
2024-03-11mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov1-8/+15
2024-03-07Merge tag 'mm-hotfixes-stable-2024-03-07-16-17' of git://git.kernel.org/pub/s...Linus Torvalds5-15/+23
2024-03-06mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages().Alexei Starovoitov1-2/+57
2024-03-06filemap: avoid unnecessary major faults in filemap_fault()ZhangPeng1-0/+46
2024-03-06mm,page_owner: drop unnecessary checkOscar Salvador1-2/+1
2024-03-06mm,page_owner: check for null stack_record before bumping its refcountOscar Salvador1-2/+7
2024-03-06mm: swap: fix race between free_swap_and_cache() and swapoff()Ryan Roberts1-1/+12
2024-03-06mm/kasan: use pXd_leaf() in shadow_mapped()Peter Xu1-9/+2
2024-03-06mm/zswap: global lru and shrinker shared by all zswap_pools fixChengming Zhou1-39/+38
2024-03-06mm: memory: fix shift-out-of-bounds in fault_around_bytes_setKefeng Wang1-1/+2
2024-03-06mm: page_alloc: use div64_ul() instead of do_div()Thorsten Blum1-1/+1
2024-03-06mm/mempolicy: use a folio in do_mbind()Matthew Wilcox (Oracle)1-7/+8
2024-03-06mm: make folio_pte_batch available outside of mm/memory.cBarry Song2-76/+93
2024-03-06mm: constify more page/folio testsMatthew Wilcox (Oracle)1-2/+2
2024-03-06mm: make dump_page() take a const argumentMatthew Wilcox (Oracle)1-1/+1
2024-03-06mm: add __dump_folio()Matthew Wilcox (Oracle)1-55/+73
2024-03-06hugetlb: parallelize 1G hugetlb initializationGang Li1-8/+43
2024-03-06hugetlb: parallelize 2M hugetlb allocation and initializationGang Li1-17/+56
2024-03-06Author: Gang Li padata: dispatch works onGang Li Subject: padata: dispatch works on1-0/+1
2024-03-06hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_allocGang Li1-10/+12
2024-03-06hugetlb: split hugetlb_hstate_alloc_pagesGang Li1-44/+43
2024-03-06hugetlb: code clean for hugetlb_hstate_alloc_pagesGang Li1-17/+29
2024-03-06mm: Enforce VM_IOREMAP flag and range in ioremap_page_range.Alexei Starovoitov1-0/+13
2024-03-05net: introduce page_frag_cache_drain()Yunsheng Lin1-0/+10
2024-03-05page_frag: unify gfp bits for order 3 page allocationYunsheng Lin1-2/+2
2024-03-05mm/page_alloc: modify page_frag_alloc_align() to accept align as an argumentYunsheng Lin1-4/+4
2024-03-05slab: remove PARTIAL_NODE slab_stateChengming Zhou1-1/+0
2024-03-04mm/zsmalloc: don't need to reserve LSB in handleChengming Zhou1-4/+1
2024-03-04mm/memory.c: do_numa_page(): remove a redundant page table readJohn Hubbard1-6/+6
2024-03-04mm: add alloc_contig_migrate_range allocation statisticsRichard Chang3-7/+30
2024-03-04mm: use folio more widely in __split_huge_pageMatthew Wilcox (Oracle)1-10/+11
2024-03-04mm: convert free_swap_cache() to take a folioMatthew Wilcox (Oracle)3-8/+8
2024-03-04mm: use a folio in __collapse_huge_page_copy_succeeded()Matthew Wilcox (Oracle)1-16/+14
2024-03-04mm: convert free_pages_and_swap_cache() to use folios_put()Matthew Wilcox (Oracle)1-8/+13
2024-03-04mm: remove free_unref_page_list()Matthew Wilcox (Oracle)2-19/+0
2024-03-04memcg: remove mem_cgroup_uncharge_list()Matthew Wilcox (Oracle)1-19/+0
2024-03-04mm: free folios directly in move_folios_to_lru()Matthew Wilcox (Oracle)1-20/+12
2024-03-04mm: free folios in a batch in shrink_folio_list()Matthew Wilcox (Oracle)1-11/+9
2024-03-04mm: allow non-hugetlb large folios to be batch processedMatthew Wilcox (Oracle)1-2/+3
2024-03-04mm: handle large folios in free_unref_folios()Matthew Wilcox (Oracle)1-8/+17
2024-03-04mm: use __page_cache_release() in folios_put()Matthew Wilcox (Oracle)1-33/+29
2024-03-04mm: use free_unref_folios() in put_pages_list()Matthew Wilcox (Oracle)1-7/+10
2024-03-04mm: remove use of folio list from folios_put()Matthew Wilcox (Oracle)1-7/+12
2024-03-04memcg: add mem_cgroup_uncharge_folios()Matthew Wilcox (Oracle)1-0/+13
2024-03-04mm: use folios_put() in __folio_batch_release()Matthew Wilcox (Oracle)1-2/+1
2024-03-04mm: add free_unref_folios()Matthew Wilcox (Oracle)2-25/+39
2024-03-04mm: convert free_unref_page_list() to use foliosMatthew Wilcox (Oracle)1-18/+20
2024-03-04mm: make folios_put() the basis of release_pages()Matthew Wilcox (Oracle)2-43/+60
2024-03-04mm/khugepaged: keep mm in mm_slot without MMF_DISABLE_THP checkLance Yang1-3/+3
2024-03-04mm/memfd: refactor memfd_tag_pins() and memfd_wait_for_pins()David Hildenbrand1-29/+18
2024-03-04mm: huge_memory: enable debugfs to split huge pages to any orderZi Yan1-12/+22
2024-03-04mm: thp: split huge page to any lower order pagesZi Yan1-24/+83
2024-03-04mm: page_owner: add support for splitting to any order in split page_ownerZi Yan3-7/+6
2024-03-04mm: memcg: make memcg huge page split support any order splitZi Yan3-8/+9
2024-03-04mm/page_owner: use order instead of nr in split_page_owner()Zi Yan3-4/+5
2024-03-04mm/memcg: use order instead of nr in split_page_memcg()Zi Yan3-5/+7
2024-03-04mm: support order-1 folios in the page cacheMatthew Wilcox (Oracle)4-11/+16
2024-03-04mm/huge_memory: only split PMD mapping when necessary in unmap_folio()Zi Yan1-2/+5
2024-03-04mm: madvise: pageout: ignore references rather than clearing youngBarry Song4-11/+13
2024-03-04kasan: fix a2 allocation and remove explicit cast in atomic testsPaul Heidekrüger1-3/+3
2024-03-04mm: update mark_victim tracepoints fieldsCarlos Galo1-1/+5
2024-03-04hugetlb: allow faults to be handled under the VMA lockVishal Moola (Oracle)1-6/+0
2024-03-04hugetlb: use vmf_anon_prepare() instead of anon_vma_prepare()Vishal Moola (Oracle)1-9/+9
2024-03-04hugetlb: pass struct vm_fault through to hugetlb_handle_userfault()Vishal Moola (Oracle)1-29/+9
2024-03-04hugetlb: move vm_fault declaration to the top of hugetlb_fault()Vishal Moola (Oracle)1-13/+19
2024-03-04mm/memory: change vmf_anon_prepare() to be non-staticVishal Moola (Oracle)2-1/+2
2024-03-04mm/page_alloc: make check_new_page() return boolHao Ge1-3/+3
2024-03-04mm/util.c: add byte count to __vm_enough_memory failure warningMatthew Cassell1-2/+4
2024-03-04mm/zswap: change zswap_pool kref to percpu_refChengming Zhou1-15/+33
2024-03-04mm/zswap: global lru and shrinker shared by all zswap_poolsChengming Zhou1-105/+66
2024-03-04mm, mmap: fix vma_merge() case 7 with vma_ops->closeVlastimil Babka1-1/+9
2024-03-04mm: userfaultfd: fix unexpected change to src_folio when UFFDIO_MOVE failsQi Zheng1-3/+3
2024-03-04mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka3-11/+11
2024-03-04mm, slab: remove memcg_from_slab_obj()Vlastimil Babka1-5/+0
2024-03-01mm, slab: remove the corner case of inc_slabs_node()Chengming Zhou1-11/+2
2024-03-01mm/slab: Fix a kmemleak in kmem_cache_destroy()Xiaolei Wang2-6/+8
2024-02-29mm/shmem.c: Use new form of *@param in kernel-docAkira Yokosawa1-2/+2
2024-02-27Merge tag 'mm-hotfixes-stable-2024-02-27-14-52' of git://git.kernel.org/pub/s...Linus Torvalds7-102/+56
2024-02-26mm, slab, kasan: replace kasan_never_merge() with SLAB_NO_MERGEVlastimil Babka2-17/+7
2024-02-26mm, slab: use an enum to define SLAB_ cache creation flagsVlastimil Babka1-3/+3
2024-02-26mm, slab: deprecate SLAB_MEM_SPREAD flagVlastimil Babka1-1/+0
2024-02-25swap: port block device usage to fileChristian Brauner1-11/+11
2024-02-24Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2024-02-23writeback: remove a use of write_cache_pages() from do_writepages()Matthew Wilcox (Oracle)1-13/+18
2024-02-23writeback: add a writeback iteratorChristoph Hellwig1-78/+114
2024-02-23writeback: move the folio_prepare_writeback loop out of write_cache_pages()Matthew Wilcox (Oracle)1-8/+10
2024-02-23writeback: use the folio_batch queue iteratorMatthew Wilcox (Oracle)1-13/+15
2024-02-23writeback: simplify the loops in write_cache_pages()Matthew Wilcox (Oracle)1-39/+36
2024-02-23writeback: factor writeback_get_batch() out of write_cache_pages()Matthew Wilcox (Oracle)1-22/+38
2024-02-23writeback: factor folio_prepare_writeback() out of write_cache_pages()Matthew Wilcox (Oracle)1-27/+34
2024-02-23writeback: rework the loop termination condition in write_cache_pagesChristoph Hellwig1-51/+33
2024-02-23writeback: only update ->writeback_index for range_cyclic writebackChristoph Hellwig1-10/+14
2024-02-23writeback: also update wbc->nr_to_write on writeback failureChristoph Hellwig1-1/+1
2024-02-23writeback: fix done_index when hitting the wbc->nr_to_writeChristoph Hellwig1-0/+1
2024-02-23writeback: don't call mapping_set_error on AOP_WRITEPAGE_ACTIVATEChristoph Hellwig1-1/+3
2024-02-23mm/page_alloc: make bad_range() return boolHao Ge1-6/+6
2024-02-23madvise:madvise_cold_or_pageout_pte_range(): allow split while folio_estimate...Barry Song1-1/+1
2024-02-23mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err c...Barry Song1-1/+2
2024-02-23shmem: properly report quota mount optionsJan Kara1-0/+18
2024-02-23mm/compaction: optimize >0 order folio compaction with free page split.Zi Yan1-5/+30
2024-02-23mm/compaction: add support for >0 order folio memory compaction.Zi Yan3-63/+83
2024-02-23mm/compaction: enable compacting >0 order folios.Zi Yan1-25/+76
2024-02-23mm/page_alloc: remove unused fpi_flags in free_pages_prepare()Zi Yan1-5/+5
2024-02-23mm/zsmalloc: remove get_zspage_mapping()Chengming Zhou1-24/+4
2024-02-23mm/zsmalloc: remove_zspage() don't need fullness parameterChengming Zhou1-7/+7
2024-02-23mm/zsmalloc: remove set_zspage_mapping()Chengming Zhou1-11/+2
2024-02-23mm: compaction: early termination in compact_nodes()Kefeng Wang1-7/+17
2024-02-23mm: zswap: increase reject_compress_poor but not reject_compress_fail if comp...Barry Song1-14/+13
2024-02-23mm/z3fold: fix the comment for __encode_handle()Zhongkun He1-2/+3
2024-02-23mm/zsmalloc: remove unused zspage->isolatedChengming Zhou1-32/+0
2024-02-23mm/zsmalloc: remove migrate_write_lock_nested()Chengming Zhou1-17/+5
2024-02-23mm/zsmalloc: fix migrate_write_lock() when !CONFIG_COMPACTIONChengming Zhou1-6/+3
2024-02-23mm/damon/reclaim: implement memory PSI-driven quota self-tuningSeongJae Park1-0/+25
2024-02-23mm/damon/reclaim: implement user-feedback driven quota auto-tuningSeongJae Park1-0/+28
2024-02-23mm/damon/sysfs-schemes: support PSI-based quota auto-tuneSeongJae Park1-2/+40
2024-02-23mm/damon/core: implement PSI metric DAMOS quota goalSeongJae Park1-0/+25
2024-02-23mm/damon/core: support multiple metrics for quota goalSeongJae Park2-5/+22
2024-02-23mm/damon/core: let goal specified with only target and current valuesSeongJae Park2-12/+7
2024-02-23mm/damon/core: remove ->goal field of damos_quotaSeongJae Park1-12/+5
2024-02-23mm/damon/sysfs: use only quota->goalsSeongJae Park3-19/+35
2024-02-23mm/damon/core: add multiple goals per damos_quota and helpers for thoseSeongJae Park1-7/+71
2024-02-23mm/damon/core: split out quota goal related fields to a structSeongJae Park2-11/+12
2024-02-23mm/damon/sysfs: implement a kdamond command for updating schemes' effective q...SeongJae Park3-0/+56
2024-02-23mm/damon/sysfs-schemes: implement quota effective_bytes fileSeongJae Park1-0/+14
2024-02-23mm/damon/core: set damos_quota->esz as public field and documentSeongJae Park1-4/+4
2024-02-23mm/khugepaged: bypassing unnecessary scans with MMF_DISABLE_THP checkLance Yang1-6/+12
2024-02-23mm: vmalloc: refactor vmalloc_dump_obj() functionUladzislau Rezki (Sony)1-16/+17
2024-02-23mm: vmalloc: improve description of vmap node layerUladzislau Rezki (Sony)1-14/+46
2024-02-23mm: vmalloc: add a shrinker to drain vmap poolsUladzislau Rezki (Sony)1-0/+39
2024-02-23mm: vmalloc: set nr_nodes based on CPUs in a systemUladzislau Rezki (Sony)1-6/+23
2024-02-23mm: vmalloc: support multiple nodes in vmallocinfoUladzislau Rezki (Sony)1-73/+47
2024-02-23mm: vmalloc: support multiple nodes in vread_iterUladzislau Rezki (Sony)1-14/+53
2024-02-23mm: vmalloc: add a scan area of VA only onceUladzislau Rezki (Sony)1-6/+6
2024-02-23mm: vmalloc: offload free_vmap_area_lock lockUladzislau Rezki (Sony)1-45/+342
2024-02-23mm: vmalloc: remove global purge_vmap_area_root rb-treeUladzislau Rezki (Sony)1-53/+82
2024-02-23mm/vmalloc: remove vmap_area_listBaoquan He2-4/+0
2024-02-23mm: vmalloc: remove global vmap_area_root rb-treeUladzislau Rezki (Sony)1-68/+174
2024-02-23mm: vmalloc: move vmap_init_free_space() down in vmalloc.cUladzislau Rezki (Sony)1-41/+41
2024-02-23mm: vmalloc: rename adjust_va_to_fit_type() functionUladzislau Rezki (Sony)1-7/+6
2024-02-23mm: vmalloc: add va_alloc() helperUladzislau Rezki (Sony)1-13/+28
2024-02-23mm,page_owner: filter out stacks by a thresholdOscar Salvador1-1/+22
2024-02-23mm,page_owner: display all stacks and their countOscar Salvador1-1/+92
2024-02-23mm,page_owner: implement the tracking of the stacks countOscar Salvador1-1/+72
2024-02-23mm,page_owner: maintain own list of stack_records structsOscar Salvador1-0/+15
2024-02-23merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changesAndrew Morton7-102/+56