summaryrefslogtreecommitdiff
path: root/mm/madvise.c
AgeCommit message (Expand)Author
2024-02-07mm/madvise: don't forget to leave lazy MMU mode in madvise_cold_or_pageout_pt...Sergey Senozhatsky
2023-12-29mm: return a folio from read_swap_cache_async()Matthew Wilcox (Oracle)
2023-12-06mm/madvise: add cond_resched() in madvise_cold_or_pageout_pte_range()Jiexun Wang
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes
2023-10-18mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes
2023-10-04mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik
2023-08-24swap: remove remnants of polling from read_swap_cache_asyncSuren Baghdasaryan
2023-08-24merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-24madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...Yin Fengwei
2023-08-24madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against lar...Yin Fengwei
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan
2023-08-18mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen
2023-08-18mm: madvise: fix uneven accounting of psiCharan Teja Kalla
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm/madvise: clean up force_shm_swapin_readahead()Hugh Dickins
2023-06-19mm/madvise: clean up pte_offset_map_lock() scansHugh Dickins
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-18mm/madvise: use vma_lookup() instead of find_vma()ZhangPeng
2023-03-30iov_iter: add iter_iov_addr() and iter_iov_len() helpersJens Axboe
2023-03-16mm: Introduce untagged_addr_remote()Kirill A. Shutemov
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20mm: change to return bool for folio_isolate_lru()Baolin Wang
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-09madvise: use split_vma() instead of __split_vma()Liam R. Howlett
2023-02-09mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett
2023-02-09madvise: use vmi iterator for __split_vma() and vma_merge()Liam R. Howlett
2023-02-02mm: madvise: use vm_normal_folio() in madvise_free_pte_range()Kefeng Wang
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner
2023-01-18mm/swap: convert deactivate_page() to folio_deactivate()Vishal Moola (Oracle)
2023-01-18madvise: convert madvise_cold_or_pageout_pte_range() to use foliosVishal Moola (Oracle)
2023-01-18mm: swap: convert mark_page_lazyfree() to folio_mark_lazyfree()Kefeng Wang
2023-01-11mm: update mmap_sem comments to refer to mmap_lockLorenzo Stoakes
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-11mm: add cond_resched() in swapin_walk_pmd_entry()Kefeng Wang
2022-12-11mm/madvise: fix madvise_pageout for private file mappingsPavankumar Kondeti
2022-11-30mm: anonymous shared memory namingPasha Tatashin
2022-11-30madvise: use zap_page_range_single for madvise dontneedMike Kravetz
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-10-28mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfsRik van Riel
2022-10-03madvise: convert madvise_free_pte_range() to use a folioMatthew Wilcox (Oracle)
2022-09-26mm/madvise: use vma_find() instead of vma linked listLiam R. Howlett
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-09-26mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim
2022-09-11mm/madvise: add MADV_COLLAPSE to process_madvise()Zach O'Keefe