summaryrefslogtreecommitdiffstats
path: root/mm/madvise.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* oom-reaper: use madvise_dontneed() logic to decide if unmap the VMAKirill A. Shutemov2017-02-221-1/+3
* mm: drop unused argument of zap_page_range()Kirill A. Shutemov2017-02-221-1/+1
* userfaultfd: non-cooperative: avoid MADV_DONTNEED race conditionAndrea Arcangeli2017-02-221-1/+1
* userfaultfd: non-cooperative: add madvise() event for MADV_DONTNEED requestPavel Emelyanov2017-02-221-0/+2
* mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V2016-12-121-0/+1
* mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko2016-05-231-3/+5
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-3/+3
* mm/madvise: update comment on sys_madvise()Naoya Horiguchi2016-03-151-0/+14
* mm/madvise: pass return code of memory_failure() to userspaceNaoya Horiguchi2016-03-151-2/+3
* mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim2016-01-151-1/+7
* mm: move lazily freed pages to inactive listMinchan Kim2016-01-151-0/+2
* mm/madvise.c: free swp_entry in madvise_freeMinchan Kim2016-01-151-1/+24
* mm: support madvise(MADV_FREE)Minchan Kim2016-01-151-0/+170
* mm: madvise allow remove operation for hugetlbfsMike Kravetz2015-09-081-1/+1
* mm/madvise.c: make madvise_behaviour_valid() return boolNicholas Krause2015-09-041-3/+3
* userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli2015-09-041-1/+2
* writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-021-0/+1
* vfs: remove get_xip_memMatthew Wilcox2015-02-161-1/+1
* Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-7/+10
|\
| * fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig2015-01-201-7/+10
* | mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov2015-02-101-2/+2
* | mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov2015-02-101-8/+1
|/
* VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker2014-11-071-1/+1
* mm: update the description for madvise_removeWang Sheng-Hui2014-08-061-3/+0
* mm: madvise: fix MADV_WILLNEED on shmem swapoutsJohannes Weiner2014-05-231-1/+1
* mm/hwpoison: fix traversal of hugetlbfs pages to avoid printk floodWanpeng Li2013-09-301-2/+3
* mm/madvise.c:madvise_hwpoison(): remove local `ret'Andrew Morton2013-09-111-4/+5
* mm/madvise.c: fix return value of madvise_hwpoison()Wanpeng Li2013-09-111-1/+1
OpenPOWER on IntegriCloud