aboutsummaryrefslogtreecommitdiffstats
path: root/mm/madvise.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse1-10/+11
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-1/+1
2018-10-05mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black1-1/+1
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox1-1/+1
2018-07-23mm, madvise_inject_error: Let memory_failure() optionally take a page referenceDan Williams1-3/+13
2018-01-23mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman1-1/+1
2017-11-29mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie1-3/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-13mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORKYang Shi1-1/+6
2017-10-03mm, hugetlb, soft_offline: save compound page order before page migrationAlexandru Moise1-2/+10
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse1-1/+1
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel1-0/+13
2017-08-31mm, madvise: ensure poisoned pages are removed from per-cpu listsMel Gorman1-0/+6
2017-08-25mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers1-1/+1
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entriesMel Gorman1-0/+1
2017-07-10userfaultfd: non-cooperative: add madvise() event for MADV_FREE requestMike Rapoport1-20/+22
2017-07-10swap: add block io poll in swapin pathShaohua Li1-2/+2
2017-05-03mm/madvise: move up the behavior parameter validationAnshuman Khandual1-4/+9
2017-05-03mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISONAnshuman Khandual1-14/+20
2017-05-03mm: enable MADV_FREE for swapless systemShaohua Li1-7/+1
2017-05-03mm: reclaim MADV_FREE pagesShaohua Li1-0/+1
2017-05-03mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li1-2/+0
2017-03-09userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEEDAndrea Arcangeli1-3/+41
2017-02-24mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins1-0/+1
2017-02-24mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes1-9/+42
2017-02-24userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE requestMike Rapoport1-0/+1
2017-02-24userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport1-1/+1
2017-02-22oom-reaper: use madvise_dontneed() logic to decide if unmap the VMAKirill A. Shutemov1-1/+3
2017-02-22mm: drop unused argument of zap_page_range()Kirill A. Shutemov1-1/+1
2017-02-22userfaultfd: non-cooperative: avoid MADV_DONTNEED race conditionAndrea Arcangeli1-1/+1
2017-02-22userfaultfd: non-cooperative: add madvise() event for MADV_DONTNEED requestPavel Emelyanov1-0/+2
2016-12-12mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V1-0/+1
2016-05-23mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko1-3/+5
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-3/+3
2016-03-15mm/madvise: update comment on sys_madvise()Naoya Horiguchi1-0/+14
2016-03-15mm/madvise: pass return code of memory_failure() to userspaceNaoya Horiguchi1-2/+3
2016-01-15mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim1-1/+7
2016-01-15mm: move lazily freed pages to inactive listMinchan Kim1-0/+2
2016-01-15mm/madvise.c: free swp_entry in madvise_freeMinchan Kim1-1/+24
2016-01-15mm: support madvise(MADV_FREE)Minchan Kim1-0/+170
2015-09-08mm: madvise allow remove operation for hugetlbfsMike Kravetz1-1/+1
2015-09-04mm/madvise.c: make madvise_behaviour_valid() return boolNicholas Krause1-3/+3
2015-09-04userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli1-1/+2
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo1-0/+1
2015-02-16vfs: remove get_xip_memMatthew Wilcox1-1/+1
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+10
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov1-2/+2
2015-02-10mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov1-8/+1
2015-01-20fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig1-7/+10
2014-11-07VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker1-1/+1