summaryrefslogtreecommitdiffstats
path: root/mm/madvise.c
Commit message (Expand)AuthorAgeFilesLines
* mm: madvise: fix vma user-after-freeYang Shi2020-09-051-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-10/+10
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-10/+10
* mm: check that mm is still valid in madvise()Linus Torvalds2020-04-241-0/+18
* mm: do not allow MADV_PAGEOUT for CoW pagesMichal Hocko2020-03-211-3/+9
* mm: make do_madvise() available internallyJens Axboe2020-01-201-1/+6
* mm/madvise.c: use PAGE_ALIGN[ED] for range checkingWei Yang2019-12-011-2/+2
* mm/madvise.c: replace with page_size() in madvise_inject_error()Yunfeng Ye2019-12-011-4/+4
* mm, soft-offline: convert parameter to pfnNaoya Horiguchi2019-12-011-1/+1
* mm: fix trying to reclaim unevictable lru page when calling madvise_pageoutzhong jiang2019-11-151-4/+12
* mm: factor out common parts between MADV_COLD and MADV_PAGEOUTMinchan Kim2019-09-251-147/+45
* mm: introduce MADV_PAGEOUTMinchan Kim2019-09-251-0/+189
* mm: introduce MADV_COLDMinchan Kim2019-09-251-2/+177
* mm: untag user pointers passed to memory syscallsAndrey Konovalov2019-09-251-0/+2
* mm/madvise: reduce code duplication in error handling pathsMike Rapoport2019-09-241-36/+16
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-211-29/+13
|\
| * pagewalk: separate function pointers from iterator dataChristoph Hellwig2019-09-071-29/+12
| * mm: split out a new pagewalk.h header from mm.hChristoph Hellwig2019-09-071-0/+1
* | mm: Handle MADV_WILLNEED through vfs_fadvise()Jan Kara2019-08-301-6/+16
|/
* mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig2019-07-021-1/+1
* mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse2019-05-141-1/+1
* mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-141-1/+2
* asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2019-04-031-1/+1
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-281-10/+11
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-1/+1
|\
| * xarray: Replace exceptional entriesMatthew Wilcox2018-09-291-1/+1
* | mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black2018-10-051-1/+1
|/
* mm, madvise_inject_error: Let memory_failure() optionally take a page referenceDan Williams2018-07-231-3/+13
* mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman2018-01-231-1/+1
* mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie2017-11-291-3/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORKYang Shi2017-10-131-1/+6
* mm, hugetlb, soft_offline: save compound page order before page migrationAlexandru Moise2017-10-031-2/+10
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-081-1/+1
* mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-061-0/+13
* mm, madvise: ensure poisoned pages are removed from per-cpu listsMel Gorman2017-08-311-0/+6
* mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers2017-08-251-1/+1
* mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman2017-08-021-0/+1
* userfaultfd: non-cooperative: add madvise() event for MADV_FREE requestMike Rapoport2017-07-101-20/+22
* swap: add block io poll in swapin pathShaohua Li2017-07-101-2/+2
* mm/madvise: move up the behavior parameter validationAnshuman Khandual2017-05-031-4/+9
* mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISONAnshuman Khandual2017-05-031-14/+20
* mm: enable MADV_FREE for swapless systemShaohua Li2017-05-031-7/+1
* mm: reclaim MADV_FREE pagesShaohua Li2017-05-031-0/+1
* mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li2017-05-031-2/+0
* userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEEDAndrea Arcangeli2017-03-091-3/+41
* mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins2017-02-241-0/+1
* mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes2017-02-241-9/+42
* userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE requestMike Rapoport2017-02-241-0/+1
* userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport2017-02-241-1/+1