Age | Commit message (Expand) | Author |
2022-11-30 | mm: add bdi_set_min_bytes() function | Stefan Roesch |
2022-11-30 | mm: add bdi_get_min_bytes() function | Stefan Roesch |
2022-11-30 | mm: add bdi_set_max_bytes() function | Stefan Roesch |
2022-11-30 | mm: add bdi_get_max_bytes() function | Stefan Roesch |
2022-11-30 | mm: use part per 1000000 for bdi ratios | Stefan Roesch |
2022-11-30 | mm: add bdi_set_strict_limit() function | Stefan Roesch |
2022-11-30 | folio-compat: remove try_to_release_page() | Vishal Moola (Oracle) |
2022-11-30 | mm/gup: reliable R/O long-term pinning in COW mappings | David Hildenbrand |
2022-11-30 | mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mapping | David Hildenbrand |
2022-11-30 | mm: anonymous shared memory naming | Pasha Tatashin |
2022-11-30 | mm: shrinkers: add missing includes for undeclared types | T.J. Mercier |
2022-11-30 | zram: add size class equals check into recompression | Alexey Romanov |
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: introduce 'encoded' page pointers with embedded extra bits | 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,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,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 | mm: use pte markers for swap errors | Peter Xu |
2022-11-30 | mm: always compile in pte markers | Peter Xu |
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/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_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 | mm: vmscan: split khugepaged stats from direct reclaim stats | Johannes Weiner |
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 | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton |
2022-11-30 | revert "kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compati... | Andrew Morton |
2022-11-30 | mm: introduce arch_has_hw_nonleaf_pmd_young() | Juergen Gross |
2022-11-30 | mm: add dummy pmd_young() for architectures not having it | Juergen Gross |
2022-11-30 | hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing | Mike Kravetz |
2022-11-30 | madvise: use zap_page_range_single for madvise dontneed | Mike Kravetz |
2022-11-30 | mm: replace VM_WARN_ON to pr_warn if the node is offline with __GFP_THISNODE | Yang Shi |
2022-11-22 | mm: fix unexpected changes to {failslab|fail_page_alloc}.attr | Qi Zheng |
2022-11-22 | kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compatible | Sam James |
2022-11-08 | swap: add a limit for readahead page-cluster value | Kairui Song |
2022-11-08 | mm/hwpoison: introduce per-memory_block hwpoison counter | Naoya Horiguchi |
2022-11-08 | mm/hwpoison: pass pfn to num_poisoned_pages_*() | Naoya Horiguchi |
2022-11-08 | mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.c | Naoya Horiguchi |