| Commit message (Expand) | Author | Files | Lines |
2022-12-01 | mm: shrinkers: add missing includes for undeclared types | T.J. Mercier | 1 | -0/+3 |
2022-12-01 | hugetlb: remove duplicate mmu notifications | Mike Kravetz | 1 | -9/+9 |
2022-12-01 | mm/uffd: sanity check write bit for uffd-wp protected ptes | Peter Xu | 1 | -1/+17 |
2022-12-01 | mm/kmemleak.c: fix a comment | Yixuan Cao | 1 | -1/+1 |
2022-12-01 | docs: admin-guide: cgroup-v1: update description of inactive_file | Jian Wen | 1 | -1/+2 |
2022-12-01 | mm/demotion: fix NULL vs IS_ERR checking in memory_tier_init | Miaoqian Lin | 1 | -1/+1 |
2022-12-01 | migrate: convert migrate_pages() to use folios | Huang Ying | 1 | -98/+112 |
2022-12-01 | migrate: convert unmap_and_move() to use folios | Huang Ying | 1 | -27/+27 |
2022-12-01 | Revert "mm: migration: fix the FOLL_GET failure on following huge page" | Baolin Wang | 1 | -8/+2 |
2022-12-01 | mm/kfence: remove hung_task cruft | Pavankumar Kondeti | 1 | -11/+1 |
2022-12-01 | Docs/ABI/zram: document zram recompress sysfs knobs | Sergey Senozhatsky | 1 | -0/+14 |
2022-12-01 | zram: add incompressible flag to read_block_state() | Sergey Senozhatsky | 2 | -6/+11 |
2022-12-01 | zram: add incompressible writeback | Sergey Senozhatsky | 2 | -7/+18 |
2022-12-01 | documentation: add zram recompression documentation | Sergey Senozhatsky | 1 | -0/+81 |
2022-12-01 | zram: add algo parameter support to zram_recompress() | Sergey Senozhatsky | 2 | -9/+46 |
2022-12-01 | zram: remove redundant checks from zram_recompress() | Sergey Senozhatsky | 1 | -6/+2 |
2022-12-01 | zram: add size class equals check into recompression | Alexey Romanov | 3 | -1/+33 |
2022-12-01 | zram: use IS_ERR_VALUE() to check for zs_malloc() errors | Sergey Senozhatsky | 1 | -3/+3 |
2022-12-01 | zram: clarify writeback_store() comment | Sergey Senozhatsky | 1 | -2/+6 |
2022-12-01 | zram: add recompress flag to read_block_state() | Sergey Senozhatsky | 2 | -5/+9 |
2022-12-01 | zram: introduce recompress sysfs knob | Sergey Senozhatsky | 3 | -3/+277 |
2022-12-01 | zram: factor out WB and non-WB zram read functions | Sergey Senozhatsky | 1 | -23/+49 |
2022-12-01 | zram: add recompression algorithm sysfs knob | Sergey Senozhatsky | 1 | -19/+105 |
2022-12-01 | zram: preparation for multi-zcomp support | Sergey Senozhatsky | 4 | -32/+80 |
2022-12-01 | mm: mmu_gather: do not expose delayed_rmap flag | Alexander Gordeev | 2 | -2/+4 |
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 |