summaryrefslogtreecommitdiffstats
path: root/Documentation/features (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2023-02-01migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz1-1/+2
2023-02-01mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz2-3/+14
2023-02-01mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookupsZach O'Keefe1-0/+8
2023-02-01Revert "mm: kmemleak: alloc gray object for reserved region with direct map"Isaac J. Manjarres1-5/+1
2023-02-01freevxfs: Kconfig: fix spellingRandy Dunlap1-1/+1
2023-02-01maple_tree: should get pivots boundary by typeWei Yang1-2/+3
2023-02-01.mailmap: update e-mail address for Eugen HristevEugen Hristev1-0/+1
2023-02-01mm, mremap: fix mremap() expanding for vma's with vm_ops->close()Vlastimil Babka1-6/+19
2023-02-01squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin1-1/+1
2023-02-01ia64: fix build error due to switch case label appearing next to declarationJames Morse1-2/+5
2023-02-01mm: multi-gen LRU: fix crash during cgroup migrationYu Zhao1-1/+4
2023-02-01Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko4-68/+21
2023-02-01zsmalloc: fix a race with deferred_handles storingNhat Pham1-32/+205
2023-02-01mm/khugepaged: fix ->anon_vma raceJann Horn1-1/+13