aboutsummaryrefslogtreecommitdiff
path: root/mm/madvise.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-10/+3
2024-09-17mm/madvise: process_madvise() drop capability check if same mmLorenzo Stoakes1-1/+1
2024-09-03mseal: replace can_modify_mm_madv with a vma variantPedro Falcato1-10/+3
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+4
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld1-1/+4
2024-07-03mm/madvise: add MF_ACTION_REQUIRED to madvise(MADV_HWPOISON)Jane Chu1-1/+1
2024-05-23mseal: add mseal syscallJeff Xu1-0/+12
2024-05-07mm/vmscan: remove ignore_references argument of reclaim_pages()SeongJae Park1-2/+2
2024-05-05mm/madvise: optimize lazyfreeing with mTHP in madvise_freeLance Yang1-41/+44
2024-05-05mm/memory: add any_dirty optional pointer to folio_pte_batch()Lance Yang1-5/+14
2024-05-05mm/madvise: introduce clear_young_dirty_ptes() batch helperLance Yang1-1/+2
2024-04-25mm: madvise: avoid split during MADV_PAGEOUT and MADV_COLDRyan Roberts1-37/+50
2024-04-25mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()Ryan Roberts1-4/+8
2024-04-25mm: add pmd_folio()Matthew Wilcox (Oracle)1-1/+1
2024-04-25mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()David Hildenbrand1-3/+3
2024-04-25mm/madvise: don't perform madvise VMA walk for MADV_POPULATE_(READ|WRITE)David Hildenbrand1-14/+12
2024-04-16mm/madvise: make MADV_POPULATE_(READ|WRITE) handle VM_FAULT_RETRY properlyDavid Hildenbrand1-15/+2
2024-03-04mm: madvise: pageout: ignore references rather than clearing youngBarry Song1-4/+4
2024-02-23madvise:madvise_cold_or_pageout_pte_range(): allow split while folio_estimate...Barry Song1-1/+1
2024-02-07mm/madvise: don't forget to leave lazy MMU mode in madvise_cold_or_pageout_pt...Sergey Senozhatsky1-0/+1
2023-12-29mm: return a folio from read_swap_cache_async()Matthew Wilcox (Oracle)1-11/+11
2023-12-06mm/madvise: add cond_resched() in madvise_cold_or_pageout_pte_range()Jiexun Wang1-0/+11
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes1-1/+1
2023-10-18mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes1-22/+4
2023-10-04mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik1-4/+1
2023-08-24swap: remove remnants of polling from read_swap_cache_asyncSuren Baghdasaryan1-2/+2
2023-08-24merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-3/+3
2023-08-24madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...Yin Fengwei1-1/+1
2023-08-24madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against lar...Yin Fengwei1-2/+2
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-0/+3
2023-08-21mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan1-3/+2
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+3
2023-08-18mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen1-1/+1
2023-08-18mm: madvise: fix uneven accounting of psiCharan Teja Kalla1-0/+4
2023-06-19mm: ptep_get() conversionRyan Roberts1-3/+3
2023-06-19mm/madvise: clean up force_shm_swapin_readahead()Hugh Dickins1-11/+13
2023-06-19mm/madvise: clean up pte_offset_map_lock() scansHugh Dickins1-54/+68
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+3
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-13/+1
2023-04-18mm/madvise: use vma_lookup() instead of find_vma()ZhangPeng1-13/+1
2023-03-30iov_iter: add iter_iov_addr() and iter_iov_len() helpersJens Axboe1-5/+4
2023-03-16mm: Introduce untagged_addr_remote()Kirill A. Shutemov1-2/+3
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-64/+59
2023-02-20mm: change to return bool for folio_isolate_lru()Baolin Wang1-2/+2
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-09madvise: use split_vma() instead of __split_vma()Liam R. Howlett1-7/+3
2023-02-09mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett1-3/+3
2023-02-09madvise: use vmi iterator for __split_vma() and vma_merge()Liam R. Howlett1-4/+5
2023-02-02mm: madvise: use vm_normal_folio() in madvise_free_pte_range()Kefeng Wang1-4/+2