aboutsummaryrefslogtreecommitdiffstats
path: root/mm/madvise.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-06mm: update the description for madvise_removeWang Sheng-Hui1-3/+0
2014-05-23mm: madvise: fix MADV_WILLNEED on shmem swapoutsJohannes Weiner1-1/+1
2013-09-30mm/hwpoison: fix traversal of hugetlbfs pages to avoid printk floodWanpeng Li1-2/+3
2013-09-11mm/madvise.c:madvise_hwpoison(): remove local `ret'Andrew Morton1-4/+5
2013-09-11mm/madvise.c: fix return value of madvise_hwpoison()Wanpeng Li1-1/+1
2013-09-11mm/hwpoison.c: fix held reference count after unpoisoning empty zero pageWanpeng Li1-0/+4
2013-09-11mm/hwpoison: add '#' to madvise_hwpoisonWanpeng Li1-2/+2
2013-09-11mm/madvise.c: fix coding-style errorsVladimir Cernov1-7/+7
2013-04-29mm: madvise: complete input validation before taking lockRasmus Villemoes1-16/+15
2013-02-23mm: make madvise(MADV_WILLNEED) support swap file prefetchShaohua Li1-4/+101
2012-10-09mm: prepare VM_DONTDUMP for using in driversKonstantin Khlebnikov1-2/+6
2012-07-06mm: Hold a file reference in madvise_removeAndy Lutomirski1-4/+14
2012-05-29mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLEHugh Dickins1-8/+7
2012-03-23coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron1-0/+8
2012-01-03HWPOISON: Clean up memory_failure() vs. __memory_failure()Tony Luck1-1/+1
2011-07-20fs: kill i_alloc_semChristoph Hellwig1-1/+1
2011-01-13thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli1-1/+1
2011-01-13thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli1-1/+3
2011-01-13thp: madvise(MADV_HUGEPAGE)Andrea Arcangeli1-0/+8
2009-12-16HWPOISON: Add a madvise() injector for soft page offliningAndi Kleen1-3/+12
2009-12-16HWPOISON: Use get_user_page_fast in hwpoison madviseAndi Kleen1-2/+1
2009-12-16HWPOISON: Turn ref argument into flags argumentAndi Kleen1-1/+1
2009-12-16HWPOISON: avoid grabbing the page count multiple times during madvise injectionWu Fengguang1-1/+0
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-0/+30
2009-09-22ksm: the mm interface to ksmHugh Dickins1-0/+14
2009-09-22ksm: first tidy up madvise_vma()Hugh Dickins1-26/+13
2009-09-16HWPOISON: Add madvise() based injector for hardware poisoned pages v4Andi Kleen1-0/+30
2009-06-16mm: madvise(): correct return codeNick Piggin1-1/+22
2009-06-16readahead: move max_sane_readahead() calls into force_page_cache_readahead()Wu Fengguang1-2/+1
2009-05-13Revert "Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions"Linus Torvalds1-8/+0
2009-05-05Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regionsMel Gorman1-0/+8
2009-01-14[CVE-2009-0029] System call wrappers part 14Heiko Carstens1-1/+1
2008-07-30madvise: update function comment of madvise_dontneedFernando Luis Vazquez Cao1-2/+2
2008-04-28xip: support non-struct page backed memoryNick Piggin1-1/+1