aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-30selftests/vm: update hugetlb madviseMike Kravetz
2022-11-30zsmalloc: replace IS_ERR() with IS_ERR_VALUE()Deming Wang
2022-11-30mm: use pte markers for swap errorsPeter Xu
2022-11-30mm: always compile in pte markersPeter Xu
2022-11-30mm: use kstrtobool() instead of strtobool()Christophe JAILLET
2022-11-30mm/damon: use kstrtobool() instead of strtobool()Christophe JAILLET
2022-11-30Docs/ABI/damon: document 'schemes/<s>/tried_regions' sysfs directorySeongJae Park
2022-11-30Docs/admin-guide/mm/damon/usage: document schemes/<s>/tried_regions sysfs dir...SeongJae Park
2022-11-30tools/selftets/damon/sysfs: test tried_regions directory existenceSeongJae Park
2022-11-30mm/damon/sysfs-schemes: implement DAMOS-tried regions clear commandSeongJae Park
2022-11-30mm/damon/sysfs: implement DAMOS tried regions update commandSeongJae Park
2022-11-30mm/damon/sysfs-schemes: implement scheme region directorySeongJae Park
2022-11-30mm/damon/sysfs-schemes: implement schemes/tried_regions directorySeongJae Park
2022-11-30mm/damon/core: add a callback for scheme target regions checkSeongJae Park
2022-11-30mm/hugetlb: convert move_hugetlb_state() to foliosSidhartha Kumar
2022-11-30mm/hugeltb_cgroup: convert hugetlb_cgroup_commit_charge*() to foliosSidhartha Kumar
2022-11-30mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() to foliosSidhartha Kumar
2022-11-30mm/hugetlb: convert free_huge_page to foliosSidhartha Kumar
2022-11-30mm/hugetlb: convert isolate_or_dissolve_huge_page to foliosSidhartha Kumar
2022-11-30mm/hugetlb_cgroup: convert hugetlb_cgroup_migrate to foliosSidhartha Kumar
2022-11-30mm/hugetlb_cgroup: convert set_hugetlb_cgroup*() to foliosSidhartha Kumar
2022-11-30mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() to foliosSidhartha Kumar
2022-11-30mm/hugetlb_cgroup: convert __set_hugetlb_cgroup() to foliosSidhartha Kumar
2022-11-30mempool: do not use ksize() for poisoningKees Cook
2022-11-30maple_tree: mte_set_full() and mte_clear_full() clang-analyzer clean upLiam Howlett
2022-11-30mm: vmscan: split khugepaged stats from direct reclaim statsJohannes Weiner
2022-11-30Docs/admin-guide/mm/damon/usage: fix wrong usage example of init_regions fileSeongJae Park
2022-11-30Docs/admin-guide/mm/damon/usage: describe the rules of sysfs region directoriesSeongJae Park
2022-11-30mm: hugetlb_vmemmap: remove redundant list_del()Muchun Song
2022-11-30mm, hwpoison: when copy-on-write hits poison, take page offlineTony Luck
2022-11-30mm, hwpoison: try to recover from copy-on write faultsTony Luck
2022-11-30percpu_counter: add percpu_counter_sum_all interfaceShakeel Butt
2022-11-30mm: convert mm's rss stats into percpu_counterShakeel Butt
2022-11-30selftests/damon: add tests for DAMON_LRU_SORT's enabled parameterSeongJae Park
2022-11-30mm/damon/lru_sort: enable and disable synchronouslySeongJae Park
2022-11-30selftests/damon: add tests for DAMON_RECLAIM's enabled parameterSeongJae Park
2022-11-30mm/damon/reclaim: enable and disable synchronouslySeongJae Park
2022-11-30mm/damon/{reclaim,lru_sort}: remove unnecessarily included headersSeongJae Park
2022-11-30mm/damon/modules: deduplicate init steps for DAMON context setupSeongJae Park
2022-11-30mm/damon/sysfs: split out schemes directory implementation to separate fileSeongJae Park
2022-11-30mm/damon/sysfs: split out kdamond-independent schemes stats update logic into...SeongJae Park
2022-11-30mm/damon/sysfs: move unsigned long range directory to common moduleSeongJae Park
2022-11-30mm/damon/sysfs: move sysfs_lock to common moduleSeongJae Park
2022-11-30mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc()SeongJae Park
2022-11-30mm/damon/sysfs: use damon_addr_range for region's start and end valuesSeongJae Park
2022-11-30mm/damon/core: split out scheme quota adjustment logic into a new functionSeongJae Park
2022-11-30mm/damon/core: split out scheme stat update logic into a new functionSeongJae Park
2022-11-30mm/damon/core: split damos application logic into a new functionSeongJae Park
2022-11-30mm/damon/core: split out DAMOS-charged region skip logic into a new functionSeongJae Park
2022-11-30Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton