aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: prepare VM_DONTDUMP for using in driversKonstantin Khlebnikov2012-10-091-2/+6
* mm: Hold a file reference in madvise_removeAndy Lutomirski2012-07-061-4/+14
* mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLEHugh Dickins2012-05-291-8/+7
* coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron2012-03-231-0/+8
* HWPOISON: Clean up memory_failure() vs. __memory_failure()Tony Luck2012-01-031-1/+1
* fs: kill i_alloc_semChristoph Hellwig2011-07-201-1/+1
* thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli2011-01-131-1/+1
* thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli2011-01-131-1/+3
* thp: madvise(MADV_HUGEPAGE)Andrea Arcangeli2011-01-131-0/+8
* HWPOISON: Add a madvise() injector for soft page offliningAndi Kleen2009-12-161-3/+12
* HWPOISON: Use get_user_page_fast in hwpoison madviseAndi Kleen2009-12-161-2/+1
* HWPOISON: Turn ref argument into flags argumentAndi Kleen2009-12-161-1/+1
* HWPOISON: avoid grabbing the page count multiple times during madvise injectionWu Fengguang2009-12-161-1/+0
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-0/+30
|\
| * HWPOISON: Add madvise() based injector for hardware poisoned pages v4Andi Kleen2009-09-161-0/+30
* | ksm: the mm interface to ksmHugh Dickins2009-09-221-0/+14
* | ksm: first tidy up madvise_vma()Hugh Dickins2009-09-221-26/+13
|/
* mm: madvise(): correct return codeNick Piggin2009-06-161-1/+22
* readahead: move max_sane_readahead() calls into force_page_cache_readahead()Wu Fengguang2009-06-161-2/+1
* Revert "Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions"Linus Torvalds2009-05-131-8/+0
* Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regionsMel Gorman2009-05-051-0/+8
* [CVE-2009-0029] System call wrappers part 14Heiko Carstens2009-01-141-1/+1
* 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-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+242