summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-10-10Merge 4.9.132 into android-4.9Greg Kroah-Hartman67-165/+483
2018-10-10mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black1-1/+1
2017-12-05Merge 4.9.67 into android-4.9Greg Kroah-Hartman41-121/+249
2017-12-05mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie1-3/+1
2017-09-07Merge 4.9.48 into android-4.9Greg Kroah-Hartman21-51/+108
2017-09-07mm, madvise: ensure poisoned pages are removed from per-cpu listsMel Gorman1-0/+7
2017-08-30Merge 4.9.46 into android-4.9Greg Kroah-Hartman82-387/+701
2017-08-30mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers1-1/+1
2017-08-11Merge 4.9.42 into android-4.9Greg Kroah-Hartman103-377/+794
2017-08-11mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman7-1/+49
2017-01-27ANDROID: mm: add a field to store names for private anonymous memoryColin Cross12-28/+281
2016-05-24mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko8-21/+55
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2016-03-15mm/madvise: update comment on sys_madvise()Naoya Horiguchi1-0/+14
2016-03-15mm/madvise: pass return code of memory_failure() to userspaceNaoya Horiguchi1-2/+3
2016-01-16mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim3-6/+92
2016-01-16mm: move lazily freed pages to inactive listMinchan Kim3-0/+47
2016-01-16mm/madvise.c: free swp_entry in madvise_freeMinchan Kim1-1/+24
2016-01-16mm: support madvise(MADV_FREE)Minchan Kim8-9/+221
2015-09-08mm: madvise allow remove operation for hugetlbfsMike Kravetz1-1/+1
2015-09-04mm/madvise.c: make madvise_behaviour_valid() return boolNicholas Krause1-3/+3
2015-09-04userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli6-19/+36
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo29-102/+134
2015-02-17vfs: remove get_xip_memMatthew Wilcox13-95/+7
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds87-704/+305
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov13-71/+49
2015-02-10mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov3-70/+22
2015-01-20fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig5-46/+18
2014-11-07VFS: Rename do_fallocate() to vfs_fallocate()Anna Schumaker5-6/+7
2014-08-07mm: update the description for madvise_removeWang Sheng-Hui1-3/+0
2014-05-23mm: madvise: fix MADV_WILLNEED on shmem swapoutsJohannes Weiner1-1/+1
2013-09-30mm/hwpoison: fix traversal of hugetlbfs pages to avoid printk floodWanpeng Li1-2/+3
2013-09-11mm/madvise.c:madvise_hwpoison(): remove local `ret'Andrew Morton1-4/+5
2013-09-11mm/madvise.c: fix return value of madvise_hwpoison()Wanpeng Li1-1/+1
2013-09-11mm/hwpoison.c: fix held reference count after unpoisoning empty zero pageWanpeng Li1-0/+4
2013-09-11mm/hwpoison: add '#' to madvise_hwpoisonWanpeng Li1-2/+2
2013-09-11mm/madvise.c: fix coding-style errorsVladimir Cernov1-7/+7
2013-04-29mm: madvise: complete input validation before taking lockRasmus Villemoes1-16/+15
2013-02-24mm: make madvise(MADV_WILLNEED) support swap file prefetchShaohua Li1-4/+101
2012-10-09mm: prepare VM_DONTDUMP for using in driversKonstantin Khlebnikov3-4/+8
2012-07-06mm: Hold a file reference in madvise_removeAndy Lutomirski1-4/+14
2012-05-29mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLEHugh Dickins2-11/+12
2012-03-23coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron8-0/+32
2012-01-03HWPOISON: Clean up memory_failure() vs. __memory_failure()Tony Luck6-35/+34
2011-07-21fs: kill i_alloc_semChristoph Hellwig13-53/+78
2011-01-14thp: khugepaged: make khugepaged aware about madviseAndrea Arcangeli3-7/+24
2011-01-14thp: madvise(MADV_NOHUGEPAGE)Andrea Arcangeli5-21/+46
2011-01-14thp: madvise(MADV_HUGEPAGE)Andrea Arcangeli3-0/+30
2009-12-16HWPOISON: Add a madvise() injector for soft page offliningAndi Kleen2-3/+13
2009-12-16HWPOISON: Use get_user_page_fast in hwpoison madviseAndi Kleen1-2/+1
[next]