summaryrefslogtreecommitdiff
path: root/mm/madvise.c
AgeCommit message (Expand)Author
2017-05-03mm/madvise: move up the behavior parameter validationAnshuman Khandual
2017-05-03mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISONAnshuman Khandual
2017-05-03mm: enable MADV_FREE for swapless systemShaohua Li
2017-05-03mm: reclaim MADV_FREE pagesShaohua Li
2017-05-03mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li
2017-03-09userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEEDAndrea Arcangeli
2017-02-24mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins
2017-02-24mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes
2017-02-24userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE requestMike Rapoport
2017-02-24userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport
2017-02-22oom-reaper: use madvise_dontneed() logic to decide if unmap the VMAKirill A. Shutemov
2017-02-22mm: drop unused argument of zap_page_range()Kirill A. Shutemov
2017-02-22userfaultfd: non-cooperative: avoid MADV_DONTNEED race conditionAndrea Arcangeli
2017-02-22userfaultfd: non-cooperative: add madvise() event for MADV_DONTNEED requestPavel Emelyanov
2016-12-12mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V
2016-05-23mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-15mm/madvise: update comment on sys_madvise()Naoya Horiguchi
2016-03-15mm/madvise: pass return code of memory_failure() to userspaceNaoya Horiguchi
2016-01-15mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim
2016-01-15mm: move lazily freed pages to inactive listMinchan Kim
2016-01-15mm/madvise.c: free swp_entry in madvise_freeMinchan Kim
2016-01-15mm: support madvise(MADV_FREE)Minchan Kim
2015-09-08mm: madvise allow remove operation for hugetlbfsMike Kravetz
2015-09-04mm/madvise.c: make madvise_behaviour_valid() return boolNicholas Krause
2015-09-04userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-02-16vfs: remove get_xip_memMatthew Wilcox
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov
2015-02-10mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov
2015-01-20fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig
2014-11-07VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker
2014-08-06mm: update the description for madvise_removeWang Sheng-Hui
2014-05-23mm: madvise: fix MADV_WILLNEED on shmem swapoutsJohannes Weiner
2013-09-30mm/hwpoison: fix traversal of hugetlbfs pages to avoid printk floodWanpeng Li
2013-09-11mm/madvise.c:madvise_hwpoison(): remove local `ret'Andrew Morton
2013-09-11mm/madvise.c: fix return value of madvise_hwpoison()Wanpeng Li
2013-09-11mm/hwpoison.c: fix held reference count after unpoisoning empty zero pageWanpeng Li
2013-09-11mm/hwpoison: add '#' to madvise_hwpoisonWanpeng Li
2013-09-11mm/madvise.c: fix coding-style errorsVladimir Cernov
2013-04-29mm: madvise: complete input validation before taking lockRasmus Villemoes
2013-02-23mm: make madvise(MADV_WILLNEED) support swap file prefetchShaohua Li
2012-10-09mm: prepare VM_DONTDUMP for using in driversKonstantin Khlebnikov
2012-07-06mm: Hold a file reference in madvise_removeAndy Lutomirski
2012-05-29mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLEHugh Dickins
2012-03-23coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron
2012-01-03HWPOISON: Clean up memory_failure() vs. __memory_failure()Tony Luck
2011-07-20fs: kill i_alloc_semChristoph Hellwig
2011-01-13thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli