aboutsummaryrefslogtreecommitdiffstats
path: root/mm/madvise.c
Commit message (Expand)AuthorAge
* mm: factor out common parts between MADV_COLD and MADV_PAGEOUTMinchan Kim2019-09-25
* mm: introduce MADV_PAGEOUTMinchan Kim2019-09-25
* mm: introduce MADV_COLDMinchan Kim2019-09-25
* mm: untag user pointers passed to memory syscallsAndrey Konovalov2019-09-25
* mm/madvise: reduce code duplication in error handling pathsMike Rapoport2019-09-24
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-21
|\
| * pagewalk: separate function pointers from iterator dataChristoph Hellwig2019-09-07
| * mm: split out a new pagewalk.h header from mm.hChristoph Hellwig2019-09-07
* | mm: Handle MADV_WILLNEED through vfs_fadvise()Jan Kara2019-08-31
|/
* mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig2019-07-02
* mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse2019-05-14
* mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-14
* asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2019-04-03
* mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-28
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-28
|\
| * xarray: Replace exceptional entriesMatthew Wilcox2018-09-29
* | mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black2018-10-05
|/
* mm, madvise_inject_error: Let memory_failure() optionally take a page referenceDan Williams2018-07-23
* mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman2018-01-23
* mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie2017-11-29
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORKYang Shi2017-10-13
* mm, hugetlb, soft_offline: save compound page order before page migrationAlexandru Moise2017-10-03
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-08
* mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-06
* mm, madvise: ensure poisoned pages are removed from per-cpu listsMel Gorman2017-08-31
* mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers2017-08-25
* mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman2017-08-02
* userfaultfd: non-cooperative: add madvise() event for MADV_FREE requestMike Rapoport2017-07-10
* swap: add block io poll in swapin pathShaohua Li2017-07-10
* mm/madvise: move up the behavior parameter validationAnshuman Khandual2017-05-03
* mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISONAnshuman Khandual2017-05-03
* mm: enable MADV_FREE for swapless systemShaohua Li2017-05-03
* mm: reclaim MADV_FREE pagesShaohua Li2017-05-03
* mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li2017-05-03
* userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEEDAndrea Arcangeli2017-03-09
* mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins2017-02-24
* mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes2017-02-24
* userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE requestMike Rapoport2017-02-24
* userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport2017-02-24
* oom-reaper: use madvise_dontneed() logic to decide if unmap the VMAKirill A. Shutemov2017-02-22
* mm: drop unused argument of zap_page_range()Kirill A. Shutemov2017-02-22
* userfaultfd: non-cooperative: avoid MADV_DONTNEED race conditionAndrea Arcangeli2017-02-22
* userfaultfd: non-cooperative: add madvise() event for MADV_DONTNEED requestPavel Emelyanov2017-02-22
* mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V2016-12-12
* mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko2016-05-23
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* mm/madvise: update comment on sys_madvise()Naoya Horiguchi2016-03-15
* mm/madvise: pass return code of memory_failure() to userspaceNaoya Horiguchi2016-03-15
* mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim2016-01-15