summaryrefslogtreecommitdiffstats
path: root/mm/madvise.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-11mm: update mmap_sem comments to refer to mmap_lockLorenzo Stoakes1-1/+1
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-23/+38
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2022-12-11mm: add cond_resched() in swapin_walk_pmd_entry()Kefeng Wang1-0/+1
2022-12-11mm/madvise: fix madvise_pageout for private file mappingsPavankumar Kondeti1-18/+35
2022-11-30mm: anonymous shared memory namingPasha Tatashin1-5/+2
2022-11-30madvise: 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-03madvise: convert madvise_free_pte_range() to use a folioMatthew Wilcox (Oracle)1-24/+25
2022-09-26mm/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-11mm/madvise: add MADV_COLLAPSE to process_madvise()Zach O'Keefe1-2/+2
2022-09-11mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe1-0/+5
2022-07-17mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra1-2/+2
2022-07-03mm/madvise: minor cleanup for swapin_walk_pmd_entry()Miaohe Lin1-5/+5
2022-06-16mm/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-09mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown1-2/+6
2022-05-09mm: create new mm/swap.h header fileNeilBrown1-0/+1
2022-04-28mm/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-24mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner1-10/+14
2022-03-24mm: enable MADV_DONTNEED for hugetlb mappingsMike Kravetz1-3/+30
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+5
2022-03-22mm: madvise: skip unmapped vma holes passed to process_madviseCharan Teja Kalla1-1/+8
2022-03-22mm: madvise: return correct bytes advised with process_madviseCharan Teja Kalla1-2/+1
2022-03-22mm/madvise: use vma_lookup() instead of find_vma()Miaohe Lin1-2/+2
2022-03-22mm/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
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross1-4/+125
2022-01-15mm: rearrange madvise code to allow for reuseColin Cross1-160/+178
2021-10-14mm: use pidfd_get_task()Christian Brauner1-12/+3
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-09-03mm/madvise: add MADV_WILLNEED to process_madvise()zhangkui1-0/+1
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-08-13mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE)David Hildenbrand1-1/+3
2021-07-12mm: Fix comments mentioning i_mutexJan Kara1-1/+1
2021-06-30mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand1-0/+66
2021-05-07mm: fix typos in commentsIngo Molnar1-2/+2
2021-03-13mm/madvise: replace ptrace attach requirement for process_madviseSuren Baghdasaryan1-1/+12
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2021-01-29tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon1-3/+3