summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-02doc: correct struct folio kernel-docMatthew Wilcox (Oracle)
2023-02-02mm: remove 'First tail page' members from struct pageMatthew Wilcox (Oracle)
2023-02-02hugetlb: remove uses of compound_dtor and compound_nrMatthew Wilcox (Oracle)
2023-02-02mm: convert destroy_large_folio() to use folio_dtorMatthew Wilcox (Oracle)
2023-02-02mm: convert is_transparent_hugepage() to use a folioMatthew Wilcox (Oracle)
2023-02-02mm: convert set_compound_page_dtor() and set_compound_order() to foliosMatthew Wilcox (Oracle)
2023-02-02mm: reimplement compound_nr()Matthew Wilcox (Oracle)
2023-02-02mm: reimplement compound_order()Matthew Wilcox (Oracle)
2023-02-02mm: remove head_compound_mapcount() and _ptr functionsMatthew Wilcox (Oracle)
2023-02-02mm: convert page_mapcount() to use folio_entire_mapcount()Matthew Wilcox (Oracle)
2023-02-02hugetlb: remove uses of folio_mapcount_ptrMatthew Wilcox (Oracle)
2023-02-02mm/debug: remove call to head_compound_mapcount()Matthew Wilcox (Oracle)
2023-02-02mm: use entire_mapcount in __page_dup_rmap()Matthew Wilcox (Oracle)
2023-02-02mm: use a folio in hugepage_add_anon_rmap() and hugepage_add_new_anon_rmap()Matthew Wilcox (Oracle)
2023-02-02page_alloc: use folio fields directlyMatthew Wilcox (Oracle)
2023-02-02mm: add folio_add_new_anon_rmap()Matthew Wilcox (Oracle)
2023-02-02mm: convert page_add_file_rmap() to use a folio internallyMatthew Wilcox (Oracle)
2023-02-02mm: convert page_add_anon_rmap() to use a folio internallyMatthew Wilcox (Oracle)
2023-02-02mm: convert page_remove_rmap() to use a folio internallyMatthew Wilcox (Oracle)
2023-02-02mm: convert total_compound_mapcount() to folio_total_mapcount()Matthew Wilcox (Oracle)
2023-02-02doc: clarify refcount section by referring to folios & pagesMatthew Wilcox (Oracle)
2023-02-02mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()Matthew Wilcox (Oracle)
2023-02-02mm: remove folio_pincount_ptr() and head_compound_pincount()Matthew Wilcox (Oracle)
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple
2023-02-02mm: compaction: avoid fragmentation score calculation for empty zonesBaolin Wang
2023-02-02mm: compaction: add missing kcompactd wakeup trace eventBaolin Wang
2023-02-02mm: compaction: count the migration scanned pages events for proactive compac...Baolin Wang
2023-02-02mm: compaction: move list validation into compact_zone()Baolin Wang
2023-02-02mm: compaction: remove redundant VM_BUG_ON() in compact_zone()Baolin Wang
2023-02-02mm/mmap: fix typo in commentVernon Yang
2023-02-02maple_tree: remove the parameter entry of mas_preallocateVernon Yang
2023-02-02selftests/damon/debugfs_rm_non_contexts: hide expected write error messagesSeongJae Park
2023-02-02selftests/damon/sysfs: hide expected write failuresSeongJae Park
2023-02-02MAINTAINERS/DAMON: link maintainer profile, git trees, and websiteSeongJae Park
2023-02-02Docs/mm/damon: add a maintainer-profile for DAMONSeongJae Park
2023-02-02Docs/admin-guide/mm/damon/usage: update DAMOS actions/filters supports of eac...SeongJae Park
2023-02-02Docs/mm/damon/index: mention DAMOS on the introSeongJae Park
2023-02-02mm/damon/core: update kernel-doc comments for DAMOS filters supports of each ...SeongJae Park
2023-02-02mm/damon/core: update kernel-doc comments for DAMOS action supports of each D...SeongJae Park
2023-02-02mm/highmem: add notes about conversions from kmap{,_atomic}()Fabio M. De Francesco
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton
2023-01-31mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath()Kefeng Wang
2023-01-31Kconfig.debug: fix the help description in SCHED_DEBUGye xingchen
2023-01-31mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia
2023-01-31mm: use stack_depot_early_init for kmemleakZhaoyang Huang
2023-01-31Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher
2023-01-31sh: define RUNTIME_DISCARD_EXITTom Saeger
2023-01-31highmem: round down the address passed to kunmap_flush_on_unmap()Matthew Wilcox (Oracle)
2023-01-31migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz
2023-01-31mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz