Age | Commit message (Expand) | Author | Files | Lines |
2016-05-23 | mm: make mmap_sem for write waits killable for mm syscalls | Michal Hocko | 1 | -3/+5 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -3/+3 |
2016-03-15 | mm/madvise: update comment on sys_madvise() | Naoya Horiguchi | 1 | -0/+14 |
2016-03-15 | mm/madvise: pass return code of memory_failure() to userspace | Naoya Horiguchi | 1 | -2/+3 |
2016-01-15 | mm/huge_memory.c: don't split THP page when MADV_FREE syscall is called | Minchan Kim | 1 | -1/+7 |
2016-01-15 | mm: move lazily freed pages to inactive list | Minchan Kim | 1 | -0/+2 |
2016-01-15 | mm/madvise.c: free swp_entry in madvise_free | Minchan Kim | 1 | -1/+24 |
2016-01-15 | mm: support madvise(MADV_FREE) | Minchan Kim | 1 | -0/+170 |
2015-09-08 | mm: madvise allow remove operation for hugetlbfs | Mike Kravetz | 1 | -1/+1 |
2015-09-04 | mm/madvise.c: make madvise_behaviour_valid() return bool | Nicholas Krause | 1 | -3/+3 |
2015-09-04 | userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx | Andrea Arcangeli | 1 | -1/+2 |
2015-06-02 | writeback: separate out include/linux/backing-dev-defs.h | Tejun Heo | 1 | -0/+1 |
2015-02-16 | vfs: remove get_xip_mem | Matthew Wilcox | 1 | -1/+1 |
2015-02-12 | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -7/+10 |
2015-02-10 | mm: remove rest usage of VM_NONLINEAR and pte_file() | Kirill A. Shutemov | 1 | -2/+2 |
2015-02-10 | mm: drop support of non-linear mapping from unmap/zap codepath | Kirill A. Shutemov | 1 | -8/+1 |
2015-01-20 | fs: kill BDI_CAP_SWAP_BACKED | Christoph Hellwig | 1 | -7/+10 |
2014-11-07 | VFS: Rename do_fallocate() to vfs_fallocate() | Anna Schumaker | 1 | -1/+1 |
2014-08-06 | mm: update the description for madvise_remove | Wang Sheng-Hui | 1 | -3/+0 |
2014-05-23 | mm: madvise: fix MADV_WILLNEED on shmem swapouts | Johannes Weiner | 1 | -1/+1 |
2013-09-30 | mm/hwpoison: fix traversal of hugetlbfs pages to avoid printk flood | Wanpeng Li | 1 | -2/+3 |
2013-09-11 | mm/madvise.c:madvise_hwpoison(): remove local `ret' | Andrew Morton | 1 | -4/+5 |
2013-09-11 | mm/madvise.c: fix return value of madvise_hwpoison() | Wanpeng Li | 1 | -1/+1 |
2013-09-11 | mm/hwpoison.c: fix held reference count after unpoisoning empty zero page | Wanpeng Li | 1 | -0/+4 |
2013-09-11 | mm/hwpoison: add '#' to madvise_hwpoison | Wanpeng Li | 1 | -2/+2 |
2013-09-11 | mm/madvise.c: fix coding-style errors | Vladimir Cernov | 1 | -7/+7 |
2013-04-29 | mm: madvise: complete input validation before taking lock | Rasmus Villemoes | 1 | -16/+15 |
2013-02-23 | mm: make madvise(MADV_WILLNEED) support swap file prefetch | Shaohua Li | 1 | -4/+101 |
2012-10-09 | mm: prepare VM_DONTDUMP for using in drivers | Konstantin Khlebnikov | 1 | -2/+6 |
2012-07-06 | mm: Hold a file reference in madvise_remove | Andy Lutomirski | 1 | -4/+14 |
2012-05-29 | mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLE | Hugh Dickins | 1 | -8/+7 |
2012-03-23 | coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP | Jason Baron | 1 | -0/+8 |
2012-01-03 | HWPOISON: Clean up memory_failure() vs. __memory_failure() | Tony Luck | 1 | -1/+1 |
2011-07-20 | fs: kill i_alloc_sem | Christoph Hellwig | 1 | -1/+1 |
2011-01-13 | thp: khugepaged: make khugepaged aware about madvise | Andrea Arcangeli | 1 | -1/+1 |
2011-01-13 | thp: madvise(MADV_NOHUGEPAGE) | Andrea Arcangeli | 1 | -1/+3 |
2011-01-13 | thp: madvise(MADV_HUGEPAGE) | Andrea Arcangeli | 1 | -0/+8 |
2009-12-16 | HWPOISON: Add a madvise() injector for soft page offlining | Andi Kleen | 1 | -3/+12 |
2009-12-16 | HWPOISON: Use get_user_page_fast in hwpoison madvise | Andi Kleen | 1 | -2/+1 |
2009-12-16 | HWPOISON: Turn ref argument into flags argument | Andi Kleen | 1 | -1/+1 |
2009-12-16 | HWPOISON: avoid grabbing the page count multiple times during madvise injection | Wu Fengguang | 1 | -1/+0 |
2009-09-24 | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 1 | -0/+30 |
2009-09-22 | ksm: the mm interface to ksm | Hugh Dickins | 1 | -0/+14 |
2009-09-22 | ksm: first tidy up madvise_vma() | Hugh Dickins | 1 | -26/+13 |
2009-09-16 | HWPOISON: Add madvise() based injector for hardware poisoned pages v4 | Andi Kleen | 1 | -0/+30 |
2009-06-16 | mm: madvise(): correct return code | Nick Piggin | 1 | -1/+22 |
2009-06-16 | readahead: move max_sane_readahead() calls into force_page_cache_readahead() | Wu Fengguang | 1 | -2/+1 |
2009-05-13 | Revert "Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions" | Linus Torvalds | 1 | -8/+0 |
2009-05-05 | Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions | Mel Gorman | 1 | -0/+8 |
2009-01-14 | [CVE-2009-0029] System call wrappers part 14 | Heiko Carstens | 1 | -1/+1 |