summaryrefslogtreecommitdiff
path: root/mm/madvise.c
AgeCommit message (Expand)Author
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-17mm/madvise: process_madvise() drop capability check if same mmLorenzo Stoakes
2024-09-03mseal: replace can_modify_mm_madv with a vma variantPedro Falcato
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld
2024-07-03mm/madvise: add MF_ACTION_REQUIRED to madvise(MADV_HWPOISON)Jane Chu
2024-05-23mseal: add mseal syscallJeff Xu
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_pages()SeongJae Park
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/madvise: introduce clear_young_dirty_ptes() batch helperLance Yang
2024-04-25mm: madvise: avoid split during MADV_PAGEOUT and MADV_COLDRyan Roberts
2024-04-25mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()Ryan Roberts
2024-04-25mm: add pmd_folio()Matthew Wilcox (Oracle)
2024-04-25mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()David Hildenbrand
2024-04-25mm/madvise: don't perform madvise VMA walk for MADV_POPULATE_(READ|WRITE)David Hildenbrand
2024-04-16mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properlyDavid Hildenbrand
2024-03-04mm: madvise: pageout: ignore references rather than clearing youngBarry Song
2024-02-23madvise:madvise_cold_or_pageout_pte_range(): allow split while folio_estimate...Barry Song
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