summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2020-10-26iomap: Use mapping_seek_hole_dataMatthew Wilcox (Oracle)
2020-10-26mm/filemap: Support VM_HUGEPAGE for file mappingsMatthew Wilcox (Oracle)
2020-10-26mm/readahead: Switch to page_cache_ra_orderMatthew Wilcox (Oracle)
2020-10-26mm/readahead: Align THP mappings for non-DAXWilliam Kucharski
2020-10-26mm/readahead: Add THP readaheadMatthew Wilcox (Oracle)
2020-10-26mm/filemap: Inline __wait_on_page_locked_async into callerMatthew Wilcox (Oracle)
2020-10-26mm/filemap: Don't hold a page reference while waiting for unlockMatthew Wilcox (Oracle)
2020-10-26mm: Pass a sleep state to put_and_wait_on_page_lockedMatthew Wilcox (Oracle)
2020-10-26mm/filemap: Allow PageReadahead to be set on head pagesMatthew Wilcox (Oracle)
2020-10-26mm/vmscan: Optimise shrink_page_list for smaller THPsMatthew Wilcox (Oracle)
2020-10-26mm/filemap: Allow THPs to be added to the page cacheMatthew Wilcox (Oracle)
2020-10-26mm/filemap: Add __page_cache_alloc_orderMatthew Wilcox (Oracle)
2020-10-26mm: Change NR_FILE_THPS to account in base pagesMatthew Wilcox (Oracle)
2020-10-26mm: Use multi-index entries in the page cacheMatthew Wilcox (Oracle)
2020-10-26mm: Fix THP size assumption in mem_cgroup_split_huge_fixupZi Yan
2020-10-26mm/vmscan: Free non-shmem THPs without splitting themMatthew Wilcox (Oracle)
2020-10-26mm/truncate: Fix invalidate_complete_page2 for THPsMatthew Wilcox (Oracle)
2020-10-26mm/truncate: Make invalidate_inode_pages2_range work with THPsMatthew Wilcox (Oracle)
2020-10-26mm: Replace prep_transhuge_page with thp_prepMatthew Wilcox (Oracle)
2020-10-26mm: Return head pages from grab_cache_page_write_beginMatthew Wilcox (Oracle)
2020-10-26mm: Support THPs in zero_user_segmentsMatthew Wilcox (Oracle)
2020-10-26dax: Account DAX entries as nrpagesMatthew Wilcox (Oracle)
2020-10-26mm: Stop accounting shadow entriesMatthew Wilcox (Oracle)
2020-10-26mm: Introduce and use mapping_emptyMatthew Wilcox (Oracle)
2020-10-26mm/filemap: Return only head pages from find_get_entriesMatthew Wilcox (Oracle)
2020-10-26mm/truncate,shmem: Handle truncates that split THPsMatthew Wilcox (Oracle)
2020-10-26mm: Remove pagevec_lookup_entriesMatthew Wilcox (Oracle)
2020-10-26mm: Pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)
2020-10-26mm: Remove nr_entries parameter from pagevec_lookup_entriesMatthew Wilcox (Oracle)
2020-10-26mm: Add an 'end' parameter to pagevec_lookup_entriesMatthew Wilcox (Oracle)
2020-10-26mm: Add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)
2020-10-26mm: Add and use find_lock_entriesMatthew Wilcox (Oracle)
2020-10-26mm/filemap: Add mapping_seek_hole_dataMatthew Wilcox (Oracle)
2020-10-25mm/filemap: Add helper for finding pagesMatthew Wilcox (Oracle)
2020-10-25mm/shmem: Use pagevec_lookup in shmem_unlock_mappingMatthew Wilcox (Oracle)
2020-10-25mm: Make pagecache tagged lookups return only head pagesMatthew Wilcox (Oracle)
2020-10-23Merge tag 'vfs-5.10-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-10-20Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarrayLinus Torvalds
2020-10-20Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-18mm: remove the filename in the top of file comment in vmalloc.cChristoph Hellwig
2020-10-18mm: cleanup the gfp_mask handling in __vmalloc_area_nodeChristoph Hellwig
2020-10-18mm: remove alloc_vm_areaChristoph Hellwig
2020-10-18zsmalloc: switch from alloc_vm_area to get_vm_areaChristoph Hellwig
2020-10-18mm: allow a NULL fn callback in apply_to_page_rangeChristoph Hellwig
2020-10-18mm: add a vmap_pfn functionChristoph Hellwig
2020-10-18mm: add a VM_MAP_PUT_PAGES flag for vmapChristoph Hellwig
2020-10-18mm: update the documentation for vfreeMatthew Wilcox (Oracle)
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim
2020-10-18mm/gup_benchmark: take the mmap lock around GUPJann Horn