summaryrefslogtreecommitdiffstats
path: root/mm/madvise.c
AgeCommit message (Expand)Author
2015-02-16vfs: remove get_xip_memMatthew Wilcox
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov
2015-02-10mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov
2015-01-20fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig
2014-11-07VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker
2014-08-06mm: update the description for madvise_removeWang Sheng-Hui
2014-05-23mm: madvise: fix MADV_WILLNEED on shmem swapoutsJohannes Weiner
2013-09-30mm/hwpoison: fix traversal of hugetlbfs pages to avoid printk floodWanpeng Li
2013-09-11mm/madvise.c:madvise_hwpoison(): remove local `ret'Andrew Morton
2013-09-11mm/madvise.c: fix return value of madvise_hwpoison()Wanpeng Li
2013-09-11mm/hwpoison.c: fix held reference count after unpoisoning empty zero pageWanpeng Li
2013-09-11mm/hwpoison: add '#' to madvise_hwpoisonWanpeng Li
2013-09-11mm/madvise.c: fix coding-style errorsVladimir Cernov
2013-04-29mm: madvise: complete input validation before taking lockRasmus Villemoes
2013-02-23mm: make madvise(MADV_WILLNEED) support swap file prefetchShaohua Li
2012-10-09mm: prepare VM_DONTDUMP for using in driversKonstantin Khlebnikov
2012-07-06mm: Hold a file reference in madvise_removeAndy Lutomirski
2012-05-29mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLEHugh Dickins
2012-03-23coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron
2012-01-03HWPOISON: Clean up memory_failure() vs. __memory_failure()Tony Luck
2011-07-20fs: kill i_alloc_semChristoph Hellwig
2011-01-13thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli
2011-01-13thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli
2011-01-13thp: madvise(MADV_HUGEPAGE)Andrea Arcangeli
2009-12-16HWPOISON: Add a madvise() injector for soft page offliningAndi Kleen
2009-12-16HWPOISON: Use get_user_page_fast in hwpoison madviseAndi Kleen
2009-12-16HWPOISON: Turn ref argument into flags argumentAndi Kleen
2009-12-16HWPOISON: avoid grabbing the page count multiple times during madvise injectionWu Fengguang
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-22ksm: the mm interface to ksmHugh Dickins
2009-09-22ksm: first tidy up madvise_vma()Hugh Dickins
2009-09-16HWPOISON: Add madvise() based injector for hardware poisoned pages v4Andi Kleen
2009-06-16mm: madvise(): correct return codeNick Piggin
2009-06-16readahead: move max_sane_readahead() calls into force_page_cache_readahead()Wu Fengguang
2009-05-13Revert "Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions"Linus Torvalds
2009-05-05Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regionsMel Gorman
2009-01-14[CVE-2009-0029] System call wrappers part 14Heiko Carstens
2008-07-30madvise: update function comment of madvise_dontneedFernando Luis Vazquez Cao
2008-04-28xip: support non-struct page backed memoryNick Piggin
2007-07-16speed up madvise_need_mmap_write() usageJason Baron
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-07mm: madvise avoid exclusive mmap_semNick Piggin
2007-03-29[PATCH] holepunch: fix mmap_sem i_mutex deadlockHugh Dickins
2007-03-16[PATCH] mm: fix madvise infinine loopNick Piggin
2006-04-17[PATCH] Fix MADV_REMOVE protection checkingHugh Dickins
2006-02-14[PATCH] madvise MADV_DONTFORK/MADV_DOFORKMichael S. Tsirkin
2006-01-06[PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing storeBadari Pulavarty
2005-11-28mm: re-architect the VM_UNPAGED logicLinus Torvalds
2005-11-22[PATCH] unpaged: VM_UNPAGEDHugh Dickins