Age | Commit message (Expand) | Author |
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 | tools/vm/page_owner: ignore page_owner_sort binary | Rong Tao |
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 | selftests/damon: test non-context inputs to rm_contexts file | SeongJae Park |
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 | selftests/vm: update hugetlb madvise | Mike Kravetz |
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 | Docs/ABI/damon: document 'schemes/<s>/tried_regions' sysfs directory | SeongJae Park |
2022-11-30 | Docs/admin-guide/mm/damon/usage: document schemes/<s>/tried_regions sysfs dir... | SeongJae Park |
2022-11-30 | tools/selftets/damon/sysfs: test tried_regions directory existence | SeongJae Park |
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 | maple_tree: mte_set_full() and mte_clear_full() clang-analyzer clean up | Liam Howlett |
2022-11-30 | mm: vmscan: split khugepaged stats from direct reclaim stats | Johannes Weiner |
2022-11-30 | Docs/admin-guide/mm/damon/usage: fix wrong usage example of init_regions file | SeongJae Park |
2022-11-30 | Docs/admin-guide/mm/damon/usage: describe the rules of sysfs region directories | SeongJae Park |
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 | percpu_counter: add percpu_counter_sum_all interface | Shakeel Butt |
2022-11-30 | mm: convert mm's rss stats into percpu_counter | Shakeel Butt |
2022-11-30 | selftests/damon: add tests for DAMON_LRU_SORT's enabled parameter | SeongJae Park |
2022-11-30 | mm/damon/lru_sort: enable and disable synchronously | SeongJae Park |
2022-11-30 | selftests/damon: add tests for DAMON_RECLAIM's enabled parameter | SeongJae Park |