| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: add early FAULT_FLAG_UNSHARE consistency checks | David Hildenbrand | 2022-12-01 | 3 | -11/+20 |
* | selftests/vm: cow: R/O long-term pinning reliability tests for non-anon pages | David Hildenbrand | 2022-12-01 | 1 | -1/+27 |
* | selftests/vm: cow: basic COW tests for non-anonymous pages | David Hildenbrand | 2022-12-01 | 1 | -1/+337 |
* | selftests/vm: anon_cow: prepare for non-anonymous COW tests | David Hildenbrand | 2022-12-01 | 5 | -19/+24 |
* | mm: Kconfig: make config SECRETMEM visible with EXPERT | Lukas Bulwahn | 2022-12-01 | 1 | -1/+7 |
* | mm/gup: remove the restriction on locked with FOLL_LONGTERM | Jason Gunthorpe | 2022-12-01 | 1 | -82/+27 |
* | selftests/damon: fix unnecessary compilation warnings | Rong Tao | 2022-12-01 | 1 | -0/+9 |
* | hugetlbfs: inode: remove unnecessary (void*) conversions | Li zeming | 2022-12-01 | 1 | -1/+1 |
* | mm: make drop_caches keep reclaiming on all nodes | Jan Kara | 2022-12-01 | 1 | -15/+18 |
* | mm: anonymous shared memory naming | Pasha Tatashin | 2022-12-01 | 6 | -30/+57 |
* | mm: shrinkers: add missing includes for undeclared types | T.J. Mercier | 2022-12-01 | 1 | -0/+3 |
* | hugetlb: remove duplicate mmu notifications | Mike Kravetz | 2022-12-01 | 1 | -9/+9 |
* | mm/uffd: sanity check write bit for uffd-wp protected ptes | Peter Xu | 2022-12-01 | 1 | -1/+17 |
* | mm/kmemleak.c: fix a comment | Yixuan Cao | 2022-12-01 | 1 | -1/+1 |
* | docs: admin-guide: cgroup-v1: update description of inactive_file | Jian Wen | 2022-12-01 | 1 | -1/+2 |
* | mm/demotion: fix NULL vs IS_ERR checking in memory_tier_init | Miaoqian Lin | 2022-12-01 | 1 | -1/+1 |
* | migrate: convert migrate_pages() to use folios | Huang Ying | 2022-12-01 | 1 | -98/+112 |
* | migrate: convert unmap_and_move() to use folios | Huang Ying | 2022-12-01 | 1 | -27/+27 |
* | Revert "mm: migration: fix the FOLL_GET failure on following huge page" | Baolin Wang | 2022-12-01 | 1 | -8/+2 |
* | mm/kfence: remove hung_task cruft | Pavankumar Kondeti | 2022-12-01 | 1 | -11/+1 |
* | Docs/ABI/zram: document zram recompress sysfs knobs | Sergey Senozhatsky | 2022-12-01 | 1 | -0/+14 |
* | zram: add incompressible flag to read_block_state() | Sergey Senozhatsky | 2022-12-01 | 2 | -6/+11 |
* | zram: add incompressible writeback | Sergey Senozhatsky | 2022-12-01 | 2 | -7/+18 |
* | documentation: add zram recompression documentation | Sergey Senozhatsky | 2022-12-01 | 1 | -0/+81 |
* | zram: add algo parameter support to zram_recompress() | Sergey Senozhatsky | 2022-12-01 | 2 | -9/+46 |
* | zram: remove redundant checks from zram_recompress() | Sergey Senozhatsky | 2022-12-01 | 1 | -6/+2 |
* | zram: add size class equals check into recompression | Alexey Romanov | 2022-12-01 | 3 | -1/+33 |
* | zram: use IS_ERR_VALUE() to check for zs_malloc() errors | Sergey Senozhatsky | 2022-12-01 | 1 | -3/+3 |
* | zram: clarify writeback_store() comment | Sergey Senozhatsky | 2022-12-01 | 1 | -2/+6 |
* | zram: add recompress flag to read_block_state() | Sergey Senozhatsky | 2022-12-01 | 2 | -5/+9 |
* | zram: introduce recompress sysfs knob | Sergey Senozhatsky | 2022-12-01 | 3 | -3/+277 |
* | zram: factor out WB and non-WB zram read functions | Sergey Senozhatsky | 2022-12-01 | 1 | -23/+49 |
* | zram: add recompression algorithm sysfs knob | Sergey Senozhatsky | 2022-12-01 | 1 | -19/+105 |
* | zram: preparation for multi-zcomp support | Sergey Senozhatsky | 2022-12-01 | 4 | -32/+80 |
* | mm: mmu_gather: do not expose delayed_rmap flag | Alexander Gordeev | 2022-12-01 | 2 | -2/+4 |
* | mm: delay page_remove_rmap() until after the TLB has been flushed | Linus Torvalds | 2022-12-01 | 4 | -8/+82 |
* | mm: mmu_gather: prepare to gather encoded page pointers with flags | Linus Torvalds | 2022-12-01 | 5 | -19/+19 |
* | mm: teach release_pages() to take an array of encoded page pointers too | Linus Torvalds | 2022-12-01 | 2 | -6/+31 |
* | mm: introduce 'encoded' page pointers with embedded extra bits | Linus Torvalds | 2022-12-01 | 1 | -1/+33 |
* | selftests/vm: anon_cow: add mprotect() optimization tests | David Hildenbrand | 2022-12-01 | 1 | -3/+46 |
* | mm: remove unused savedwrite infrastructure | David Hildenbrand | 2022-12-01 | 4 | -133/+5 |
* | mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite | David Hildenbrand | 2022-12-01 | 5 | -24/+36 |
* | mm/mprotect: factor out check whether manual PTE write upgrades are required | David Hildenbrand | 2022-12-01 | 2 | -15/+18 |
* | mm/huge_memory: try avoiding write faults when changing PMD protection | David Hildenbrand | 2022-12-01 | 1 | -2/+36 |
* | mm/mprotect: minor can_change_pte_writable() cleanups | David Hildenbrand | 2022-12-01 | 1 | -5/+14 |
* | mm/mprotect: allow clean exclusive anon pages to be writable | Nadav Amit | 2022-12-01 | 1 | -4/+3 |
* | tools/vm/page_owner: ignore page_owner_sort binary | Rong Tao | 2022-12-01 | 1 | -0/+1 |
* | mm,thp,rmap: clean up the end of __split_huge_pmd_locked() | Hugh Dickins | 2022-12-01 | 1 | -10/+5 |
* | mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mapped | Hugh Dickins | 2022-12-01 | 5 | -111/+51 |
* | mm,thp,rmap: subpages_mapcount of PTE-mapped subpages | Hugh Dickins | 2022-12-01 | 5 | -119/+107 |