summaryrefslogtreecommitdiff
path: root/mm/madvise.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-281-2/+3
|\
| * mm: Introduce untagged_addr_remote()Kirill A. Shutemov2023-03-161-2/+3
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-13/+1
|\ \
| * | mm/madvise: use vma_lookup() instead of find_vma()ZhangPeng2023-04-181-13/+1
| |/
* | iov_iter: add iter_iov_addr() and iter_iov_len() helpersJens Axboe2023-03-301-5/+4
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-64/+59
|\
| * mm: change to return bool for folio_isolate_lru()Baolin Wang2023-02-201-2/+2
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
| * madvise: use split_vma() instead of __split_vma()Liam R. Howlett2023-02-091-7/+3
| * mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett2023-02-091-3/+3
| * madvise: use vmi iterator for __split_vma() and vma_merge()Liam R. Howlett2023-02-091-4/+5
| * mm: madvise: use vm_normal_folio() in madvise_free_pte_range()Kefeng Wang2023-02-021-4/+2
| * mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple2023-02-021-1/+1
| * mm/swap: convert deactivate_page() to folio_deactivate()Vishal Moola (Oracle)2023-01-181-2/+2
| * madvise: convert madvise_cold_or_pageout_pte_range() to use foliosVishal Moola (Oracle)2023-01-181-49/+49
| * mm: swap: convert mark_page_lazyfree() to folio_mark_lazyfree()Kefeng Wang2023-01-181-1/+1
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-1/+1
|\ \ | |/ |/|
| * fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-1/+1
* | mm: update mmap_sem comments to refer to mmap_lockLorenzo Stoakes2023-01-111-1/+1
|/
* 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