summaryrefslogtreecommitdiffstats
path: root/mm/madvise.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-23/+38
|\
| * mm: add cond_resched() in swapin_walk_pmd_entry()Kefeng Wang2022-12-111-0/+1
| * mm/madvise: fix madvise_pageout for private file mappingsPavankumar Kondeti2022-12-111-18/+35
| * mm: anonymous shared memory namingPasha Tatashin2022-11-301-5/+2
* | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-1/+1
|\ \ | |/ |/|
| * use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
* | madvise: use zap_page_range_single for madvise dontneedMike Kravetz2022-11-301-3/+3
|/
* mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfsRik van Riel2022-10-281-1/+11
* madvise: convert madvise_free_pte_range() to use a folioMatthew Wilcox (Oracle)2022-10-031-24/+25
* mm/madvise: use vma_find() instead of vma linked listLiam R. Howlett2022-09-261-1/+1
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-09-261-2/+5
|\
| * mm: fix madivse_pageout mishandling on non-LRU pageMinchan Kim2022-09-261-2/+5
* | mm/madvise: add MADV_COLLAPSE to process_madvise()Zach O'Keefe2022-09-111-2/+2
* | mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe2022-09-111-0/+5
|/
* mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-07-171-2/+2
* mm/madvise: minor cleanup for swapin_walk_pmd_entry()Miaohe Lin2022-07-031-5/+5
* mm/memory-failure: disable unpoison once hw error happenszhenwei pi2022-06-161-1/+1
* mm: filter out swapin error entry in shmem mappingMiaohe Lin2022-05-271-1/+4
* mm/madvise: free hwpoison and swapin error entry in madvise_free_pte_rangeMiaohe Lin2022-05-271-5/+8
* mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown2022-05-091-2/+6
* mm: create new mm/swap.h header fileNeilBrown2022-05-091-0/+1
* mm/madvise: fix potential pte_unmap_unlock pte errorMiaohe Lin2022-04-281-4/+4
* Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"Charan Teja Kalla2022-04-011-8/+1
* mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner2022-03-241-10/+14
* mm: enable MADV_DONTNEED for hugetlb mappingsMike Kravetz2022-03-241-3/+30
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+5
|\
| * mm/munlock: delete munlock_vma_pages_all(), allow oomreapHugh Dickins2022-02-171-0/+5
* | mm: madvise: skip unmapped vma holes passed to process_madviseCharan Teja Kalla2022-03-221-1/+8
* | mm: madvise: return correct bytes advised with process_madviseCharan Teja Kalla2022-03-221-2/+1
* | mm/madvise: use vma_lookup() instead of find_vma()Miaohe Lin2022-03-221-2/+2
* | mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei2022-03-221-0/+2
* | mm: fix use-after-free when anon vma name is used after vma is freedSuren Baghdasaryan2022-03-051-1/+7
* | mm: prevent vm_area_struct::anon_name refcount saturationSuren Baghdasaryan2022-03-051-2/+1
* | mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2022-03-051-58/+29
|/
* mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann2022-01-151-0/+1
* mm: add anonymous vma name refcountingSuren Baghdasaryan2022-01-151-6/+36
* mm: add a field to store names for private anonymous memoryColin Cross2022-01-151-4/+125
* mm: rearrange madvise code to allow for reuseColin Cross2022-01-151-160/+178
* mm: use pidfd_get_task()Christian Brauner2021-10-141-12/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-0/+1
|\
| * mm/madvise: add MADV_WILLNEED to process_madvise()zhangkui2021-09-031-0/+1
* | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-301-1/+1
|\ \ | |/ |/|
| * mm: Fix comments mentioning i_mutexJan Kara2021-07-121-1/+1
* | mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE)David Hildenbrand2021-08-131-1/+3
|/
* mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand2021-06-301-0/+66
* mm: fix typos in commentsIngo Molnar2021-05-071-2/+2
* mm/madvise: replace ptrace attach requirement for process_madviseSuren Baghdasaryan2021-03-131-1/+12
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-2/+3
|\
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+2
| * fs: add file and path permissions helpersChristian Brauner2021-01-241-1/+1