summaryrefslogtreecommitdiff
path: root/mm/madvise.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"Charan Teja Kalla1-8/+1
2022-04-08mm: madvise: return correct bytes advised with process_madviseCharan Teja Kalla1-2/+1
2022-04-08mm: madvise: skip unmapped vma holes passed to process_madviseCharan Teja Kalla1-1/+8
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-14mm/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-07-01mm/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-24Merge 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
2021-01-29tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon1-3/+3
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+2
2021-01-24fs: add file and path permissions helpersChristian Brauner1-1/+1
2020-12-15mm,memory_failure: always pin the page in madvise_inject_errorOscar Salvador1-8/+1
2020-12-15mm,hwpoison: drop unneeded pcplist drainingOscar Salvador1-5/+0
2020-12-09mm/madvise: remove racy mm ownership checkMinchan Kim1-2/+1
2020-11-22mm: fix madvise WILLNEED performance problemMatthew Wilcox (Oracle)1-1/+1
2020-11-22mm/madvise: fix memory leak from process_madviseEric Dumazet1-2/+0
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim1-1/+92
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim1-14/+18
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn1-17/+0
2020-10-16mm,hwpoison: return 0 if the page is already poisoned in soft-offlineOscar Salvador1-5/+0
2020-10-16mm,hwpoison: refactor madvise_inject_errorOscar Salvador1-17/+13
2020-10-14mm: optimise madvise WILLNEEDMatthew Wilcox (Oracle)1-9/+12
2020-09-26mm: validate pmd after splittingMinchan Kim1-1/+1
2020-09-05mm: madvise: fix vma user-after-freeYang Shi1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-10/+10
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-10/+10
2020-04-24mm: check that mm is still valid in madvise()Linus Torvalds1-0/+18
2020-03-22mm: do not allow MADV_PAGEOUT for CoW pagesMichal Hocko1-3/+9
2020-01-21mm: make do_madvise() available internallyJens Axboe1-1/+6
2019-12-01mm/madvise.c: use PAGE_ALIGN[ED] for range checkingWei Yang1-2/+2
2019-12-01mm/madvise.c: replace with page_size() in madvise_inject_error()Yunfeng Ye1-4/+4
2019-12-01mm, soft-offline: convert parameter to pfnNaoya Horiguchi1-1/+1
2019-11-16mm: fix trying to reclaim unevictable lru page when calling madvise_pageoutzhong jiang1-4/+12
2019-09-26mm: factor out common parts between MADV_COLD and MADV_PAGEOUTMinchan Kim1-147/+45
2019-09-26mm: introduce MADV_PAGEOUTMinchan Kim1-0/+189
2019-09-26mm: introduce MADV_COLDMinchan Kim1-2/+177
2019-09-26mm: untag user pointers passed to memory syscallsAndrey Konovalov1-0/+2
2019-09-25mm/madvise: reduce code duplication in error handling pathsMike Rapoport1-36/+16
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-29/+13
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig1-29/+12
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig1-0/+1
2019-08-31mm: Handle MADV_WILLNEED through vfs_fadvise()Jan Kara1-6/+16
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig1-1/+1
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse1-1/+1
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse1-1/+2