/tools/perf/scripts/python/bin/

ption> Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/mm/filemap.c
AgeCommit message (Expand)Author
2024-09-09mm: remove isolate_lru_page()Kefeng Wang
2024-09-03mm: allow read-ahead with IOCB_NOWAIT setYafang Shao
2024-09-03mm: filemap: use xa_get_order() to get the swap entry orderBaolin Wang
2024-09-01filemap: add trace events for get_pages, map_pages, and faultTakaya Saeki
2024-09-01fs: remove calls to set and clear the folio error flagMatthew Wilcox (Oracle)
2024-09-01mm: remove follow_page()David Hildenbrand
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-18Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-07-09filemap: replace pte_offset_map() with pte_offset_map_nolock()ZhangPeng
2024-07-08filemap: Convert generic_perform_write() to support large foliosMatthew Wilcox (Oracle)
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton
2024-07-03cachestat: do not flush stats in recency checkNhat Pham
2024-07-03mm/filemap: skip to create PMD-sized page cache if neededGavin Shan
2024-07-03mm: page_ref: remove folio_try_get_rcu()Yang Shi
2024-07-03filemap: fix page_cache_next_miss() when no hole foundJan Kara
2024-07-03mm/filemap: reinitialize folio->_mapcount directlyDavid Hildenbrand
2024-06-05mm: fix xyz_noprof functions calling profiled functionsSuren Baghdasaryan
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-05mm: filemap: batch mm counter updating in filemap_map_pages()Kefeng Wang
2024-05-05mm: move mm counter updating out of set_pte_range()Kefeng Wang
2024-05-05mm/filemap: use folio_mapcount() in filemap_unaccount_folio()David Hildenbrand
2024-05-01mm: Provide a means of invalidation without using launder_folioDavid Howells
2024-04-29mm: Remove the PG_fscache alias for PG_private_2David Howells
2024-04-25mm: use "GUP-fast" instead "fast GUP" in remaining commentsDavid Hildenbrand
2024-04-25mm/filemap: optimize filemap folio addingKairui Song
2024-04-25mm/filemap: clean up hugetlb exclusion codeKairui Song
2024-04-25mm/filemap: return early if failed to allocate memory for splitKairui Song
2024-04-25mm/filemap: don't decrease mmap_miss when folio has workingset flagLiu Shixin
2024-04-25mm: enable page allocation taggingSuren Baghdasaryan
2024-03-26mm: cachestat: fix two shmem bugsJohannes Weiner
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-06filemap: avoid unnecessary major faults in filemap_fault()ZhangPeng