| Commit message (Expand) | Author | Files | Lines |
2022-12-01 | mm: delay page_remove_rmap() until after the TLB has been flushed | Linus Torvalds | 4 | -8/+82 |
2022-12-01 | mm: mmu_gather: prepare to gather encoded page pointers with flags | Linus Torvalds | 5 | -19/+19 |
2022-12-01 | mm: teach release_pages() to take an array of encoded page pointers too | Linus Torvalds | 2 | -6/+31 |
2022-12-01 | mm: introduce 'encoded' page pointers with embedded extra bits | Linus Torvalds | 1 | -1/+33 |
2022-12-01 | selftests/vm: anon_cow: add mprotect() optimization tests | David Hildenbrand | 1 | -3/+46 |
2022-12-01 | mm: remove unused savedwrite infrastructure | David Hildenbrand | 4 | -133/+5 |
2022-12-01 | mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite | David Hildenbrand | 5 | -24/+36 |
2022-12-01 | mm/mprotect: factor out check whether manual PTE write upgrades are required | David Hildenbrand | 2 | -15/+18 |
2022-12-01 | mm/huge_memory: try avoiding write faults when changing PMD protection | David Hildenbrand | 1 | -2/+36 |
2022-12-01 | mm/mprotect: minor can_change_pte_writable() cleanups | David Hildenbrand | 1 | -5/+14 |
2022-12-01 | mm/mprotect: allow clean exclusive anon pages to be writable | Nadav Amit | 1 | -4/+3 |
2022-12-01 | tools/vm/page_owner: ignore page_owner_sort binary | Rong Tao | 1 | -0/+1 |
2022-12-01 | mm,thp,rmap: clean up the end of __split_huge_pmd_locked() | Hugh Dickins | 1 | -10/+5 |
2022-12-01 | mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mapped | Hugh Dickins | 5 | -111/+51 |
2022-12-01 | mm,thp,rmap: subpages_mapcount of PTE-mapped subpages | Hugh Dickins | 5 | -119/+107 |
2022-12-01 | mm/hugetlb_vmemmap: remap head page to newly allocated page | Joao Martins | 1 | -7/+34 |
2022-12-01 | selftests/damon: test non-context inputs to rm_contexts file | SeongJae Park | 2 | -0/+20 |
2022-12-01 | mm,thp,rmap: handle the normal !PageCompound case first | Hugh Dickins | 1 | -27/+27 |
2022-12-01 | mm,thp,rmap: lock_compound_mapcounts() on THP mapcounts | Hugh Dickins | 4 | -162/+204 |
2022-12-01 | mm,thp,rmap: simplify compound page mapcount handling | Hugh Dickins | 13 | -261/+194 |
2022-12-01 | mm,hugetlb: use folio fields in second tail page | Hugh Dickins | 5 | -68/+67 |
2022-12-01 | selftests/vm: update hugetlb madvise | Mike Kravetz | 1 | -3/+4 |
2022-12-01 | zsmalloc: replace IS_ERR() with IS_ERR_VALUE() | Deming Wang | 1 | -1/+1 |
2022-12-01 | mm: use pte markers for swap errors | Peter Xu | 5 | -21/+21 |
2022-12-01 | mm: always compile in pte markers | Peter Xu | 4 | -49/+6 |
2022-12-01 | mm: use kstrtobool() instead of strtobool() | Christophe JAILLET | 2 | -2/+4 |
2022-12-01 | mm/damon: use kstrtobool() instead of strtobool() | Christophe JAILLET | 2 | -2/+4 |
2022-12-01 | Docs/ABI/damon: document 'schemes/<s>/tried_regions' sysfs directory | SeongJae Park | 1 | -0/+32 |
2022-12-01 | Docs/admin-guide/mm/damon/usage: document schemes/<s>/tried_regions sysfs dir... | SeongJae Park | 1 | -3/+42 |
2022-12-01 | tools/selftets/damon/sysfs: test tried_regions directory existence | SeongJae Park | 1 | -0/+7 |
2022-12-01 | mm/damon/sysfs-schemes: implement DAMOS-tried regions clear command | SeongJae Park | 3 | -1/+37 |
2022-12-01 | mm/damon/sysfs: implement DAMOS tried regions update command | SeongJae Park | 3 | -2/+141 |
2022-12-01 | mm/damon/sysfs-schemes: implement scheme region directory | SeongJae Park | 1 | -1/+122 |
2022-12-01 | mm/damon/sysfs-schemes: implement schemes/tried_regions directory | SeongJae Park | 1 | -0/+57 |
2022-12-01 | mm/damon/core: add a callback for scheme target regions check | SeongJae Park | 2 | -1/+10 |
2022-12-01 | mm/hugetlb: convert move_hugetlb_state() to folios | Sidhartha Kumar | 3 | -15/+22 |
2022-12-01 | mm/hugeltb_cgroup: convert hugetlb_cgroup_commit_charge*() to folios | Sidhartha Kumar | 1 | -6/+10 |
2022-12-01 | mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to folios | Sidhartha Kumar | 3 | -25/+27 |
2022-12-01 | mm/hugetlb: convert free_huge_page to folios | Sidhartha Kumar | 1 | -13/+14 |
2022-12-01 | mm/hugetlb: convert isolate_or_dissolve_huge_page to folios | Sidhartha Kumar | 1 | -7/+6 |
2022-12-01 | mm/hugetlb_cgroup: convert hugetlb_cgroup_migrate to folios | Sidhartha Kumar | 3 | -10/+8 |
2022-12-01 | mm/hugetlb_cgroup: convert set_hugetlb_cgroup*() to folios | Sidhartha Kumar | 3 | -25/+31 |
2022-12-01 | mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() to folios | Sidhartha Kumar | 3 | -26/+31 |
2022-12-01 | mm/hugetlb_cgroup: convert __set_hugetlb_cgroup() to folios | Sidhartha Kumar | 2 | -9/+9 |
2022-12-01 | mempool: do not use ksize() for poisoning | Kees Cook | 1 | -6/+12 |
2022-12-01 | maple_tree: mte_set_full() and mte_clear_full() clang-analyzer clean up | Liam Howlett | 1 | -4/+9 |
2022-12-01 | mm: vmscan: split khugepaged stats from direct reclaim stats | Johannes Weiner | 7 | -10/+53 |
2022-12-01 | Docs/admin-guide/mm/damon/usage: fix wrong usage example of init_regions file | SeongJae Park | 1 | -5/+6 |
2022-12-01 | Docs/admin-guide/mm/damon/usage: describe the rules of sysfs region directories | SeongJae Park | 1 | -0/+3 |
2022-12-01 | mm: hugetlb_vmemmap: remove redundant list_del() | Muchun Song | 1 | -3/+1 |