summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-05mm/khugepaged: replace page_mapcount() check by folio_likely_mapped_shared()David Hildenbrand
2024-05-05memcg: fix data-race KCSAN bug in rstatsBreno Leitao
2024-05-05mm: remove PageReferencedMatthew Wilcox (Oracle)
2024-05-05mm: add kernel-doc for folio_mark_accessed()Matthew Wilcox (Oracle)
2024-05-05gup: use folios for gup_devmapMatthew Wilcox (Oracle)
2024-05-05mm: remove page_ref_sub_return()Matthew Wilcox (Oracle)
2024-05-05mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()Matthew Wilcox (Oracle)
2024-05-05mm: remove put_devmap_managed_page()Matthew Wilcox (Oracle)
2024-05-05mm: remove page_cache_alloc()Matthew Wilcox (Oracle)
2024-05-05userfault; expand folio use in mfill_atomic_install_pte()Matthew Wilcox (Oracle)
2024-05-05migrate: expand the use of folio in __migrate_device_pages()Matthew Wilcox (Oracle)
2024-05-05memory-failure: remove calls to page_mapping()Matthew Wilcox (Oracle)
2024-05-05f2fs: convert f2fs_clear_page_cache_dirty_tag to use a folioMatthew Wilcox (Oracle)
2024-05-05fscrypt: convert bh_get_inode_and_lblk_num to use a folioMatthew Wilcox (Oracle)
2024-05-05mm/memory-failure: pass the folio to collect_procs_ksm()Matthew Wilcox (Oracle)
2024-05-05mm/memory-failure: use folio functions throughout collect_procs()Matthew Wilcox (Oracle)
2024-05-05mm/memory-failure: add some folio conversions to unpoison_memoryMatthew Wilcox (Oracle)
2024-05-05mm/memory-failure: convert hwpoison_user_mappings to take a folioMatthew Wilcox (Oracle)
2024-05-05mm/memory-failure: convert memory_failure() to use a folioMatthew Wilcox (Oracle)
2024-05-05mm: convert hugetlb_page_mapping_lock_write to folioMatthew Wilcox (Oracle)
2024-05-05mm/memory-failure: convert shake_page() to shake_folio()Matthew Wilcox (Oracle)
2024-05-05mm: make page_mapped_in_vma conditional on CONFIG_MEMORY_FAILUREMatthew Wilcox (Oracle)
2024-05-05mm: return the address from page_mapped_in_vma()Matthew Wilcox (Oracle)
2024-05-05mm/memory-failure: pass addr to __add_to_kill()Matthew Wilcox (Oracle)
2024-05-05mm/memory-failure: remove fsdax_pgoff argument from __add_to_killMatthew Wilcox (Oracle)
2024-05-05xarray: don't use "proxy" headersAndy Shevchenko
2024-05-05xarray: use BITS_PER_LONGS()Andy Shevchenko
2024-05-05memcg: simple cleanup of stats update functionsShakeel Butt
2024-05-05mm: memory: check userfaultfd_wp() in vmf_orig_pte_uffd_wp()Kefeng Wang
2024-05-05mm/page-flags: make PageUptodate return boolHao Ge
2024-05-05mm/madvise: optimize lazyfreeing with mTHP in madvise_freeLance Yang
2024-05-05mm/memory: add any_dirty optional pointer to folio_pte_batch()Lance Yang
2024-05-05mm/arm64: override clear_young_dirty_ptes() batch helperLance Yang
2024-05-05mm/madvise: introduce clear_young_dirty_ptes() batch helperLance Yang
2024-05-05mm: swapfile: check usable swap device in __folio_throttle_swaprate()Kefeng Wang
2024-05-05mm/huge_memory: improve split_huge_page_to_list_to_order() return value docum...David Hildenbrand
2024-05-05mm/page_table_check: support userfault wr-protect entriesPeter Xu
2024-05-05mm/hugetlb: assert hugetlb_lock in __hugetlb_cgroup_commit_chargePeter Xu
2024-05-05fs/proc/task_mmu: convert smaps_hugetlb_range() to work on foliosDavid Hildenbrand
2024-05-05fs/proc/task_mmu: convert pagemap_hugetlb_range() to work on foliosDavid Hildenbrand
2024-05-05mm/sparse: guard the size of mem_section is power of 2Wei Yang
2024-05-05doc: split buffer.rst out of api-summary.rstMatthew Wilcox (Oracle)
2024-05-05buffer: improve bdev_getblk documentationMatthew Wilcox (Oracle)
2024-05-05buffer: add kernel-doc for bforget() and __bforget()Matthew Wilcox (Oracle)
2024-05-05buffer: add kernel-doc for brelse() and __brelse()Matthew Wilcox (Oracle)
2024-05-05buffer: fix __bread and __bread_gfp kernel-docMatthew Wilcox (Oracle)
2024-05-05buffer: add kernel-doc for try_to_free_buffers()Matthew Wilcox (Oracle)
2024-05-05buffer: add kernel-doc for block_dirty_folio()Matthew Wilcox (Oracle)
2024-05-05doc: improve the description of __folio_mark_dirtyMatthew Wilcox (Oracle)
2024-05-05xarray: inline xas_descend to improve performanceLong Li