summaryrefslogtreecommitdiffstats
path: root/mm/madvise.c
AgeCommit message (Expand)AuthorLines
2020-04-24mm: check that mm is still valid in madvise()Linus Torvalds-0/+18
2020-03-21mm: do not allow MADV_PAGEOUT for CoW pagesMichal Hocko-3/+9
2020-01-20mm: make do_madvise() available internallyJens Axboe-1/+6
2019-12-01mm/madvise.c: use PAGE_ALIGN[ED] for range checkingWei Yang-2/+2
2019-12-01mm/madvise.c: replace with page_size() in madvise_inject_error()Yunfeng Ye-4/+4
2019-12-01mm, soft-offline: convert parameter to pfnNaoya Horiguchi-1/+1
2019-11-15mm: fix trying to reclaim unevictable lru page when calling madvise_pageoutzhong jiang-4/+12
2019-09-25mm: factor out common parts between MADV_COLD and MADV_PAGEOUTMinchan Kim-147/+45
2019-09-25mm: introduce MADV_PAGEOUTMinchan Kim-0/+189
2019-09-25mm: introduce MADV_COLDMinchan Kim-2/+177
2019-09-25mm: untag user pointers passed to memory syscallsAndrey Konovalov-0/+2
2019-09-24mm/madvise: reduce code duplication in error handling pathsMike Rapoport-36/+16
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds-29/+13
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig-29/+12
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig-0/+1
2019-08-30mm: Handle MADV_WILLNEED through vfs_fadvise()Jan Kara-6/+16
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig-1/+1
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse-1/+1
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse-1/+2
2019-04-03asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra-1/+1
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse-10/+11
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-1/+1
2018-10-05mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black-1/+1
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox-1/+1
2018-07-23mm, madvise_inject_error: Let memory_failure() optionally take a page referenceDan Williams-3/+13
2018-01-23mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman-1/+1
2017-11-29mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie-3/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-13mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORKYang Shi-1/+6
2017-10-03mm, hugetlb, soft_offline: save compound page order before page migrationAlexandru Moise-2/+10
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse-1/+1
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel-0/+13
2017-08-31mm, madvise: ensure poisoned pages are removed from per-cpu listsMel Gorman-0/+6
2017-08-25mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers-1/+1
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman-0/+1
2017-07-10userfaultfd: non-cooperative: add madvise() event for MADV_FREE requestMike Rapoport-20/+22
2017-07-10swap: add block io poll in swapin pathShaohua Li-2/+2
2017-05-03mm/madvise: move up the behavior parameter validationAnshuman Khandual-4/+9
2017-05-03mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISONAnshuman Khandual-14/+20
2017-05-03mm: enable MADV_FREE for swapless systemShaohua Li-7/+1
2017-05-03mm: reclaim MADV_FREE pagesShaohua Li-0/+1
2017-05-03mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li-2/+0
2017-03-09userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEEDAndrea Arcangeli-3/+41
2017-02-24mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins-0/+1
2017-02-24mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes-9/+42
2017-02-24userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE requestMike Rapoport-0/+1
2017-02-24userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport-1/+1
2017-02-22oom-reaper: use madvise_dontneed() logic to decide if unmap the VMAKirill A. Shutemov-1/+3
2017-02-22mm: drop unused argument of zap_page_range()Kirill A. Shutemov-1/+1
2017-02-22userfaultfd: non-cooperative: avoid MADV_DONTNEED race conditionAndrea Arcangeli-1/+1