summaryrefslogtreecommitdiff
path: root/mm/madvise.c
AgeCommit message (Expand)Author
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)
2020-09-26mm: validate pmd after splittingMinchan Kim
2020-09-05mm: madvise: fix vma user-after-freeYang Shi
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-04-24mm: check that mm is still valid in madvise()Linus Torvalds
2020-03-21mm: do not allow MADV_PAGEOUT for CoW pagesMichal Hocko
2020-01-20mm: make do_madvise() available internallyJens Axboe
2019-12-01mm/madvise.c: use PAGE_ALIGN[ED] for range checkingWei Yang
2019-12-01mm/madvise.c: replace with page_size() in madvise_inject_error()Yunfeng Ye
2019-12-01mm, soft-offline: convert parameter to pfnNaoya Horiguchi
2019-11-15mm: fix trying to reclaim unevictable lru page when calling madvise_pageoutzhong jiang
2019-09-25mm: factor out common parts between MADV_COLD and MADV_PAGEOUTMinchan Kim
2019-09-25mm: introduce MADV_PAGEOUTMinchan Kim
2019-09-25mm: introduce MADV_COLDMinchan Kim
2019-09-25mm: untag user pointers passed to memory syscallsAndrey Konovalov
2019-09-24mm/madvise: reduce code duplication in error handling pathsMike Rapoport
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig
2019-08-30mm: Handle MADV_WILLNEED through vfs_fadvise()Jan Kara
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-04-03asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse