Age | Commit message (Expand) | Author |
2022-11-30 | mm: mmu_gather: do not expose delayed_rmap flag | Alexander Gordeev |
2022-11-30 | mm: delay page_remove_rmap() until after the TLB has been flushed | Linus Torvalds |
2022-11-30 | mm: mmu_gather: prepare to gather encoded page pointers with flags | Linus Torvalds |
2022-11-30 | mm: teach release_pages() to take an array of encoded page pointers too | Linus Torvalds |
2022-11-30 | mm: remove unused savedwrite infrastructure | David Hildenbrand |
2022-11-30 | mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite | David Hildenbrand |
2022-11-30 | mm/mprotect: factor out check whether manual PTE write upgrades are required | David Hildenbrand |
2022-11-30 | mm/huge_memory: try avoiding write faults when changing PMD protection | David Hildenbrand |
2022-11-30 | mm/mprotect: minor can_change_pte_writable() cleanups | David Hildenbrand |
2022-11-30 | mm/mprotect: allow clean exclusive anon pages to be writable | Nadav Amit |
2022-11-30 | mm,thp,rmap: clean up the end of __split_huge_pmd_locked() | Hugh Dickins |
2022-11-30 | mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mapped | Hugh Dickins |
2022-11-30 | mm,thp,rmap: subpages_mapcount of PTE-mapped subpages | Hugh Dickins |
2022-11-30 | mm/hugetlb_vmemmap: remap head page to newly allocated page | Joao Martins |
2022-11-30 | mm,thp,rmap: handle the normal !PageCompound case first | Hugh Dickins |
2022-11-30 | mm,thp,rmap: lock_compound_mapcounts() on THP mapcounts | Hugh Dickins |
2022-11-30 | mm,thp,rmap: simplify compound page mapcount handling | Hugh Dickins |
2022-11-30 | mm,hugetlb: use folio fields in second tail page | Hugh Dickins |
2022-11-30 | zsmalloc: replace IS_ERR() with IS_ERR_VALUE() | Deming Wang |
2022-11-30 | mm: use pte markers for swap errors | Peter Xu |
2022-11-30 | mm: always compile in pte markers | Peter Xu |
2022-11-30 | mm: use kstrtobool() instead of strtobool() | Christophe JAILLET |
2022-11-30 | mm/damon: use kstrtobool() instead of strtobool() | Christophe JAILLET |
2022-11-30 | mm/damon/sysfs-schemes: implement DAMOS-tried regions clear command | SeongJae Park |
2022-11-30 | mm/damon/sysfs: implement DAMOS tried regions update command | SeongJae Park |
2022-11-30 | mm/damon/sysfs-schemes: implement scheme region directory | SeongJae Park |
2022-11-30 | mm/damon/sysfs-schemes: implement schemes/tried_regions directory | SeongJae Park |
2022-11-30 | mm/damon/core: add a callback for scheme target regions check | SeongJae Park |
2022-11-30 | mm/hugetlb: convert move_hugetlb_state() to folios | Sidhartha Kumar |
2022-11-30 | mm/hugeltb_cgroup: convert hugetlb_cgroup_commit_charge*() to folios | Sidhartha Kumar |
2022-11-30 | mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to folios | Sidhartha Kumar |
2022-11-30 | mm/hugetlb: convert free_huge_page to folios | Sidhartha Kumar |
2022-11-30 | mm/hugetlb: convert isolate_or_dissolve_huge_page to folios | Sidhartha Kumar |
2022-11-30 | mm/hugetlb_cgroup: convert hugetlb_cgroup_migrate to folios | Sidhartha Kumar |
2022-11-30 | mm/hugetlb_cgroup: convert set_hugetlb_cgroup*() to folios | Sidhartha Kumar |
2022-11-30 | mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() to folios | Sidhartha Kumar |
2022-11-30 | mm/hugetlb_cgroup: convert __set_hugetlb_cgroup() to folios | Sidhartha Kumar |
2022-11-30 | mempool: do not use ksize() for poisoning | Kees Cook |
2022-11-30 | mm: vmscan: split khugepaged stats from direct reclaim stats | Johannes Weiner |
2022-11-30 | mm: hugetlb_vmemmap: remove redundant list_del() | Muchun Song |
2022-11-30 | mm, hwpoison: when copy-on-write hits poison, take page offline | Tony Luck |
2022-11-30 | mm, hwpoison: try to recover from copy-on write faults | Tony Luck |
2022-11-30 | mm: convert mm's rss stats into percpu_counter | Shakeel Butt |
2022-11-30 | mm/damon/lru_sort: enable and disable synchronously | SeongJae Park |
2022-11-30 | mm/damon/reclaim: enable and disable synchronously | SeongJae Park |
2022-11-30 | mm/damon/{reclaim,lru_sort}: remove unnecessarily included headers | SeongJae Park |
2022-11-30 | mm/damon/modules: deduplicate init steps for DAMON context setup | SeongJae Park |
2022-11-30 | mm/damon/sysfs: split out schemes directory implementation to separate file | SeongJae Park |
2022-11-30 | mm/damon/sysfs: split out kdamond-independent schemes stats update logic into... | SeongJae Park |
2022-11-30 | mm/damon/sysfs: move unsigned long range directory to common module | SeongJae Park |