summaryrefslogtreecommitdiff
path: root/mm/madvise.c
Commit message (Expand)AuthorAgeFilesLines
* mm-madvise-minor-cleanup-for-swapin_walk_pmd_entry-fixAndrew Morton2022-06-271-1/+1
* mm/madvise: minor cleanup for swapin_walk_pmd_entry()Miaohe Lin2022-06-271-5/+5
* mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra2022-06-271-2/+2
* mm/madvise: use vma_find() instead of vma linked listLiam R. Howlett2022-06-271-1/+1
* 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
* | tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon2021-01-291-3/+3
* | tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon2021-01-291-3/+3
|/
* mm,memory_failure: always pin the page in madvise_inject_errorOscar Salvador2020-12-151-8/+1
* mm,hwpoison: drop unneeded pcplist drainingOscar Salvador2020-12-151-5/+0
* mm/madvise: remove racy mm ownership checkMinchan Kim2020-12-081-2/+1
* mm: fix madvise WILLNEED performance problemMatthew Wilcox (Oracle)2020-11-221-1/+1
* mm/madvise: fix memory leak from process_madviseEric Dumazet2020-11-221-2/+0
* mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-1/+92
* mm/madvise: pass mm to do_madviseMinchan Kim2020-10-181-14/+18
* mm: remove the now-unnecessary mmget_still_valid() hackJann Horn2020-10-161-17/+0
* mm,hwpoison: return 0 if the page is already poisoned in soft-offlineOscar Salvador2020-10-161-5/+0
* mm,hwpoison: refactor madvise_inject_errorOscar Salvador2020-10-161-17/+13