summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | mm, compaction: fix fast_isolate_around() to stay within boundariesNARIBAYASHI Akira2022-12-011-13/+5
* | mm: document /sys/class/bdi/<bdi>/min_ratio_fine knobStefan Roesch2022-12-011-0/+15
* | mm: add /sys/class/bdi/<bdi>/min_ratio_fine knobStefan Roesch2022-12-011-0/+20
* | mm: add bdi_set_min_ratio_no_scale() functionStefan Roesch2022-12-012-0/+8
* | mm: document /sys/class/bdi/<bdi>/max_ratio_fine knobStefan Roesch2022-12-011-0/+13
* | mm: add /sys/class/bdi/<bdi>/max_ratio_fine knobStefan Roesch2022-12-011-0/+20
* | mm: add bdi_set_max_ratio_no_scale() functionStefan Roesch2022-12-012-3/+9
* | mm: document /sys/class/bdi/<bdi>/min_bytes knobStefan Roesch2022-12-011-0/+15
* | mm: add /sys/class/bdi/<bdi>/min_bytes knobStefan Roesch2022-12-011-0/+29
* | mm: add bdi_set_min_bytes() functionStefan Roesch2022-12-012-0/+15
* | mm: split off __bdi_set_min_ratio() functionStefan Roesch2022-12-011-1/+6
* | mm: add bdi_get_min_bytes() functionStefan Roesch2022-12-012-0/+6
* | mm: document /sys/class/bdi/<bdi>/max_bytes knobStefan Roesch2022-12-011-0/+14
* | mm: add knob /sys/class/bdi/<bdi>/max_bytesStefan Roesch2022-12-011-0/+29
* | mm: add bdi_set_max_bytes() functionStefan Roesch2022-12-012-0/+38
* | mm: split off __bdi_set_max_ratio() functionStefan Roesch2022-12-011-5/+9
* | 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