summaryrefslogtreecommitdiffstats
path: root/mm/madvise.c
Commit message (Expand)AuthorAgeFilesLines
* mseal: add mseal syscallJeff Xu2024-05-231-0/+12
* mm/vmscan: remove ignore_references argument of reclaim_pages()SeongJae Park2024-05-071-2/+2
* mm/madvise: optimize lazyfreeing with mTHP in madvise_freeLance Yang2024-05-051-41/+44
* mm/memory: add any_dirty optional pointer to folio_pte_batch()Lance Yang2024-05-051-5/+14
* mm/madvise: introduce clear_young_dirty_ptes() batch helperLance Yang2024-05-051-1/+2
* mm: madvise: avoid split during MADV_PAGEOUT and MADV_COLDRyan Roberts2024-04-251-37/+50
* mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()Ryan Roberts2024-04-251-4/+8
* mm: add pmd_folio()Matthew Wilcox (Oracle)2024-04-251-1/+1
* mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()David Hildenbrand2024-04-251-3/+3
* mm/madvise: don't perform madvise VMA walk for MADV_POPULATE_(READ|WRITE)David Hildenbrand2024-04-251-14/+12
* mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properlyDavid Hildenbrand2024-04-161-15/+2
* mm: madvise: pageout: ignore references rather than clearing youngBarry Song2024-03-041-4/+4
* madvise:madvise_cold_or_pageout_pte_range(): allow split while folio_estimate...Barry Song2024-02-231-1/+1
* mm/madvise: don't forget to leave lazy MMU mode in madvise_cold_or_pageout_pt...Sergey Senozhatsky2024-02-071-0/+1
* mm: return a folio from read_swap_cache_async()Matthew Wilcox (Oracle)2023-12-291-11/+11
* mm/madvise: add cond_resched() in madvise_cold_or_pageout_pte_range()Jiexun Wang2023-12-061-0/+11
* mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes2023-10-181-1/+1
* mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes2023-10-181-22/+4
* mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik2023-10-041-4/+1
* swap: remove remnants of polling from read_swap_cache_asyncSuren Baghdasaryan2023-08-241-2/+2
* merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-241-3/+3
|\
| * madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...Yin Fengwei2023-08-241-1/+1
| * madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against lar...Yin Fengwei2023-08-241-2/+2
* | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-211-0/+3
|\|
| * mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan2023-08-211-0/+3
* | mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan2023-08-211-3/+2
* | mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen2023-08-181-1/+1
* | mm: madvise: fix uneven accounting of psiCharan Teja Kalla2023-08-181-0/+4
|/
* mm: ptep_get() conversionRyan Roberts2023-06-191-3/+3
* mm/madvise: clean up force_shm_swapin_readahead()Hugh Dickins2023-06-191-11/+13
* mm/madvise: clean up pte_offset_map_lock() scansHugh Dickins2023-06-191-54/+68
* Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-281-2/+3
|\
| * mm: Introduce untagged_addr_remote()Kirill A. Shutemov2023-03-161-2/+3
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-13/+1
|\ \
| * | mm/madvise: use vma_lookup() instead of find_vma()ZhangPeng2023-04-181-13/+1
| |/
* / iov_iter: add iter_iov_addr() and iter_iov_len() helpersJens Axboe2023-03-301-5/+4
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-64/+59
|\
| * mm: change to return bool for folio_isolate_lru()Baolin Wang2023-02-201-2/+2
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
| * madvise: use split_vma() instead of __split_vma()Liam R. Howlett2023-02-091-7/+3
| * mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett2023-02-091-3/+3
| * madvise: use vmi iterator for __split_vma() and vma_merge()Liam R. Howlett2023-02-091-4/+5
| * mm: madvise: use vm_normal_folio() in madvise_free_pte_range()Kefeng Wang2023-02-021-4/+2
| * mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple2023-02-021-1/+1
| * mm/swap: convert deactivate_page() to folio_deactivate()Vishal Moola (Oracle)2023-01-181-2/+2
| * madvise: convert madvise_cold_or_pageout_pte_range() to use foliosVishal Moola (Oracle)2023-01-181-49/+49
| * mm: swap: convert mark_page_lazyfree() to folio_mark_lazyfree()Kefeng Wang2023-01-181-1/+1
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-1/+1
|\ \ | |/ |/|
| * fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-1/+1
* | mm: update mmap_sem comments to refer to mmap_lockLorenzo Stoakes2023-01-111-1/+1
|/