summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mm: fix typo in struct pglist_data code commentWang Yong2022-12-111-1/+1
* mm: add nodes= arg to memory.reclaimMina Almasry2022-12-111-1/+2
* mm: memcg: fix stale protection of reclaim target memcgYosry Ahmed2022-12-111-10/+21
* fsdax,xfs: port unshare to fsdaxShiyang Ruan2022-12-111-0/+2
* fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan2022-12-112-2/+5
* mm: add folio dtor and order setter functionsSidhartha Kumar2022-12-111-0/+23
* folio-compat: remove lru_cache_add()Vishal Moola (Oracle)2022-12-111-1/+0
* filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)2022-12-111-1/+1
* mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()Feiyang Chen2022-12-111-0/+6
* LoongArch: add sparse memory vmemmap supportFeiyang Chen2022-12-111-0/+2
* include/linux/pgtable.h: : remove redundant pte variablezhang songyi2022-12-111-3/+1
* mm/khugepaged: add tracepoint to collapse_file()Gautam Menghani2022-12-111-0/+38
* mm/gup: remove FOLL_MIGRATIONDavid Hildenbrand2022-12-111-1/+0
* mm/pagewalk: add walk_page_range_vma()David Hildenbrand2022-12-111-0/+3
* mm: remove VM_FAULT_WRITEDavid Hildenbrand2022-12-111-3/+0
* mm/pagewalk: don't trigger test_walk() in walk_page_vma()David Hildenbrand2022-12-111-0/+2
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-12-092-3/+6
|\
| * memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-091-0/+1
| * mm/swap: fix SWP_PFN_BITS with CONFIG_PHYS_ADDR_T_64BIT on 32bitDavid Hildenbrand2022-12-091-3/+5
* | s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr()Anshuman Khandual2022-11-301-1/+1
* | mm/thp: rename pmd_to_page() as pmd_pgtable_page()Anshuman Khandual2022-11-301-3/+3
* | mm: add bdi_set_min_ratio_no_scale() functionStefan Roesch2022-11-301-0/+1
* | mm: add bdi_set_max_ratio_no_scale() functionStefan Roesch2022-11-301-0/+1
* | mm: add bdi_set_min_bytes() functionStefan Roesch2022-11-301-0/+1
* | mm: add bdi_get_min_bytes() functionStefan Roesch2022-11-301-0/+1
* | mm: add bdi_set_max_bytes() functionStefan Roesch2022-11-301-0/+1
* | mm: add bdi_get_max_bytes() functionStefan Roesch2022-11-301-0/+1
* | mm: use part per 1000000 for bdi ratiosStefan Roesch2022-11-301-0/+3
* | mm: add bdi_set_strict_limit() functionStefan Roesch2022-11-301-0/+1
* | folio-compat: remove try_to_release_page()Vishal Moola (Oracle)2022-11-301-1/+0
* | mm/gup: reliable R/O long-term pinning in COW mappingsDavid Hildenbrand2022-11-301-3/+24
* | mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mappingDavid Hildenbrand2022-11-301-4/+4
* | mm: anonymous shared memory namingPasha Tatashin2022-11-302-14/+14
* | mm: shrinkers: add missing includes for undeclared typesT.J. Mercier2022-11-301-0/+3
* | zram: add size class equals check into recompressionAlexey Romanov2022-11-301-0/+2
* | mm: delay page_remove_rmap() until after the TLB has been flushedLinus Torvalds2022-11-301-2/+29
* | mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds2022-11-302-5/+6
* | mm: teach release_pages() to take an array of encoded page pointers tooLinus Torvalds2022-11-301-2/+19
* | mm: introduce 'encoded' page pointers with embedded extra bitsLinus Torvalds2022-11-301-1/+33
* | mm: remove unused savedwrite infrastructureDavid Hildenbrand2022-11-301-24/+0
* | mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand2022-11-301-0/+2
* | mm/mprotect: factor out check whether manual PTE write upgrades are requiredDavid Hildenbrand2022-11-301-2/+14
* | mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mappedHugh Dickins2022-11-302-10/+22
* | mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins2022-11-302-25/+36
* | mm,thp,rmap: lock_compound_mapcounts() on THP mapcountsHugh Dickins2022-11-301-8/+6
* | mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins2022-11-304-47/+82
* | mm,hugetlb: use folio fields in second tail pageHugh Dickins2022-11-303-64/+64
* | mm: use pte markers for swap errorsPeter Xu2022-11-302-17/+15
* | mm: always compile in pte markersPeter Xu2022-11-302-38/+3
* | mm/damon/core: add a callback for scheme target regions checkSeongJae Park2022-11-301-0/+5