summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: add bdi_get_max_bytes() functionStefan Roesch2022-12-012-0/+18
* mm: use part per 1000000 for bdi ratiosStefan Roesch2022-12-013-9/+15
* mm: document /sys/class/bdi/<bdi>/strict_limit knobStefan Roesch2022-12-011-0/+11
* mm: add knob /sys/class/bdi/<bdi>/strict_limitStefan Roesch2022-12-011-0/+29
* mm: add bdi_set_strict_limit() functionStefan Roesch2022-12-012-0/+16
* maple_tree: allow TEST_MAPLE_TREE only when DEBUG_KERNEL is setRandy Dunlap2022-12-011-0/+1
* Revert "kmsan: unpoison @tlb in arch_tlb_gather_mmu()"Alexander Potapenko2022-12-011-10/+0
* folio-compat: remove try_to_release_page()Vishal Moola (Oracle)2022-12-012-7/+0
* memory-failure: convert truncate_error_page() to use folioVishal Moola (Oracle)2022-12-011-2/+3
* khugepage: replace try_to_release_page() with filemap_release_folio()Vishal Moola (Oracle)2022-12-011-11/+12
* ext4: convert move_extent_per_page() to use foliosVishal Moola (Oracle)2022-12-011-21/+31
* mm/page_alloc: simplify locking during free_unref_page_listMel Gorman2022-12-011-16/+9
* mm/page_alloc: leave IRQs enabled for per-cpu page allocationsMel Gorman2022-12-011-70/+54
* mm/page_alloc: always remove pages from temporary listMel Gorman2022-12-011-0/+2
* selftests/vm: use memfd for hugepage-mmap testPeter Xu2022-12-011-6/+4
* zram: remove unused stats fieldsSergey Senozhatsky2022-12-012-4/+0
* mm/migrate.c: stop using 0 as NULL pointerYang Li2022-12-011-1/+1
* mm: multi-gen LRU: remove NULL checks on NODE_DATA()Yu Zhao2022-12-011-11/+2
* mm/gup: disallow FOLL_FORCE|FOLL_WRITE on hugetlb mappingsDavid Hildenbrand2022-12-011-0/+3
* habanalabs: remove FOLL_FORCE usageDavid Hildenbrand2022-12-011-2/+1
* RDMA/hw/qib/qib_user_pages: remove FOLL_FORCE usageDavid Hildenbrand2022-12-011-1/+1
* drm/exynos: remove FOLL_FORCE usageDavid Hildenbrand2022-12-011-1/+1
* mm/frame-vector: remove FOLL_FORCE usageDavid Hildenbrand2022-12-011-1/+1
* media: pci/ivtv: remove FOLL_FORCE usageDavid Hildenbrand2022-12-012-4/+3
* drm/etnaviv: remove FOLL_FORCE usageDavid Hildenbrand2022-12-011-3/+5
* media: videobuf-dma-sg: remove FOLL_FORCE usageDavid Hildenbrand2022-12-011-9/+5
* RDMA/siw: remove FOLL_FORCE usageDavid Hildenbrand2022-12-011-5/+4
* RDMA/usnic: remove FOLL_FORCE usageDavid Hildenbrand2022-12-011-5/+4
* RDMA/umem: remove FOLL_FORCE usageDavid Hildenbrand2022-12-011-4/+4
* mm/gup: reliable R/O long-term pinning in COW mappingsDavid Hildenbrand2022-12-014-12/+34
* mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mappingDavid Hildenbrand2022-12-012-8/+4
* mm: don't call vm_ops->huge_fault() in wp_huge_pmd()/wp_huge_pud() for privat...David Hildenbrand2022-12-011-9/+15
* mm: rework handling in do_wp_page() based on private vs. shared mappingsDavid Hildenbrand2022-12-011-21/+17
* mm: add early FAULT_FLAG_WRITE consistency checksDavid Hildenbrand2022-12-011-0/+8
* 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