summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: add early FAULT_FLAG_UNSHARE consistency checksDavid Hildenbrand2022-12-013-11/+20
* selftests/vm: cow: R/O long-term pinning reliability tests for non-anon pagesDavid Hildenbrand2022-12-011-1/+27
* selftests/vm: cow: basic COW tests for non-anonymous pagesDavid Hildenbrand2022-12-011-1/+337
* selftests/vm: anon_cow: prepare for non-anonymous COW testsDavid Hildenbrand2022-12-015-19/+24
* mm: Kconfig: make config SECRETMEM visible with EXPERTLukas Bulwahn2022-12-011-1/+7
* mm/gup: remove the restriction on locked with FOLL_LONGTERMJason Gunthorpe2022-12-011-82/+27
* selftests/damon: fix unnecessary compilation warningsRong Tao2022-12-011-0/+9
* hugetlbfs: inode: remove unnecessary (void*) conversionsLi zeming2022-12-011-1/+1
* mm: make drop_caches keep reclaiming on all nodesJan Kara2022-12-011-15/+18
* mm: anonymous shared memory namingPasha Tatashin2022-12-016-30/+57
* mm: shrinkers: add missing includes for undeclared typesT.J. Mercier2022-12-011-0/+3
* hugetlb: remove duplicate mmu notificationsMike Kravetz2022-12-011-9/+9
* mm/uffd: sanity check write bit for uffd-wp protected ptesPeter Xu2022-12-011-1/+17
* mm/kmemleak.c: fix a commentYixuan Cao2022-12-011-1/+1
* docs: admin-guide: cgroup-v1: update description of inactive_fileJian Wen2022-12-011-1/+2
* mm/demotion: fix NULL vs IS_ERR checking in memory_tier_initMiaoqian Lin2022-12-011-1/+1
* migrate: convert migrate_pages() to use foliosHuang Ying2022-12-011-98/+112
* migrate: convert unmap_and_move() to use foliosHuang Ying2022-12-011-27/+27
* Revert "mm: migration: fix the FOLL_GET failure on following huge page"Baolin Wang2022-12-011-8/+2
* mm/kfence: remove hung_task cruftPavankumar Kondeti2022-12-011-11/+1
* Docs/ABI/zram: document zram recompress sysfs knobsSergey Senozhatsky2022-12-011-0/+14
* zram: add incompressible flag to read_block_state()Sergey Senozhatsky2022-12-012-6/+11
* zram: add incompressible writebackSergey Senozhatsky2022-12-012-7/+18
* documentation: add zram recompression documentationSergey Senozhatsky2022-12-011-0/+81
* zram: add algo parameter support to zram_recompress()Sergey Senozhatsky2022-12-012-9/+46
* zram: remove redundant checks from zram_recompress()Sergey Senozhatsky2022-12-011-6/+2
* zram: add size class equals check into recompressionAlexey Romanov2022-12-013-1/+33
* zram: use IS_ERR_VALUE() to check for zs_malloc() errorsSergey Senozhatsky2022-12-011-3/+3
* zram: clarify writeback_store() commentSergey Senozhatsky2022-12-011-2/+6
* zram: add recompress flag to read_block_state()Sergey Senozhatsky2022-12-012-5/+9
* zram: introduce recompress sysfs knobSergey Senozhatsky2022-12-013-3/+277
* zram: factor out WB and non-WB zram read functionsSergey Senozhatsky2022-12-011-23/+49
* zram: add recompression algorithm sysfs knobSergey Senozhatsky2022-12-011-19/+105
* zram: preparation for multi-zcomp supportSergey Senozhatsky2022-12-014-32/+80
* mm: mmu_gather: do not expose delayed_rmap flagAlexander Gordeev2022-12-012-2/+4
* mm: delay page_remove_rmap() until after the TLB has been flushedLinus Torvalds2022-12-014-8/+82
* mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds2022-12-015-19/+19
* mm: teach release_pages() to take an array of encoded page pointers tooLinus Torvalds2022-12-012-6/+31
* mm: introduce 'encoded' page pointers with embedded extra bitsLinus Torvalds2022-12-011-1/+33
* selftests/vm: anon_cow: add mprotect() optimization testsDavid Hildenbrand2022-12-011-3/+46
* mm: remove unused savedwrite infrastructureDavid Hildenbrand2022-12-014-133/+5
* mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand2022-12-015-24/+36
* mm/mprotect: factor out check whether manual PTE write upgrades are requiredDavid Hildenbrand2022-12-012-15/+18
* mm/huge_memory: try avoiding write faults when changing PMD protectionDavid Hildenbrand2022-12-011-2/+36
* mm/mprotect: minor can_change_pte_writable() cleanupsDavid Hildenbrand2022-12-011-5/+14
* mm/mprotect: allow clean exclusive anon pages to be writableNadav Amit2022-12-011-4/+3
* tools/vm/page_owner: ignore page_owner_sort binaryRong Tao2022-12-011-0/+1
* mm,thp,rmap: clean up the end of __split_huge_pmd_locked()Hugh Dickins2022-12-011-10/+5
* mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mappedHugh Dickins2022-12-015-111/+51
* mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins2022-12-015-119/+107