aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2 hoursMerge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt...Stephen Rothwell1-5/+2
3 hoursMerge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm.gitStephen Rothwell1-1/+2
5 hoursMerge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell11-27/+548
5 hoursMerge branch 'mm-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/akp...Stephen Rothwell2-14/+5
5 hoursMerge branch 'mm-hotfixes-unstable' of git://git.kernel.org/pub/scm/linux/ker...Stephen Rothwell1-3/+2
13 hoursMerge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-27/+2
2 daysmm: add swappiness= arg to memory.reclaimDan Schatzberg2-14/+68
2 daysmm: add defines for min/max swappinessDan Schatzberg2-7/+7
2 daysmm: optimization on page allocation when CMA enabledZhaoyang Huang1-4/+40
2 daysfilemap: replace pte_offset_map() with pte_offset_map_nolock()ZhangPeng1-1/+2
2 daysmseal: add mseal syscallJeff Xu7-1/+431
2 daysfooAndrew Morton2-14/+5
2 daysmm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAILHailong.Liu1-3/+2
2 daysmm/page-owner: use gfp_nested_mask() instead of open coded maskingDave Chinner1-6/+1
2 daysmm: lift gfp_kmemleak_mask() to gfp.hDave Chinner1-8/+4
2 daysMerge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+11
3 daysMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds80-3657/+4650
3 daysMerge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
6 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-31/+5
8 daysmm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)1-12/+62
8 daysmm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)2-3/+66
8 daysmm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)3-0/+36
8 daysMerge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-0/+7
8 daysMerge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-3/+58
8 daysMerge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-3/+4
8 daysMerge tag 'docs-6.10' of git://git.lwn.net/linuxLinus Torvalds1-4/+3
8 daysMerge tag 'slab-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds3-53/+95
9 daysMerge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+35
9 daysMerge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel1-0/+3
10 daysMerge branch 'kvm-coco-hooks' into HEADPaolo Bonzini1-1/+2
10 daysmemcg, oom: cleanup unused memcg_oom_gfp_mask and memcg_oom_orderXiu Jianfeng1-2/+0
10 daysmm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_wpOscar Salvador1-1/+1
10 daysmm/hugetlb: add missing VM_FAULT_SET_HINDEX in hugetlb_faultOscar Salvador1-1/+2
10 daysmm: memcg: make alloc_mem_cgroup_per_node_info() return boolXiu Jianfeng1-5/+5
10 daysmm/damon/core: fix return value from damos_wmark_metric_valueAlex Rusuf1-4/+5
10 daysmm: do not update memcg stats for NR_{FILE/SHMEM}_PMDMAPPEDYosry Ahmed1-6/+9
10 daysmm/damon/core: initialize ->esz_bp from damos_quota_init_priv()SeongJae Park1-0/+1
11 daysMerge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Linus Torvalds3-3/+7
11 daysMerge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini9-170/+206
11 daysmm: Introduce AS_INACCESSIBLE for encrypted/confidential memoryMichael Roth1-1/+2
2024-05-07thp: remove HPAGE_PMD_ORDER minimum assertionMatthew Wilcox (Oracle)1-5/+0
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_folio_list()SeongJae Park1-6/+4
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_pages()SeongJae Park4-7/+7
2024-05-07mm/damon/paddr: do page level access check for pageout DAMOS action on its ownSeongJae Park1-4/+12
2024-05-07mm/damon/paddr: avoid unnecessary page level access check for pageout DAMOS a...SeongJae Park1-1/+11
2024-05-07mm/gup: fix hugepd handling in hugetlb reworkPeter Xu1-25/+39
2024-05-07mm/hugetlb: align cma on allocation order, not demotion orderFrank van der Linden1-1/+1
2024-05-07mm: memcg: use READ_ONCE()/WRITE_ONCE() to access stock->nr_pagesBreno Leitao1-9/+15
2024-05-07mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts2-23/+28
2024-05-07mm/debug_vm_pgtable: test pmd_leaf() behavior with pmd_mkinvalid()Ryan Roberts1-0/+1
2024-05-07memcg: use proper type for mod_memcg_stateShakeel Butt1-1/+2
2024-05-07memcg: warn for unexpected events and statsShakeel Butt1-16/+23
2024-05-07mm: cleanup WORKINGSET_NODES in workingsetShakeel Butt1-3/+4
2024-05-07memcg: cleanup __mod_memcg_lruvec_stateShakeel Butt1-2/+0
2024-05-07memcg: reduce memory for the lruvec and memcg statsShakeel Butt1-20/+114
2024-05-07mm: memcg: account memory used for memcg vmstats and lruvec statsRoman Gushchin1-3/+4
2024-05-07memcg: dynamically allocate lruvec_statsShakeel Butt1-12/+75
2024-05-07memcg: reduce memory size of mem_cgroup_events_indexShakeel Butt1-2/+4
2024-05-07mm/hugetlb: document why hugetlb uses folio_mapcount() for COW reuse decisionsDavid Hildenbrand1-0/+7
2024-05-05mm/swapfile: mark racy access on si->highest_bitlinke li1-1/+1
2024-05-05mm/rmap: change the type of we_locked from int to boolHao Ge1-1/+1
2024-05-05mm/rmap: do not add fully unmapped large folio to deferred split listZi Yan1-3/+10
2024-05-05mm/damon/paddr: implement DAMOS filter type YOUNGSeongJae Park1-0/+5
2024-05-05mm/damon: add DAMOS filter type YOUNGSeongJae Park1-0/+1
2024-05-05mm/damon/paddr: implement damon_folio_mkold()SeongJae Park1-11/+16
2024-05-05mm/damon/paddr: implement damon_folio_young()SeongJae Park1-13/+19
2024-05-05mm: optimise vmf_anon_prepare() for VMAs without an anon_vmaMatthew Wilcox (Oracle)1-4/+9
2024-05-05mm: fix some minor per-VMA lock issues in userfaultfdMatthew Wilcox (Oracle)1-11/+9
2024-05-05mm: delay the check for a NULL anon_vmaMatthew Wilcox (Oracle)2-13/+22
2024-05-05mm: assert the mmap_lock is held in __anon_vma_prepare()Matthew Wilcox (Oracle)1-2/+1
2024-05-05mm: simplify thp_vma_allowable_orderMatthew Wilcox3-15/+18
2024-05-05mm: remove stale comment __folio_mark_dirtyKemeng Shi1-2/+1
2024-05-05mm: call __wb_calc_thresh instead of wb_calc_thresh in wb_over_bg_threshKemeng Shi1-1/+1
2024-05-05mm: correct calculation of wb's bg_thresh in cgroup domainKemeng Shi1-1/+1
2024-05-05mm: enable __wb_calc_thresh to calculate dirty background thresholdKemeng Shi1-15/+18
2024-05-05writeback: rename nr_reclaimable to nr_dirty in balance_dirty_pagesKemeng Shi1-4/+4
2024-05-05writeback: support retrieving per group debug writeback stats of bdiKemeng Shi2-2/+98
2024-05-05writeback: collect stats of all wb of bdi in bdi_debug_stats_showKemeng Shi1-23/+73
2024-05-05mm: vmalloc: dump page owner info if page is already mappedHariom Panthi1-1/+9
2024-05-05mm/khugepaged: replace page_mapcount() check by folio_likely_mapped_shared()David Hildenbrand1-7/+15
2024-05-05memcg: fix data-race KCSAN bug in rstatsBreno Leitao1-5/+7
2024-05-05mm: add kernel-doc for folio_mark_accessed()Matthew Wilcox (Oracle)1-7/+10
2024-05-05gup: use folios for gup_devmapMatthew Wilcox (Oracle)1-9/+8
2024-05-05mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()Matthew Wilcox (Oracle)3-9/+9
2024-05-05userfault; expand folio use in mfill_atomic_install_pte()Matthew Wilcox (Oracle)1-3/+2
2024-05-05migrate: expand the use of folio in __migrate_device_pages()Matthew Wilcox (Oracle)1-8/+5
2024-05-05memory-failure: remove calls to page_mapping()Matthew Wilcox (Oracle)1-2/+4
2024-05-05mm/memory-failure: pass the folio to collect_procs_ksm()Matthew Wilcox (Oracle)2-4/+3
2024-05-05mm/memory-failure: use folio functions throughout collect_procs()Matthew Wilcox (Oracle)1-2/+2
2024-05-05mm/memory-failure: add some folio conversions to unpoison_memoryMatthew Wilcox (Oracle)1-4/+4
2024-05-05mm/memory-failure: convert hwpoison_user_mappings to take a folioMatthew Wilcox (Oracle)1-15/+15
2024-05-05mm/memory-failure: convert memory_failure() to use a folioMatthew Wilcox (Oracle)1-19/+21
2024-05-05mm: convert hugetlb_page_mapping_lock_write to folioMatthew Wilcox (Oracle)3-5/+5
2024-05-05mm/memory-failure: convert shake_page() to shake_folio()Matthew Wilcox (Oracle)3-10/+17
2024-05-05mm: make page_mapped_in_vma conditional on CONFIG_MEMORY_FAILUREMatthew Wilcox (Oracle)1-0/+2
2024-05-05mm: return the address from page_mapped_in_vma()Matthew Wilcox (Oracle)2-16/+22
2024-05-05mm/memory-failure: pass addr to __add_to_kill()Matthew Wilcox (Oracle)1-2/+4
2024-05-05mm/memory-failure: remove fsdax_pgoff argument from __add_to_killMatthew Wilcox (Oracle)1-18/+9
2024-05-05memcg: simple cleanup of stats update functionsShakeel Butt2-18/+15
2024-05-05mm: memory: check userfaultfd_wp() in vmf_orig_pte_uffd_wp()Kefeng Wang1-5/+5
2024-05-05mm/madvise: optimize lazyfreeing with mTHP in madvise_freeLance Yang1-41/+44
2024-05-05mm/memory: add any_dirty optional pointer to folio_pte_batch()Lance Yang3-9/+26
2024-05-05mm/madvise: introduce clear_young_dirty_ptes() batch helperLance Yang1-1/+2
2024-05-05mm: swapfile: check usable swap device in __folio_throttle_swaprate()Kefeng Wang1-3/+10
2024-05-05mm/huge_memory: improve split_huge_page_to_list_to_order() return value docum...David Hildenbrand1-3/+11
2024-05-05mm/page_table_check: support userfault wr-protect entriesPeter Xu1-0/+30
2024-05-05mm/hugetlb: assert hugetlb_lock in __hugetlb_cgroup_commit_chargePeter Xu1-1/+1
2024-05-05mm/sparse: guard the size of mem_section is power of 2Wei Yang1-0/+2
2024-05-05doc: improve the description of __folio_mark_dirtyMatthew Wilcox (Oracle)1-5/+9
2024-05-05mm/ksm: remove page_mapcount() usage in stable_tree_search()David Hildenbrand1-5/+8
2024-05-05mm: zswap: remove same_filled module paramsYosry Ahmed1-19/+0
2024-05-05mm: zswap: move more same-filled pages checks outside of zswap_store()Yosry Ahmed1-20/+25
2024-05-05mm: zswap: refactor limit checking from zswap_store()Yosry Ahmed1-16/+16
2024-05-05mm: zswap: always shrink in zswap_store() if zswap_pool_reached_fullYosry Ahmed1-6/+4
2024-05-05userfaultfd: remove WRITE_ONCE when setting folio->index during UFFDIO_MOVESuren Baghdasaryan2-2/+2
2024-05-05mm: page_alloc: allowing mTHP compaction to capture the freed page directlyBaolin Wang1-2/+4
2024-05-05mm: filemap: batch mm counter updating in filemap_map_pages()Kefeng Wang1-9/+12
2024-05-05mm: move mm counter updating out of set_pte_range()Kefeng Wang2-3/+9
2024-05-05mm: add per-order mTHP anon_swpout and anon_swpout_fallback countersBarry Song3-0/+8
2024-05-05mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback countersBarry Song2-0/+57
2024-05-05mm/hugetlb: rename dissolve_free_huge_pages() to dissolve_free_hugetlb_folios()Sidhartha Kumar2-3/+3
2024-05-05mm/hugetlb: convert dissolve_free_huge_pages() to foliosSidhartha Kumar2-13/+12
2024-05-05mm/ksm: replace set_page_stable_node by folio_set_stable_nodeAlex Shi (tencent)1-9/+3
2024-05-05mm/ksm: rename get_ksm_page_flags to ksm_get_folio_flagsDavid Hildenbrand1-16/+16
2024-05-05mm/ksm: convert chain series funcs and replace get_ksm_pageAlex Shi (tencent)2-72/+66
2024-05-05mm/ksm: use folio in write_protect_pageAlex Shi (tencent)1-12/+13
2024-05-05mm/ksm: use ksm_get_folio in scan_get_next_rmap_itemAlex Shi (tencent)1-5/+5
2024-05-05mm/ksm: use folio in stable_node_dupAlex Shi (tencent)1-8/+8
2024-05-05mm/ksm: use folio in remove_stable_nodeAlex Shi (tencent)1-12/+12
2024-05-05mm/ksm: add folio_set_stable_nodeAlex Shi (tencent)1-1/+7
2024-05-05mm/ksm: use folio in remove_rmap_item_from_treeAlex Shi (tencent)1-5/+5
2024-05-05mm/ksm: add ksm_get_folioAlex Shi (tencent)1-17/+25
2024-05-05mm/debug: print only page mapcount (excluding folio entire mapcount) in __dum...David Hildenbrand1-7/+2
2024-05-05mm/migrate_device: use folio_mapcount() in migrate_vma_check_page()David Hildenbrand1-5/+7
2024-05-05mm/filemap: use folio_mapcount() in filemap_unaccount_folio()David Hildenbrand1-1/+1
2024-05-05mm/migrate: use folio_likely_mapped_shared() in add_page_for_migration()David Hildenbrand1-1/+1
2024-05-05mm/page_alloc: use folio_mapped() in __alloc_contig_migrate_range()David Hildenbrand1-2/+6
2024-05-05mm/memory-failure: use folio_mapcount() in hwpoison_user_mappings()David Hildenbrand1-2/+2
2024-05-05mm/huge_memory: use folio_mapcount() in zap_huge_pmd() sanity checkDavid Hildenbrand1-1/+1
2024-05-05mm/memory: use folio_mapcount() in zap_present_folio_ptes()David Hildenbrand1-2/+1
2024-05-05mm: track mapcount of large folios in single valueDavid Hildenbrand6-27/+23
2024-05-05mm/rmap: add fast-path for small folios when adding/removing/duplicatingDavid Hildenbrand1-10/+16
2024-05-05mm: follow_pte() improvementsDavid Hildenbrand1-5/+15
2024-05-05mm: pass VMA instead of MM to follow_pte()David Hildenbrand1-7/+8
2024-05-05mm,swap: add document about RCU read lock and swapoff interactionHuang Ying1-13/+13
2024-05-05mm/mmap: make accountable_mapping return boolHao Ge1-2/+2
2024-05-05mm/mmap: make vma_wants_writenotify return boolHao Ge1-6/+6
2024-05-05memory tier: create CPUless memory tiers after obtaining HMAT infoHo-Ren (Jack) Chuang1-24/+70
2024-05-05memory tier: dax/kmem: introduce an abstract layer for finding, allocating, a...Ho-Ren (Jack) Chuang1-0/+29
2024-05-05mm,page_owner: don't remove __GFP_NOLOCKDEP in add_stack_record_to_listChristoph Hellwig1-1/+1
2024-05-05mm/vmalloc: fix return value of vb_alloc if size is 0Hailong.Liu1-1/+1
2024-05-05mm: use memalloc_nofs_save() in page_cache_ra_order()Kefeng Wang1-0/+4
2024-05-05mm: page_owner: fix wrong information in dump_page_ownerManinder Singh1-1/+1
2024-05-02swapon(2): open swap with O_EXCLAl Viro1-17/+2
2024-05-02swapon(2)/swapoff(2): don't bother with block sizeAl Viro1-11/+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-26Merge branch 'memory-observability' into x86/amdJoerg Roedel1-0/+3
2024-04-25mm: kmsan: implement kmsan_memmove()Alexander Potapenko1-0/+11
2024-04-25mm: convert free_zone_device_page to free_zone_device_folioMatthew Wilcox (Oracle)3-17/+19
2024-04-25mm: combine __folio_put_small, __folio_put_large and __folio_putMatthew Wilcox (Oracle)1-26/+6
2024-04-25mm: inline destroy_large_folio() into __folio_put_large()Matthew Wilcox (Oracle)2-17/+10
2024-04-25mm: combine free_the_page() and free_unref_page()Matthew Wilcox (Oracle)1-14/+11
2024-04-25mm: free non-hugetlb large folios in a batchMatthew Wilcox (Oracle)1-2/+2
2024-04-25mm: convert pagecache_isize_extended to use a folioMatthew Wilcox (Oracle)1-19/+17
2024-04-25mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nidFrank van der Linden1-3/+3
2024-04-25mm/cma: drop incorrect alignment check in cma_init_reserved_memFrank van der Linden1-4/+0
2024-04-25hugetlb: convert hugetlb_wp() to use struct vm_faultVishal Moola (Oracle)1-32/+32
2024-04-25hugetlb: convert hugetlb_no_page() to use struct vm_faultVishal Moola (Oracle)1-32/+31
2024-04-25hugetlb: convert hugetlb_fault() to use struct vm_faultVishal Moola (Oracle)1-43/+41
2024-04-25mm: use "GUP-fast" instead "fast GUP" in remaining commentsDavid Hildenbrand2-2/+2
2024-04-25mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand3-7/+7
2024-04-25mm/gup: consistently name GUP-fast functionsDavid Hildenbrand1-102/+103
2024-04-25hugetlb: convert alloc_buddy_hugetlb_folio to use a folioMatthew Wilcox (Oracle)1-17/+16
2024-04-25mm: remove struct page from get_shadow_from_swap_cacheMatthew Wilcox (Oracle)1-4/+4
2024-04-25mm: madvise: avoid split during MADV_PAGEOUT and MADV_COLDRyan Roberts3-41/+62
2024-04-25mm: vmscan: avoid split during shrink_folio_list()Ryan Roberts1-10/+10
2024-04-25mm: swap: allow storage of all mTHP ordersRyan Roberts1-71/+91
2024-04-25mm: swap: update get_swap_pages() to take folio orderRyan Roberts2-9/+10
2024-04-25mm: swap: simplify struct percpu_clusterRyan Roberts1-11/+11
2024-04-25mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()Ryan Roberts4-28/+158
2024-04-25mm: swap: remove CLUSTER_FLAG_HUGE from swap_cluster_info:flagsRyan Roberts2-42/+8
2024-04-25mm: page_alloc: use the correct THP order for THP PCPBaolin Wang1-3/+3
2024-04-25khugepaged: use a folio throughout hpage_collapse_scan_file()Matthew Wilcox (Oracle)1-17/+16
2024-04-25khugepaged: use a folio throughout collapse_file()Matthew Wilcox (Oracle)1-59/+54
2024-04-25khugepaged: remove hpage from collapse_file()Matthew Wilcox (Oracle)1-38/+39
2024-04-25khugepaged: pass a folio to __collapse_huge_page_copy()Matthew Wilcox (Oracle)1-19/+15
2024-04-25khugepaged: remove hpage from collapse_huge_page()Matthew Wilcox (Oracle)1-7/+5
2024-04-25khugepaged: convert alloc_charge_hpage to alloc_charge_folioMatthew Wilcox (Oracle)1-8/+9
2024-04-25khugepaged: inline hpage_collapse_alloc_folio()Matthew Wilcox (Oracle)1-15/+4
2024-04-25memory: remove the now superfluous sentinel element from ctl_table arrayJoel Granados7-7/+0
2024-04-25mm: rename vma_pgoff_address back to vma_addressMatthew Wilcox (Oracle)4-13/+12
2024-04-25mm: remove vma_address()Matthew Wilcox (Oracle)2-18/+17
2024-04-25mm: correct page_mapped_in_vma() for large foliosMatthew Wilcox (Oracle)1-1/+3
2024-04-25mm: huge_memory: add the missing folio_test_pmd_mappable() for THP split stat...Baolin Wang1-2/+5