summaryrefslogtreecommitdiff
path: root/mm/madvise.c
AgeCommit message (Expand)Author
2022-09-11mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe
2022-07-17mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra
2022-07-03mm/madvise: minor cleanup for swapin_walk_pmd_entry()Miaohe Lin
2022-06-16mm/memory-failure: disable unpoison once hw error happenszhenwei pi
2022-05-27mm: filter out swapin error entry in shmem mappingMiaohe Lin
2022-05-27mm/madvise: free hwpoison and swapin error entry in madvise_free_pte_rangeMiaohe Lin
2022-05-09mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown
2022-05-09mm: create new mm/swap.h header fileNeilBrown
2022-04-28mm/madvise: fix potential pte_unmap_unlock pte errorMiaohe Lin
2022-04-01Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"Charan Teja Kalla
2022-03-24mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner
2022-03-24mm: enable MADV_DONTNEED for hugetlb mappingsMike Kravetz
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22mm: madvise: skip unmapped vma holes passed to process_madviseCharan Teja Kalla
2022-03-22mm: madvise: return correct bytes advised with process_madviseCharan Teja Kalla
2022-03-22mm/madvise: use vma_lookup() instead of find_vma()Miaohe Lin
2022-03-22mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei
2022-03-05mm: fix use-after-free when anon vma name is used after vma is freedSuren Baghdasaryan
2022-03-05mm: prevent vm_area_struct::anon_name refcount saturationSuren Baghdasaryan
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan
2022-02-17mm/munlock: delete munlock_vma_pages_all(), allow oomreapHugh Dickins
2022-01-15mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann
2022-01-15mm: add anonymous vma name refcountingSuren Baghdasaryan
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross
2022-01-15mm: rearrange madvise code to allow for reuseColin Cross
2021-10-14mm: use pidfd_get_task()Christian Brauner
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm/madvise: add MADV_WILLNEED to process_madvise()zhangkui
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-13mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE)David Hildenbrand
2021-07-12mm: Fix comments mentioning i_mutexJan Kara
2021-06-30mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand
2021-05-07mm: fix typos in commentsIngo Molnar
2021-03-13mm/madvise: replace ptrace attach requirement for process_madviseSuren Baghdasaryan
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-29tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon
2021-01-29tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-24fs: add file and path permissions helpersChristian Brauner
2020-12-15mm,memory_failure: always pin the page in madvise_inject_errorOscar Salvador
2020-12-15mm,hwpoison: drop unneeded pcplist drainingOscar Salvador
2020-12-08mm/madvise: remove racy mm ownership checkMinchan Kim
2020-11-22mm: fix madvise WILLNEED performance problemMatthew Wilcox (Oracle)
2020-11-22mm/madvise: fix memory leak from process_madviseEric Dumazet
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn
2020-10-16mm,hwpoison: return 0 if the page is already poisoned in soft-offlineOscar Salvador
2020-10-16mm,hwpoison: refactor madvise_inject_errorOscar Salvador
2020-10-13mm: optimise madvise WILLNEEDMatthew Wilcox (Oracle)