| Age | Commit message (Expand) | Author |
| 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 | hugetlb: remove duplicate mmu notifications | Mike Kravetz |
| 2022-11-30 | mm/uffd: sanity check write bit for uffd-wp protected ptes | Peter Xu |
| 2022-11-30 | mm/kmemleak.c: fix a comment | Yixuan Cao |
| 2022-11-30 | docs: admin-guide: cgroup-v1: update description of inactive_file | Jian Wen |
| 2022-11-30 | mm/demotion: fix NULL vs IS_ERR checking in memory_tier_init | Miaoqian Lin |
| 2022-11-30 | migrate: convert migrate_pages() to use folios | Huang Ying |
| 2022-11-30 | migrate: convert unmap_and_move() to use folios | Huang Ying |
| 2022-11-30 | Revert "mm: migration: fix the FOLL_GET failure on following huge page" | Baolin Wang |
| 2022-11-30 | mm/kfence: remove hung_task cruft | Pavankumar Kondeti |
| 2022-11-30 | Docs/ABI/zram: document zram recompress sysfs knobs | Sergey Senozhatsky |
| 2022-11-30 | zram: add incompressible flag to read_block_state() | Sergey Senozhatsky |
| 2022-11-30 | zram: add incompressible writeback | Sergey Senozhatsky |
| 2022-11-30 | documentation: add zram recompression documentation | Sergey Senozhatsky |
| 2022-11-30 | zram: add algo parameter support to zram_recompress() | Sergey Senozhatsky |
| 2022-11-30 | zram: remove redundant checks from zram_recompress() | Sergey Senozhatsky |
| 2022-11-30 | zram: add size class equals check into recompression | Alexey Romanov |
| 2022-11-30 | zram: use IS_ERR_VALUE() to check for zs_malloc() errors | Sergey Senozhatsky |
| 2022-11-30 | zram: clarify writeback_store() comment | Sergey Senozhatsky |
| 2022-11-30 | zram: add recompress flag to read_block_state() | Sergey Senozhatsky |
| 2022-11-30 | zram: introduce recompress sysfs knob | Sergey Senozhatsky |
| 2022-11-30 | zram: factor out WB and non-WB zram read functions | Sergey Senozhatsky |
| 2022-11-30 | zram: add recompression algorithm sysfs knob | Sergey Senozhatsky |
| 2022-11-30 | zram: preparation for multi-zcomp support | Sergey Senozhatsky |
| 2022-11-30 | mm: mmu_gather: do not expose delayed_rmap flag | Alexander Gordeev |
| 2022-11-30 | mm: delay page_remove_rmap() until after the TLB has been flushed | Linus Torvalds |
| 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 | selftests/vm: anon_cow: add mprotect() optimization tests | David Hildenbrand |
| 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/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 |