summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-12-01mm: split off __bdi_set_min_ratio() functionStefan Roesch1-1/+6
2022-12-01mm: add bdi_get_min_bytes() functionStefan Roesch1-0/+5
2022-12-01mm: add knob /sys/class/bdi/<bdi>/max_bytesStefan Roesch1-0/+29
2022-12-01mm: add bdi_set_max_bytes() functionStefan Roesch1-0/+37
2022-12-01mm: split off __bdi_set_max_ratio() functionStefan Roesch1-5/+9
2022-12-01mm: add bdi_get_max_bytes() functionStefan Roesch1-0/+17
2022-12-01mm: use part per 1000000 for bdi ratiosStefan Roesch2-9/+12
2022-12-01mm: add knob /sys/class/bdi/<bdi>/strict_limitStefan Roesch1-0/+29
2022-12-01mm: add bdi_set_strict_limit() functionStefan Roesch1-0/+15
2022-12-01Revert "kmsan: unpoison @tlb in arch_tlb_gather_mmu()"Alexander Potapenko1-10/+0
2022-12-01folio-compat: remove try_to_release_page()Vishal Moola (Oracle)1-6/+0
2022-12-01memory-failure: convert truncate_error_page() to use folioVishal Moola (Oracle)1-2/+3
2022-12-01khugepage: replace try_to_release_page() with filemap_release_folio()Vishal Moola (Oracle)1-11/+12
2022-12-01mm/page_alloc: simplify locking during free_unref_page_listMel Gorman1-16/+9
2022-12-01mm/page_alloc: leave IRQs enabled for per-cpu page allocationsMel Gorman1-70/+54
2022-12-01mm/page_alloc: always remove pages from temporary listMel Gorman1-0/+2
2022-12-01mm/migrate.c: stop using 0 as NULL pointerYang Li1-1/+1
2022-12-01mm: multi-gen LRU: remove NULL checks on NODE_DATA()Yu Zhao1-11/+2
2022-12-01mm/gup: disallow FOLL_FORCE|FOLL_WRITE on hugetlb mappingsDavid Hildenbrand1-0/+3
2022-12-01mm/gup: reliable R/O long-term pinning in COW mappingsDavid Hildenbrand3-9/+10
2022-12-01mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mappingDavid Hildenbrand1-4/+0
2022-12-01mm: don't call vm_ops->huge_fault() in wp_huge_pmd()/wp_huge_pud() for privat...David Hildenbrand1-9/+15
2022-12-01mm: rework handling in do_wp_page() based on private vs. shared mappingsDavid Hildenbrand1-21/+17
2022-12-01mm: add early FAULT_FLAG_WRITE consistency checksDavid Hildenbrand1-0/+8
2022-12-01mm: add early FAULT_FLAG_UNSHARE consistency checksDavid Hildenbrand3-11/+20
2022-12-01mm: Kconfig: make config SECRETMEM visible with EXPERTLukas Bulwahn1-1/+7
2022-12-01mm/gup: remove the restriction on locked with FOLL_LONGTERMJason Gunthorpe1-82/+27
2022-12-01mm: make drop_caches keep reclaiming on all nodesJan Kara1-15/+18
2022-12-01mm: anonymous shared memory namingPasha Tatashin2-9/+27
2022-12-01hugetlb: remove duplicate mmu notificationsMike Kravetz1-9/+9
2022-12-01mm/kmemleak.c: fix a commentYixuan Cao1-1/+1
2022-12-01mm/demotion: fix NULL vs IS_ERR checking in memory_tier_initMiaoqian Lin1-1/+1
2022-12-01migrate: convert migrate_pages() to use foliosHuang Ying1-98/+112
2022-12-01migrate: convert unmap_and_move() to use foliosHuang Ying1-27/+27
2022-12-01Revert "mm: migration: fix the FOLL_GET failure on following huge page"Baolin Wang1-8/+2
2022-12-01mm/kfence: remove hung_task cruftPavankumar Kondeti1-11/+1
2022-12-01zram: add size class equals check into recompressionAlexey Romanov1-0/+21
2022-12-01mm: mmu_gather: do not expose delayed_rmap flagAlexander Gordeev2-2/+4
2022-12-01mm: delay page_remove_rmap() until after the TLB has been flushedLinus Torvalds2-6/+50
2022-12-01mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds2-11/+8
2022-12-01mm: teach release_pages() to take an array of encoded page pointers tooLinus Torvalds1-4/+12
2022-12-01mm: remove unused savedwrite infrastructureDavid Hildenbrand1-32/+0
2022-12-01mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand4-24/+34
2022-12-01mm/mprotect: factor out check whether manual PTE write upgrades are requiredDavid Hildenbrand1-13/+4
2022-12-01mm/huge_memory: try avoiding write faults when changing PMD protectionDavid Hildenbrand1-2/+36
2022-12-01mm/mprotect: minor can_change_pte_writable() cleanupsDavid Hildenbrand1-5/+14
2022-12-01mm/mprotect: allow clean exclusive anon pages to be writableNadav Amit1-4/+3
2022-12-01mm,thp,rmap: clean up the end of __split_huge_pmd_locked()Hugh Dickins1-10/+5
2022-12-01mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mappedHugh Dickins2-97/+26
2022-12-01mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins2-93/+69