Age | Commit message (Expand) | Author | Files | Lines |
2022-11-30 | mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mapped | Hugh Dickins | 2 | -97/+26 |
2022-11-30 | mm,thp,rmap: subpages_mapcount of PTE-mapped subpages | Hugh Dickins | 2 | -93/+69 |
2022-11-30 | mm/hugetlb_vmemmap: remap head page to newly allocated page | Joao Martins | 1 | -7/+34 |
2022-11-30 | mm,thp,rmap: handle the normal !PageCompound case first | Hugh Dickins | 1 | -27/+27 |
2022-11-30 | mm,thp,rmap: lock_compound_mapcounts() on THP mapcounts | Hugh Dickins | 2 | -147/+189 |
2022-11-30 | mm,thp,rmap: simplify compound page mapcount handling | Hugh Dickins | 8 | -196/+112 |
2022-11-30 | mm,hugetlb: use folio fields in second tail page | Hugh Dickins | 2 | -4/+3 |
2022-11-30 | zsmalloc: replace IS_ERR() with IS_ERR_VALUE() | Deming Wang | 1 | -1/+1 |
2022-11-30 | mm: use pte markers for swap errors | Peter Xu | 3 | -4/+6 |
2022-11-30 | mm: always compile in pte markers | Peter Xu | 2 | -11/+3 |
2022-11-30 | mm: use kstrtobool() instead of strtobool() | Christophe JAILLET | 2 | -2/+4 |
2022-11-30 | mm/damon: use kstrtobool() instead of strtobool() | Christophe JAILLET | 2 | -2/+4 |
2022-11-30 | mm/damon/sysfs-schemes: implement DAMOS-tried regions clear command | SeongJae Park | 3 | -1/+37 |
2022-11-30 | mm/damon/sysfs: implement DAMOS tried regions update command | SeongJae Park | 3 | -2/+141 |
2022-11-30 | mm/damon/sysfs-schemes: implement scheme region directory | SeongJae Park | 1 | -1/+122 |
2022-11-30 | mm/damon/sysfs-schemes: implement schemes/tried_regions directory | SeongJae Park | 1 | -0/+57 |
2022-11-30 | mm/damon/core: add a callback for scheme target regions check | SeongJae Park | 1 | -1/+5 |
2022-11-30 | mm/hugetlb: convert move_hugetlb_state() to folios | Sidhartha Kumar | 2 | -12/+14 |
2022-11-30 | mm/hugeltb_cgroup: convert hugetlb_cgroup_commit_charge*() to folios | Sidhartha Kumar | 1 | -6/+10 |
2022-11-30 | mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to folios | Sidhartha Kumar | 2 | -17/+19 |
2022-11-30 | mm/hugetlb: convert free_huge_page to folios | Sidhartha Kumar | 1 | -13/+14 |
2022-11-30 | mm/hugetlb: convert isolate_or_dissolve_huge_page to folios | Sidhartha Kumar | 1 | -7/+6 |
2022-11-30 | mm/hugetlb_cgroup: convert hugetlb_cgroup_migrate to folios | Sidhartha Kumar | 2 | -6/+4 |
2022-11-30 | mm/hugetlb_cgroup: convert set_hugetlb_cgroup*() to folios | Sidhartha Kumar | 2 | -19/+25 |
2022-11-30 | mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() to folios | Sidhartha Kumar | 2 | -7/+11 |
2022-11-30 | mm/hugetlb_cgroup: convert __set_hugetlb_cgroup() to folios | Sidhartha Kumar | 1 | -2/+2 |
2022-11-30 | mempool: do not use ksize() for poisoning | Kees Cook | 1 | -6/+12 |
2022-11-30 | mm: vmscan: split khugepaged stats from direct reclaim stats | Johannes Weiner | 4 | -10/+38 |
2022-11-30 | mm: hugetlb_vmemmap: remove redundant list_del() | Muchun Song | 1 | -3/+1 |
2022-11-30 | mm, hwpoison: when copy-on-write hits poison, take page offline | Tony Luck | 1 | -1/+3 |
2022-11-30 | mm, hwpoison: try to recover from copy-on write faults | Tony Luck | 1 | -10/+20 |
2022-11-30 | mm: convert mm's rss stats into percpu_counter | Shakeel Butt | 1 | -62/+11 |
2022-11-30 | mm/damon/lru_sort: enable and disable synchronously | SeongJae Park | 1 | -29/+22 |
2022-11-30 | mm/damon/reclaim: enable and disable synchronously | SeongJae Park | 1 | -30/+23 |
2022-11-30 | mm/damon/{reclaim,lru_sort}: remove unnecessarily included headers | SeongJae Park | 2 | -4/+0 |
2022-11-30 | mm/damon/modules: deduplicate init steps for DAMON context setup | SeongJae Park | 5 | -30/+53 |
2022-11-30 | mm/damon/sysfs: split out schemes directory implementation to separate file | SeongJae Park | 4 | -1065/+1091 |
2022-11-30 | mm/damon/sysfs: split out kdamond-independent schemes stats update logic into... | SeongJae Park | 1 | -15/+22 |
2022-11-30 | mm/damon/sysfs: move unsigned long range directory to common module | SeongJae Park | 3 | -100/+109 |
2022-11-30 | mm/damon/sysfs: move sysfs_lock to common module | SeongJae Park | 4 | -4/+24 |
2022-11-30 | mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc() | SeongJae Park | 1 | -11/+3 |
2022-11-30 | mm/damon/sysfs: use damon_addr_range for region's start and end values | SeongJae Park | 1 | -14/+11 |
2022-11-30 | mm/damon/core: split out scheme quota adjustment logic into a new function | SeongJae Park | 1 | -43/+48 |
2022-11-30 | mm/damon/core: split out scheme stat update logic into a new function | SeongJae Park | 1 | -5/+11 |
2022-11-30 | mm/damon/core: split damos application logic into a new function | SeongJae Park | 1 | -34/+39 |
2022-11-30 | mm/damon/core: split out DAMOS-charged region skip logic into a new function | SeongJae Park | 1 | -31/+65 |
2022-11-30 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 23 | -115/+295 |
2022-11-30 | mm/khugepaged: invoke MMU notifiers in shmem/file collapse paths | Jann Horn | 1 | -0/+5 |
2022-11-30 | mm/khugepaged: fix GUP-fast interaction by sending IPI | Jann Horn | 2 | -3/+3 |
2022-11-30 | mm/khugepaged: take the right locks for page table retraction | Jann Horn | 1 | -4/+51 |