summaryrefslogtreecommitdiff
path: root/mm/madvise.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Merge 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-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-02-10madvise: use split_vma() instead of __split_vma()Liam R. Howlett1-7/+3
2023-02-10mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett1-3/+3
2023-02-10madvise: use vmi iterator for __split_vma() and vma_merge()Liam R. Howlett1-4/+5
2023-02-03mm: madvise: use vm_normal_folio() in madvise_free_pte_range()Kefeng Wang1-4/+2
2023-02-03mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple1-1/+1
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner1-1/+1
2023-01-19mm/swap: convert deactivate_page() to folio_deactivate()Vishal Moola (Oracle)1-2/+2
2023-01-19madvise: convert madvise_cold_or_pageout_pte_range() to use foliosVishal Moola (Oracle)1-49/+49
2023-01-19mm: swap: convert mark_page_lazyfree() to folio_mark_lazyfree()Kefeng Wang1-1/+1
2023-01-12mm: update mmap_sem comments to refer to mmap_lockLorenzo Stoakes1-1/+1
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-23/+38
2022-12-13Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2022-12-12mm: add cond_resched() in swapin_walk_pmd_entry()Kefeng Wang1-0/+1
2022-12-12mm/madvise: fix madvise_pageout for private file mappingsPavankumar Kondeti1-18/+35
2022-12-01mm: anonymous shared memory namingPasha Tatashin1-5/+2
2022-12-01madvise: use zap_page_range_single for madvise dontneedMike Kravetz1-3/+3
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-10-28mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfsRik van Riel1-1/+11
2022-10-04madvise: convert madvise_free_pte_range() to use a folioMatthew Wilcox (Oracle)1-24/+25
2022-09-27mm/madvise: use vma_find() instead of vma linked listLiam R. Howlett1-1/+1
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-2/+5
2022-09-26mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim1-2/+5
2022-09-12mm/madvise: add MADV_COLLAPSE to process_madvise()Zach O'Keefe1-2/+2
2022-09-12mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe1-0/+5
2022-07-18mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra1-2/+2
2022-07-04mm/madvise: minor cleanup for swapin_walk_pmd_entry()Miaohe Lin1-5/+5
2022-06-17mm/memory-failure: disable unpoison once hw error happenszhenwei pi1-1/+1
2022-05-27mm: filter out swapin error entry in shmem mappingMiaohe Lin1-1/+4
2022-05-27mm/madvise: free hwpoison and swapin error entry in madvise_free_pte_rangeMiaohe Lin1-5/+8
2022-05-10mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown1-2/+6
2022-05-10mm: create new mm/swap.h header fileNeilBrown1-0/+1
2022-04-29mm/madvise: fix potential pte_unmap_unlock pte errorMiaohe Lin1-4/+4
2022-04-01Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"Charan Teja Kalla1-8/+1
2022-03-25mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner1-10/+14
2022-03-25mm: enable MADV_DONTNEED for hugetlb mappingsMike Kravetz1-3/+30
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+5
2022-03-23mm: madvise: skip unmapped vma holes passed to process_madviseCharan Teja Kalla1-1/+8
2022-03-23mm: madvise: return correct bytes advised with process_madviseCharan Teja Kalla1-2/+1
2022-03-23mm/madvise: use vma_lookup() instead of find_vma()Miaohe Lin1-2/+2
2022-03-23mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei1-0/+2
2022-03-05mm: fix use-after-free when anon vma name is used after vma is freedSuren Baghdasaryan1-1/+7
2022-03-05mm: prevent vm_area_struct::anon_name refcount saturationSuren Baghdasaryan1-2/+1
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan1-58/+29
2022-02-17mm/munlock: delete munlock_vma_pages_all(), allow oomreapHugh Dickins1-0/+5
2022-01-15mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann1-0/+1
2022-01-15mm: add anonymous vma name refcountingSuren Baghdasaryan1-6/+36