aboutsummaryrefslogtreecommitdiffstats
path: root/mm/madvise.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-16speed up madvise_need_mmap_write() usageJason Baron1-2/+4
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-07mm: madvise avoid exclusive mmap_semNick Piggin1-4/+29
2007-03-29[PATCH] holepunch: fix mmap_sem i_mutex deadlockHugh Dickins1-5/+14
2007-03-16[PATCH] mm: fix madvise infinine loopNick Piggin1-1/+4
2006-04-17[PATCH] Fix MADV_REMOVE protection checkingHugh Dickins1-0/+3
2006-02-14[PATCH] madvise MADV_DONTFORK/MADV_DOFORKMichael S. Tsirkin1-4/+17
2006-01-06[PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing storeBadari Pulavarty1-0/+35
2005-11-28mm: re-architect the VM_UNPAGED logicLinus Torvalds1-1/+1
2005-11-22[PATCH] unpaged: VM_UNPAGEDHugh Dickins1-1/+1
2005-10-29[PATCH] core remove PageReservedNick Piggin1-1/+1
2005-10-11[PATCH] madvise: Avoid returning error code -EBADF for anonymous mappingsSuzuki1-7/+4
2005-09-05[PATCH] mm: fix madvise vma mergingHugh Dickins1-4/+5
2005-07-27[PATCH] madvise() does not always return -EBADF on non-file mapped areasuzuki1-5/+8
2005-06-24[PATCH] xip: madvice/fadvice: execute in placeCarsten Otte1-0/+5
2005-06-23[PATCH] remove redundant vm_flags clearing from madvise.cPekka Enberg1-1/+0
2005-06-21[PATCH] madvise: merge the mapsPrasanna Meda1-29/+51
2005-06-21[PATCH] madvise: do not split the mapsPrasanna Meda1-11/+16
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+242