summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-30mm: document /sys/class/bdi/<bdi>/min_bytes knobStefan Roesch
2022-11-30mm: add /sys/class/bdi/<bdi>/min_bytes knobStefan Roesch
2022-11-30mm: add bdi_set_min_bytes() functionStefan Roesch
2022-11-30mm: split off __bdi_set_min_ratio() functionStefan Roesch
2022-11-30mm: add bdi_get_min_bytes() functionStefan Roesch
2022-11-30mm: document /sys/class/bdi/<bdi>/max_bytes knobStefan Roesch
2022-11-30mm: add knob /sys/class/bdi/<bdi>/max_bytesStefan Roesch
2022-11-30mm: add bdi_set_max_bytes() functionStefan Roesch
2022-11-30mm: split off __bdi_set_max_ratio() functionStefan Roesch
2022-11-30mm: add bdi_get_max_bytes() functionStefan Roesch
2022-11-30mm: use part per 1000000 for bdi ratiosStefan Roesch
2022-11-30mm: document /sys/class/bdi/<bdi>/strict_limit knobStefan Roesch
2022-11-30mm: add knob /sys/class/bdi/<bdi>/strict_limitStefan Roesch
2022-11-30mm: add bdi_set_strict_limit() functionStefan Roesch
2022-11-30maple_tree: allow TEST_MAPLE_TREE only when DEBUG_KERNEL is setRandy Dunlap
2022-11-30Revert "kmsan: unpoison @tlb in arch_tlb_gather_mmu()"Alexander Potapenko
2022-11-30folio-compat: remove try_to_release_page()Vishal Moola (Oracle)
2022-11-30memory-failure: convert truncate_error_page() to use folioVishal Moola (Oracle)
2022-11-30khugepage: replace try_to_release_page() with filemap_release_folio()Vishal Moola (Oracle)
2022-11-30ext4: convert move_extent_per_page() to use foliosVishal Moola (Oracle)
2022-11-30mm/page_alloc: simplify locking during free_unref_page_listMel Gorman
2022-11-30mm/page_alloc: leave IRQs enabled for per-cpu page allocationsMel Gorman
2022-11-30mm/page_alloc: always remove pages from temporary listMel Gorman
2022-11-30selftests/vm: use memfd for hugepage-mmap testPeter Xu
2022-11-30zram: remove unused stats fieldsSergey Senozhatsky
2022-11-30mm/migrate.c: stop using 0 as NULL pointerYang Li
2022-11-30mm: multi-gen LRU: remove NULL checks on NODE_DATA()Yu Zhao
2022-11-30mm/gup: disallow FOLL_FORCE|FOLL_WRITE on hugetlb mappingsDavid Hildenbrand
2022-11-30habanalabs: remove FOLL_FORCE usageDavid Hildenbrand
2022-11-30RDMA/hw/qib/qib_user_pages: remove FOLL_FORCE usageDavid Hildenbrand
2022-11-30drm/exynos: remove FOLL_FORCE usageDavid Hildenbrand
2022-11-30mm/frame-vector: remove FOLL_FORCE usageDavid Hildenbrand
2022-11-30media: pci/ivtv: remove FOLL_FORCE usageDavid Hildenbrand
2022-11-30drm/etnaviv: remove FOLL_FORCE usageDavid Hildenbrand
2022-11-30media: videobuf-dma-sg: remove FOLL_FORCE usageDavid Hildenbrand
2022-11-30RDMA/siw: remove FOLL_FORCE usageDavid Hildenbrand
2022-11-30RDMA/usnic: remove FOLL_FORCE usageDavid Hildenbrand
2022-11-30RDMA/umem: remove FOLL_FORCE usageDavid Hildenbrand
2022-11-30mm/gup: reliable R/O long-term pinning in COW mappingsDavid Hildenbrand
2022-11-30mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mappingDavid Hildenbrand
2022-11-30mm: don't call vm_ops->huge_fault() in wp_huge_pmd()/wp_huge_pud() for privat...David Hildenbrand
2022-11-30mm: rework handling in do_wp_page() based on private vs. shared mappingsDavid Hildenbrand
2022-11-30mm: add early FAULT_FLAG_WRITE consistency checksDavid Hildenbrand
2022-11-30mm: add early FAULT_FLAG_UNSHARE consistency checksDavid Hildenbrand
2022-11-30selftests/vm: cow: R/O long-term pinning reliability tests for non-anon pagesDavid Hildenbrand
2022-11-30selftests/vm: cow: basic COW tests for non-anonymous pagesDavid Hildenbrand
2022-11-30selftests/vm: anon_cow: prepare for non-anonymous COW testsDavid Hildenbrand
2022-11-30mm: Kconfig: make config SECRETMEM visible with EXPERTLukas Bulwahn
2022-11-30mm/gup: remove the restriction on locked with FOLL_LONGTERMJason Gunthorpe
2022-11-30selftests/damon: fix unnecessary compilation warningsRong Tao