summaryrefslogtreecommitdiff
path: root/mm/madvise.c
Commit message (Expand)AuthorAge
* mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko2016-05-23
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* mm/madvise: update comment on sys_madvise()Naoya Horiguchi2016-03-15
* mm/madvise: pass return code of memory_failure() to userspaceNaoya Horiguchi2016-03-15
* mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim2016-01-15
* mm: move lazily freed pages to inactive listMinchan Kim2016-01-15
* mm/madvise.c: free swp_entry in madvise_freeMinchan Kim2016-01-15
* mm: support madvise(MADV_FREE)Minchan Kim2016-01-15
* mm: madvise allow remove operation for hugetlbfsMike Kravetz2015-09-08
* mm/madvise.c: make madvise_behaviour_valid() return boolNicholas Krause2015-09-04
* userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli2015-09-04
* writeback: separate out include/linux/backing-dev-defs.hTejun Heo2015-06-02
* vfs: remove get_xip_memMatthew Wilcox2015-02-16
* Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-12
|\
| * fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig2015-01-20
* | mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov2015-02-10
* | mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov2015-02-10
|/
* VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker2014-11-07
* mm: update the description for madvise_removeWang Sheng-Hui2014-08-06
* mm: madvise: fix MADV_WILLNEED on shmem swapoutsJohannes Weiner2014-05-23
* mm/hwpoison: fix traversal of hugetlbfs pages to avoid printk floodWanpeng Li2013-09-30
* mm/madvise.c:madvise_hwpoison(): remove local `ret'Andrew Morton2013-09-11
* mm/madvise.c: fix return value of madvise_hwpoison()Wanpeng Li2013-09-11
* mm/hwpoison.c: fix held reference count after unpoisoning empty zero pageWanpeng Li2013-09-11
* mm/hwpoison: add '#' to madvise_hwpoisonWanpeng Li2013-09-11
* mm/madvise.c: fix coding-style errorsVladimir Cernov2013-09-11
* mm: madvise: complete input validation before taking lockRasmus Villemoes2013-04-29
* mm: make madvise(MADV_WILLNEED) support swap file prefetchShaohua Li2013-02-23
* mm: prepare VM_DONTDUMP for using in driversKonstantin Khlebnikov2012-10-09
* mm: Hold a file reference in madvise_removeAndy Lutomirski2012-07-06
* mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLEHugh Dickins2012-05-29
* coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron2012-03-23
* HWPOISON: Clean up memory_failure() vs. __memory_failure()Tony Luck2012-01-03
* fs: kill i_alloc_semChristoph Hellwig2011-07-20
* thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli2011-01-13
* thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli2011-01-13
* thp: madvise(MADV_HUGEPAGE)Andrea Arcangeli2011-01-13
* HWPOISON: Add a madvise() injector for soft page offliningAndi Kleen2009-12-16
* HWPOISON: Use get_user_page_fast in hwpoison madviseAndi Kleen2009-12-16
* HWPOISON: Turn ref argument into flags argumentAndi Kleen2009-12-16
* HWPOISON: avoid grabbing the page count multiple times during madvise injectionWu Fengguang2009-12-16
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-24
|\
| * HWPOISON: Add madvise() based injector for hardware poisoned pages v4Andi Kleen2009-09-16
* | ksm: the mm interface to ksmHugh Dickins2009-09-22
* | ksm: first tidy up madvise_vma()Hugh Dickins2009-09-22
|/
* mm: madvise(): correct return codeNick Piggin2009-06-16
* readahead: move max_sane_readahead() calls into force_page_cache_readahead()Wu Fengguang2009-06-16
* Revert "Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions"Linus Torvalds2009-05-13
* Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regionsMel Gorman2009-05-05
* [CVE-2009-0029] System call wrappers part 14Heiko Carstens2009-01-14