summaryrefslogtreecommitdiffstats
path: root/mm/madvise.c
Commit message (Expand)AuthorAgeFilesLines
* madvise: update function comment of madvise_dontneedFernando Luis Vazquez Cao2008-07-301-2/+2
* xip: support non-struct page backed memoryNick Piggin2008-04-281-1/+1
* speed up madvise_need_mmap_write() usageJason Baron2007-07-161-2/+4
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* mm: madvise avoid exclusive mmap_semNick Piggin2007-05-071-4/+29
* [PATCH] holepunch: fix mmap_sem i_mutex deadlockHugh Dickins2007-03-291-5/+14
* [PATCH] mm: fix madvise infinine loopNick Piggin2007-03-161-1/+4
* [PATCH] Fix MADV_REMOVE protection checkingHugh Dickins2006-04-171-0/+3
* [PATCH] madvise MADV_DONTFORK/MADV_DOFORKMichael S. Tsirkin2006-02-141-4/+17
* [PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing storeBadari Pulavarty2006-01-061-0/+35
* mm: re-architect the VM_UNPAGED logicLinus Torvalds2005-11-281-1/+1
* [PATCH] unpaged: VM_UNPAGEDHugh Dickins2005-11-221-1/+1
* [PATCH] core remove PageReservedNick Piggin2005-10-291-1/+1
* [PATCH] madvise: Avoid returning error code -EBADF for anonymous mappingsSuzuki2005-10-111-7/+4
* [PATCH] mm: fix madvise vma mergingHugh Dickins2005-09-051-4/+5
* [PATCH] madvise() does not always return -EBADF on non-file mapped areasuzuki2005-07-271-5/+8
* [PATCH] xip: madvice/fadvice: execute in placeCarsten Otte2005-06-241-0/+5
* [PATCH] remove redundant vm_flags clearing from madvise.cPekka Enberg2005-06-231-1/+0
* [PATCH] madvise: merge the mapsPrasanna Meda2005-06-211-29/+51
* [PATCH] madvise: do not split the mapsPrasanna Meda2005-06-211-11/+16
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+242