summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-03mm/huge_memory: remove page_deferred_list()Matthew Wilcox (Oracle)2-25/+17
2023-02-03mm: move page->deferred_list to folio->_deferred_listMatthew Wilcox (Oracle)3-28/+27
2023-02-03doc: correct struct folio kernel-docMatthew Wilcox (Oracle)1-4/+4
2023-02-03mm: remove 'First tail page' members from struct pageMatthew Wilcox (Oracle)2-20/+2
2023-02-03hugetlb: remove uses of compound_dtor and compound_nrMatthew Wilcox (Oracle)1-5/+7
2023-02-03mm: convert destroy_large_folio() to use folio_dtorMatthew Wilcox (Oracle)1-1/+1
2023-02-03mm: convert is_transparent_hugepage() to use a folioMatthew Wilcox (Oracle)1-3/+5
2023-02-03mm: convert set_compound_page_dtor() and set_compound_order() to foliosMatthew Wilcox (Oracle)1-3/+8
2023-02-03mm: reimplement compound_nr()Matthew Wilcox (Oracle)1-22/+27
2023-02-03mm: reimplement compound_order()Matthew Wilcox (Oracle)1-2/+11
2023-02-03mm: remove head_compound_mapcount() and _ptr functionsMatthew Wilcox (Oracle)2-28/+3
2023-02-03mm: convert page_mapcount() to use folio_entire_mapcount()Matthew Wilcox (Oracle)1-9/+13
2023-02-03hugetlb: remove uses of folio_mapcount_ptrMatthew Wilcox (Oracle)1-2/+2
2023-02-03mm/debug: remove call to head_compound_mapcount()Matthew Wilcox (Oracle)1-2/+2
2023-02-03mm: use entire_mapcount in __page_dup_rmap()Matthew Wilcox (Oracle)1-1/+8
2023-02-03mm: use a folio in hugepage_add_anon_rmap() and hugepage_add_new_anon_rmap()Matthew Wilcox (Oracle)1-4/+7
2023-02-03page_alloc: use folio fields directlyMatthew Wilcox (Oracle)1-6/+6
2023-02-03mm: add folio_add_new_anon_rmap()Matthew Wilcox (Oracle)3-19/+31
2023-02-03mm: convert page_add_file_rmap() to use a folio internallyMatthew Wilcox (Oracle)1-11/+10
2023-02-03mm: convert page_add_anon_rmap() to use a folio internallyMatthew Wilcox (Oracle)1-12/+11
2023-02-03mm: convert page_remove_rmap() to use a folio internallyMatthew Wilcox (Oracle)1-21/+26
2023-02-03mm: convert total_compound_mapcount() to folio_total_mapcount()Matthew Wilcox (Oracle)3-17/+16
2023-02-03doc: clarify refcount section by referring to folios & pagesMatthew Wilcox (Oracle)1-9/+9
2023-02-03mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)6-37/+32
2023-02-03mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)8-45/+32
2023-02-03mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple16-52/+37
2023-02-03mm: compaction: avoid fragmentation score calculation for empty zonesBaolin Wang1-0/+2
2023-02-03mm: compaction: add missing kcompactd wakeup trace eventBaolin Wang1-0/+2
2023-02-03mm: compaction: count the migration scanned pages events for proactive compac...Baolin Wang1-0/+5
2023-02-03mm: compaction: move list validation into compact_zone()Baolin Wang1-12/+3
2023-02-03mm: compaction: remove redundant VM_BUG_ON() in compact_zone()Baolin Wang1-3/+0
2023-02-03mm/mmap: fix typo in commentVernon Yang1-1/+1
2023-02-03maple_tree: remove the parameter entry of mas_preallocateVernon Yang5-31/+30
2023-02-03selftests/damon/debugfs_rm_non_contexts: hide expected write error messagesSeongJae Park1-1/+1
2023-02-03selftests/damon/sysfs: hide expected write failuresSeongJae Park1-1/+1
2023-02-03MAINTAINERS/DAMON: link maintainer profile, git trees, and websiteSeongJae Park1-0/+5
2023-02-03Docs/mm/damon: add a maintainer-profile for DAMONSeongJae Park2-0/+63
2023-02-03Docs/admin-guide/mm/damon/usage: update DAMOS actions/filters supports of eac...SeongJae Park1-13/+28
2023-02-03Docs/mm/damon/index: mention DAMOS on the introSeongJae Park1-8/+13
2023-02-03mm/damon/core: update kernel-doc comments for DAMOS filters supports of each ...SeongJae Park1-0/+5
2023-02-03mm/damon/core: update kernel-doc comments for DAMOS action supports of each D...SeongJae Park1-0/+6
2023-02-03mm/highmem: add notes about conversions from kmap{,_atomic}()Fabio M. De Francesco1-10/+31
2023-02-01Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton28-144/+413
2023-02-01mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath()Kefeng Wang1-1/+4
2023-02-01Kconfig.debug: fix the help description in SCHED_DEBUGye xingchen1-1/+1
2023-02-01mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia1-0/+1
2023-02-01mm: use stack_depot_early_init for kmemleakZhaoyang Huang2-2/+4
2023-02-01Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher4-5/+5
2023-02-01sh: define RUNTIME_DISCARD_EXITTom Saeger1-0/+1
2023-02-01highmem: round down the address passed to kunmap_flush_on_unmap()Matthew Wilcox (Oracle)1-2/+2