aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-22/+8
2025-05-02Merge tag 'slab-for-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-22/+8
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+16
2025-04-29Merge tag 'fixes-2025-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+11
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-25/+82
2025-04-24mm, slab: clean up slab->obj_exts alwaysZhenhua Huang1-22/+8
2025-04-22mm/migrate: fix sleep in atomic for large folios and buffer headsDavidlohr Bueso1-3/+5
2025-04-19Merge tag 'mm-hotfixes-stable-2025-04-19-21-24' of git://git.kernel.org/pub/s...Linus Torvalds8-25/+62
2025-04-18Merge tag 'hardening-v6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+20
2025-04-17mm: vmscan: fix kswapd exit condition in defrag_modeJohannes Weiner1-1/+7
2025-04-17mm: vmscan: restore high-cpu watermark safety in kswapdJohannes Weiner2-14/+19
2025-04-17mm/memory: move sanity checks in do_wp_page() after mapcount vs. refcount sta...David Hildenbrand1-2/+2
2025-04-17mm, hugetlb: increment the number of pages to be reset on HVOOscar Salvador1-3/+3
2025-04-17mm/gup: fix wrongly calculated returned value in fault_in_safe_writeable()Baoquan He1-2/+2
2025-04-17mm: memcontrol: fix swap counter leak from offline cgroupMuchun Song1-1/+1
2025-04-17mm/page_alloc: fix deadlock on cpu_hotplug_lock in __accept_page()Kirill A. Shutemov3-2/+28
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-84/+222
2025-04-17Merge tag 'slab-for-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+10
2025-04-15kasan: Add strscpy() test to trigger tag fault on arm64Vincenzo Frascino1-0/+20
2025-04-14page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen1-6/+2
2025-04-14slab: ensure slab->obj_exts is clear in a newly allocated slab pageSuren Baghdasaryan1-0/+10
2025-04-11mm: fix apply_to_existing_page_range()Kirill A. Shutemov1-2/+2
2025-04-11mm: (un)track_pfn_copy() fix + doc improvementsDavid Hildenbrand1-1/+1
2025-04-11mm: fix filemap_get_folios_contig returning batches of identical foliosVishal Moola (Oracle)1-0/+1
2025-04-11mm/hugetlb: add a line break at the end of the format stringwangxuewen1-1/+1
2025-04-11mm/hugetlb: fix set_max_huge_pages() when there are surplus pagesJinjiang Tu1-1/+18
2025-04-11mm/cma: report base address of single range correctlyFrank van der Linden1-8/+11
2025-04-11mm: page_alloc: speed up fallbacks in rmqueue_bulk()Johannes Weiner1-34/+79
2025-04-11mm/kasan: add module decriptionArnd Bergmann1-0/+1
2025-04-11mm/vma: add give_up_on_oom option on modify/merge, use in uffd releaseLorenzo Stoakes3-7/+66
2025-04-11mm/hugetlb: fix nid mismatch in alloc_surplus_hugetlb_folio()Liu Shixin1-1/+1
2025-04-11mm/page_alloc: avoid second trylock of zone->lockAlexei Starovoitov1-6/+9
2025-04-11mm/compaction: fix bug in hugetlb handling pathwayVishal Moola (Oracle)1-3/+3
2025-04-11locking/local_lock, mm: replace localtry_ helpers with local_trylock_t typeAlexei Starovoitov1-20/+19
2025-04-07mm/memblock: repeat setting reserved region nid if array is doubledWei Yang1-0/+10
2025-04-07mm/memblock: pass size instead of end to memblock_set_node()Wei Yang1-1/+1
2025-04-06Disable SLUB_TINY for build testingLinus Torvalds1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-3/+3
2025-04-03Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-28/+22
2025-04-03Merge tag 'mm-hotfixes-stable-2025-04-02-21-57' of git://git.kernel.org/pub/s...Linus Torvalds3-10/+31
2025-04-02mm/page_alloc: Fix try_alloc_pagesAlexei Starovoitov1-0/+3
2025-04-01Merge tag 'vfio-v6.15-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-0/+1
2025-04-01mm/memory_hotplug: fix call folio_test_large with tail page in do_migrate_rangeJinjiang Tu1-9/+3
2025-04-01memblock: don't release high memory to page allocator when HIGHMEM is offMike Rapoport (Microsoft)1-0/+3
2025-04-01mm/mm_init: init holes in the end of the memory map for FLATMEMMike Rapoport (Microsoft)1-6/+6
2025-04-01mm/page_alloc: replace flag check with PageHWPoison() in check_new_page_bad()Ye Liu1-1/+1
2025-04-01mm/damon/core: simplify control flow in damon_register_ops()Taotao Chen1-5/+4
2025-04-01mm/kasan: use SLAB_NO_MERGE flag instead of an empty constructorHarry Yoo1-4/+1
2025-04-01mm: page_alloc: fix defrag_mode's retry & OOM pathJohannes Weiner1-2/+2
2025-04-01mm/mremap: do not set vrm->vma NULL immediately prior to checking itLorenzo Stoakes1-1/+2
2025-04-01mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead()Yosry Ahmed1-8/+22
2025-04-01mm/hugetlb: move hugetlb_sysctl_init() to the __init sectionMarc Herbert1-1/+1
2025-04-01mm: page_isolation: avoid calling folio_hstate() without hugetlb_lockLiu Shixin1-1/+8
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds92-6295/+7882
2025-03-31Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-12/+54
2025-03-30Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+4
2025-03-30Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-34/+235
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2-0/+197
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-37/+92
2025-03-28mm/memblock: Add reserved memory release functionMasami Hiramatsu (Google)1-12/+54
2025-03-27Merge tag 'f2fs-for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-15/+1
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-17/+231
2025-03-25x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand1-7/+4
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-15/+30
2025-03-24Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2025-03-24Merge tag 'sched_ext-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+31
2025-03-24Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+4
2025-03-24Merge tag 'slab-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds5-253/+327
2025-03-24Merge tag 'hardening-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+10
2025-03-24Merge tag 'vfs-6.15-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2025-03-21mm/page_alloc: remove unnecessary __maybe_unused in order_to_pindex()Liu Ye1-1/+1
2025-03-21mm/vmscan: don't try to reclaim hwpoison folioJinjiang Tu1-0/+7
2025-03-21mm/hwpoison: introduce folio_contain_hwpoisoned_page() helperJinjiang Tu2-4/+2
2025-03-21mm: vmscan: split proactive reclaim statistics from direct reclaim statisticsHao Jia3-15/+30
2025-03-21mm/damon: implement a new DAMOS filter type for active pagesNhat Pham2-0/+4
2025-03-21balloon_compaction: update the NR_BALLOON_PAGES stateNico Pache1-0/+2
2025-03-21meminfo: add a per node counter for balloon driversNico Pache2-1/+4
2025-03-21mm: remove references to folio in __memcg_kmem_uncharge_page()Matthew Wilcox (Oracle)1-5/+3
2025-03-21mm: remove references to folio in split_page_memcg()Matthew Wilcox (Oracle)1-7/+23
2025-03-21mm: simplify split_page_memcg()Matthew Wilcox (Oracle)2-10/+9
2025-03-21mm: separate folio_split_memcg_refs() from split_page_memcg()Matthew Wilcox (Oracle)2-16/+17
2025-03-21memcg: move do_memsw_account() to CONFIG_MEMCG_V1Shakeel Butt1-6/+7
2025-03-21memcg: avoid refill_stock for root memcgShakeel Butt1-1/+2
2025-03-21mm/mm_init: rename init_reserved_page to init_deferred_pageMike Rapoport (Microsoft)1-3/+3
2025-03-21mm/mm_init: rename __init_reserved_page_zone to __init_page_from_nidMike Rapoport (Microsoft)3-4/+4
2025-03-21mm/cma: using per-CMA locks to improve concurrent allocation performanceGe Yang2-3/+5
2025-03-20Merge branch 'slab/for-6.15/kfree_rcu_tiny' into slab/for-nextVlastimil Babka4-6/+79
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar20-225/+242
2025-03-17Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/s...Linus Torvalds10-30/+77
2025-03-17mm: page_alloc: defrag_mode kswapd/kcompactd watermarksJohannes Weiner5-15/+72
2025-03-17mm: page_alloc: defrag_mode kswapd/kcompactd assistanceJohannes Weiner1-4/+10
2025-03-17mm: page_alloc: defrag_modeJohannes Weiner1-2/+25
2025-03-17mm: page_alloc: trace type pollution from compaction capturingJohannes Weiner1-0/+4
2025-03-17mm: compaction: push watermark into compaction_suitable() callersJohannes Weiner2-36/+42
2025-03-17mm: convert lru_add_page_tail() to lru_add_split_folio()Matthew Wilcox (Oracle)1-9/+9
2025-03-17mm/debug: add line breaksLiu Ye1-1/+1
2025-03-17mm: memory-failure: enhance comments for return value of memory_failure()Shuai Xue1-3/+7
2025-03-17mm/hwpoison: do not send SIGBUS to processes with recovered clean pagesShuai Xue1-3/+8
2025-03-17mm: lock PGDAT_RECLAIM_LOCKED with acquire memory orderingMathieu Desnoyers1-1/+1
2025-03-17mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlockMathieu Desnoyers1-1/+1
2025-03-17mm/madvise: remove len parameter of madvise_do_behavior()SeongJae Park1-6/+4
2025-03-17mm/madvise: deduplicate madvise_do_behavior() skip case handlingsSeongJae Park1-23/+34
2025-03-17mm/madvise: split out populate behavior check logicSeongJae Park1-7/+13
2025-03-17mm/madvise: use is_memory_failure() from madvise_do_behavior()SeongJae Park1-22/+27
2025-03-17mm/page_alloc: add trace event for totalreserve_pages calculationMartin Liu1-0/+1
2025-03-17mm/page_alloc: add trace event for per-zone lowmem reserve setupMartin Liu1-0/+2
2025-03-17mm/page_alloc: add trace event for per-zone watermark setupMartin Liu1-0/+1
2025-03-17mm/shmem: fix functions documentationEnrico Bravi1-3/+3
2025-03-17mm: use ptep_get() instead of directly dereferencing pte_t*Ryan Roberts1-1/+1
2025-03-17drivers/base/memory: improve add_boot_memory_block()Gavin Shan1-5/+0
2025-03-17mm/damon/sysfs-schemes: avoid Wformat-security warning on damon_sysfs_access_...SeongJae Park1-1/+1
2025-03-17mm/shmem: use xas_try_split() in shmem_split_large_entry()Zi Yan1-31/+28
2025-03-17mm/filemap: use xas_try_split() in __filemap_add_folio()Zi Yan1-27/+18
2025-03-17mm/truncate: use folio_split() in truncate operationZi Yan2-4/+39
2025-03-17mm/huge_memory: add folio_split() to debugfs testing interfaceZi Yan1-13/+34
2025-03-17mm/huge_memory: remove the old, unused __split_huge_page()Zi Yan1-215/+0
2025-03-17mm/huge_memory: add buddy allocator like (non-uniform) folio_split()Zi Yan1-42/+128
2025-03-17mm/huge_memory: move folio split common code to __folio_split()Zi Yan1-50/+62
2025-03-17mm/huge_memory: add two new (not yet used) functions for folio_split()Zi Yan1-1/+353
2025-03-17mm: swap_cgroup: remove double initialization of localsJohannes Weiner1-2/+1
2025-03-17mm/vmalloc: refactor __vmalloc_node_range_noprof()Liu Ye1-12/+8
2025-03-17mm: page_owner: use new iteration APILuiz Capitulino1-45/+39
2025-03-17mm: page_table_check: use new iteration APILuiz Capitulino1-27/+12
2025-03-17mm: page_ext: add an iteration API for page extensionsLuiz Capitulino1-0/+13
2025-03-17mm: remove redundant return in set_huge_zero_folio()Dev Jain1-2/+0
2025-03-17mm/damon: remove damon_operations->reset_aggregatedSeongJae Park3-4/+0
2025-03-17mm/damon: remove damon_callback->before_damos_applySeongJae Park1-9/+4
2025-03-17mm/damon: remove damon_callback->after_samplingSeongJae Park1-3/+0
2025-03-17mm/damon: remove ->before_start of damon_callbackSeongJae Park1-2/+0
2025-03-17mm/damon/sysfs-schemes: remove obsolete comment for damon_sysfs_schemes_clear...SeongJae Park1-1/+0
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request and its readersSeongJae Park1-23/+1
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request_callback() and its callersSeongJae Park1-62/+0
2025-03-17mm/damon/sysfs: remove damon_sysfs_cmd_request code from damon_sysfs_handle_c...SeongJae Park1-32/+0
2025-03-17mm/damon/sysfs: handle commit command using damon_call()SeongJae Park1-11/+6
2025-03-17mm/damon/core: make damon_set_attrs() be safe to be called from damon_call()SeongJae Park2-14/+48
2025-03-17mm/damon/core: invoke kdamond_call() after merging is done if possibleSeongJae Park1-3/+3
2025-03-17mm/damon/sysfs: validate user inputs from damon_sysfs_commit_input()SeongJae Park1-2/+10
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)2-1/+7
2025-03-17arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)1-0/+5
2025-03-17arch, mm: streamline HIGHMEM freeingMike Rapoport (Microsoft)1-2/+1
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)3-10/+30
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)3-20/+17
2025-03-17page_io: zswap: do not crash the kernel on decompression failureNhat Pham2-40/+85
2025-03-17mm/hugetlb: update nr_huge_pages and surplus_huge_pages togetherLiu Shixin1-1/+10
2025-03-17mm/damon/sysfs-schemes: return error when for attempts to install filters on ...SeongJae Park1-0/+20
2025-03-17mm/damon/sysfs-schemes: record filters of which layer should be added to the ...SeongJae Park1-10/+36
2025-03-17mm/damon/core: expose damos_filter_for_ops() to DAMON kernel API callersSeongJae Park1-1/+8
2025-03-17mm/damon/sysfs-schemes: commit filters in {core,ops}_filters directoriesSeongJae Park1-3/+11
2025-03-17mm/damon/sysfs-schemes: implement core_filters and ops_filters directoriesSeongJae Park1-2/+38
2025-03-17mm/damon/sysfs-schemes: let damon_sysfs_scheme_set_filters() be used for diff...SeongJae Park1-4/+7
2025-03-17mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MA...David Hildenbrand3-10/+78
2025-03-17mm: CONFIG_NO_PAGE_MAPCOUNT to prepare for not maintain per-page mapcounts in...David Hildenbrand1-0/+17
2025-03-17mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand8-20/+17
2025-03-17mm: Copy-on-Write (COW) reuse support for PTE-mapped THPDavid Hildenbrand1-8/+75
2025-03-17mm/rmap: basic MM owner tracking for large folios (!hugetlb)David Hildenbrand3-0/+19
2025-03-17mm/rmap: use folio_large_nr_pages() in add/remove functionsDavid Hildenbrand1-6/+8
2025-03-17mm/rmap: abstract large mapcount operations for large folios (!hugetlb)David Hildenbrand1-8/+6
2025-03-17mm/rmap: pass vma to __folio_add_rmap()David Hildenbrand1-4/+4
2025-03-17mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friendsDavid Hildenbrand2-6/+6
2025-03-17mm: move _entire_mapcount in folio to page[2] on 32bitDavid Hildenbrand2-6/+11
2025-03-17mm: move _pincount in folio to page[2] on 32bitDavid Hildenbrand4-9/+26
2025-03-17mm: move hugetlb specific things in folio to page[3]David Hildenbrand2-1/+5
2025-03-17mm: let _folio_nr_pages overlay memcg_data in first tail pageDavid Hildenbrand4-4/+16
2025-03-17mm/mremap: thread state through move page table operationLorenzo Stoakes2-83/+116
2025-03-17mm/mremap: refactor move_page_tables(), abstracting stateLorenzo Stoakes3-52/+168
2025-03-17mm/mremap: complete refactor of move_vma()Lorenzo Stoakes1-89/+204
2025-03-17mm/mremap: initial refactor of move_vma()Lorenzo Stoakes1-64/+122
2025-03-17mm/mremap: introduce and use vma_remap_struct threaded stateLorenzo Stoakes1-206/+362
2025-03-17mm/mremap: refactor mremap() system call implementationLorenzo Stoakes1-154/+251
2025-03-17mm/mremap: correctly handle partial mremap() of VMA starting at 0Lorenzo Stoakes1-5/+5
2025-03-17device/dax: properly refcount device dax pages when mappingAlistair Popple1-7/+7
2025-03-17fs/dax: properly refcount fs dax pagesAlistair Popple8-47/+40
2025-03-17mm/huge_memory: add vmf_insert_folio_pmd()Alistair Popple1-12/+53
2025-03-17mm/huge_memory: add vmf_insert_folio_pud()Alistair Popple1-12/+87
2025-03-17mm/rmap: add support for PUD sized mappings to rmapAlistair Popple1-4/+63
2025-03-17mm/memory: add vmf_insert_page_mkwrite()Alistair Popple1-0/+20
2025-03-17mm/memory: enhance insert_page_into_pte_locked() to create writable mappingsAlistair Popple1-9/+30
2025-03-17mm: allow compound zone device pagesAlistair Popple6-16/+26
2025-03-17mm/mm_init: move p2pdma page refcount initialisation to p2pdmaAlistair Popple2-8/+31
2025-03-17mm/gup: remove redundant check for PCI P2PDMA pageAlistair Popple1-5/+0
2025-03-17fs/dax: always remove DAX page-cache entries when breaking layoutsAlistair Popple1-1/+15
2025-03-17mm: shmem: factor out the within_size logic into a new helperBaolin Wang1-26/+27
2025-03-17mm: shmem: change the return value of shmem_find_swap_entries()Baolin Wang1-6/+6
2025-03-17mm: shmem: remove duplicate error validationBaolin Wang1-3/+3
2025-03-17mm: shmem: remove 'fadvise()' commentsBaolin Wang1-2/+2
2025-03-17mm: shmem: drop the unused macroBaolin Wang1-1/+0
2025-03-17mm: zpool: remove zpool_malloc_support_movable()Yosry Ahmed3-20/+1
2025-03-17mm: zsmalloc: remove object mapping APIs and per-CPU map areasYosry Ahmed1-225/+1
2025-03-17mm: zpool: remove object mapping APIsYosry Ahmed2-88/+0
2025-03-17mm: zswap: use object read/write APIs instead of object mapping APIsYosry Ahmed1-20/+13
2025-03-17mm: zpool: add interfaces for object read/write APIsYosry Ahmed2-0/+69
2025-03-17mm/shrinker: fix name consistency issue in shrinker_debugfs_rename()Liu Ye1-2/+6
2025-03-17mm/damon/paddr: respect ops_filters_default_rejectSeongJae Park1-1/+1
2025-03-17mm/damon/core: set damos_filter default allowance behavior based on installed...SeongJae Park1-5/+36
2025-03-17mm/damon/paddr: support only damos->ops_filtersSeongJae Park1-12/+0
2025-03-17mm/damon/core: put ops-handled filters to damos->ops_filtersSeongJae Park1-1/+16
2025-03-17mm/damon/core: support committing ops_filtersSeongJae Park1-1/+39
2025-03-17mm/damon/paddr: support ops_filtersSeongJae Park1-0/+12